|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of User in com.retek.component.customer |
---|
Fields in com.retek.component.customer declared as User | |
protected User |
CustomerApiTestCase.user
|
Methods in com.retek.component.customer that return User | |
User |
CustomerMergeRequest.getCreatedByUser()
Return the user that created the merge request. |
User |
ActivityRequest.getCreateUser()
|
User |
ActivityRequest.getLastUpdatedUser()
|
User |
CatalogRequest.getCreatedByUser()
|
Methods in com.retek.component.customer with parameters of type User | |
CustomerMergeRequest |
CustomerManager.buildExportCustomerMergeRequestInstance(Customer activeCustomer,
User user)
Builds a new instance of CustomerMergeRequest. |
CustomerMergeRequest |
CustomerManager.buildImportCustomerMergeRequestInstance(java.lang.String externalRequestId,
DistributedReference activeCustomerRef,
User user)
Builds a new instance of CustomerMergeRequest. |
StoredValueCardCashoutResponse |
CustomerManager.cashOutStoredValueCardForCustomer(java.lang.String number,
java.lang.String pin,
Customer customer,
User user)
|
void |
Customer.submit(User user)
|
void |
ActivityRequest.submit(User user)
|
void |
ActivityRequest.close(User user)
|
void |
CatalogRequest.submit(User user)
|
void |
CatalogType.submit(User user)
|
Uses of User in com.retek.component.customer.integration |
---|
Fields in com.retek.component.customer.integration declared as User | |
protected User |
CustomerIntegrationApiTestCase.user
|
Uses of User in com.retek.component.customer.integration.batch |
---|
Constructors in com.retek.component.customer.integration.batch with parameters of type User | |
CustomerFileImportTransactionProcessor(DistributedContext context,
User user,
java.util.Set observers,
int numWorkerThreads,
int workUnitSize)
|
|
CustomerMergeImportBatch.CustomerMergeRequestImporter(DistributedContext context,
User user)
|
Uses of User in com.retek.component.customerorder |
---|
Fields in com.retek.component.customerorder declared as User | |
protected User |
CustomerOrderCheckPaymentTest.user
|
User |
MailOrderUnderpaymentTest.user
|
protected User |
BaseReturnLineTest.user
|
Methods in com.retek.component.customerorder that return User | |
User |
Discount.getCreatedByUser()
|
User |
Discount.getLastUpdatedByUser()
|
User |
Accommodation.getCreatedByUser()
|
User |
Accommodation.getLastUpdatedByUser()
|
User |
CustomerOrderLine.getCreatedByUser()
|
User |
CustomerOrderLine.getLastUpdatedByUser()
|
User |
ReturnLine.getCreatedByUser()
|
User |
ReturnLine.getLastUpdatedByUser()
|
User |
CustomerOrder.getCreatedByUser()
|
User |
CustomerOrder.getLastUpdatedByUser()
|
User |
NoCustomerInformationReturn.getResolvedByUser()
|
User |
CustomerOrderServiceLine.getCreatedByUser()
|
User |
CustomerOrderServiceLine.getLastUpdatedByUser()
|
User |
MailOrderBatch.getCreatedByUser()
|
User |
MailOrderBatch.getLastUpdatedByUser()
|
Methods in com.retek.component.customerorder with parameters of type User | |
CallTag |
CallTagManager.buildCallTagInstance(User user)
|
void |
CustomerOrderPayment.authorizeManually(java.lang.String authCode,
User user)
|
void |
CustomerOrderPayment.authorizeManually(Money authorizeAmount,
java.lang.String authCode,
User user)
|
void |
CustomerOrderPendReason.inactivate(CustomerOrder order,
User user)
|
void |
CustomerOrderLine.cancel(OrderCancelReason reason,
User user)
|
void |
CustomerOrderLine.virtualWarehouseReserve(User user)
For all lines that are ready to be reserved at the warehouse, determine the best warehouse(s) based on priority/carrier/ship method, and convert the current reservation in the RCOM system, to be customer reserved in RMS. |
void |
CustomerOrderLine.shipConfirm(ShippedContainerLine shipConf,
User user)
|
void |
CustomerOrderLine.cancelAndReleaseATP(OrderCancelReason reason,
User user)
|
void |
CustomerOrderLine.releaseLineFromBackorder(User user)
Perform reservation process to release the line from backorder (if stock is available). |
void |
ReturnLine.cancel(OrderCancelReason reason,
User user)
|
void |
CustomerOrder.setCustomerOrderPendReasons(java.util.List customerOrderPendReasons,
User user)
|
void |
CustomerOrder.setPersonalHoldDate(java.util.Set orderLines,
RDate rDate,
User user)
|
void |
CustomerOrder.setGenericHold(java.util.Set genericLines,
GenericEvent genericEvent,
User user)
|
void |
CustomerOrder.applyOrderLine(CustomerOrderLine orderLine,
User user)
Adds orderLine to the set of order lines for this order, reserves this order line, and applies promotions. |
void |
CustomerOrder.applyReturnLine(ReturnLine returnLine,
User user)
Adds returnLine to the order, clears calculated totals on the return line's shipTo. |
void |
CustomerOrder.applyReplacement(ReplacementLinePair replacementGroup,
User user)
Adds replacementLine from replacementGroup to the order and reserves the replacement line |
void |
CustomerOrder.addJustPublishedToWmsShipmentRequest(ShipmentRequest shipmentRequest,
User user)
|
void |
CustomerOrder.clearSpecialHandlingForLines(java.util.Set orderLines,
User user)
|
void |
CustomerOrder.submit(User user)
Persist this order to the database and perform all order submit validation. |
void |
CustomerOrder.submit(User user,
boolean doLightValidation)
Persist this order to the database and perform all order submit validation. |
void |
CustomerOrder.submit(MailOrderBatch mailOrderBatch,
User user)
Persist this order to the database, perform minimal mail order submit validation, and add this order to the set of orders for the mailOrderBatch param. |
void |
CustomerOrder.submitForFirstTimeFromUI(MailOrderBatch mailOrderBatch,
User user,
java.lang.String originalOrderSummaryData)
|
void |
CustomerOrder.cancel(OrderCancelReason cancelReason,
User user)
|
void |
CustomerOrder.releaseFromMailOrderBatch(User user)
Releases this order to the warehouse because it is a mail order and the batch this mail order belongs to was just released. |
void |
CustomerOrder.pend(CustomerOrderPendReason customerOrderPendReason,
User user)
Pends an order for the given customer order pend reason. |
void |
CustomerOrder.pend(MailOrderBatch mailOrderBatch,
CustomerOrderPendReason customerOrderPendReason,
User user)
Different variation on pend, used when the order is a mail order in mail-order-pre-batch state. |
void |
CustomerOrder.settle(ShippedContainer shippedContainer,
User user,
Money origOrderTotalTax)
Finalize payments for the shippedContainer, generate credit payment if there was any tax adjustment in the customers favor at ship time, and allocate settlement for all payments that are ready to be settled. |
void |
CustomerOrder.persistForSalesAuditExport(User user)
|
void |
CustomerOrder.authorizePaymentManually(CustomerOrderPayment payment,
java.lang.String authCode,
User user)
For payments needing manual authorization, manually authorize the payment by storing the authorization code and authorization date. |
void |
CustomerOrder.createBackorderNotificationHistoryEvent(CustomerOrderCorrespondenceRequest request,
User user)
Adds a new unsaved history event to the order with type = HistoryEventType.BO_NOTIFICATION. |
void |
CustomerOrder.createComponentReturnOnPackHistoryEvent(java.lang.String sellableItemId,
User user)
Adds a new unsaved history event to the order with type = HistoryEventType.COMPONENT_RETURN_ON_PACK |
void |
CustomerOrder.submitForFirstTimeFromUI(User user,
java.lang.String orginalOrderSummary)
Persist this order to the database and perform all order submit validation. |
void |
CustomerOrder.applyPromotionalOrderLine(CustomerOrderLine orderLine,
User user,
Promotion promotion)
|
void |
CustomerOrder.virtualWarehouseReserve(User user)
|
void |
CustomerOrder.addCallTag(User user,
CallTag callTag)
|
void |
NoCustomerInformationReturn.resolve(User user)
|
void |
NoCustomerInformationReturn.resolve(User user,
CustomerOrder order)
|
void |
MailOrderBatch.release(User user)
|
void |
MailOrderBatch.submit(User user)
|
void |
MailOrderBatch.pend(User user)
|
CustomerOrder |
CustomerOrderManager.buildCustomerOrderInstance(OrderSource orderSource,
User user)
|
CustomerOrder |
CustomerOrderManager.buildCustomerOrderInstance(OrderType orderType,
OrderSource orderSource,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildCustomerOrderLineInstance(User user)
|
CustomerOrderPromotionDiscount |
CustomerOrderManager.buildCustomerOrderPromotionDiscount(Promotion promotion,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildCustomerOrderLineUpSellInstance(SellingListItem listItem,
User user)
|
ReturnLine |
CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine,
User user)
|
ReturnLine |
CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine,
User user,
NoCustomerInformationReturn noCustomerInfoReturn)
|
CustomerOrderLine |
CustomerOrderManager.buildCustomerOrderPartialLineInstance(CustomerOrderLine orderLine,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildCustomerMailOrderLineInstance(CustomerOrder order,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildExchangeSaleOrderLineInstance(CustomerOrder order,
User user)
|
ReplacementLinePair |
CustomerOrderManager.buildReplacementPairInstance(CustomerOrderLine parentOrderLine,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildZeroSaleOrderLineInstance(User user)
|
GeneralAccommodation |
CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType,
CustomerOrder order,
User user)
|
GeneralAccommodation |
CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType,
CustomerOrderLine orderLine,
User user)
|
TaxAccommodation |
CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrder order,
User user)
|
TaxAccommodation |
CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrderLine orderLine,
User user)
|
CustomerOrderLine |
CustomerOrderManager.buildPromotionCustomerOrderLineInstance(User user)
|
MailOrderBatch |
CustomerOrderManager.buildMailOrderBatchInstance(User user)
|
Discount |
CustomerOrderManager.buildCustomerOrderLineEmployeeDiscountInstance(CustomerOrderLine orderLine,
User user)
|
void |
CustomerOrderManager.recalculateOrderLineEcdds(java.lang.String sellableItemId,
User user)
|
java.util.Map |
CustomerOrderManager.publishBackorderNotificationRequests(User user)
|
void |
CustomerOrderManager.cancelBackorderedOrderLineWithCancelReason(DistributedReference orderLineRef,
OrderCancelReason reason,
User user)
Will cancel all backorder order lines with the reason parameter that are associated to a SellingSku that is associated to the inventoryNumber pararameter. |
void |
CustomerOrderManager.processOrderForSettlement(CustomerOrder order,
java.lang.String settlementFileNumber,
User user)
|
Uses of User in com.retek.component.customerorder.batch |
---|
Methods in com.retek.component.customerorder.batch that return User | |
protected User |
BaseCustomerOrderBatchSubprocess.getBatchUser(DistributedContext context,
java.lang.String userId)
|
Uses of User in com.retek.component.history |
---|
Fields in com.retek.component.history declared as User | |
protected User |
HistoryApiTestCase.user
|
Methods in com.retek.component.history that return User | |
User |
HistoryEvent.getUser()
|
Methods in com.retek.component.history with parameters of type User | |
void |
HistoryEventType.submit(User user)
|
HistoryEvent |
HistoryManager.buildHistoryEventInstanceForCustomer(Banner banner,
ChannelType channelType,
HistoryEventType type,
User user,
Customer customer)
Build a new customer history event instance for a customer. |
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. |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForCustomer(User user,
Customer customer,
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. 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,
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). |
void |
HistoryEventRequest.setUser(User user)
|
Constructors in com.retek.component.history with parameters of type User | |
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)
|
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
Customer customer,
java.lang.String eventDetail)
|
|
HistoryEventRequest(HistoryEventType type,
User user,
CustomerOrderLine orderLine)
|
|
HistoryEventRequest(User user,
CustomerOrderLine orderLine,
Quantity origQuantity,
Quantity newQuantity)
|
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrderLine orderLine)
|
Uses of User in com.retek.component.location |
---|
Methods in com.retek.component.location with parameters of type User | |
void |
Country.submit(User user,
boolean requirePriorities)
|
Uses of User in com.retek.component.media |
---|
Methods in com.retek.component.media with parameters of type User | |
void |
SellingList.submit(java.util.List sellingListItems,
User user)
|
Uses of User in com.retek.component.payment.integration.settlement |
---|
Methods in com.retek.component.payment.integration.settlement with parameters of type User | |
void |
PaymentSettlementBatch.runBatch(java.util.Map args,
User user,
RDate createTime,
java.io.File exportDirectory)
|
Uses of User in com.retek.component.pend |
---|
Fields in com.retek.component.pend declared as User | |
protected User |
PendApiTestCase.user
|
protected User |
PendApiTestCase.updateUser
|
Methods in com.retek.component.pend that return User | |
User |
NegativeCustomerRecord.getCreatedBy()
|
User |
NegativeCustomerRecord.getLastUpdatedBy()
|
User |
HighRiskZip.getLastModifiedBy()
|
Methods in com.retek.component.pend with parameters of type User | |
void |
NegativeCustomerRecord.submit(User user)
|
void |
HighRiskZip.submit(User user)
|
Uses of User in com.retek.component.promotion |
---|
Fields in com.retek.component.promotion declared as User | |
protected User |
PromotionApiTestCase.user
|
Methods in com.retek.component.promotion that return User | |
User |
Promotion.getLastUpdatedByUser()
|
User |
Promotion.getCreatedByUser()
|
Methods in com.retek.component.promotion with parameters of type User | |
void |
Promotion.submit(User user)
|
void |
PromotionManager.updateSellingListPromotion(SellingList sellingList,
User user)
|
Uses of User in com.retek.component.rcombatch |
---|
Methods in com.retek.component.rcombatch that return User | |
User |
RcomAbstractBatchProgram.getBatchUser(DistributedContext context,
java.lang.String userId)
Provides user id lookup/authentication. |
Uses of User in com.retek.component.salesaudit |
---|
Fields in com.retek.component.salesaudit declared as User | |
protected User |
SalesAuditExportTestCase.user
|
Methods in com.retek.component.salesaudit with parameters of type User | |
void |
SalesAuditManager.processOrderForSalesAuditExport(DistributedReference orderRef,
User user)
Process a customer order for sales audit, converting triggered order objects into appropriate sales audit transaction elements. |
Uses of User in com.retek.component.salesaudit.integration.resa |
---|
Fields in com.retek.component.salesaudit.integration.resa declared as User | |
protected User |
ResaRtlogTransformerBatchTest.user
|
Uses of User in com.retek.component.security |
---|
Methods in com.retek.component.security that return User | |
User |
AccessManager.login(java.lang.String userName,
java.lang.String password,
DistributedContext distributedContext)
Logs a user into the security component. |
User |
UserManager.buildUserInstance(java.lang.String userName)
|
User |
UserManager.read(DistributedReference ref)
|
User |
UserManager.findByUniqueUserName(java.lang.String userName)
|
User |
UserManager.getSystemUser()
|
User |
UserManager.getUser(java.lang.String userId)
|
Methods in com.retek.component.security with parameters of type User | |
void |
AccessManager.logout(User user)
Logs a user out of the security component. |
boolean |
AccessManager.hasPermission(User user,
java.lang.String permissionName,
Application application,
SecurityContext securityContext)
Indicates whether a user is authorized for a permission on an application. |
void |
AccessManager.assertPermission(User user,
java.lang.String permissionName,
Application application,
SecurityContext securityContext)
Indicates whether a user is authorized for a permission on an application. |
Uses of User in com.retek.component.task |
---|
Fields in com.retek.component.task declared as User | |
protected User |
TaskApiTestCase.user
|
Methods in com.retek.component.task that return User | |
User |
WorkTask.getCreatedByUser()
|
User |
WorkTask.getLastUpdatedByUser()
|
User |
WorkTask.getResolvedByUser()
|
Methods in com.retek.component.task with parameters of type User | |
static PersonalReminderWorkTask |
TaskObjectMaster.createPersonalReminderTask(DistributedContext context,
User user)
|
void |
WorkTask.submit(User user)
|
void |
WorkTask.resolve(User user)
|
void |
WorkTaskSearchCriteria.setCreatedByUser(User user)
|
java.util.Set |
TaskManager.findPersonalReminderWorkTasks(User user,
boolean includeClosed)
|
WorkTask |
TaskManager.leaseNextWorkTaskForWorklist(Task task,
Banner banner,
User user)
|
void |
TaskManager.releaseLease(WorkTask workTask,
User user)
|
ActivityRequestPrintFile |
TaskManager.printActivityRequests(java.util.Set activityRequestWorkTasks,
User user)
|
void |
TaskManager.leaseWorkTask(WorkTask workTask,
User user)
|
void |
TaskManager.resolve(ActivityRequestWorkTask activityRequestWorkTask,
ActivityRequest activityRequest,
User user)
|
void |
TaskManager.resolve(OrderWorkTask orderWorkTask,
CustomerOrder order,
User user,
CustomerOrderPendReason customerOrderPendReason)
|
void |
WorkTaskResolver.resolve(User user)
|
Uses of User in com.retek.rcom.gui.core |
---|
Methods in com.retek.rcom.gui.core that return User | |
static User |
RcomRepository.retrieveUser()
|
Methods in com.retek.rcom.gui.core with parameters of type User | |
static void |
RcomRepository.storeUser(User user)
USER |
Uses of User in com.retek.rcom.gui.screen.personalreminder |
---|
Methods in com.retek.rcom.gui.screen.personalreminder that return User | |
User |
PersonalReminderDialogHandler.getUser()
|
Uses of User in com.retek.rcom.gui.wrapper |
---|
Methods in com.retek.rcom.gui.wrapper with parameters of type User | |
void |
RcomOrderLine.cancel(OrderCancelReason reason,
User user)
This will cancel the order line or return line. |
void |
RcomOrderLine.cancelAndReleaseATP(OrderCancelReason reason,
User user)
This attempts to release the ATP on an order line that is being cancelled. |
static RcomOrderLine |
RcomOrderLineManager.buildMailOrderLine(CustomerOrder order,
User user)
Builds a new RcomOrderLine. |
Uses of User in com.retek.rmm.gui.core |
---|
Methods in com.retek.rmm.gui.core that return User | |
static User |
RmmRepository.retrieveUser()
|
Methods in com.retek.rmm.gui.core with parameters of type User | |
static void |
RmmRepository.storeUser(User user)
USER METHODS |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |