com.siebel.rf.offline.request.handler.usermaintenance
Class UserMaintenanceHandler

java.lang.Object
  |
  +--com.siebel.rf.offline.branch.server.Handler
        |
        +--com.siebel.rf.offline.request.handler.usermaintenance.UserMaintenanceHandler
All Implemented Interfaces:
RequestHandler

public class UserMaintenanceHandler
extends Handler

The handler class for UserMaintenance


Constructor Summary
UserMaintenanceHandler()
           
 
Method Summary
 java.util.Vector handleRequest()
          Handles client Request in Online/Offline mode for the Branch
static java.util.Vector imGetAllUsersForBranch(java.lang.String accesssProviderId, java.lang.String branchCode)
          Return all users for a branch
 
Methods inherited from class com.siebel.rf.offline.branch.server.Handler
fireOfflineEvent, getOriginalRequest, getRequest, getResponse, handleRequest, isAValidResponse, isBranchOnline
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserMaintenanceHandler

public UserMaintenanceHandler()
Method Detail

handleRequest

public java.util.Vector handleRequest()
                               throws com.bankframe.ejb.ProcessingErrorException
Handles client Request in Online/Offline mode for the Branch
Overrides:
handleRequest in class Handler
Returns:
response
Throws:
This - exception is thrown if processing fails

imGetAllUsersForBranch

public static java.util.Vector imGetAllUsersForBranch(java.lang.String accesssProviderId,
                                                      java.lang.String branchCode)
                                               throws com.bankframe.ejb.ProcessingErrorException
Return all users for a branch
Parameters:
accesssProviderId - String
branchCode - String
Returns:
users
Throws:
com.bankframe.ejb.ProcessingErrorException - This exception is thrown if processing fails