de.schlund.pfixcore.example.bank.model
Class BankInMemoryDAO

java.lang.Object
  extended by de.schlund.pfixcore.example.bank.model.BankInMemoryDAO
All Implemented Interfaces:
BankDAO

public class BankInMemoryDAO
extends Object
implements BankDAO


Constructor Summary
BankInMemoryDAO()
           
 
Method Summary
 Customer getCustomerById(long id)
           
 Collection<Customer> getCustomers()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankInMemoryDAO

public BankInMemoryDAO()
Method Detail

getCustomerById

public Customer getCustomerById(long id)
Specified by:
getCustomerById in interface BankDAO

getCustomers

public Collection<Customer> getCustomers()
Specified by:
getCustomers in interface BankDAO

main

public static void main(String[] args)


Copyright © 2012 United Internet. All Rights Reserved.