Uses of Class
de.schlund.pfixcore.example.bank.model.Customer

Packages that use Customer
de.schlund.pfixcore.example.bank.context   
de.schlund.pfixcore.example.bank.model   
 

Uses of Customer in de.schlund.pfixcore.example.bank.context
 

Methods in de.schlund.pfixcore.example.bank.context that return Customer
 Customer ContextCustomer.getCustomer()
           
 Customer ContextCustomerImpl.getCustomer()
           
 

Methods in de.schlund.pfixcore.example.bank.context with parameters of type Customer
 void ContextCustomer.setCustomer(Customer customer)
           
 void ContextCustomerImpl.setCustomer(Customer customer)
           
 

Uses of Customer in de.schlund.pfixcore.example.bank.model
 

Methods in de.schlund.pfixcore.example.bank.model that return Customer
 Customer BankInMemoryDAO.getCustomerById(long id)
           
 Customer BankDAO.getCustomerById(long id)
           
 

Methods in de.schlund.pfixcore.example.bank.model that return types with arguments of type Customer
 Collection<Customer> BankInMemoryDAO.getCustomers()
           
 Collection<Customer> BankDAO.getCustomers()
           
 



Copyright © 2011 United Internet. All Rights Reserved.