Uses of Class
com.retek.commons.component.DistributedContext

Packages that use DistributedContext
com.retek.commons.component   
com.retek.commons.domain.core   
com.retek.commons.util   
com.retek.component.banner_channel   
com.retek.component.correspondence   
com.retek.component.customer   
com.retek.component.customer.integration.batch   
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.demand   
com.retek.component.event   
com.retek.component.history   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.location   
com.retek.component.media   
com.retek.component.message   
com.retek.component.payment   
com.retek.component.payment.integration.settlement   
com.retek.component.pend   
com.retek.component.promotion   
com.retek.component.rcombatch   
com.retek.component.rcomrib   
com.retek.component.salesaudit   
com.retek.component.salesaudit.batch   
com.retek.component.security   
com.retek.component.shipping   
com.retek.component.supplier   
com.retek.component.systemparameter   
com.retek.component.task   
com.retek.component.tax   
com.retek.rcom.gui.core   
com.retek.rmm.gui.core   
 

Uses of DistributedContext in com.retek.commons.component
 

Methods in com.retek.commons.component that return DistributedContext
 DistributedContext DistributedObjectManager.getContext()
           
protected  DistributedContext ContextOperationWithAnyException.getContext()
           
 DistributedContext DistributedObject.getContext()
           
 

Methods in com.retek.commons.component with parameters of type DistributedContext
static DistributedObjectManager ComponentHelper.createManager(DistributedContext context, java.lang.Class mgrInterface)
           
 void PortableCommand.setContext(DistributedContext context)
          Set the distributed context for the portabl command
 

Constructors in com.retek.commons.component with parameters of type DistributedContext
DirtyContextException(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.commons.domain.core
 

Methods in com.retek.commons.domain.core that return DistributedContext
 DistributedContext Command.getContext()
           
 

Methods in com.retek.commons.domain.core with parameters of type DistributedContext
 void Command.setContext(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.commons.util
 

Methods in com.retek.commons.util that return DistributedContext
protected  DistributedContext RetekTestCase.getContext()
           
protected  DistributedContext RetekTestCase.getReadBackContext()
           
 

Uses of DistributedContext in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel with parameters of type DistributedContext
static BannerManager BannerChannelManagerFactory.getBannerManager(DistributedContext context)
           
static ChannelManager BannerChannelManagerFactory.getChannelManager(DistributedContext context)
           
static GiftManager BannerChannelManagerFactory.getGiftManager(DistributedContext context)
           
static OrderSourceManager BannerChannelManagerFactory.getOrderSourceManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.correspondence
 

Methods in com.retek.component.correspondence with parameters of type DistributedContext
static CorrespondenceManager CorrespondenceManagerFactory.getCorrespondenceManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customer
 

Methods in com.retek.component.customer with parameters of type DistributedContext
static CustomerManager CustomerManagerFactory.getCustomerManager(DistributedContext context)
           
static MatchRuleManager CustomerManagerFactory.getMatchRuleManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customer.integration.batch
 

Fields in com.retek.component.customer.integration.batch declared as DistributedContext
 DistributedContext CustomerFileExportFile.CustomerFileTransactionObject.context
           
 

Methods in com.retek.component.customer.integration.batch that return DistributedContext
 DistributedContext CustomerFileExportBatchTestObserver.getContext()
           
 DistributedContext CustomerMergeImportBatchTestObserver.getContext()
           
 DistributedContext CustomerFileExportWorkUnit.getContext()
           
 DistributedContext CatalogRequestExportBatchTestObserver.getContext()
           
 DistributedContext CustomerMergeExportBatchTestObserver.getContext()
           
 DistributedContext CustomerFileImportBatchTestObserver.getContext()
           
 

Constructors in com.retek.component.customer.integration.batch with parameters of type DistributedContext
CustomerFileExportFile.CustomerFileTransactionObject(DistributedContext context, com.retek.component.customer.impl.remote.CustomerDto customerDto, boolean filterInactiveAttributes)
           
CustomerFileImportTransactionProcessor(DistributedContext context, User user, java.util.Set observers, int numWorkerThreads, int workUnitSize)
           
CustomerMergeImportBatch.CustomerMergeRequestImporter(DistributedContext context, User user)
           
CatalogRequestExportFile(DistributedContext context, java.util.Set mergeRequestRefs, java.util.Set observers)
           
CustomerMergeExportFile(DistributedContext context, java.util.Set mergeRequestRefs, java.util.Set observers)
           
 

Uses of DistributedContext in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return DistributedContext
 DistributedContext NoCustomerInformationReturnSearchResults.getContext()
           
 

Methods in com.retek.component.customerorder with parameters of type DistributedContext
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Banner banner, DistributedContext context)
           
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Media media, DistributedContext context)
           
protected  SourceCode CustomerOrderApiTestCase.getValidSourceCode(DistributedContext context)
           
 TenderType MailOrderBatchPaymentSummary.getTenderType(DistributedContext context)
           
static CustomerOrderManager CustomerOrderManagerFactory.getCustomerOrderManager(DistributedContext context)
           
