org.springframework.batch.sample.domain.trade
Interface CustomerDao

All Known Implementing Classes:
JdbcCustomerDao

public interface CustomerDao

Author:
Lucas Ward

Method Summary
 CustomerCredit getCustomerByName(String name)
           
 void insertCustomer(String name, BigDecimal credit)
           
 void updateCustomer(String name, BigDecimal credit)
           
 

Method Detail

getCustomerByName

CustomerCredit getCustomerByName(String name)

insertCustomer

void insertCustomer(String name,
                    BigDecimal credit)

updateCustomer

void updateCustomer(String name,
                    BigDecimal credit)


Copyright © 2009 SpringSource. All Rights Reserved.