|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchParameters | |
---|---|
org.kuali.kfs.module.cab.batch.dataaccess | |
org.kuali.kfs.module.cab.batch.dataaccess.impl | |
org.kuali.kfs.module.cab.batch.service.impl |
Uses of BatchParameters in org.kuali.kfs.module.cab.batch.dataaccess |
---|
Methods in org.kuali.kfs.module.cab.batch.dataaccess with parameters of type BatchParameters | |
---|---|
Collection<CreditMemoAccountRevision> |
ExtractDao.findCreditMemoAccountRevisions(BatchParameters batchParameters)
This method implementation should find valid Credit Memo account line changes as per the batch parameters |
Collection<Entry> |
ExtractDao.findMatchingGLEntries(BatchParameters batchParameters)
This method implementation should find all GL Entries matching the parameters listed in the batch parameters |
Collection<PaymentRequestAccountRevision> |
ExtractDao.findPaymentRequestAccountRevisions(BatchParameters batchParameters)
This method implementation should find valid Payment Request account line changes as per the batch parameters |
Collection<PurchaseOrderAccount> |
ExtractDao.findPreTaggablePOAccounts(BatchParameters batchParameters)
This method implementation should retrieve all eligible pretaggable PO account lines from Purchasing module |
Uses of BatchParameters in org.kuali.kfs.module.cab.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.cab.batch.dataaccess.impl with parameters of type BatchParameters | |
---|---|
Collection<CreditMemoAccountRevision> |
ExtractDaoOjb.findCreditMemoAccountRevisions(BatchParameters batchParameters)
|
Collection<Entry> |
ExtractDaoOjb.findMatchingGLEntries(BatchParameters batchParameters)
|
Collection<PaymentRequestAccountRevision> |
ExtractDaoOjb.findPaymentRequestAccountRevisions(BatchParameters batchParameters)
|
Collection<PurchaseOrderAccount> |
ExtractDaoOjb.findPreTaggablePOAccounts(BatchParameters batchParameters)
|
Uses of BatchParameters in org.kuali.kfs.module.cab.batch.service.impl |
---|
Methods in org.kuali.kfs.module.cab.batch.service.impl that return BatchParameters | |
---|---|
protected BatchParameters |
BatchExtractServiceImpl.createCabBatchParameters()
Creates a batch parameters object reading values from configured system parameters for CAB Extract |
protected BatchParameters |
BatchExtractServiceImpl.createPreTagBatchParameters()
Creates a batch parameters object reading values from configured system parameters for Pre Tagging Extract |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |