| org.kuali.module.gl.service.OriginEntryLookupService
All known Subclasses: org.kuali.module.gl.service.impl.OriginEntryLookupServiceImpl,
OriginEntryLookupService | public interface OriginEntryLookupService (Code) | | An interface of methods that duplicate the relationships that OriginEntryFull has.
Why does this exist? Because OriginEntryLite needs a way to get its related data.
|
getA21SubAccount | public A21SubAccount getA21SubAccount(OriginEntry entry)(Code) | | Get A21SubAccount for given origin entryable
Parameters: entry - the origin entry to retrieve the A21 sub account of the related A21 SubAccount record, or null if not found |
getAccount | public Account getAccount(OriginEntry entry)(Code) | | Retrieve account for given origin entry
Parameters: entry - the origin entry to retrieve the account of the related account record, or null if not found |
getAccountingPeriod | public AccountingPeriod getAccountingPeriod(OriginEntry entry)(Code) | | Retrieves the accounting period for the given origin entryable
Parameters: entry - the origin entry to retrieve the accounting period of the related AccountingPeriod record, or null if not found |
getBalanceType | public BalanceTyp getBalanceType(OriginEntry entry)(Code) | | Retrieve balance type, or, evidently, balance typ, for given origin entry
Parameters: entry - the origin entry to retrieve the balance type of the related balance typ record, or null if not found |
getChart | public Chart getChart(OriginEntry entry)(Code) | | Retrieve a chart for the given origin entry
Parameters: entry - the origin entry to get the chart for the related Chart record, or null if not found |
getDocumentType | public DocumentType getDocumentType(OriginEntry entry)(Code) | | Get document type for given origin entryable
Parameters: entry - the origin entry to retrieve the document type of the related document type record, or null if not found |
getFinancialObject | public ObjectCode getFinancialObject(OriginEntry entry)(Code) | | Retrieve financial object for given origin entry
Parameters: entry - the origin entry to retrieve the financial object of the related financial object record, or null if not found |
getFinancialSubObject | public SubObjCd getFinancialSubObject(OriginEntry entry)(Code) | | Get financial sub object for given origin entryable
Parameters: entry - the origin entry to retrieve the financial sub object of the related financial sub object record, or null if not found |
getObjectType | public ObjectType getObjectType(OriginEntry entry)(Code) | | Get object type for given origin entry
Parameters: entry - the origin entry to retrieve the object type of the related object type record, or null if not found |
getOption | public Options getOption(OriginEntry entry)(Code) | | Retrieve option for given origin entry
Parameters: entry - the origin entry to retrieve the related options record of the related Options record, or null if not found |
getOriginationCode | public OriginationCode getOriginationCode(OriginEntry entry)(Code) | | Retrieves the origination code for the given origin entryable
Parameters: entry - the origin entry to retrieve the origin code of the related OriginationCode record, or null if not found |
getProjectCode | public ProjectCode getProjectCode(OriginEntry entry)(Code) | | Retrieves the project code for the given origin entryable
Parameters: entry - the origin entry to retrieve the project code of the related ProjectCode record, or null if not found |
getReferenceDocumentType | public DocumentType getReferenceDocumentType(OriginEntry entry)(Code) | | Get the reference document type for the given origin entryable
Parameters: entry - origin entryable to lookup the reference document type for the related reference DocumentType record, or null if not found |
getSubAccount | public SubAccount getSubAccount(OriginEntry entry)(Code) | | Get sub account for given origin entry
Parameters: entry - the origin entry to retrieve the sub account of the related SubAccount record, or null if not found |
setLookupService | public void setLookupService(CachingLookup lookupService)(Code) | | Set the caching lookup for this lookup service
Parameters: lookupService - an instance of CachingLookup to use to communicated with the persistence store |
|
|