|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Accommodation in com.retek.component.customerorder |
Subinterfaces of Accommodation in com.retek.component.customerorder | |
interface |
CustomerOrderLineTaxAccommodation
|
interface |
CustomerOrderTaxAccommodation
|
interface |
GeneralAccommodation
|
interface |
TaxAccommodation
|
Methods in com.retek.component.customerorder that return Accommodation | |
Accommodation |
CustomerOrderPendReason.getAccommodation()
|
Methods in com.retek.component.customerorder with parameters of type Accommodation | |
void |
CustomerOrderPendReason.setAccommodation(Accommodation accommodation)
|
void |
CustomerOrderLine.addAccommodationAndGeneratePayment(Accommodation accomodation,
Refundable refundable)
|
void |
CustomerOrderLine.removeAccommodation(Accommodation accommodation)
|
void |
CustomerOrder.addAccommodationAndGeneratePayment(Accommodation accomodation,
Refundable refundable)
Calculates the value of the accommodation, adds the accommodation to the order, generates a credit payment for the accommodation, sets the order priority to HIGH, and generates a history event for the accommodation. |
Uses of Accommodation in com.retek.component.customerorder.impl |
Classes in com.retek.component.customerorder.impl that implement Accommodation | |
class |
AccommodationImpl
|
class |
CustomerOrderLineTaxAccommodationImpl
|
class |
CustomerOrderTaxAccommodationImpl
|
class |
GeneralAccommodationImpl
|
class |
TaxAccommodationImpl
|
Methods in com.retek.component.customerorder.impl that return Accommodation | |
Accommodation |
CustomerOrderPendReasonImpl.getAccommodation()
|
Methods in com.retek.component.customerorder.impl with parameters of type Accommodation | |
void |
CustomerOrderLineImpl.removeAccommodation(Accommodation accommodation)
|
void |
CustomerOrderLineImpl.addAccommodation(Accommodation accommodation)
|
void |
CustomerOrderLineImpl.addAccommodationAndGeneratePayment(Accommodation accommodation,
Refundable refundable)
|
void |
CustomerOrderPendReasonImpl.setAccommodation(Accommodation accommodation)
|
static void |
AccommodationValidator.validate(Accommodation accommodation)
|
static void |
AccommodationValidator.validate(CustomerOrderLine orderLine,
Accommodation accommodation)
|
static void |
AccommodationValidator.validate(CustomerOrder order,
Accommodation accommodation)
|
void |
CustomerOrderImpl.addAccommodationAndGeneratePayment(Accommodation accommodation,
Refundable refundable)
|
Uses of Accommodation in com.retek.component.customerorder.test |
Methods in com.retek.component.customerorder.test that return Accommodation | |
static Accommodation |
CustomerOrderObjectMaster.buildOrderMerchAccommodationWithReason(DistributedContext context,
CustomerOrder order)
This method creates an Order Level Test Accommodation with type set to Merchandize and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason |
static Accommodation |
CustomerOrderObjectMaster.buildOrderTaxAccommodationWithReason(DistributedContext context,
CustomerOrder order)
This method creates an Order Level Test Accommodation with type set to Tax and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason |
Uses of Accommodation in com.retek.component.salesaudit |
Methods in com.retek.component.salesaudit with parameters of type Accommodation | |
protected void |
SalesAuditExportTestCase.assertAccommodationElementContents(Accommodation accommodation,
SaeAccommodation accommodationElement)
|
protected void |
SalesAuditExportTestCase.assertAccommodationElementContents(Accommodation accommodation,
Money accommdationAmount,
SaeAccommodation accommodationElement)
|
Uses of Accommodation in com.retek.component.salesaudit.impl.remote.command |
Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type Accommodation | |
SaeExportAccommodation(Accommodation accommodation)
|
|
PaidOutTransactionConverter(SaeStoreTransactionContainer orderTxnContainer,
Accommodation accommodation)
|
Uses of Accommodation in com.retek.rcom.gui.wrapper |
Constructors in com.retek.rcom.gui.wrapper with parameters of type Accommodation | |
RcomAccommodation(Accommodation accommodation)
Constructs a new RcomOrderLineAccommodation around an order line Accommodation object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |