org.kuali.kfs.module.cam.document.gl
Class AssetGlobalGeneralLedgerPendingEntrySource

java.lang.Object
  extended by org.kuali.kfs.module.cam.document.gl.CamsGeneralLedgerPendingEntrySourceBase
      extended by org.kuali.kfs.module.cam.document.gl.AssetGlobalGeneralLedgerPendingEntrySource
All Implemented Interfaces:
GeneralLedgerPendingEntrySource

public class AssetGlobalGeneralLedgerPendingEntrySource
extends CamsGeneralLedgerPendingEntrySourceBase


Constructor Summary
AssetGlobalGeneralLedgerPendingEntrySource(FinancialSystemDocumentHeader documentHeader)
           
 
Method Summary
 String getFinancialDocumentTypeCode()
          This method returns the financial document type code.
 boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
          This method determines if the passed in GeneralLedgerPendingEntrySourceDetail is a debit or not.
 
Methods inherited from class org.kuali.kfs.module.cam.document.gl.CamsGeneralLedgerPendingEntrySourceBase
addPendingEntry, clearAnyGeneralLedgerPendingEntries, customizeExplicitGeneralLedgerPendingEntry, doRouteStatusChange, generateDocumentGeneralLedgerPendingEntries, generateGeneralLedgerPendingEntries, getDocumentHeader, getGeneralLedgerPendingEntryAmountForDetail, getGeneralLedgerPendingEntrySourceDetails, getPendingEntries, getPostables, getPostingYear, setDocumentHeader, setPendingEntries, setPostables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetGlobalGeneralLedgerPendingEntrySource

public AssetGlobalGeneralLedgerPendingEntrySource(FinancialSystemDocumentHeader documentHeader)
Method Detail

isDebit

public boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
Description copied from interface: GeneralLedgerPendingEntrySource
This method determines if the passed in GeneralLedgerPendingEntrySourceDetail is a debit or not.

Returns:
true if the given GeneralLedgerPendingEntrySourceDetail is a debit, false if it is a credit

getFinancialDocumentTypeCode

public String getFinancialDocumentTypeCode()
Description copied from interface: GeneralLedgerPendingEntrySource
This method returns the financial document type code. It's required to return the appropriate financial document type code only if poster class is not assignable from org.kuali.rice.kns.document.

Returns:
the document type code


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