com.retek.rmm.gui.screen.inventoryitem
Class ColorSelectionDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.inventoryitem.ColorSelectionDialogHandler

public class ColorSelectionDialogHandler
extends ScreenHandler


Constructor Summary
ColorSelectionDialogHandler()
           
 
Method Summary
 java.util.List getAllColors()
           
 java.lang.String getColorCode()
           
 java.lang.String getColorDescription()
           
 java.util.List getColors()
           
 void setColors(java.util.List list)
           
 void setCurrentColor(java.lang.Object color)
           
 void setItemSupplier(java.lang.Object object)
           
 void setPersonalizationAttribute(java.lang.Object object)
           
 
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

ColorSelectionDialogHandler

public ColorSelectionDialogHandler()
Method Detail

setItemSupplier

public void setItemSupplier(java.lang.Object object)

getAllColors

public java.util.List getAllColors()
                            throws SystemException,
                                   BusinessException
Throws:
SystemException
BusinessException

setPersonalizationAttribute

public void setPersonalizationAttribute(java.lang.Object object)

getColors

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

setCurrentColor

public void setCurrentColor(java.lang.Object color)

getColorCode

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

getColorDescription

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

setColors

public void setColors(java.util.List list)
               throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28