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

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

public class OrderAccommodationDialogHandler
extends ScreenHandler


Field Summary
static java.lang.Object GIFTING
           
static java.lang.Object MERCHANDISE
           
static java.lang.Object PERSONALIZATION
           
static java.lang.Object SHIPPING_TYPE
           
static java.lang.Object TAX_TYPE
           
static java.lang.Object TOTAL_TYPE
           
 
Constructor Summary
OrderAccommodationDialogHandler(OrderScreenType screenType)
           
 
Method Summary
 void addOrderAccomodation()
           
 void createOrderAccomodation(java.lang.Object type)
           
 void createOrderAccomodationForTypeTotal()
           
 java.util.Collection getAccommodationReasons()
           
 java.lang.String getAccomodationTypeDesc()
          ACCOMODATION METHODS
 java.lang.Object getDefaultRefundable()
           
 java.lang.String getGiftingTotal()
           
 java.lang.String getMerchandiseTotal()
          ORDER TOTOALS
 java.lang.String getOrderTotal()
           
 java.lang.String getPersonalizationTotal()
           
 java.util.List getRefundables()
          REFUNDABLE METHODS
 java.lang.String getShippingTotal()
           
 java.lang.String getTaxAmount()
           
 java.lang.Object getTaxCreditReason()
           
 java.lang.String getTaxTotal()
           
 boolean isTaxType()
           
 boolean isTaxType(java.lang.Object object)
           
 boolean orderHasShippedLines()
           
 boolean reasonListContainsTaxCreditReason()
           
 void setDollarOff(java.lang.String dollarOff)
           
 void setPercentOff(java.lang.String percentOff)
           
 void setReason(java.lang.Object object)
           
 void setRefundable(java.lang.Object refundablePayment)
           
 
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
 

Field Detail

MERCHANDISE

public static final java.lang.Object MERCHANDISE

PERSONALIZATION

public static final java.lang.Object PERSONALIZATION

GIFTING

public static final java.lang.Object GIFTING

SHIPPING_TYPE

public static final java.lang.Object SHIPPING_TYPE

TAX_TYPE

public static final java.lang.Object TAX_TYPE

TOTAL_TYPE

public static final java.lang.Object TOTAL_TYPE
Constructor Detail

OrderAccommodationDialogHandler

public OrderAccommodationDialogHandler(OrderScreenType screenType)
Method Detail

getMerchandiseTotal

public java.lang.String getMerchandiseTotal()
                                     throws SystemException,
                                            BusinessException
ORDER TOTOALS

Throws:
SystemException
BusinessException

getGiftingTotal

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

getPersonalizationTotal

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

getShippingTotal

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

getTaxTotal

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

getOrderTotal

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

getAccomodationTypeDesc

public java.lang.String getAccomodationTypeDesc()
                                         throws SystemException
ACCOMODATION METHODS

Throws:
SystemException

createOrderAccomodation

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

addOrderAccomodation

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

setRefundable

public void setRefundable(java.lang.Object refundablePayment)
                   throws SystemException
Throws:
SystemException

setReason

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

setDollarOff

public void setDollarOff(java.lang.String dollarOff)
                  throws SystemException
Throws:
SystemException

setPercentOff

public void setPercentOff(java.lang.String percentOff)
                   throws SystemException
Throws:
SystemException

getAccommodationReasons

public java.util.Collection getAccommodationReasons()
                                             throws SystemException
Throws:
SystemException

getRefundables

public java.util.List getRefundables()
                              throws SystemException,
                                     BusinessException
REFUNDABLE METHODS

Throws:
SystemException
BusinessException

getDefaultRefundable

public java.lang.Object getDefaultRefundable()

isTaxType

public boolean isTaxType(java.lang.Object object)

isTaxType

public boolean isTaxType()
                  throws SystemException
Throws:
SystemException

getTaxAmount

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

createOrderAccomodationForTypeTotal

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

orderHasShippedLines

public boolean orderHasShippedLines()
                             throws SystemException
Throws:
SystemException

reasonListContainsTaxCreditReason

public boolean reasonListContainsTaxCreditReason()
                                          throws SystemException
Throws:
SystemException

getTaxCreditReason

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


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