|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerOrder in com.retek.component.customer |
---|
Methods in com.retek.component.customer that return CustomerOrder | |
CustomerOrder |
ActivityRequest.getCustomerOrder()
|
Methods in com.retek.component.customer with parameters of type CustomerOrder | |
void |
ActivityRequest.setCustomerOrder(CustomerOrder customerOrder)
|
Uses of CustomerOrder in com.retek.component.customerorder |
---|
Constructors in com.retek.component.customerorder with parameters of type CustomerOrder | |
TaxAccommodationContainer(CustomerOrder order)
|
Uses of CustomerOrder in com.retek.component.customerorder.batch |
---|
Methods in com.retek.component.customerorder.batch with parameters of type CustomerOrder | |
protected boolean |
BaseCreditCardReauthorizeSubprocess.doProcessOrder(CustomerOrder order)
|
protected boolean |
BaseCreditCardReauthorizeSubprocess.paymentsChanged(CustomerOrder order)
|
protected boolean |
CreditCardAuthorizeWaitingAuthSubprocess.doProcessOrder(CustomerOrder order)
|
protected abstract boolean |
BaseCustomerOrderBatchSubprocess.doProcessOrder(CustomerOrder order)
|
protected boolean |
CreditCardExpireAuthorizationsSubprocess.doProcessOrder(CustomerOrder order)
|
Uses of CustomerOrder in com.retek.component.history |
---|
Methods in com.retek.component.history that return CustomerOrder | |
CustomerOrder |
HistoryEvent.getOrder()
|
Methods in com.retek.component.history with parameters of type CustomerOrder | |
HistoryEvent |
HistoryManager.buildHistoryEventInstanceForOrder(HistoryEventType type,
User user,
CustomerOrder order)
Build a new customer history event instance for an order. |
HistoryEvent |
HistoryManager.buildHistoryEventInstanceForActivityRequest(Banner banner,
ChannelType channelType,
User user,
Customer customer,
CustomerOrder order,
ActivityRequest request)
Build a new customer history event instance for an activity request. |
java.util.List |
HistoryManager.findEventsForOrder(CustomerOrder order)
Find history events for a specified customer order. |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForOrder(User user,
CustomerOrder order,
HistoryEventVisibility visibility,
java.lang.String eventDetail)
Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM). |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForOrder(User user,
CustomerOrder order,
HistoryEventType eventType,
HistoryEventVisibility visibility,
java.lang.String eventDetail)
Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM). |
Constructors in com.retek.component.history with parameters of type CustomerOrder | |
HistoryEventRequest(HistoryEventType type,
User user,
CustomerOrder order)
|
|
HistoryEventRequest(HistoryEventType type,
User user,
java.lang.String itemDesc,
java.lang.String additionalEventDetail,
CustomerOrder order)
|
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrder order)
|
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrder order,
java.lang.String eventDetail)
|
Uses of CustomerOrder in com.retek.component.media |
---|
Methods in com.retek.component.media with parameters of type CustomerOrder | |
java.util.Set |
SellingListManager.findUpSellListsForOrder(CustomerOrder customerOrder)
|
Uses of CustomerOrder in com.retek.component.payment.integration.settlement |
---|
Methods in com.retek.component.payment.integration.settlement with parameters of type CustomerOrder | |
void |
PaymentSettlementBatchObserver.notifyOrderProcessed(CustomerOrder order)
|
void |
PaymentSettlementBatchTestObserver.notifyOrderProcessed(CustomerOrder order)
|
Uses of CustomerOrder in com.retek.component.pend |
---|
Methods in com.retek.component.pend with parameters of type CustomerOrder | |
NegativeCustomerRecord |
PendManager.buildNegativeCustomerRecordInstance(CustomerOrder order)
|
java.util.List |
PendManager.findExistingNegativeCustomerRecords(CustomerOrder order)
|
boolean |
NegativeCustomerRecord.matches(CustomerOrder order)
|
Uses of CustomerOrder in com.retek.component.salesaudit |
---|
Fields in com.retek.component.salesaudit declared as CustomerOrder | |
protected CustomerOrder |
SalesAuditExportTestCase.order
|
Methods in com.retek.component.salesaudit with parameters of type CustomerOrder | |
protected Sku |
SalesAuditExportTestCase.createBannerShippingAndHandlingSku(CustomerOrder order)
|
protected Sku |
SalesAuditExportTestCase.createBannerVasPersonalizationSku(CustomerOrder order)
|
protected Sku |
SalesAuditExportTestCase.createBannerVasMonogramSku(CustomerOrder order)
|
protected Sku |
SalesAuditExportTestCase.createBannerVasGeneralSku(CustomerOrder order)
|
protected Sku |
SalesAuditExportTestCase.createBannerVasGiftCardSku(CustomerOrder order)
|
protected Sku |
SalesAuditExportTestCase.createBannerVasGiftWrapSku(CustomerOrder order)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
SaeTransaction transaction)
|
protected void |
SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order,
Store store,
RDate transactionDate,
java.lang.String transactionType,
java.lang.String subTransactionType,
java.lang.String reasonCode,
java.lang.String returnRequiredFlag,
SaeTransaction transactionElement)
|
protected void |
SalesAuditExportTestCase.assertCustomerElementContents(CustomerOrder order,
CustomerAddress address,
java.lang.String customerType,
SaeCustomer customerElement)
|
protected void |
SalesAuditExportTestCase.assertShItemElementContents(CustomerOrder order,
Item shItem,
ItemLocation shItemLocation,
SaeItem shItemElement)
|
Uses of CustomerOrder in com.retek.component.task |
---|
Methods in com.retek.component.task that return CustomerOrder | |
CustomerOrder |
OrderWorkTask.getOrder()
|
CustomerOrder |
PersonalReminderWorkTask.getOrder()
|
Methods in com.retek.component.task with parameters of type CustomerOrder | |
static OrderWorkTask |
WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context,
Task task,
CustomerOrder order)
|
void |
WorkTaskSearchCriteria.setOrder(CustomerOrder order)
|
OrderWorkTask |
TaskManager.buildOrderWorkTask(Taskable taskable,
CustomerOrder order,
Task task)
|
PersonalReminderWorkTask |
TaskManager.buildPersonalReminderWorkTask(Taskable taskable,
CustomerOrder order,
Task task)
|
void |
TaskManager.resolve(OrderWorkTask orderWorkTask,
CustomerOrder order,
User user,
CustomerOrderPendReason customerOrderPendReason)
|
Uses of CustomerOrder in com.retek.rcom.gui.core |
---|
Methods in com.retek.rcom.gui.core that return CustomerOrder | |
static CustomerOrder |
RcomRepository.retrieveCustomerOrder(OrderScreenType screenType)
CUSTOMER ORDER |
static CustomerOrder |
RcomRepository.retrieveEntryOrder()
|
static CustomerOrder |
RcomRepository.retrieveMailOrder()
|
static CustomerOrder |
RcomRepository.retrieveMaintenanceOrder()
|
Methods in com.retek.rcom.gui.core with parameters of type CustomerOrder | |
static void |
RcomRepository.storeMaintenanceCustomerOrder(CustomerOrder order)
|
static void |
RcomRepository.storeCustomerOrder(CustomerOrder order,
OrderScreenType screenType)
|
Uses of CustomerOrder in com.retek.rcom.gui.html |
---|
Methods in com.retek.rcom.gui.html with parameters of type CustomerOrder | |
void |
SummaryHtmlTemplate.setOrderToDraw(CustomerOrder order)
|
void |
ReturnTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
|
void |
OrderTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
|
void |
PaymentHtmlTemplate.setOrderToDraw(CustomerOrder order)
|
Uses of CustomerOrder in com.retek.rcom.gui.screen.mailorder |
---|
Methods in com.retek.rcom.gui.screen.mailorder that return CustomerOrder | |
CustomerOrder |
MailOrderBatchSummaryPrimaryHandler.getCurrentOrder()
|
Uses of CustomerOrder in com.retek.rcom.gui.screen.ordercommon |
---|
Fields in com.retek.rcom.gui.screen.ordercommon declared as CustomerOrder | |
protected CustomerOrder |
OrderPaymentHandler.order
|
Uses of CustomerOrder in com.retek.rcom.gui.screen.orderentry |
---|
Methods in com.retek.rcom.gui.screen.orderentry that return CustomerOrder | |
CustomerOrder |
OrderEntryCustomerHandler.getCustomerOrder()
|
Uses of CustomerOrder in com.retek.rcom.gui.util |
---|
Methods in com.retek.rcom.gui.util that return CustomerOrder | |
CustomerOrder |
AccommodationMapper.getOrder()
|
Methods in com.retek.rcom.gui.util with parameters of type CustomerOrder | |
void |
CustomerOrderTotal.setOrder(CustomerOrder order)
RECALCULATION INDICATORS |
Constructors in com.retek.rcom.gui.util with parameters of type CustomerOrder | |
AccommodationMapper(CustomerOrder order,
AccommodationTypeEnum type)
|
Uses of CustomerOrder in com.retek.rcom.gui.wrapper |
---|
Methods in com.retek.rcom.gui.wrapper that return CustomerOrder | |
CustomerOrder |
RcomOrderLine.getOrder()
Retrieves the order that this order line exists on. |
CustomerOrder |
RcomSellingList.getCustomerOrder()
|
Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerOrder | |
static RcomOrderLine |
RcomOrderLineManager.buildMailOrderLine(CustomerOrder order,
User user)
Builds a new RcomOrderLine. |
static RcomOrderLine |
RcomOrderLineManager.buildExchangeLine(CustomerOrder order)
Builds a new RcomOrderLine around an Exchange Sale Order Line. |
static java.util.List |
RcomOrderLineManager.getAllSellingItems(CustomerOrder order)
Retrieves all the selling items of a customer order. |
static void |
RcomOrderManager.clearOrder(CustomerOrder customerOrder)
Clears out the inventory on an order that is cleared and non submitted. |
static java.util.List |
RcomOrderManager.getDisplayableOrderLines(CustomerOrder order)
Retrieves all the displayable order lines of a customer order automatically excluding No-Longer-Available items. |
static java.util.List |
RcomOrderManager.getNonPersistedOrderLines(CustomerOrder order)
Retrieves all the non persisted order lines in the order. |
static java.util.List |
RcomOrderManager.getReturnableOrderLines(CustomerOrder order)
Retrieves all the returnable order lines of a customer order. |
static java.util.List |
RcomOrderManager.getReplaceableOrderLines(CustomerOrder order)
Retrieves all the replaceable order lines of a customer order. |
static RcomOrderLine |
RcomOrderManager.getLastOrderLine(CustomerOrder order)
Retrieves the very last RcomOrderLine within a customer order. |
static RcomOrderLine |
RcomOrderManager.getFirstOrderLine(CustomerOrder order)
Retrieves the very first RcomOrderLine within a customer order. |
static boolean |
RcomOrderManager.hasOrderLines(CustomerOrder order)
Returns whethor or not an order contains order lines. |
static boolean |
RcomOrderManager.hasOrderLinesWithShipTo(CustomerOrder order)
Returns whethor or not an order contains order lines (and all have ship to addresses). |
static boolean |
RcomOrderManager.hasReturnableOrderLines(CustomerOrder order)
Returns whethor or not an order contains returnable order lines. |
static boolean |
RcomOrderManager.hasReplaceableOrderLines(CustomerOrder order)
Returns whethor or not an order contains replaceable order lines. |
static void |
RcomOrderManager.addPaymentToOrder(CustomerOrder order,
CustomerOrderPayment payment,
OrderScreenType screenType)
Adds a payment to the customer order and authorize it if necessary. |
static boolean |
RcomOrderManager.isOrderAutoCancellable(CustomerOrder customerOrder)
Retrieves whether or not an order can be automatically cancelled by the system. |
static void |
RcomOrderManager.storeMailOrder(CustomerOrder customerOrder)
Stores a mail order in the repository. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |