de.schlund.pfixcore.example.bank.model
Interface BankDAO

All Known Implementing Classes:
BankInMemoryDAO

public interface BankDAO


Method Summary
 Customer getCustomerById(long id)
           
 Collection<Customer> getCustomers()
           
 

Method Detail

getCustomerById

Customer getCustomerById(long id)

getCustomers

Collection<Customer> getCustomers()


Copyright © 2011 United Internet. All Rights Reserved.