|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtractDao
| Method Summary | |
|---|---|
Collection<CreditMemoAccountRevision> |
findCreditMemoAccountRevisions(BatchParameters batchParameters)
This method implementation should find valid Credit Memo account line changes as per the batch parameters |
Collection<Entry> |
findMatchingGLEntries(BatchParameters batchParameters)
This method implementation should find all GL Entries matching the parameters listed in the batch parameters |
Collection<PaymentRequestAccountRevision> |
findPaymentRequestAccountRevisions(BatchParameters batchParameters)
This method implementation should find valid Payment Request account line changes as per the batch parameters |
Collection<PurchaseOrderAccount> |
findPreTaggablePOAccounts(BatchParameters batchParameters)
This method implementation should retrieve all eligible pretaggable PO account lines from Purchasing module |
| Method Detail |
|---|
Collection<Entry> findMatchingGLEntries(BatchParameters batchParameters)
batchParameters - Batch Parameters
Collection<CreditMemoAccountRevision> findCreditMemoAccountRevisions(BatchParameters batchParameters)
batchParameters - Batch Parameters
Collection<PaymentRequestAccountRevision> findPaymentRequestAccountRevisions(BatchParameters batchParameters)
batchParameters - Batch Parameters
Collection<PurchaseOrderAccount> findPreTaggablePOAccounts(BatchParameters batchParameters)
batchParameters - Batch Parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||