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

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

public class OrderLineAccommodationDialogHandler
extends ScreenHandler


Field Summary
static java.lang.String PERSONALIZATION
           
static java.lang.String TAX
           
 
Constructor Summary
OrderLineAccommodationDialogHandler(OrderScreenType screenType)
           
 
Method Summary
 void addOrderLineAccomodation(java.lang.Object accommodationMapper)
           
 void createOrderLineAccomodation(java.lang.Object accomMapper)
          ACCOMODATION METHODS
 java.util.Collection getAccommodationReasons()
           
 java.lang.Object getDefaultRefundable()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 java.lang.String getExtendedPrice()
           
 java.lang.Object getOrderLineMapperObject()
           
 java.lang.String getOrderLineNumber()
           
 java.util.List getOrderLines()
          ORDER LINE MANAGEMENT
 java.util.List getRefundables()
          REFUNDABLE METHODS
 java.lang.Object getSecondaryRowObject(java.lang.String rowType)
           
 java.lang.String getTaxAmount()
           
 java.lang.String getValueForRowType(java.lang.String rowType)
           
 boolean isTaxType()
           
 boolean isTaxType(java.lang.Object accommodationTypeEnum)
           
 void setDollarOff(java.lang.String amount)
           
 void setOrderLine(java.lang.Object object)
           
 void setPercentOff(java.lang.String percent)
           
 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

TAX

public static final java.lang.String TAX
See Also:
Constant Field Values

PERSONALIZATION

public static final java.lang.String PERSONALIZATION
See Also:
Constant Field Values
Constructor Detail

OrderLineAccommodationDialogHandler

public OrderLineAccommodationDialogHandler(OrderScreenType screenType)
Method Detail

getAccommodationReasons

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

getOrderLines

public java.util.List getOrderLines()
                             throws SystemException,
                                    BusinessException
ORDER LINE MANAGEMENT

Throws:
SystemException
BusinessException

setOrderLine

public void setOrderLine(java.lang.Object object)

getOrderLineNumber

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

getDisplayCode

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

getDescription

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

getExtendedPrice

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

getValueForRowType

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

getSecondaryRowObject

public java.lang.Object getSecondaryRowObject(java.lang.String rowType)

createOrderLineAccomodation

public void createOrderLineAccomodation(java.lang.Object accomMapper)
                                 throws SystemException,
                                        BusinessException,
                                        UiBusinessException
ACCOMODATION METHODS

Throws:
SystemException
BusinessException
UiBusinessException

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 amount)
                  throws SystemException
Throws:
SystemException

setPercentOff

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

addOrderLineAccomodation

public void addOrderLineAccomodation(java.lang.Object accommodationMapper)
                              throws SystemException,
                                     BusinessException
Throws:
SystemException
BusinessException

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 accommodationTypeEnum)

isTaxType

public boolean isTaxType()
                  throws SystemException
Throws:
SystemException

getTaxAmount

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

getOrderLineMapperObject

public java.lang.Object getOrderLineMapperObject()


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