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

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

public class SellingSkuDialogHandler
extends ScreenHandler


Constructor Summary
SellingSkuDialogHandler()
           
 
Method Summary
 java.lang.String getAdditionalCharges()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayNumber()
           
 java.lang.String getInternationalCharges()
           
 java.lang.String getMultipleSkuLabel()
           
 java.lang.String getRetailPrice()
           
 java.lang.String getRushDeliveryOverride()
           
 java.lang.String getUnitPrice()
           
 boolean isGiftCardable()
           
 boolean isGiftWrappable()
           
 boolean isSaleItem()
           
 boolean isStandardDeliveryCharge()
           
 void setAdditionalCharges(java.lang.String amount)
           
 void setInternationalCharges(java.lang.String amount)
           
 void setRushDeliveryOverride(java.lang.String amount)
           
 void setSaleItem(boolean saleItem)
           
 void setSellingItem(java.lang.Object object)
          SELLINGITEM METHODS
 void setSellingSku(java.lang.Object object)
           
 void setSellingSkus(java.util.List list)
          SELLING SKU METHODS
 void setStandardDeliveryCharge(boolean standardDeliveryCharge)
           
 void setUnitPrice(java.lang.String price)
           
 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

SellingSkuDialogHandler

public SellingSkuDialogHandler()
Method Detail

setSellingItem

public void setSellingItem(java.lang.Object object)
SELLINGITEM METHODS


submitSellingItem

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

setSellingSkus

public void setSellingSkus(java.util.List list)
SELLING SKU METHODS


setSellingSku

public void setSellingSku(java.lang.Object object)

getMultipleSkuLabel

public java.lang.String getMultipleSkuLabel()

getDisplayNumber

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

getDescription

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

getUnitPrice

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

getAdditionalCharges

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

getInternationalCharges

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

getRetailPrice

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

isGiftWrappable

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

isGiftCardable

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

setAdditionalCharges

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

setInternationalCharges

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

setUnitPrice

public void setUnitPrice(java.lang.String price)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

isSaleItem

public boolean isSaleItem()
                   throws SystemException
Throws:
SystemException

setSaleItem

public void setSaleItem(boolean saleItem)
                 throws SystemException
Throws:
SystemException

isStandardDeliveryCharge

public boolean isStandardDeliveryCharge()
                                 throws SystemException
Throws:
SystemException

setStandardDeliveryCharge

public void setStandardDeliveryCharge(boolean standardDeliveryCharge)
                               throws SystemException
Throws:
SystemException

getRushDeliveryOverride

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

setRushDeliveryOverride

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


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