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

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.admin.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 setSupplier(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

ColorSelectionDialogHandler

public ColorSelectionDialogHandler()
Method Detail

setSupplier

public void setSupplier(java.lang.Object object)

getAllColors

public java.util.List getAllColors()
                            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

getColors

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

setColors

public void setColors(java.util.List list)
               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