Uses of Class
org.springframework.batch.sample.domain.trade.CustomerUpdate

Packages that use CustomerUpdate
org.springframework.batch.sample.domain.trade   
org.springframework.batch.sample.domain.trade.internal   
 

Uses of CustomerUpdate in org.springframework.batch.sample.domain.trade
 

Methods in org.springframework.batch.sample.domain.trade that return CustomerUpdate
 CustomerUpdate CustomerUpdateFieldSetMapper.mapFieldSet(FieldSet fs)
           
 CustomerUpdate CustomerUpdateProcessor.process(CustomerUpdate item)
           
 

Methods in org.springframework.batch.sample.domain.trade with parameters of type CustomerUpdate
 void InvalidCustomerLogger.log(CustomerUpdate customerUpdate)
           
 CustomerUpdate CustomerUpdateProcessor.process(CustomerUpdate item)
           
 

Method parameters in org.springframework.batch.sample.domain.trade with type arguments of type CustomerUpdate
 void CustomerUpdateWriter.write(List<? extends CustomerUpdate> items)
           
 

Uses of CustomerUpdate in org.springframework.batch.sample.domain.trade.internal
 

Methods in org.springframework.batch.sample.domain.trade.internal with parameters of type CustomerUpdate
 void CommonsLoggingInvalidCustomerLogger.log(CustomerUpdate customerUpdate)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.