com.retek.rcom.gui.screen.catalogrequest
Class CatalogDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.catalogrequest.CatalogDialogHandler

public class CatalogDialogHandler
extends ScreenHandler


Constructor Summary
CatalogDialogHandler()
           
 
Method Summary
 void createCatalog()
           
 java.lang.Object getBanner()
           
 java.util.Set getBanners()
           
 java.lang.String getDescription()
           
 java.lang.String getEstimatedDeliveryDays()
           
 boolean getInactive()
           
 java.lang.Object getSubConcept()
           
 java.util.Set getSubConcepts()
           
 void inactivate()
           
 void setBanner(java.lang.Object banner)
           
 void setCatalog(java.lang.Object object)
           
 void setDescription(java.lang.String description)
           
 void setEstimatedDeliveryDays(java.lang.String days)
           
 void setSubConcept(java.lang.Object subConcept)
           
 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

CatalogDialogHandler

public CatalogDialogHandler()
Method Detail

setCatalog

public void setCatalog(java.lang.Object object)

createCatalog

public void createCatalog()
                   throws SystemException
Throws:
SystemException

getDescription

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

getEstimatedDeliveryDays

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

getBanner

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

getSubConcept

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

getBanners

public java.util.Set getBanners()
                         throws SystemException
Throws:
SystemException

getSubConcepts

public java.util.Set getSubConcepts()
                             throws SystemException
Throws:
SystemException

getInactive

public boolean getInactive()
                    throws SystemException
Throws:
SystemException

setDescription

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

setEstimatedDeliveryDays

public void setEstimatedDeliveryDays(java.lang.String days)
                              throws SystemException,
                                     UiBusinessException
Throws:
SystemException
UiBusinessException

setBanner

public void setBanner(java.lang.Object banner)
               throws SystemException
Throws:
SystemException

setSubConcept

public void setSubConcept(java.lang.Object subConcept)
                   throws SystemException
Throws:
SystemException

inactivate

public void inactivate()
                throws SystemException
Throws:
SystemException

submit

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


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