com.retek.rmm.gui.screen.productinfo
Class ScreenTypeDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.productinfo.ScreenTypeDialogHandler

public class ScreenTypeDialogHandler
extends ScreenHandler


Constructor Summary
ScreenTypeDialogHandler()
          STATE MANAGEMENT
 
Method Summary
 void addItemAttributeRelation(java.lang.Object object, boolean isDynamic)
           
 void discardChanges()
           
 java.util.List getAllAttributes()
           
 java.lang.String getAttributeDescription()
           
 java.lang.Object getBanner()
           
 java.util.List getBanners()
           
 java.lang.Object getScreenType()
           
 java.lang.String getScreenTypeDescription()
           
 boolean isCustom()
           
 boolean isDynamic()
           
 boolean isInclude()
           
 boolean isScreenTypePersisted()
           
 boolean isStatic()
           
 void setBanner(java.lang.Object object)
           
 void setItemAttribute(java.lang.Object object)
          ATTRIBUTE METHODS
 void setScreenType(java.lang.Object object)
          SCREEN TYPE METHODS
 void setScreenTypeDescription(java.lang.String description)
           
 void submitScreenType()
           
 
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

ScreenTypeDialogHandler

public ScreenTypeDialogHandler()
STATE MANAGEMENT

Method Detail

getBanners

public java.util.List getBanners()

getAllAttributes

public java.util.List getAllAttributes()
                                throws SystemException
Throws:
SystemException

setItemAttribute

public void setItemAttribute(java.lang.Object object)
                      throws SystemException
ATTRIBUTE METHODS

Throws:
SystemException

isCustom

public boolean isCustom()
                 throws SystemException
Throws:
SystemException

isStatic

public boolean isStatic()

isDynamic

public boolean isDynamic()

isInclude

public boolean isInclude()

getAttributeDescription

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

addItemAttributeRelation

public void addItemAttributeRelation(java.lang.Object object,
                                     boolean isDynamic)
                              throws SystemException
Throws:
SystemException

setScreenType

public void setScreenType(java.lang.Object object)
SCREEN TYPE METHODS


getScreenType

public java.lang.Object getScreenType()

getBanner

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

getScreenTypeDescription

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

isScreenTypePersisted

public boolean isScreenTypePersisted()

setBanner

public void setBanner(java.lang.Object object)
               throws SystemException,
                      UiBusinessException
Throws:
SystemException
UiBusinessException

setScreenTypeDescription

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

submitScreenType

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

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException


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