com.retek.rcom.gui.screen.ordercommon
Class MonogrammingHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordercommon.MonogrammingHandler

public class MonogrammingHandler
extends ScreenHandler


Constructor Summary
MonogrammingHandler(OrderScreenType screenType)
          STATE MANAGEMENT
 
Method Summary
 void applyServiceLine()
           
 java.lang.String getComments()
           
 java.lang.String getItemDescription()
          ORDER LINE METHODS
 java.lang.String getMonogramChar1()
           
 java.lang.String getMonogramChar2()
           
 java.lang.String getMonogramChar3()
           
 java.lang.Object getMonogramColor()
           
 java.util.Collection getMonogramColors()
           
 java.lang.Object getMonogramFont()
           
 java.util.Collection getMonogramFonts()
          MONOGRAM - VAS METHODS
 java.lang.String getMonogramLocation()
           
 java.util.List getMonogrammableComponents()
           
 java.lang.String getMonogrammingStyleMessages()
           
 java.lang.String getMonogrammingTypeMessages()
          MESSAGES METHODS
 java.util.List getMonogrammingTypes()
           
 java.lang.String getMonogramPrice()
           
 java.lang.Object getMonogramType()
          MONOGRAM SERVICE LINE METHODS
 java.lang.String getPackDescription()
           
 java.lang.String getPackInventoryId()
           
 java.lang.String getRecalculatedPrice(java.util.List charList)
           
 boolean hasMonogramType()
           
 void initMonogrammingServiceLine(java.lang.Object object)
           
 boolean isEditAllowed()
           
 boolean isMonoChar2FieldEnabled()
           
 boolean isMonoChar3FieldEnabled()
           
 boolean isPack()
          PACK METHODS
 void setComments(java.lang.String text)
           
 void setMonogramChar1(java.lang.String character)
           
 void setMonogramChar2(java.lang.String character)
           
 void setMonogramChar3(java.lang.String character)
           
 void setMonogramColor(java.lang.Object color)
           
 void setMonogramFont(java.lang.Object font)
           
 void setMonogramType(java.lang.Object type)
           
 void setOrderLine(java.lang.Object object)
           
 void setPackOrderLine(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

MonogrammingHandler

public MonogrammingHandler(OrderScreenType screenType)
STATE MANAGEMENT

Method Detail

setOrderLine

public void setOrderLine(java.lang.Object object)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

initMonogrammingServiceLine

public void initMonogrammingServiceLine(java.lang.Object object)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

hasMonogramType

public boolean hasMonogramType()

isEditAllowed

public boolean isEditAllowed()
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

getItemDescription

public java.lang.String getItemDescription()
                                    throws SystemException,
                                           BusinessException
ORDER LINE METHODS

Throws:
SystemException
BusinessException

getMonogrammingTypes

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

applyServiceLine

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

getMonogramFonts

public java.util.Collection getMonogramFonts()
                                      throws SystemException,
                                             BusinessException
MONOGRAM - VAS METHODS

Throws:
SystemException
BusinessException

getMonogramColors

public java.util.Collection getMonogramColors()
                                       throws SystemException,
                                              BusinessException
Throws:
SystemException
BusinessException

isMonoChar2FieldEnabled

public boolean isMonoChar2FieldEnabled()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

isMonoChar3FieldEnabled

public boolean isMonoChar3FieldEnabled()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getMonogramLocation

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

getMonogramType

public java.lang.Object getMonogramType()
                                 throws SystemException
MONOGRAM SERVICE LINE METHODS

Throws:
SystemException

setMonogramType

public void setMonogramType(java.lang.Object type)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getMonogramColor

public java.lang.Object getMonogramColor()
                                  throws SystemException
Throws:
SystemException

setMonogramColor

public void setMonogramColor(java.lang.Object color)
                      throws SystemException
Throws:
SystemException

getMonogramFont

public java.lang.Object getMonogramFont()
                                 throws SystemException
Throws:
SystemException

setMonogramFont

public void setMonogramFont(java.lang.Object font)
                     throws SystemException
Throws:
SystemException

getComments

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

setComments

public void setComments(java.lang.String text)
                 throws SystemException
Throws:
SystemException

getMonogramChar1

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

setMonogramChar1

public void setMonogramChar1(java.lang.String character)
                      throws SystemException
Throws:
SystemException

getMonogramChar2

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

setMonogramChar2

public void setMonogramChar2(java.lang.String character)
                      throws SystemException
Throws:
SystemException

getMonogramChar3

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

setMonogramChar3

public void setMonogramChar3(java.lang.String character)
                      throws SystemException
Throws:
SystemException

getMonogramPrice

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

getRecalculatedPrice

public java.lang.String getRecalculatedPrice(java.util.List charList)
                                      throws SystemException
Throws:
SystemException

isPack

public boolean isPack()
               throws SystemException,
                      BusinessException
PACK METHODS

Throws:
SystemException
BusinessException

getMonogrammableComponents

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

setPackOrderLine

public void setPackOrderLine(java.lang.Object object)

getPackInventoryId

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

getPackDescription

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

getMonogrammingTypeMessages

public java.lang.String getMonogrammingTypeMessages()
                                             throws SystemException
MESSAGES METHODS

Throws:
SystemException

getMonogrammingStyleMessages

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25