org.kuali.kfs.module.endow.document.service
Interface EndowmentTransactionLinesDocumentService

All Superinterfaces:
EndowmentTransactionDocumentService
All Known Subinterfaces:
LiabilityDocumentService
All Known Implementing Classes:
EndowmentTransactionLinesDocumentServiceImpl, LiabilityDocumentServiceImpl

public interface EndowmentTransactionLinesDocumentService
extends EndowmentTransactionDocumentService


Method Summary
 boolean canKEMIDHaveAPrincipalActivity(String kemid, String ipIndicator)
          Check if a KEMID can have a principal activity
 boolean getCorpusIndicatorValueforAnEndowmentTransactionLine(String kemid, String etranCode, String ipIndicator)
          Get the value of CorpusIndicator
 
Methods inherited from interface org.kuali.kfs.module.endow.document.service.EndowmentTransactionDocumentService
getSecurity, getSecurityForHoldingHistoryValueAdjustment, matchChartBetweenKEMIDAndETranCode, matchChartBetweenSecurityAndETranCode
 

Method Detail

getCorpusIndicatorValueforAnEndowmentTransactionLine

boolean getCorpusIndicatorValueforAnEndowmentTransactionLine(String kemid,
                                                             String etranCode,
                                                             String ipIndicator)
Get the value of CorpusIndicator

Parameters:
kemid -
etranCode -
ipIndicator -
Returns:
the value of CorpusIndicator -- true or false

canKEMIDHaveAPrincipalActivity

boolean canKEMIDHaveAPrincipalActivity(String kemid,
                                       String ipIndicator)
Check if a KEMID can have a principal activity

Parameters:
kemid -
ipIndicator -
Returns:
true or false


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.