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

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

public class UDADialogHandler
extends ScreenHandler


Constructor Summary
UDADialogHandler()
           
 
Method Summary
 java.util.List getIncludedAttributes()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemNumber()
           
 java.util.Set getItemSet()
           
 java.util.List getRcomProductInfoAttributes()
           
 boolean getUDADynamic()
           
 java.lang.String getUDAHeaderDescription()
           
 boolean getUDAInclude()
           
 boolean getUDAStatic()
           
 java.lang.String getUDAValueDescriptions()
           
 void setDynamic(java.lang.Object object, boolean isDynamic)
           
 void setIncluded(java.lang.Object object, boolean isIncluded)
          METHODS FOR EDITING ATTRIBUTE
 void setItem(java.lang.Object object)
          ITEM METHODS
 void setItems(java.util.Set itemSet, java.util.List attributeList)
          STATE MANAGEMENTS
 void setProductInformationAttribute(java.lang.Object row)
          METHODS FOR BUILDING TABLE ROW
 void setStatic(java.lang.Object object, boolean isStatic)
           
 
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

UDADialogHandler

public UDADialogHandler()
Method Detail

setItems

public void setItems(java.util.Set itemSet,
                     java.util.List attributeList)
              throws SystemException,
                     BusinessException
STATE MANAGEMENTS

Throws:
SystemException
BusinessException

getItemSet

public java.util.Set getItemSet()

getIncludedAttributes

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

setIncluded

public void setIncluded(java.lang.Object object,
                        boolean isIncluded)
                 throws SystemException,
                        BusinessException
METHODS FOR EDITING ATTRIBUTE

Throws:
SystemException
BusinessException

setStatic

public void setStatic(java.lang.Object object,
                      boolean isStatic)
               throws SystemException
Throws:
SystemException

setDynamic

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

setProductInformationAttribute

public void setProductInformationAttribute(java.lang.Object row)
METHODS FOR BUILDING TABLE ROW


getUDAHeaderDescription

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

getUDAValueDescriptions

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

getUDAInclude

public boolean getUDAInclude()
                      throws SystemException
Throws:
SystemException

getUDAStatic

public boolean getUDAStatic()
                     throws SystemException
Throws:
SystemException

getUDADynamic

public boolean getUDADynamic()
                      throws SystemException
Throws:
SystemException

setItem

public void setItem(java.lang.Object object)
             throws SystemException
ITEM METHODS

Throws:
SystemException

getItemNumber

public java.lang.String getItemNumber()

getItemDescription

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

getRcomProductInfoAttributes

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


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