com.retek.rcom.gui.screen.orderadmin
Class CancelReasonDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.orderadmin.CancelReasonDialogHandler

public class CancelReasonDialogHandler
extends ScreenHandler


Constructor Summary
CancelReasonDialogHandler()
           
 
Method Summary
 void createCancelReason()
           
 java.util.List getCancelReasonTypes()
           
 java.lang.String getDescription()
           
 java.lang.Object getType()
           
 boolean isDescriptionModifiable()
           
 boolean isTypeModifiable()
           
 void setCancelReason(java.lang.Object object)
           
 void setDescription(java.lang.String description)
           
 void setType(java.lang.Object object)
           
 void 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

CancelReasonDialogHandler

public CancelReasonDialogHandler()
Method Detail

getCancelReasonTypes

public java.util.List getCancelReasonTypes()

setCancelReason

public void setCancelReason(java.lang.Object object)
                     throws SystemException
Throws:
SystemException

createCancelReason

public void createCancelReason()
                        throws SystemException
Throws:
SystemException

getType

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

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

isDescriptionModifiable

public boolean isDescriptionModifiable()
                                throws SystemException
Throws:
SystemException

isTypeModifiable

public boolean isTypeModifiable()
                         throws SystemException
Throws:
SystemException

setType

public void setType(java.lang.Object object)
             throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   UiBusinessException
Throws:
SystemException
UiBusinessException


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