Uses of Class
org.kuali.kfs.module.ar.batch.vo.CustomerDigesterVO

Packages that use CustomerDigesterVO
org.kuali.kfs.module.ar.batch.service   
org.kuali.kfs.module.ar.batch.service.impl   
org.kuali.kfs.module.ar.batch.vo   
 

Uses of CustomerDigesterVO in org.kuali.kfs.module.ar.batch.service
 

Method parameters in org.kuali.kfs.module.ar.batch.service with type arguments of type CustomerDigesterVO
 boolean CustomerLoadService.validate(List<CustomerDigesterVO> customerUploads)
          Performs specific validation on the parsed file contents.
 boolean CustomerLoadService.validateAndPrepare(List<CustomerDigesterVO> customerUploads, List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs, boolean useGlobalErrorMap)
          Performs specific validation on the parsed file contents.
 

Uses of CustomerDigesterVO in org.kuali.kfs.module.ar.batch.service.impl
 

Method parameters in org.kuali.kfs.module.ar.batch.service.impl with type arguments of type CustomerDigesterVO
 boolean CustomerLoadServiceImpl.validate(List<CustomerDigesterVO> customerUploads)
          The results of this method follow the same rules as the batch step result rules: The execution of this method may have 3 possible outcomes: 1.
 boolean CustomerLoadServiceImpl.validateAndPrepare(List<CustomerDigesterVO> customerUploads, List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs, boolean useGlobalErrorMap)
           
protected  boolean CustomerLoadServiceImpl.validateCustomers(List<CustomerDigesterVO> customerUploads, List<org.kuali.rice.kns.document.MaintenanceDocument> customerMaintDocs, CustomerLoadFileResult reporter, boolean useGlobalErrorMap)
          Validate the customers lists
 

Uses of CustomerDigesterVO in org.kuali.kfs.module.ar.batch.vo
 

Methods in org.kuali.kfs.module.ar.batch.vo with parameters of type CustomerDigesterVO
 Customer CustomerDigesterAdapter.convert(CustomerDigesterVO customerDigesterVO, CustomerLoadBatchErrors errors)
          Converts a CustomerDigesterVO to a real Customer BO.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.