com.retek.rcom.gui.screen.activityrequest
Class GeneralHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.activityrequest.GeneralHandler

public class GeneralHandler
extends ScreenHandler


Constructor Summary
GeneralHandler()
           
 
Method Summary
 void createActivityRequest(java.lang.Object type)
          STATE MANAGEMENT METHODS
 java.lang.Object getActivityRequest()
           
 java.lang.Object getActivityRequestCustomer()
           
 java.lang.String getActivityRequestNumber()
           
 java.lang.Object getActivityRequestType()
           
 java.util.List getActivityRequestTypes()
          SELECTION LISTS METHODS
 java.lang.Object getDefaultRequestType()
           
 boolean hasActivityRequest()
           
 boolean hasCustomer()
           
 boolean isCareCardRequest()
           
 boolean isCertificateRequest()
           
 boolean isCommentKeyMode()
           
 boolean isGeneralRequest()
          ACTIVITY REQUEST TYPE METHODS
 boolean isItemInstruction()
           
 boolean isLabel()
           
 boolean isPartial()
           
 boolean isPersistedActivityRequest()
          GENERAL ACTIVITY REQUEST METHODS
 boolean isRequestTypeModifiable()
           
 boolean isReturn()
           
 boolean isSpecialOrder()
           
 boolean isWismo()
           
 void resetActivityRequest()
           
 java.lang.Object resolve()
           
 void setActivityRequest(java.lang.Object object)
           
 java.lang.Object submit()
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralHandler

public GeneralHandler()
Method Detail

createActivityRequest

public void createActivityRequest(java.lang.Object type)
                           throws SystemException,
                                  BusinessException
STATE MANAGEMENT METHODS

Throws:
SystemException
BusinessException

setActivityRequest

public void setActivityRequest(java.lang.Object object)

resetActivityRequest

public void resetActivityRequest()

getActivityRequest

public java.lang.Object getActivityRequest()

hasActivityRequest

public boolean hasActivityRequest()

isRequestTypeModifiable

public boolean isRequestTypeModifiable()
                                throws SystemException
Throws:
SystemException

getActivityRequestTypes

public java.util.List getActivityRequestTypes()
                                       throws SystemException
SELECTION LISTS METHODS

Throws:
SystemException

getDefaultRequestType

public java.lang.Object getDefaultRequestType()
                                       throws SystemException
Throws:
SystemException

isGeneralRequest

public boolean isGeneralRequest()
                         throws SystemException
ACTIVITY REQUEST TYPE METHODS

Throws:
SystemException

isSpecialOrder

public boolean isSpecialOrder()
                       throws SystemException
Throws:
SystemException

isCertificateRequest

public boolean isCertificateRequest()
                             throws SystemException
Throws:
SystemException

isReturn

public boolean isReturn()
                 throws SystemException
Throws:
SystemException

isLabel

public boolean isLabel()
                throws SystemException
Throws:
SystemException

isWismo

public boolean isWismo()
                throws SystemException
Throws:
SystemException

isPartial

public boolean isPartial()
                  throws SystemException
Throws:
SystemException

isItemInstruction

public boolean isItemInstruction()
                          throws SystemException
Throws:
SystemException

isCareCardRequest

public boolean isCareCardRequest()
                          throws SystemException
Throws:
SystemException

isCommentKeyMode

public boolean isCommentKeyMode()
                         throws SystemException
Throws:
SystemException

isPersistedActivityRequest

public boolean isPersistedActivityRequest()
                                   throws SystemException
GENERAL ACTIVITY REQUEST METHODS

Throws:
SystemException

getActivityRequestType

public java.lang.Object getActivityRequestType()
                                        throws SystemException
Throws:
SystemException

submit

public java.lang.Object submit()
                        throws SystemException,
                               UiBusinessException
Throws:
SystemException
UiBusinessException

getActivityRequestCustomer

public java.lang.Object getActivityRequestCustomer()
                                            throws SystemException,
                                                   BusinessException
Throws:
SystemException
BusinessException

resolve

public java.lang.Object resolve()
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

hasCustomer

public boolean hasCustomer()

getActivityRequestNumber

public java.lang.String getActivityRequestNumber()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25