public interface BatchMaintenanceService
| Modifier and Type | Method and Description | 
|---|---|
| boolean | cancelPendingBatch(Integer batchId,
                                    String note,
                                    org.kuali.rice.kim.api.identity.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.api.identity.Person user)This method holds a pending Batch. | 
| boolean | removeBatchHold(Integer batchId,
                              String changeText,
                              org.kuali.rice.kim.api.identity.Person user)This method removes a hold on a Batch. | 
boolean cancelPendingBatch(Integer batchId, String note, org.kuali.rice.kim.api.identity.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 cancelationboolean holdPendingBatch(Integer batchId, String note, org.kuali.rice.kim.api.identity.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 holdboolean removeBatchHold(Integer batchId, String changeText, org.kuali.rice.kim.api.identity.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 batchboolean doBatchPaymentsHaveOpenStatus(Integer batchId)
batchId - the id of the batchboolean doBatchPaymentsHaveOpenOrHeldStatus(Integer batchId)
batchId - the id of the batchboolean doBatchPaymentsHaveHeldStatus(Integer batchId)
batchId - the id of the batchCopyright © 2004–2015 The Kuali Foundation. All rights reserved.