|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchMaintenanceService
This class defines services for Batch maintenance.
Method Summary | |
---|---|
boolean |
cancelPendingBatch(Integer batchId,
String note,
org.kuali.rice.kim.bo.Person user)
This method cancels a pending Batch. |
boolean |
doBatchPaymentsHaveHeldStatus(Integer batchId)
This method checks if batch payments have held status. |
boolean |
doBatchPaymentsHaveOpenOrHeldStatus(Integer batchId)
This method checks if batch payments has open or held payments. |
boolean |
doBatchPaymentsHaveOpenStatus(Integer batchId)
This method checks if the batch has open payments. |
boolean |
holdPendingBatch(Integer batchId,
String note,
org.kuali.rice.kim.bo.Person user)
This method holds a pending Batch. |
boolean |
removeBatchHold(Integer batchId,
String changeText,
org.kuali.rice.kim.bo.Person user)
This method removes a hold on a Batch. |
Method Detail |
---|
boolean cancelPendingBatch(Integer batchId, String note, org.kuali.rice.kim.bo.Person user)
batchId
- the id of the batch to be cancelednote
- a note stating the reason for the batch cancelationuser
- the user that performed the batch cancelation
boolean holdPendingBatch(Integer batchId, String note, org.kuali.rice.kim.bo.Person user)
batchId
- the id of the batch to perfomr hold onnote
- a nite stating the reason for holding batchuser
- the user that performed the batch hold
boolean removeBatchHold(Integer batchId, String changeText, org.kuali.rice.kim.bo.Person user)
batchId
- the id of the batch we want to remove the holdchangeText
- a text stating the reason for removing the holduser
- the user that removed hold on batch
boolean doBatchPaymentsHaveOpenStatus(Integer batchId)
batchId
- the id of the batch
boolean doBatchPaymentsHaveOpenOrHeldStatus(Integer batchId)
batchId
- the id of the batch
boolean doBatchPaymentsHaveHeldStatus(Integer batchId)
batchId
- the id of the batch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |