Uses of Interface
com.retek.component.customerorder.GeneralAccommodation

Packages that use GeneralAccommodation
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
 

Uses of GeneralAccommodation in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return GeneralAccommodation
 GeneralAccommodation ReturnLineAccommodationAdjustment.getAccommodation()
          Return the accommodation for the return line accommodation adjustment, can be null if the adjustment type is for TAX.
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrder order, User user)
           
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrderLine orderLine, User user)
           
 

Methods in com.retek.component.customerorder with parameters of type GeneralAccommodation
 Money ShippedContainerLine.getProratedAccommodationAmount(GeneralAccommodation accommodation)
           
 

Uses of GeneralAccommodation in com.retek.component.customerorder.impl
 

Classes in com.retek.component.customerorder.impl that implement GeneralAccommodation
 class GeneralAccommodationImpl
           
 

Methods in com.retek.component.customerorder.impl that return GeneralAccommodation
 GeneralAccommodation CustomerOrderManagerImpl.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrder order, User user)
           
 GeneralAccommodation CustomerOrderManagerImpl.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrderLine orderLine, User user)
           
 GeneralAccommodation ReturnLineAccommodationAdjustmentImpl.getAccommodation()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type GeneralAccommodation
protected  ReturnLineAccommodationAdjustment ReturnLineRefundCalculator.buildAccommodationAdjustment(CustomerOrderLine orderLine, GeneralAccommodation accommodation, ReturnLineAccommodationAdjustmentType type, Quantity totalChargeableQuantity, Money maximumDiscountAmount, Money previousDiscountAmount)
           
 void ReturnLineAccommodationAdjustmentImpl.setAccommodation(GeneralAccommodation accommodation)
           
 Money ShippedContainerLineImpl.getProratedAccommodationAmount(GeneralAccommodation accommodation)
           
 

Uses of GeneralAccommodation in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return GeneralAccommodation
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderLineMerchAccommodationWithReason(DistributedContext context, CustomerOrderLine orderLine)
          This method creates an OrderLine Test Accommodation with type set to Merchandize and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderGeneralAccommodationWithReason(DistributedContext context, AccommodationTypeEnum accomType, CustomerOrder order)
          This method creates an Order Level Test Accommodation with type set to the passed and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderLineGeneralAccommodationWithReason(DistributedContext context, AccommodationTypeEnum accomType, CustomerOrderLine orderLine)
          This method creates an OrderLine Level Test Accommodation with type set to the passed and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
 



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