Uses of Class
org.kuali.kfs.module.ar.batch.report.CustomerLoadBatchErrors

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

Uses of CustomerLoadBatchErrors in org.kuali.kfs.module.ar.batch.report
 

Methods in org.kuali.kfs.module.ar.batch.report with parameters of type CustomerLoadBatchErrors
 void CustomerLoadBatchErrors.addAll(CustomerLoadBatchErrors otherErrors)
           
 

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

Methods in org.kuali.kfs.module.ar.batch.service.impl with parameters of type CustomerLoadBatchErrors
protected  void CustomerLoadServiceImpl.addBatchErrorstoCustomerLoadResult(CustomerLoadBatchErrors batchErrors, CustomerLoadResult result)
           
protected  void CustomerLoadServiceImpl.addBatchErrorsToGlobalVariables(CustomerLoadBatchErrors batchErrors)
           
protected  void CustomerLoadServiceImpl.addError(CustomerLoadBatchErrors batchErrors, String customerName, String propertyName, Class<?> propertyClass, String origValue, String description)
           
protected  boolean CustomerLoadServiceImpl.extractGlobalVariableErrors(CustomerLoadBatchErrors batchErrors, String customerName)
           
protected  boolean CustomerLoadServiceImpl.validateSingle(org.kuali.rice.kns.document.MaintenanceDocument maintDoc, CustomerLoadBatchErrors batchErrors, String customerName)
           
 

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

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



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