|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CashControlDocumentService
Method Summary | |
---|---|
void |
addNewCashControlDetail(String descritpion,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
This method add a new cash control detail to the cash control document |
PaymentApplicationDocument |
createAndSavePaymentApplicationDocument(String description,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
This method creates a new PaymentApplicationDocument |
boolean |
createBankOffsetGLPEs(CashControlDocument cashControlDocument,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Creates bank offset GLPEs for the cash control document |
boolean |
createCashReceiptGLPEs(CashControlDocument cashControlDocument,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
This method creates the GLPEs with document type CR |
boolean |
createDistributionOfIncomeAndExpenseGLPEs(CashControlDocument cashControlDocument,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
This method creates the GLPEs with document type DI |
boolean |
createGeneralErrorCorrectionGLPEs(CashControlDocument cashControlDocument,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
This method creates the GLPEs with document type GEC |
String |
getLockboxNumber(CashControlDocument cashControlDocument)
This method gets the lockbox number for the current CashControl document |
void |
saveGLPEs(CashControlDocument cashControlDocument)
This method saves CashControl document GLPEs in the database |
Method Detail |
---|
void addNewCashControlDetail(String descritpion, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail) throws org.kuali.rice.kew.exception.WorkflowException
descritpion
- the description tells whether the detail was added by cash controo doc or by lockboxcashControlDocument
- the cash control documentcashControlDetail
- the cash control detail to be added
org.kuali.rice.kew.exception.WorkflowException
PaymentApplicationDocument createAndSavePaymentApplicationDocument(String description, CashControlDocument cashControlDocument, CashControlDetail cashControlDetail) throws org.kuali.rice.kew.exception.WorkflowException
description
- the description tells whether the detail was added by cash controo doc or by lockboxcashControlDocument
- the cash control documentcashControlDetail
- the cash control detail
org.kuali.rice.kew.exception.WorkflowException
boolean createCashReceiptGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
cashControlDocument
- sequenceHelper
-
boolean createDistributionOfIncomeAndExpenseGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
cashControlDocument
- sequenceHelper
-
boolean createGeneralErrorCorrectionGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
cashControlDocument
- sequenceHelper
-
void saveGLPEs(CashControlDocument cashControlDocument)
cashControlDocument
- String getLockboxNumber(CashControlDocument cashControlDocument)
boolean createBankOffsetGLPEs(CashControlDocument cashControlDocument, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
cashControlDocument
- the document to create cash control GLPEs forsequenceHelper
- the sequence helper which will sequence the new GLPEs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |