com.retek.rmm.gui.screen.sellingitem
Class SellingSkuHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.sellingitem.SellingSkuHandler

public class SellingSkuHandler
extends ScreenHandler


Constructor Summary
SellingSkuHandler()
           
 
Method Summary
 java.lang.String getRushDeliveryOverrideCharge()
           
 java.lang.Object getSellingItem()
           
 java.util.Collection getSellingSkus()
          SELLING ITEM METHODS
 java.lang.String getSkuAdditionalCharges()
           
 java.lang.String getSkuDescription()
           
 java.lang.String getSkuDisplayId()
           
 java.lang.String getSkuInternationalCharges()
           
 java.lang.String getSkuRetailPrice()
           
 java.lang.String getSkuUnitPrice()
           
 boolean hasSellingItem()
           
 boolean isCustomizable()
           
 boolean isMonogrammable()
           
 boolean isPersonalizable()
           
 java.lang.String isSaleItem()
           
 boolean isSellingSkuRemovable()
           
 void removeSellingSku(java.lang.Object object)
           
 boolean retrieveSellingItemFromRepository()
          STATE MANAGEMENT
 void setSellingSku(java.lang.Object object)
          SELLING SKU METHODS
 void submitSellingItem()
           
 
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

SellingSkuHandler

public SellingSkuHandler()
Method Detail

retrieveSellingItemFromRepository

public boolean retrieveSellingItemFromRepository()
STATE MANAGEMENT


getSellingItem

public java.lang.Object getSellingItem()

hasSellingItem

public boolean hasSellingItem()

getSellingSkus

public java.util.Collection getSellingSkus()
                                    throws SystemException
SELLING ITEM METHODS

Throws:
SystemException

submitSellingItem

public void submitSellingItem()
                       throws SystemException,
                              UiBusinessException
Throws:
SystemException
UiBusinessException

setSellingSku

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


getSkuDisplayId

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

getSkuDescription

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

getSkuUnitPrice

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

getSkuAdditionalCharges

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

getSkuInternationalCharges

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

getSkuRetailPrice

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

isCustomizable

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

isMonogrammable

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

isPersonalizable

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

removeSellingSku

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

isSaleItem

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

isSellingSkuRemovable

public boolean isSellingSkuRemovable()
                              throws SystemException
Throws:
SystemException

getRushDeliveryOverrideCharge

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


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