static ContainerDeliveryConfirmationManager CustomerOrderManagerFactory.getContainerDeliveryConfirmationManager(DistributedContext context)
           
static CustomerOrderReservationUtilsManager CustomerOrderManagerFactory.getCustomerOrderReservationUtilsManager(DistributedContext context)
           
static CallTagManager CustomerOrderManagerFactory.getCallTagManager(DistributedContext context)
           
 void NoCustomerInformationReturnSearchResults.setContext(DistributedContext context)
           
 NoCustomerInformationReturn CustomerOrderManager.getNoCustomerInfoReturnObject(DistributedContext context, DistributedReference reference, boolean b)
           
 

Uses of DistributedContext in com.retek.component.customerorder.batch
 

Methods in com.retek.component.customerorder.batch that return DistributedContext
protected  DistributedContext BaseCustomerOrderBatchSubprocess.getBatchContext()
           
 

Methods in com.retek.component.customerorder.batch with parameters of type DistributedContext
protected  User BaseCustomerOrderBatchSubprocess.getBatchUser(DistributedContext context, java.lang.String userId)
           
 

Constructors in com.retek.component.customerorder.batch with parameters of type DistributedContext
CreditCardReauthorizeDirectShipSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext, java.util.Set allBanners)
           
BaseCreditCardReauthorizeSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext, java.util.Set allBanners)
           
CreditCardAuthorizeWaitingAuthSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext)
           
BaseCustomerOrderBatchSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext)
           
CreditCardExpireAuthorizationsSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext)
           
CreditCardReauthorizeNonDirectShipSubprocess(RcomAbstractBatchProgram parentBatch, DistributedContext batchContext, java.util.Set allBanners)
           
 

Uses of DistributedContext in com.retek.component.demand
 

Methods in com.retek.component.demand with parameters of type DistributedContext
static DemandManager DemandManagerFactory.getDemandManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.event
 

Methods in com.retek.component.event with parameters of type DistributedContext
static EventManager EventManagerFactory.getEventManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.history
 

Methods in com.retek.component.history with parameters of type DistributedContext
static HistoryManager HistoryManagerFactory.getHistoryManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type DistributedContext
static InventoryManager InventoryManagerFactory.getInventoryManager(DistributedContext context)
           
static int DirectShipReservationDateCalculator.getDaysUntilNextContactDay(java.lang.String supplierId, java.lang.String itemId, RDate reserveFromDate, DistributedContext context)
           
static int DirectShipReservationDateCalculator.getSupplierLeadTime(java.lang.String supplierId, DistributedContext context)
           
static int DirectShipReservationDateCalculator.getTotalSupplierDays(java.lang.String supplierId, java.lang.String itemId, RDate reserveFromDate, DistributedContext context)
           
 

Constructors in com.retek.component.inventory with parameters of type DistributedContext
EstimatedAtpValuesCalculator(DistributedContext context, Banner banner, AtpValues atpValues, RDate mediaReleaseDate)
           
 

Uses of DistributedContext in com.retek.component.item
 

Methods in com.retek.component.item with parameters of type DistributedContext
static ItemManager ItemManagerFactory.getItemManager(DistributedContext context)
           
static ShipRestrictionManager ItemManagerFactory.getShipRestrictionManager(DistributedContext context)
           
static ItemAttributeManager ItemManagerFactory.getItemAttributeManager(DistributedContext context)
           
static ProductInformationManager ItemManagerFactory.getProductInformationManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.location
 

Methods in com.retek.component.location with parameters of type DistributedContext
static LocationManager LocationManagerFactory.getLocationManager(DistributedContext context)
           
static DailyMessageManager LocationManagerFactory.getDailyMessageManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.media
 

Methods in com.retek.component.media with parameters of type DistributedContext
static SellingItemManager MediaManagerFactory.getSellingItemManager(DistributedContext context)
           
static MediaManager MediaManagerFactory.getMediaManager(DistributedContext context)
           
static SellingListManager MediaManagerFactory.getSellingListManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.message
 

Methods in com.retek.component.message with parameters of type DistributedContext
static MessageManager MessageManagerFactory.getMessageManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.payment
 

Methods in com.retek.component.payment with parameters of type DistributedContext
static TenderTypeManager PaymentManagerFactory.getTenderTypeManager(DistributedContext context)
           
static PaymentSettlementManager PaymentManagerFactory.getPaymentSettlementManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.payment.integration.settlement
 

Constructors in com.retek.component.payment.integration.settlement with parameters of type DistributedContext
PaymentSettlementExportFile(DistributedContext context, PaymentSettlementFileTransactions recordSet, java.util.Set observers)
           
 

Uses of DistributedContext in com.retek.component.pend
 

Methods in com.retek.component.pend with parameters of type DistributedContext
static HighRiskZip PendObjectMaster.createHighRiskZip(DistributedContext context)
           
static PendRule PendObjectMaster.createPendRuleWithoutTask(DistributedContext context)
           
static PendRule PendObjectMaster.createPendRuleWithTask(DistributedContext context)
           
