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

All Known Subinterfaces:
EndowmentTransactionLinesDocumentService, LiabilityDocumentService
All Known Implementing Classes:
EndowmentTransactionDocumentServiceImpl, EndowmentTransactionLinesDocumentServiceImpl, LiabilityDocumentServiceImpl

public interface EndowmentTransactionDocumentService

This class...


Method Summary
 String[] getSecurity(String securityID)
          This method gets an endowment transaction by the primary key: endowment transaction code
 String[] getSecurityForHoldingHistoryValueAdjustment(String securityId)
          This method gets security by the primary key: securityId
 boolean matchChartBetweenKEMIDAndETranCode(String kemid, String etranCode, String ipIndicator)
          Check if there is a GLLink record in the EndowmentTransactionCode that the chart code in the record matches the chart code in the KemidGeneralLedgerAccount associated with a KEMID given the IP indicator info.
 boolean matchChartBetweenSecurityAndETranCode(Security security, String etranCode, String ipIndicator)
          Check if there is a GLLink record in the EndowmentTransactionCode that the chart code in the record matches the chart code in the GeneralLedgerAccount associated with a Security given the IP indicator info.
 

Method Detail

getSecurity

String[] getSecurity(String securityID)
This method gets an endowment transaction by the primary key: endowment transaction code

Parameters:
endowmentTransactionCode -
Returns:
the endowment transaction

matchChartBetweenKEMIDAndETranCode

boolean matchChartBetweenKEMIDAndETranCode(String kemid,
                                           String etranCode,
                                           String ipIndicator)
Check if there is a GLLink record in the EndowmentTransactionCode that the chart code in the record matches the chart code in the KemidGeneralLedgerAccount associated with a KEMID given the IP indicator info.

Parameters:
kemid -
etranCode -
ipIndicator -
Returns:
true or false

matchChartBetweenSecurityAndETranCode

boolean matchChartBetweenSecurityAndETranCode(Security security,
                                              String etranCode,
                                              String ipIndicator)
Check if there is a GLLink record in the EndowmentTransactionCode that the chart code in the record matches the chart code in the GeneralLedgerAccount associated with a Security given the IP indicator info.

Parameters:
securityID -
etranCode -
ipIndicator -
Returns:

getSecurityForHoldingHistoryValueAdjustment

String[] getSecurityForHoldingHistoryValueAdjustment(String securityId)
This method gets security by the primary key: securityId

Parameters:
securityId -
Returns:
String[]


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