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

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

public class PersonalizationDialogHandler
extends ScreenHandler


Constructor Summary
PersonalizationDialogHandler()
           
 
Method Summary
 java.util.List getAvailableColors()
           
 java.util.List getAvailableFonts()
          MONOGRAM SERVICE GETTERS
 java.lang.String getDescription()
           
 java.util.List getLineRestrictions()
          PERSONALIZATION RESTRICTION LINES
 java.lang.String getLocation()
           
 java.lang.Object getPersonalizationService()
           
 java.util.List getPersonalizationServices(java.lang.Object object)
           
 java.lang.String getPrice()
           
 java.lang.String getRestrictionLineNumber()
           
 java.lang.String getRestrictionMaxChars()
           
 boolean getRestrictionSelected()
           
 java.util.List getSelectedColors()
           
 java.util.List getSelectedFonts()
           
 java.util.List getSuppliers()
           
 boolean hasPersonalizationService()
           
 boolean isPricePerCharacter()
           
 void saveSellingItem()
           
 void setLineRestrictions(java.util.List lineRestrictions)
           
 void setPersonalizationService(java.lang.Object object)
          SERVICE METHODS
 void setPrice(java.lang.String amount)
           
 void setPricePerCharacter(boolean value)
           
 void setRestrictionLine(java.lang.Object object)
           
 void setRestrictionLineSelected(boolean isSelected)
           
 void setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          PERSONALIZATION 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

PersonalizationDialogHandler

public PersonalizationDialogHandler()
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

getPersonalizationServices

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

saveSellingItem

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

setPersonalizationService

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


getPersonalizationService

public java.lang.Object getPersonalizationService()

hasPersonalizationService

public boolean hasPersonalizationService()

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

setSelectedFontsAndColors

public void setSelectedFontsAndColors(java.util.List fontList,
                                      java.util.List colorList)
                               throws UiBusinessException,
                                      SystemException,
                                      BusinessException
PERSONALIZATION 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

getLineRestrictions

public java.util.List getLineRestrictions()
                                   throws SystemException,
                                          BusinessException
PERSONALIZATION RESTRICTION LINES

Throws:
SystemException
BusinessException

setLineRestrictions

public void setLineRestrictions(java.util.List lineRestrictions)
                         throws SystemException
Throws:
SystemException

setRestrictionLine

public void setRestrictionLine(java.lang.Object object)

getRestrictionLineNumber

public java.lang.String getRestrictionLineNumber()

getRestrictionMaxChars

public java.lang.String getRestrictionMaxChars()

getRestrictionSelected

public boolean getRestrictionSelected()

setRestrictionLineSelected

public void setRestrictionLineSelected(boolean isSelected)


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