static PendRule PendObjectMaster.createPendRuleWithTask(DistributedContext context, PendRuleType ruleType)
           
static NegativeCustomerRecord PendObjectMaster.createNegativeCustomerRecord(DistributedContext context)
           
static PendManager PendManagerFactory.getPendManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.promotion
 

Methods in com.retek.component.promotion with parameters of type DistributedContext
static PromotionManager PromotionManagerFactory.getPromotionManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.rcombatch
 

Methods in com.retek.component.rcombatch with parameters of type DistributedContext
 User RcomAbstractBatchProgram.getBatchUser(DistributedContext context, java.lang.String userId)
          Provides user id lookup/authentication.
 

Uses of DistributedContext in com.retek.component.rcomrib
 

Methods in com.retek.component.rcomrib that return DistributedContext
protected  DistributedContext RcomRibAbstractInjector.getContext()
           
 

Constructors in com.retek.component.rcomrib with parameters of type DistributedContext
RcomRibAbstractInjector(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type DistributedContext
static SalesAuditManager SalesAuditManagerFactory.getSalesAuditManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.salesaudit.batch
 

Methods in com.retek.component.salesaudit.batch that return DistributedContext
 DistributedContext SalesAuditExportBatchTestObserver.getContext()
           
 

Constructors in com.retek.component.salesaudit.batch with parameters of type DistributedContext
SalesAuditExportFile(DistributedContext context, SaeStoreDayTransactions recordSet, java.util.Set observers)
           
 

Uses of DistributedContext in com.retek.component.security
 

Methods in com.retek.component.security with parameters of type DistributedContext
 User AccessManager.login(java.lang.String userName, java.lang.String password, DistributedContext distributedContext)
          Logs a user into the security component.
static RoleManager RetekSecurityManagerFactory.getRoleManager(DistributedContext context)
           
static UserManager RetekSecurityManagerFactory.getUserManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.shipping
 

Methods in com.retek.component.shipping with parameters of type DistributedContext
static ShippingMethodManager ShippingManagerFactory.getShippingMethodManager(DistributedContext context)
           
static CarrierManager ShippingManagerFactory.getCarrierManager(DistributedContext context)
           
static CarrierShippingMethodZoneManager ShippingManagerFactory.getCarrierShippingMethodZoneManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.supplier
 

Methods in com.retek.component.supplier that return DistributedContext
 DistributedContext PersonalizationStyleType.getContext()
           
 

Methods in com.retek.component.supplier with parameters of type DistributedContext
static SupplierManager SupplierManagerFactory.getSupplierManager(DistributedContext context)
           
 

Constructors in com.retek.component.supplier with parameters of type DistributedContext
PersonalizationStyleType(DistributedContext context, PersonalizationStyleTypeKey personalizationStyleTypeKey)
           
PersonalizationStyleType(DistributedContext context, DistributedReference personalizationStyleRef, DistributedReference personalizationTypeRef)
           
 

Uses of DistributedContext in com.retek.component.systemparameter
 

Methods in com.retek.component.systemparameter with parameters of type DistributedContext
 ChannelType SystemParameterManager.getFulfillmentChannelType(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.task
 

Methods in com.retek.component.task with parameters of type DistributedContext
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription)
           
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskType taskType, java.lang.String longDescription)
           
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskType taskType, java.lang.String longDescription, java.lang.String taskShortDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription, java.lang.String shortDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription, java.lang.String shortDescription, RoutingAttributeUsability routingAttributeUsability)
           
static Task TaskObjectMaster.createTask(DistributedContext context, java.lang.String longDescription, java.lang.String shortDescription, TaskType taskType, RoutingAttribute routingAttribute)
           
static PersonalReminderWorkTask TaskObjectMaster.createPersonalReminderTask(DistributedContext context, User user)
           
static TaskType TaskObjectMaster.getTaskType(DistributedContext context, TaskTypeUsability usability)
           
static RoutingAttribute TaskObjectMaster.getRoutingAttribute(DistributedContext context, RoutingAttributeUsability routingAttrUsablility)
           
static TaskManager TaskManagerFactory.getTaskManager(DistributedContext context)
           
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, Banner banner)
           
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, CustomerOrder order)
           
 Banner WorkTaskSummaryItem.getBanner(DistributedContext context)
           
 Task WorkTaskSummaryItem.getTask(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.tax
 

Methods in com.retek.component.tax with parameters of type DistributedContext
static TaxManager TaxManagerFactory.getTaxManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return DistributedContext
static DistributedContext RcomRepository.retrieveContext()
           
 

Methods in com.retek.rcom.gui.core with parameters of type DistributedContext
static void RcomRepository.storeContext(DistributedContext context)
          APPLICATION CONTEXT
 

Uses of DistributedContext in com.retek.rmm.gui.core
 

Methods in com.retek.rmm.gui.core that return DistributedContext
static DistributedContext RmmRepository.retrieveContext()
           
 

Methods in com.retek.rmm.gui.core with parameters of type DistributedContext
static void RmmRepository.storeContext(DistributedContext context)
          APPLICATION CONTEXT
 



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