|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLInterfaceBatchProcessDao
An interface to methods needed to join transaction related tables to create records
Method Summary | |
---|---|
Collection<String> |
findDocumentTypes()
method to find distinct document types from table END_TRAN_ARCHV_T. |
Collection<GlInterfaceBatchProcessKemLine> |
getAllCombinedKemTransactions(Date postedDate)
method to gather all the kem transactions as collection of records First all the document types are retrieved then for each document type, all cash activity records are collected. |
Collection<GlInterfaceBatchProcessKemLine> |
getAllKemCombinedTransactionsByDocumentType(String documentType,
Date postedDate)
method to gather all the kem transactions as collection of records. |
Collection<GlInterfaceBatchProcessKemLine> |
getAllKemTransactions(Date postedDate)
method to gather all the kem transactions as collection of records First all the document types are retrieved then for each document type, all cash activity records are collected and then all non-cash activity records are gathered. |
Collection<GlInterfaceBatchProcessKemLine> |
getAllKemTransactionsByDocumentType(String documentType,
Date postedDate)
method to gather all the kem transactions as collection of records First all cash activity records are collected for the given document type, The single records are then grouped based on chart, account number and object codes. |
Method Detail |
---|
Collection<String> findDocumentTypes()
Collection<GlInterfaceBatchProcessKemLine> getAllKemTransactions(Date postedDate)
postedDate
-
Collection<GlInterfaceBatchProcessKemLine> getAllCombinedKemTransactions(Date postedDate)
postedDate
-
Collection<GlInterfaceBatchProcessKemLine> getAllKemTransactionsByDocumentType(String documentType, Date postedDate)
documentType,
- postedDate
Collection<GlInterfaceBatchProcessKemLine> getAllKemCombinedTransactionsByDocumentType(String documentType, Date postedDate)
documentType,
- postedDate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |