|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomerLoadService
Method Summary | |
---|---|
boolean |
loadFile(String fileName)
Validates and parses the file identified by the given files name. |
boolean |
loadFiles()
Validates and parses all files ready to go in the batch staging area. |
boolean |
validate(List<CustomerDigesterVO> customerUploads)
Performs specific validation on the parsed file contents. |
boolean |
validateAndPrepare(List<CustomerDigesterVO> customerUploads,
List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs,
boolean useGlobalErrorMap)
Performs specific validation on the parsed file contents. |
Method Detail |
---|
boolean loadFiles()
boolean loadFile(String fileName)
fileNaem
- Name of file to be uploaded and processed.
boolean validate(List<CustomerDigesterVO> customerUploads)
customerUploads
- A List of CustomerDigesterVO objects, that are the processed
results of the uploaded files.
boolean validateAndPrepare(List<CustomerDigesterVO> customerUploads, List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs, boolean useGlobalErrorMap)
customerUploads
- A List of CustomerDigesterVO objects, that are the processed
results of the uploaded files.customerMaintDocs
- A list of the customerMaintDocs that are returned by the validateAndPrepare method. A valid list
should be passed in, and MaintDocs will be added to it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |