Methods in org.kuali.kfs.module.ar.batch.service.impl with parameters of type CustomerLoadFileResult |
boolean |
CustomerLoadServiceImpl.loadFile(String fileName,
CustomerLoadFileResult reporter)
|
protected boolean |
CustomerLoadServiceImpl.sendDocumentIntoWorkflow(org.kuali.rice.kns.document.MaintenanceDocument readyTransientDoc,
List<String> routedDocumentNumbers,
List<String> failedDocumentNumbers,
CustomerLoadFileResult reporter)
|
protected boolean |
CustomerLoadServiceImpl.sendDocumentsIntoWorkflow(List<org.kuali.rice.kns.document.MaintenanceDocument> readyTransientDocs,
List<String> routedDocumentNumbers,
List<String> failedDocumentNumbers,
CustomerLoadFileResult reporter)
|
protected boolean |
CustomerLoadServiceImpl.validateCustomers(List<CustomerDigesterVO> customerUploads,
List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs,
CustomerLoadFileResult reporter,
boolean useGlobalErrorMap)
Validate the customers lists |