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

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.admin.StyleTypesHandler

public class StyleTypesHandler
extends ScreenHandler


Constructor Summary
StyleTypesHandler()
           
 
Method Summary
 void addStyleType(java.lang.String type, java.lang.String style)
           
 void clearStyleTypes()
           
 java.util.List getAllStyleDescriptions()
           
 java.util.List getAllTypeDescriptions()
           
 java.lang.String getStyleDescription()
           
 java.util.Set getStyleTypes()
           
 java.lang.String getTypeDescription()
           
 void setStyleType(java.lang.Object object)
           
 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

StyleTypesHandler

public StyleTypesHandler()
Method Detail

setSupplier

public void setSupplier(java.lang.Object object)

getAllTypeDescriptions

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

getAllStyleDescriptions

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

getStyleTypes

public java.util.Set getStyleTypes()

setStyleType

public void setStyleType(java.lang.Object object)

getTypeDescription

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

getStyleDescription

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

clearStyleTypes

public void clearStyleTypes()
                     throws SystemException
Throws:
SystemException

addStyleType

public void addStyleType(java.lang.String type,
                         java.lang.String style)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

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