com.siebel.rf.offline.request.handler.issystemcalendar
Class IsSystemCalendarHandler

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

public class IsSystemCalendarHandler
extends Handler

The handler class for IsSystemCalendar


Constructor Summary
IsSystemCalendarHandler()
           
 
Method Summary
 java.util.Vector handleRequest()
          Handles the Request in Online/Offline mode for the Branch
 java.lang.String imGetNextBusinessDay(java.lang.String date)
          Retrieves the next business day from the System Calendar.
 
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

IsSystemCalendarHandler

public IsSystemCalendarHandler()
Method Detail

handleRequest

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

imGetNextBusinessDay

public java.lang.String imGetNextBusinessDay(java.lang.String date)
                                      throws com.bankframe.ejb.ProcessingErrorException,
                                             com.bankframe.validation.ValidationException
Retrieves the next business day from the System Calendar.
Parameters:
date - String
Returns:
the next business date from the System Calendar
Throws:
com.bankframe.ejb.ProcessingErrorException - This exception is thrown if processing fails
com.bankframe.validation.ValidationException - This exception is thrown if validation fails