Uses of Class
org.prevayler.demos.memento.Bank

Packages that use Bank
org.prevayler.demos.memento.commands   
org.prevayler.util.memento   
 

Uses of Bank in org.prevayler.demos.memento.commands
 

Fields in org.prevayler.demos.memento.commands declared as Bank
protected  Bank AccountDeletion.bank
          Set by findObjects(...)
protected  Bank AccountCreation.bank
          Set by findObjects(...)
 

Methods in org.prevayler.demos.memento.commands with parameters of type Bank
protected  void Withdrawal.findObjects(Bank prevalentSystem)
           
protected  void Transfer.findObjects(Bank prevalentSystem)
           
protected  void Deposit.findObjects(Bank prevalentSystem)
           
protected  void AccountDeletion.findObjects(Bank prevalentSystem)
           
protected  void AccountCreation.findObjects(Bank prevalentSystem)
           
 

Uses of Bank in org.prevayler.util.memento
 

Methods in org.prevayler.util.memento with parameters of type Bank
 Account MementoTransaction.execute(MementoCollector collector, Bank prevalentSystem)
          Executes this command on the received system.
 Account MementoManagerCommand.executeAndQuery(Bank prevalentSystem, Date timestamp)
          Executes this transaction on the received system.
protected abstract  void MementoTransaction.findObjects(Bank prevalentSystem)
          Find the objects this command modifies.
 



Copyright © 2001-2013. All Rights Reserved.