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

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

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

Methods in de.schlund.pfixcore.example.bank.context that return Account
 Account ContextAccountImpl.getAccount()
           
 Account ContextAccount.getAccount()
           
 

Methods in de.schlund.pfixcore.example.bank.context with parameters of type Account
 void ContextAccountImpl.setAccount(Account account)
           
 void ContextAccount.setAccount(Account account)
           
 

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

Methods in de.schlund.pfixcore.example.bank.model that return Account
 Account Customer.getAccountByNo(long no)
           
 

Methods in de.schlund.pfixcore.example.bank.model that return types with arguments of type Account
 List<Account> Customer.getAccounts()
           
 

Method parameters in de.schlund.pfixcore.example.bank.model with type arguments of type Account
 void Customer.setAccounts(List<Account> accounts)
           
 



Copyright © 2012 United Internet. All Rights Reserved.