|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document |
---|
Fields in org.kuali.kfs.module.ar.document declared as CashControlDetail | |
---|---|
protected CashControlDetail |
PaymentApplicationDocument.cashControlDetail
|
Fields in org.kuali.kfs.module.ar.document with type parameters of type CashControlDetail | |
---|---|
protected List<CashControlDetail> |
CashControlDocument.cashControlDetails
|
Methods in org.kuali.kfs.module.ar.document that return CashControlDetail | |
---|---|
CashControlDetail |
PaymentApplicationDocument.getCashControlDetail()
|
CashControlDetail |
CashControlDocument.getCashControlDetail(int index)
Retrieves a specific cash control detail from the list, by array index |
Methods in org.kuali.kfs.module.ar.document that return types with arguments of type CashControlDetail | |
---|---|
List<CashControlDetail> |
CashControlDocument.getCashControlDetails()
Gets the cashControlDetails attribute. |
Methods in org.kuali.kfs.module.ar.document with parameters of type CashControlDetail | |
---|---|
void |
CashControlDocument.addCashControlDetail(CashControlDetail cashControlDetail)
This method adds a new cash control detail to the list |
protected void |
CashControlDocument.prepareCashControlDetail(CashControlDetail cashControlDetail)
This is a helper method that automatically populates document specfic information into the cash control detail deposit (CashControlDetail) instance. |
void |
PaymentApplicationDocument.setCashControlDetail(CashControlDetail cashControlDetail)
|
Method parameters in org.kuali.kfs.module.ar.document with type arguments of type CashControlDetail | |
---|---|
void |
CashControlDocument.setCashControlDetails(List<CashControlDetail> cashControlDetails)
Sets the cashControlDetails attribute value. |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.dataaccess |
---|
Methods in org.kuali.kfs.module.ar.document.dataaccess that return CashControlDetail | |
---|---|
CashControlDetail |
CashControlDetailDao.getCashControlDetailByRefDocNumber(String referenceDocumentNumber)
Retrieves the CashControlDetail object associated with a given reference Document Number. |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.ar.document.dataaccess.impl that return CashControlDetail | |
---|---|
CashControlDetail |
CashControlDetailDaoOjb.getCashControlDetailByRefDocNumber(String referenceDocumentNumber)
|
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.service |
---|
Methods in org.kuali.kfs.module.ar.document.service that return CashControlDetail | |
---|---|
CashControlDetail |
PaymentApplicationDocumentService.getCashControlDetailForPayAppDocNumber(String payAppDocNumber)
Retrieves the CashControlDetail line associated with the passed-in PaymentApplication Document number. |
CashControlDetail |
PaymentApplicationDocumentService.getCashControlDetailForPaymentApplicationDocument(PaymentApplicationDocument document)
Retrieves the CashControlDetail line associated with the passed-in PaymentApplication Document. |
Methods in org.kuali.kfs.module.ar.document.service with parameters of type CashControlDetail | |
---|---|
void |
CashControlDocumentService.addNewCashControlDetail(String descritpion,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
This method add a new cash control detail to the cash control document |
PaymentApplicationDocument |
CashControlDocumentService.createAndSavePaymentApplicationDocument(String description,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
This method creates a new PaymentApplicationDocument |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.service.impl |
---|
Methods in org.kuali.kfs.module.ar.document.service.impl that return CashControlDetail | |
---|---|
CashControlDetail |
PaymentApplicationDocumentServiceImpl.getCashControlDetailForPayAppDocNumber(String payAppDocNumber)
|
CashControlDetail |
PaymentApplicationDocumentServiceImpl.getCashControlDetailForPaymentApplicationDocument(PaymentApplicationDocument document)
|
Methods in org.kuali.kfs.module.ar.document.service.impl with parameters of type CashControlDetail | |
---|---|
void |
CashControlDocumentServiceImpl.addNewCashControlDetail(String description,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
|
PaymentApplicationDocument |
CashControlDocumentServiceImpl.createAndSavePaymentApplicationDocument(String description,
CashControlDocument cashControlDocument,
CashControlDetail cashControlDetail)
|
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.validation |
---|
Methods in org.kuali.kfs.module.ar.document.validation with parameters of type CashControlDetail | |
---|---|
boolean |
AddCashControlDetailRule.processAddCashControlDetailBusinessRules(F transactionalDocument,
CashControlDetail cashControlDetail)
This method is called when a cash control detail is added |
boolean |
DeleteCashControlDetailRule.processDeleteCashControlDetailBusinessRules(F transactionalDocument,
CashControlDetail cashControlDetail)
This method is called when a cash control detail is deleted |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.validation.event |
---|
Methods in org.kuali.kfs.module.ar.document.validation.event that return CashControlDetail | |
---|---|
CashControlDetail |
CashControlDetailEvent.getCashControlDetail()
This method returns the customer invoice related to the event |
CashControlDetail |
CashControlDetailEventBase.getCashControlDetail()
|
Constructors in org.kuali.kfs.module.ar.document.validation.event with parameters of type CashControlDetail | |
---|---|
AddCashControlDetailEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
CashControlDetail cashControlDetail)
|
|
CashControlDetailEventBase(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
CashControlDetail cashControlDetail)
Initializes fields common to all subclasses |
|
DeleteCashControlDetailEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
CashControlDetail cashControlDetail)
|
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.validation.impl |
---|
Methods in org.kuali.kfs.module.ar.document.validation.impl that return CashControlDetail | |
---|---|
CashControlDetail |
CashControlCustomerNumberValidation.getCashControlDetail()
|
CashControlDetail |
CashControlLineAmountValidation.getCashControlDetail()
|
CashControlDetail |
CashControlAllAppDocsApprovedValidation.getCashControlDetail()
|
Methods in org.kuali.kfs.module.ar.document.validation.impl with parameters of type CashControlDetail | |
---|---|
boolean |
CashControlDocumentRule.checkLineAmount(CashControlDocument document,
CashControlDetail detail)
This method checks the CashControlDetail line amount is not zero or negative. |
boolean |
CashControlDocumentRule.processAddCashControlDetailBusinessRules(CashControlDocument transactionalDocument,
CashControlDetail cashControlDetail)
|
boolean |
CashControlDocumentRule.processDeleteCashControlDetailBusinessRules(CashControlDocument transactionalDocument,
CashControlDetail cashControlDetail)
|
void |
CashControlCustomerNumberValidation.setCashControlDetail(CashControlDetail cashControlDetail)
|
void |
CashControlLineAmountValidation.setCashControlDetail(CashControlDetail cashControlDetail)
|
void |
CashControlAllAppDocsApprovedValidation.setCashControlDetail(CashControlDetail cashControlDetail)
|
protected boolean |
CashControlDocumentRule.validateCashControlDetail(CashControlDocument document,
CashControlDetail cashControlDetail)
This method validates CashControlDetail |
Uses of CashControlDetail in org.kuali.kfs.module.ar.document.web.struts |
---|
Fields in org.kuali.kfs.module.ar.document.web.struts declared as CashControlDetail | |
---|---|
protected CashControlDetail |
CashControlDocumentForm.newCashControlDetail
|
Methods in org.kuali.kfs.module.ar.document.web.struts that return CashControlDetail | |
---|---|
CashControlDetail |
CashControlDocumentForm.getNewCashControlDetail()
This method gets the new cash control detail |
Methods in org.kuali.kfs.module.ar.document.web.struts with parameters of type CashControlDetail | |
---|---|
void |
CashControlDocumentForm.setNewCashControlDetail(CashControlDetail newCashControlDetail)
This method sets the new cash control detail |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |