com.retek.rmm.gui.screen.common
Class MonogramDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.common.MonogramDialogHandler

public class MonogramDialogHandler
extends ScreenHandler


Constructor Summary
MonogramDialogHandler()
           
 
Method Summary
 java.util.List getAvailableColors()
           
 java.util.List getAvailableFonts()
          MONOGRAM SERVICE GETTERS
 java.lang.String getDescription()
           
 java.lang.String getLocation()
           
 java.lang.String getMaxCharacters()
           
 java.lang.Object getMonogramService()
           
 java.util.List getMonogramServices(java.lang.Object object)
           
 java.lang.String getPrice()
           
 java.util.List getSelectedColors()
           
 java.util.List getSelectedFonts()
           
 java.util.List getSuppliers()
           
 boolean hasMonogramService()
           
 boolean isPricePerCharacter()
           
 void saveSellingItem()
           
 void setMonogramService(java.lang.Object object)
          SERVICE METHODS
 void setPrice(java.lang.String amount)
           
 void setPricePerCharacter(boolean value)
           
 void setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          MONOGRAM SERVICE SETTERS
 void setSellingSku(java.lang.Object object)
          SELLING SKU METHODS
 
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

MonogramDialogHandler

public MonogramDialogHandler()
Method Detail

setSellingSku

public void setSellingSku(java.lang.Object object)
SELLING SKU METHODS


getDescription

public java.lang.String getDescription()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getSuppliers

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

getMonogramServices

public java.util.List getMonogramServices(java.lang.Object object)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

saveSellingItem

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

setMonogramService

public void setMonogramService(java.lang.Object object)
SERVICE METHODS


getMonogramService

public java.lang.Object getMonogramService()

hasMonogramService

public boolean hasMonogramService()

getAvailableFonts

public java.util.List getAvailableFonts()
                                 throws SystemException,
                                        BusinessException
MONOGRAM SERVICE GETTERS

Throws:
SystemException
BusinessException

getSelectedFonts

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

getAvailableColors

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

getSelectedColors

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

getLocation

public java.lang.String getLocation()
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

getPrice

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

isPricePerCharacter

public boolean isPricePerCharacter()
                            throws SystemException
Throws:
SystemException

getMaxCharacters

public java.lang.String getMaxCharacters()
                                  throws SystemException,
                                         BusinessException
Throws:
SystemException
BusinessException

setSelectedFontsAndColors

public void setSelectedFontsAndColors(java.util.List fontList,
                                      java.util.List colorList)
                               throws UiBusinessException,
                                      SystemException,
                                      BusinessException
MONOGRAM SERVICE SETTERS

Throws:
UiBusinessException
SystemException
BusinessException

setPrice

public void setPrice(java.lang.String amount)
              throws SystemException
Throws:
SystemException

setPricePerCharacter

public void setPricePerCharacter(boolean value)
                          throws SystemException
Throws:
SystemException


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