de.schlund.pfixcore.example.bank.ihandler
Class SelectAccountHandler

java.lang.Object
  extended by de.schlund.pfixcore.example.bank.ihandler.SelectAccountHandler
All Implemented Interfaces:
IHandler

public class SelectAccountHandler
extends Object
implements IHandler


Constructor Summary
SelectAccountHandler()
           
 
Method Summary
 void handleSubmittedData(Context context, IWrapper wrapper)
           
 boolean isActive(Context context)
           
 boolean needsData(Context context)
           
 boolean prerequisitesMet(Context context)
           
 void retrieveCurrentStatus(Context context, IWrapper wrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAccountHandler

public SelectAccountHandler()
Method Detail

handleSubmittedData

public void handleSubmittedData(Context context,
                                IWrapper wrapper)
                         throws Exception
Specified by:
handleSubmittedData in interface IHandler
Throws:
Exception

isActive

public boolean isActive(Context context)
                 throws Exception
Specified by:
isActive in interface IHandler
Throws:
Exception

prerequisitesMet

public boolean prerequisitesMet(Context context)
                         throws Exception
Specified by:
prerequisitesMet in interface IHandler
Throws:
Exception

needsData

public boolean needsData(Context context)
                  throws Exception
Specified by:
needsData in interface IHandler
Throws:
Exception

retrieveCurrentStatus

public void retrieveCurrentStatus(Context context,
                                  IWrapper wrapper)
                           throws Exception
Specified by:
retrieveCurrentStatus in interface IHandler
Throws:
Exception


Copyright © 2011 United Internet. All Rights Reserved.