com.retek.rmm.gui.screen.promotions
Class ThresholdPromotionPanelHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.promotions.ThresholdPromotionPanelHandler

public class ThresholdPromotionPanelHandler
extends ScreenHandler


Constructor Summary
ThresholdPromotionPanelHandler()
           
 
Method Summary
 boolean canEnablePlanCodeButtton()
           
 java.lang.String getDollarOff()
           
 java.lang.String getGiftCertificateAmount()
           
 java.lang.String getPercentOff()
           
 java.util.List getPurchaseItems()
           
 java.util.List getReceiveItems()
           
 java.util.Set getSelectedPlanCodes()
           
 java.lang.Object getSelectedTenderType()
           
 java.lang.String getThresholdPurchaseCurrency()
           
 java.lang.String getThresholdPurchaseQuantity()
           
 boolean isActiveStatus()
           
 boolean isDollarOff()
           
 boolean isGCBenefit()
           
 boolean isItemBenefit()
           
 boolean isItemCurrencyThreshold()
           
 boolean isItemQuantityThreshold()
           
 boolean isLineMerchAmountBenefit()
           
 boolean isOrderCurrencyThreshold()
           
 boolean isOrderMerchAmountBenefit()
           
 boolean isOrderQuantityThreshold()
           
 boolean isPercentOff()
           
 boolean isPlanCodeBenefit()
           
 boolean isPromotionPersisted()
           
 boolean isWorksheetStatus()
           
 void setPromotion(java.lang.Object object)
           
 void setPurchaseItems(java.lang.Object items)
           
 void setReceiveItems(java.lang.Object items)
           
 void setSelectedPlanCodes(java.util.Collection list)
           
 void setSelectedTenderType(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

ThresholdPromotionPanelHandler

public ThresholdPromotionPanelHandler()
Method Detail

setPromotion

public void setPromotion(java.lang.Object object)
                  throws SystemException
Throws:
SystemException

isOrderCurrencyThreshold

public boolean isOrderCurrencyThreshold()

getThresholdPurchaseCurrency

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

isOrderQuantityThreshold

public boolean isOrderQuantityThreshold()

getThresholdPurchaseQuantity

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

isItemQuantityThreshold

public boolean isItemQuantityThreshold()

isItemCurrencyThreshold

public boolean isItemCurrencyThreshold()

isOrderMerchAmountBenefit

public boolean isOrderMerchAmountBenefit()

isItemBenefit

public boolean isItemBenefit()

isGCBenefit

public boolean isGCBenefit()

isPlanCodeBenefit

public boolean isPlanCodeBenefit()

isLineMerchAmountBenefit

public boolean isLineMerchAmountBenefit()

getGiftCertificateAmount

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

isDollarOff

public boolean isDollarOff()
                    throws SystemException
Throws:
SystemException

isPercentOff

public boolean isPercentOff()
                     throws SystemException
Throws:
SystemException

getDollarOff

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

getPercentOff

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

isPromotionPersisted

public boolean isPromotionPersisted()

isWorksheetStatus

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

isActiveStatus

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

getPurchaseItems

public java.util.List getPurchaseItems()

getReceiveItems

public java.util.List getReceiveItems()
                               throws SystemException
Throws:
SystemException

setReceiveItems

public void setReceiveItems(java.lang.Object items)

setPurchaseItems

public void setPurchaseItems(java.lang.Object items)

canEnablePlanCodeButtton

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

setSelectedPlanCodes

public void setSelectedPlanCodes(java.util.Collection list)

getSelectedPlanCodes

public java.util.Set getSelectedPlanCodes()

setSelectedTenderType

public void setSelectedTenderType(java.lang.Object object)

getSelectedTenderType

public java.lang.Object getSelectedTenderType()


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