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

Packages that use DistributedContext
com.retek.commons.component   
com.retek.commons.component.impl   
com.retek.commons.component.test.impl   
com.retek.commons.component.test.impl.remote   
com.retek.commons.component.xml.impl   
com.retek.commons.domain.core   
com.retek.commons.util   
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.impl.persistence   
com.retek.component.banner_channel.impl.remote   
com.retek.component.banner_channel.test   
com.retek.component.correspondence   
com.retek.component.correspondence.impl   
com.retek.component.correspondence.impl.persistence   
com.retek.component.correspondence.impl.persistence.db.oracle   
com.retek.component.correspondence.impl.remote   
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.command   
com.retek.component.customer.impl.persistence   
com.retek.component.customer.impl.persistence.db.oracle   
com.retek.component.customer.impl.remote   
com.retek.component.customer.integration.batch   
com.retek.component.customer.integration.impl   
com.retek.component.customer.integration.xml   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.db.oracle   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.impl.remote.command   
com.retek.component.customerorder.integration.rib   
com.retek.component.customerorder.test   
com.retek.component.demand   
com.retek.component.demand.impl   
com.retek.component.demand.impl.persistence   
com.retek.component.demand.impl.remote   
com.retek.component.demand.test   
com.retek.component.directshiporder   
com.retek.component.directshiporder.impl   
com.retek.component.directshiporder.impl.remote   
com.retek.component.directshiporder.test   
com.retek.component.event   
com.retek.component.event.impl   
com.retek.component.event.impl.persistence   
com.retek.component.event.impl.remote   
com.retek.component.event.test   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.history.impl.persistence   
com.retek.component.history.impl.remote   
com.retek.component.internet.impl   
com.retek.component.internet.test   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.inventory.impl.persistence   
com.retek.component.inventory.impl.remote   
com.retek.component.inventory.impl.remote.command   
com.retek.component.inventory.test   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.impl.persistence   
com.retek.component.item.impl.remote   
com.retek.component.item.test   
com.retek.component.location   
com.retek.component.location.impl   
com.retek.component.location.impl.persistence   
com.retek.component.location.impl.remote   
com.retek.component.location.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.command   
com.retek.component.media.impl.persistence   
com.retek.component.media.impl.persistence.db.oracle   
com.retek.component.media.impl.remote   
com.retek.component.media.test   
com.retek.component.message   
com.retek.component.message.impl   
com.retek.component.message.impl.persistence   
com.retek.component.message.impl.remote   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.payment.impl.persistence   
com.retek.component.payment.impl.remote   
com.retek.component.payment.integration.creditapp.test   
com.retek.component.payment.integration.settlement   
com.retek.component.payment.integration.xml   
com.retek.component.payment.test   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.persistence   
com.retek.component.pend.impl.remote   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.persistence   
com.retek.component.promotion.impl.remote   
com.retek.component.promotion.test   
com.retek.component.rcombatch   
com.retek.component.rcomrib   
com.retek.component.salesaudit   
com.retek.component.salesaudit.batch   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.impl.persistence   
com.retek.component.salesaudit.impl.remote   
com.retek.component.salesaudit.impl.remote.command   
com.retek.component.salesaudit.test   
com.retek.component.salesaudit.xml   
com.retek.component.security   
com.retek.component.security.impl   
com.retek.component.security.impl.persistence   
com.retek.component.security.impl.remote   
com.retek.component.security.test   
com.retek.component.shipping   
com.retek.component.shipping.impl   
com.retek.component.shipping.impl.persistence   
com.retek.component.shipping.impl.remote   
com.retek.component.shipping.test   
com.retek.component.supplier   
com.retek.component.supplier.impl   
com.retek.component.supplier.impl.command   
com.retek.component.supplier.impl.persistence   
com.retek.component.supplier.impl.remote   
com.retek.component.supplier.impl.test   
com.retek.component.supplier.integration.rib   
com.retek.component.systemparameter   
com.retek.component.systemparameter.impl   
com.retek.component.task   
com.retek.component.task.impl   
com.retek.component.task.impl.persistence   
com.retek.component.task.impl.remote   
com.retek.component.tax   
com.retek.component.tax.impl   
com.retek.component.tax.test   
com.retek.component.test   
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)
           
 

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

Uses of DistributedContext in com.retek.commons.component.impl
 

Fields in com.retek.commons.component.impl declared as DistributedContext
protected  DistributedContext BusinessObjectImpl.context
           
 

Methods in com.retek.commons.component.impl that return DistributedContext
 DistributedContext BusinessObjectImpl.getContext()
           
 DistributedContext DistributedObjectManagerImpl.getContext()
           
 DistributedContext Dto.getContext()
           
 

Methods in com.retek.commons.component.impl with parameters of type DistributedContext
protected  void DeletableDto.mergePropertiesFrom(DistributedContext context, Dto fromDto)
           
 void Dto.mergeIntoContext(DistributedContext intoContext, DistributedReference expectedReference, boolean checkDirty)
           
protected  void Dto.mergePropertiesFrom(DistributedContext context, Dto fromDto)
           
abstract  DistributedObjectImpl DistributedObjectImplTest.createReadyForPersist(DistributedContext context)
           
static DistributedObjectImpl DistributedObjectImpl.wrap(DistributedContext context, Dto dto)
           
static java.util.List DistributedObjectImpl.wrap(DistributedContext context, java.util.Collection dtos)
           
static java.util.List DistributedObjectImpl.wrap(DistributedContext context, java.util.SortedSet dtos)
           
static java.util.Set DistributedObjectImpl.wrap(DistributedContext context, java.util.Set dtos)
           
static SecondClassObjectImpl SecondClassObjectImpl.wrap(DistributedContext context, SecondClassDto dto)
           
static java.util.List SecondClassObjectImpl.wrap(DistributedContext context, java.util.Collection dtos)
           
static java.util.List SecondClassObjectImpl.wrap(DistributedContext context, java.util.SortedSet dtos)
           
static java.util.Set SecondClassObjectImpl.wrap(DistributedContext context, java.util.Set dtos)
           
 

Constructors in com.retek.commons.component.impl with parameters of type DistributedContext
BusinessObjectImpl(DistributedContext context)
           
DeletableDto(DistributedContext context, DistributedReference reference)
           
DistributedObjectManagerImpl(DistributedContext context)
           
Dto(DistributedContext context, DistributedReference reference)
           
DistributedObjectImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
          Used when resolving a reference.
DistributedObjectImpl(DistributedContext context, DistributedReference reference)
          Called by buildInstance methods.
SecondClassObjectImpl(DistributedContext context, SecondClassDto dto)
           
 

Uses of DistributedContext in com.retek.commons.component.test.impl
 

Methods in com.retek.commons.component.test.impl with parameters of type DistributedContext
 DistributedObjectImpl FooImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.commons.component.test.impl with parameters of type DistributedContext
FooManagerImpl(DistributedContext context)
           
BarImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
BarImpl(DistributedContext context, DistributedReference reference)
           
BazImpl(DistributedContext context, BazDto dto)
           
FooImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
FooImpl(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.commons.component.test.impl.remote
 

Constructors in com.retek.commons.component.test.impl.remote with parameters of type DistributedContext
BarDto(DistributedContext context, DistributedReference reference)
           
FooDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.commons.component.xml.impl
 

Methods in com.retek.commons.component.xml.impl that return DistributedContext
protected  DistributedContext BaseElementXmlBuilder.getContext()
           
protected  DistributedContext BaseElementXmlFileHandler.getContext()
           
 

Constructors in com.retek.commons.component.xml.impl with parameters of type DistributedContext
BaseElementXmlBuilder(DistributedContext context)
           
BaseElementXmlFileHandler(DistributedContext context, XmlFileHandlerTransactionProcessor transactionProcessor)
           
ElementObjectImpl(DistributedContext context, ElementObjectDto dto)
           
 

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.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl with parameters of type DistributedContext
 DistributedObjectImpl ChannelImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl BannerImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.banner_channel.impl with parameters of type DistributedContext
OfferCodeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
OfferCodeImpl(DistributedContext context, DistributedReference ref, java.lang.String displayCode, java.lang.String description)
           
OrderSourceManagerImpl(DistributedContext context)
           
OrderSourceImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderSourceImpl(DistributedContext context, DistributedReference reference)
           
GiftingSeasonImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
GiftingSeasonImpl(DistributedContext context, DistributedReference ref)
           
GiftManagerImpl(DistributedContext context)
           
ChannelTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ChannelTypeImpl(DistributedContext context, DistributedReference reference, java.lang.String code, java.lang.String description)
           
GiftServiceImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
GiftServiceImpl(DistributedContext context, DistributedReference ref)
           
BannerManagerImpl(DistributedContext context)
           
ChannelImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ChannelImpl(DistributedContext context, DistributedReference ref, java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
BannerImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
BannerImpl(DistributedContext context, DistributedReference ref, java.lang.String displayCode)
           
BannerChannelTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TenderTypeOrderSourceImpl(DistributedContext context, TenderTypeOrderSourceDto dto)
           
TenderTypeOrderSourceImpl(DistributedContext context)
           
ChannelManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.banner_channel.impl.persistence
 

Methods in com.retek.component.banner_channel.impl.persistence with parameters of type DistributedContext
static ChannelDto BannerChannelDbObjectMaster.getChannelDto(DistributedContext context, DistributedReference bannerRef)
           
static ChannelTypeDto BannerChannelDbObjectMaster.getChannelTypeDto(DistributedContext context)
           
static ChannelTypeDto BannerChannelDbObjectMaster.getPersistedChannelTypeDto(DistributedContext context)
           
static BannerDto BannerChannelDbObjectMaster.getBannerDtoWithAllPreferences(DistributedContext context)
           
static BannerDto BannerChannelDbObjectMaster.getBannerDtoWithNoPreferences(DistributedContext context)
           
static BannerDto BannerChannelDbObjectMaster.insertBannerDtoWithAllPreferences(DistributedContext context)
           
static BannerDto BannerChannelDbObjectMaster.insertBannerDtoWithNoPreferences(DistributedContext context)
           
static GiftingSeasonDto BannerChannelDbObjectMaster.getGiftingSeasonDto(DistributedContext context, java.lang.String description)
           
static GiftServiceDto BannerChannelDbObjectMaster.getGiftServiceDto(DistributedContext context, Money price)
           
static ChannelDto BannerChannelDbObjectMaster.insertChannelDto(DistributedContext context, DistributedReference bannerRef, java.lang.String desc, ChannelTypeDto channelTypeDto)
           
static BannerDto BannerChannelDbObjectMaster.persistBanner(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.banner_channel.impl.remote
 

Constructors in com.retek.component.banner_channel.impl.remote with parameters of type DistributedContext
BannerChannelTypeDto(DistributedContext context, DistributedReference reference)
           
OfferCodeDto(DistributedContext context, DistributedReference reference)
           
ChannelTypeDto(DistributedContext context, DistributedReference reference)
           
ChannelDto(DistributedContext context, DistributedReference reference)
           
BannerDto(DistributedContext context, DistributedReference ref)
           
GiftServiceDto(DistributedContext context, DistributedReference ref)
           
OrderSourceDto(DistributedContext context, DistributedReference ref)
           
GiftingSeasonDto(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.banner_channel.test
 

Methods in com.retek.component.banner_channel.test with parameters of type DistributedContext
static Banner BannerChannelObjectMaster.createBanner(DistributedContext context)
           
static OfferCode BannerChannelObjectMaster.createOfferCode(DistributedContext context, java.lang.String displayCode, java.lang.String description)
           
static OfferCode BannerChannelObjectMaster.createOfferCode(DistributedContext context, java.lang.String displayCode, java.lang.String description, DistributedReference bannerChannelTypeRef)
           
static BannerChannelType BannerChannelObjectMaster.getValidBannerChannelType(DistributedContext context)
           
static OrderSource BannerChannelObjectMaster.getTelephoneOrderSource(DistributedContext context)
           
static OrderSource BannerChannelObjectMaster.getMailOrderSource(DistributedContext context)
           
static OrderSource BannerChannelObjectMaster.getGiftRegistryOrderSource(DistributedContext context)
           
static TenderTypeOrderSource BannerChannelObjectMaster.createTenderTypeOrderSource(DistributedContext context, java.lang.String orderSource, TenderType tenderType)
           
static Banner BannerChannelObjectMaster.createBanner(DistributedContext context, java.lang.String bannerDisplayCode)
           
static Channel BannerChannelObjectMaster.createChannel(DistributedContext context)
           
static Channel BannerChannelObjectMaster.createChannel(DistributedContext context, ChannelType channelType, Banner banner)
           
static ChannelType BannerChannelObjectMaster.createChannelType(DistributedContext context)
           
static ChannelType BannerChannelObjectMaster.createChannelType(DistributedContext context, Banner banner)
           
static Channel BannerChannelObjectMaster.createChannel(DistributedContext context, DistributedReference bannerRef, ChannelType channelType)
           
static Banner BannerChannelObjectMaster.attachGiftService(DistributedContext context, Banner banner)
           
static Banner BannerChannelObjectMaster.attachGiftService(DistributedContext context, Banner banner, GiftServiceType type)
           
static Banner BannerChannelObjectMaster.attachGiftService(DistributedContext context, Banner banner, GiftServiceType type, Money price)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, OfferCode offerCode, java.util.Set tenderTypeOrderSourceSet)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, java.util.Set tenderTypeOrderSourceSet)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, Banner banner, ChannelType channelType, java.util.Set tenderTypeOrderSourceSet)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, Banner banner, ChannelType channelType, java.util.Set tenderTypeOrderSourceSet, OfferCode offerCode)
           
static java.util.Set BannerChannelObjectMaster.buildOrderSourceSet(DistributedContext context)
           
static java.util.Set BannerChannelObjectMaster.buildAllPossibleTenderTypeOrderSourcesSet(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.correspondence.impl
 

Methods in com.retek.component.correspondence.impl with parameters of type DistributedContext
 DistributedObjectImpl CorrespondenceTypeTemplateImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.correspondence.impl with parameters of type DistributedContext
CorrespondenceManagerImpl(DistributedContext context)
           
CorrespondenceTemplateImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CorrespondenceTemplateImpl(DistributedContext context, DistributedReference reference)
           
CorrespondenceTemplateDeliveryMethodImpl(DistributedContext context)
           
CorrespondenceTemplateDeliveryMethodImpl(DistributedContext context, CorrespondenceTemplateDeliveryMethodDto dto)
          Called by SecondClassObjectImpl.wrap()
CorrespondenceTypeTemplateImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CorrespondenceTypeTemplateImpl(DistributedContext context, DistributedReference reference)
           
CorrespondenceTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CorrespondenceTypeImpl(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.correspondence.impl.persistence
 

Methods in com.retek.component.correspondence.impl.persistence with parameters of type DistributedContext
static CorrespondenceTypeTemplateDto CorrespondenceDbObjectMaster.getCorrespondenceTypeTemplateDto(DistributedContext context, DistributedReference bannerRef, DistributedReference templateRef, DistributedReference typeRef, boolean isDefault)
           
 

Uses of DistributedContext in com.retek.component.correspondence.impl.persistence.db.oracle
 

Methods in com.retek.component.correspondence.impl.persistence.db.oracle with parameters of type DistributedContext
 CorrespondenceTypeDto OracleCorrespondenceTypeDaoTest.getCorrespondenceTypeDto(DistributedContext context, java.lang.String id, java.lang.String desc, boolean isManual)
           
 CorrespondenceTemplateDto OracleCorrespondenceTemplateDaoTest.getCorrespondenceTemplateDto(DistributedContext context, java.lang.String id, java.lang.String desc)
           
 

Uses of DistributedContext in com.retek.component.correspondence.impl.remote
 

Constructors in com.retek.component.correspondence.impl.remote with parameters of type DistributedContext
CorrespondenceTypeDto(DistributedContext context, DistributedReference ref)
           
CorrespondenceTemplateDto(DistributedContext context, DistributedReference ref)
           
CorrespondenceTypeTemplateDto(DistributedContext context, DistributedReference ref)
           
 

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.impl
 

Methods in com.retek.component.customer.impl with parameters of type DistributedContext
static CustomerSubmitCommand CustomerCommandFactory.createCustomerSubmitCommand(DistributedContext context, Customer customer, User user)
           
static CustomerMergeCommand CustomerCommandFactory.createCustomerMergeCommand(DistributedContext context, Customer customer, java.util.Set customersToMerge)
           
static CustomerCashOutStoredValueCardRemoteCommand CustomerCommandFactory.createCustomerCashOutStoredValueCardRemoteCommand(DistributedContext context, java.lang.String accountNumber, java.lang.String pinNumber, Customer customer, User user)
           
static CustomerIntegrationCustomerImportCommand CustomerCommandFactory.createCustomerIntegrationCustomerImportCommand(DistributedContext context, java.util.List importCustomers)
           
 DistributedObjectImpl ActivityRequestImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl CatalogRequestImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl CustomerImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl CustomerMergeRequestImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl CatalogTypeImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.customer.impl with parameters of type DistributedContext
CatalogRequestImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CatalogRequestImpl(DistributedContext context, DistributedReference ref)
           
CatalogTypeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CatalogTypeImpl(DistributedContext context, DistributedReference ref, Banner banner, java.lang.String desc, int estimatedDeliveryDays)
           
MatchRuleManagerImpl(DistributedContext context)
           
RefundOrGiftCertificateActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
RefundOrGiftCertificateActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
CustomerMergeValidator(java.lang.String activeCustomerId, java.util.Set customerIdsToMerge, DistributedContext context)
           
CustomerAddressImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerAddressImpl(DistributedContext context, DistributedReference reference)
           
CustomerImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerImpl(DistributedContext context, DistributedReference reference)
           
CustomerChangeReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerChangeReasonImpl(DistributedContext context, DistributedReference reference)
           
CareCardActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CareCardActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
WismoActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
WismoActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
LabelActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
LabelActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
MatchRuleImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerSuffixImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SpecialOrderActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SpecialOrderActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
CustomerManagerImpl(DistributedContext context)
           
ActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ActivityRequestImpl(DistributedContext context, DistributedReference reference, ActivityRequestType requestType)
           
CustomerTelephoneImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerTelephoneImpl(DistributedContext context, DistributedReference reference)
           
CustomerMergeRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerMergeRequestImpl(DistributedContext context, DistributedReference reference)
           
CustomerPreferenceImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerPreferenceImpl(DistributedContext context, DistributedReference reference, Banner banner)
           
ItemInstructionsActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ItemInstructionsActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
CustomerCreditPreApprovalImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerCreditPreApprovalImpl(DistributedContext context, DistributedReference reference)
           
PartialActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PartialActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
ReturnActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ReturnActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
GeneralActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
GeneralActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
GeneralActivityRequestImpl(DistributedContext context, DistributedReference reference, ActivityRequestType type)
           
CustomerCreditApplicationImpl(DistributedContext context)
           
CustomerCreditApplicationImpl(DistributedContext context, CustomerCreditApplicationDto dto)
          Called by SecondClassObjectImpl.wrap()
StoredValueCardCashoutImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
StoredValueCardCashoutImpl(DistributedContext context, DistributedReference ref)
           
CustomerSalutationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerCreditCardImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerCreditCardImpl(DistributedContext context, DistributedReference reference, Banner banner)
           
CustomerEmailAddressImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerEmailAddressImpl(DistributedContext context, DistributedReference reference)
           
ActivityRequestTypeImpl(DistributedContext context, DistributedReference reference)
           
ActivityRequestTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ForwardAddressActivityRequestImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ForwardAddressActivityRequestImpl(DistributedContext context, DistributedReference reference)
           
CustomerPLCCCreditApplicationImpl(DistributedContext context, CustomerPLCCCreditApplicationDto dto)
           
CustomerPLCCCreditApplicationImpl(DistributedContext context)
           
CustomerInactiveReasonImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerInactiveReasonImpl(DistributedContext context, DistributedReference ref, java.lang.String description)
           
 

Uses of DistributedContext in com.retek.component.customer.impl.command
 

Methods in com.retek.component.customer.impl.command that return DistributedContext
 DistributedContext CustomerMergeCommand.getContext()
           
 

Methods in com.retek.component.customer.impl.command with parameters of type DistributedContext
 void CustomerMergeCommand.setContext(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customer.impl.persistence
 

Methods in com.retek.component.customer.impl.persistence with parameters of type DistributedContext
static CustomerChangeReasonDto CustomerDbObjectMaster.getCustomerChangeReasonDto(DistributedContext context, java.lang.String changeReasonId)
           
static CustomerCreditCardDto CustomerDbObjectMaster.getCustomerCreditCardDto(DistributedContext context, java.lang.String creditCardNumber, java.lang.String firstName, java.lang.String middleInit, java.lang.String lastName, java.lang.String suffix, DistributedReference userRef)
           
static CatalogRequestDto CustomerDbObjectMaster.getCatalogRequestDto(DistributedContext context)
           
static CatalogTypeDto CustomerDbObjectMaster.getCatalogTypeDto(DistributedContext context)
           
static CatalogTypeDto CustomerDbObjectMaster.createAndPersistCatalogTypeDto(DistributedContext context)
           
static CustomerDto CustomerDbObjectMaster.getFullCustomerDto(DistributedContext context)
           
static CustomerDto CustomerDbObjectMaster.getBasicCustomerDto(DistributedContext context, DistributedReference userRef)
           
static CustomerTelephoneDto CustomerDbObjectMaster.getCustomerTelephoneDto(DistributedContext context, DistributedReference userRef)
           
static CustomerAddressDto CustomerDbObjectMaster.getCustomerAddressDto(DistributedContext context, CustomerDto customerDto, DistributedReference userRef)
           
static CountryDto CustomerDbObjectMaster.getDefaultCountry(DistributedContext context)
           
static CountryDto CustomerDbObjectMaster.getNonDefaultCountry(DistributedContext context)
           
static java.util.List CustomerDbObjectMaster.getCustomerAddressDtos(DistributedContext context, CustomerDto customerDto, DistributedReference userRef)
           
static SpecialOrderActivityRequestDto CustomerDbObjectMaster.getSpecialOrderActivityRequestDto(DistributedContext context)
           
static GeneralActivityRequestDto CustomerDbObjectMaster.getGeneralActivityRequestDto(DistributedContext context)
           
static CareCardActivityRequestDto CustomerDbObjectMaster.getCareCardActivityRequestDto(DistributedContext context)
           
static RefundOrGiftCertificateActivityRequestDto CustomerDbObjectMaster.getRefundOrGiftCertificateActivityRequestDto(DistributedContext context)
           
static ReturnActivityRequestDto CustomerDbObjectMaster.getReturnActivityRequestDto(DistributedContext context)
           
static ForwardAddressActivityRequestDto CustomerDbObjectMaster.getForwardAddressActivityRequestDto(DistributedContext context)
           
static LabelActivityRequestDto CustomerDbObjectMaster.getLabelActivityRequestDto(DistributedContext context)
           
static PartialActivityRequestDto CustomerDbObjectMaster.getPartialActivityRequestDto(DistributedContext context)
           
static ItemInstructionsActivityRequestDto CustomerDbObjectMaster.getItemInstructionsActivityRequestDto(DistributedContext context)
           
static WismoActivityRequestDto CustomerDbObjectMaster.getWismoActivityRequestDto(DistributedContext context)
           
static java.util.Map CustomerDbObjectMaster.getCustomerPreferencesByBannerId(DistributedContext context, DistributedReference userRef)
           
static SalutationDto CustomerDbObjectMaster.getMrSalutationDto(DistributedContext context)
           
static SalutationDto CustomerDbObjectMaster.getMissSalutationDto(DistributedContext context)
           
static SalutationDto CustomerDbObjectMaster.getDrSalutationDto(DistributedContext context)
           
static SuffixDto CustomerDbObjectMaster.getMbeSuffixDto(DistributedContext context)
           
static CustomerEmailAddressDto CustomerDbObjectMaster.getCustomerEmailAddressDto(DistributedContext context, DistributedReference userRef)
           
static SuffixDto CustomerDbObjectMaster.getJrSuffixDto(DistributedContext context)
           
static CustomerDto CustomerDbObjectMaster.persistCustomer(DistributedContext context)
           
static CustomerMergeRequestDto CustomerDbObjectMaster.getNewCustomerMergeRequestDto(DistributedContext context)
           
static CustomerCreditPreApprovalDto CustomerDbObjectMaster.getCustomerCreditPreApprovalDto(DistributedContext context)
           
static StoredValueCardCashoutDto CustomerDbObjectMaster.getStoredValueCardCashoutDto(DistributedContext context)
           
static StoredValueCardCashoutDto CustomerDbObjectMaster.getStoredValueCardCashoutDto(DistributedContext context, DistributedReference customerRef)
           
static CustomerInactiveReasonDto CustomerDbObjectMaster.getCustomerInactiveReasonDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customer.impl.persistence.db.oracle
 

Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type DistributedContext
 void CustomerOracleTestCase.modifyCustomerAddress(DistributedContext context, CustomerAddressDto dto)
           
 

Uses of DistributedContext in com.retek.component.customer.impl.remote
 

Constructors in com.retek.component.customer.impl.remote with parameters of type DistributedContext
CustomerEmailAddressDto(DistributedContext context, DistributedReference reference)
           
CareCardActivityRequestDto(DistributedContext context, DistributedReference reference)
           
WismoActivityRequestDto(DistributedContext context, DistributedReference reference)
           
ItemInstructionsActivityRequestDto(DistributedContext context, DistributedReference reference)
           
CustomerCreditPreApprovalDto(DistributedContext context, DistributedReference reference)
           
ActivityRequestDto(DistributedContext context, DistributedReference reference)
           
CustomerTelephoneDto(DistributedContext context, DistributedReference reference)
           
CustomerCreditCardDto(DistributedContext context, DistributedReference reference)
           
CatalogTypeDto(DistributedContext context, DistributedReference ref)
           
CustomerAddressDto(DistributedContext context, DistributedReference reference)
           
PartialActivityRequestDto(DistributedContext context, DistributedReference reference)
           
GeneralActivityRequestDto(DistributedContext context, DistributedReference reference)
           
ActivityRequestTypeDto(DistributedContext context, DistributedReference reference)
           
CustomerPreferenceDto(DistributedContext context, DistributedReference reference)
           
SalutationDto(DistributedContext context, DistributedReference reference)
           
SuffixDto(DistributedContext context, DistributedReference reference)
           
CustomerInactiveReasonDto(DistributedContext context, DistributedReference reference)
           
CustomerDto(DistributedContext context, DistributedReference reference)
           
StoredValueCardCashoutDto(DistributedContext context, DistributedReference reference)
           
CustomerChangeReasonDto(DistributedContext context, DistributedReference reference)
           
SpecialOrderActivityRequestDto(DistributedContext context, DistributedReference reference)
           
ReturnActivityRequestDto(DistributedContext context, DistributedReference reference)
           
CatalogRequestDto(DistributedContext context, DistributedReference ref)
           
ForwardAddressActivityRequestDto(DistributedContext context, DistributedReference reference)
           
CustomerMergeRequestDto(DistributedContext context, DistributedReference reference)
           
RefundOrGiftCertificateActivityRequestDto(DistributedContext context, DistributedReference reference)
           
LabelActivityRequestDto(DistributedContext context, DistributedReference reference)
           
MatchRuleDto(DistributedContext context, DistributedReference ref)
           
 

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, 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.customer.integration.impl
 

Methods in com.retek.component.customer.integration.impl with parameters of type DistributedContext
protected  java.lang.String CustomerIntegrationCustomerElementImpl.getBannerCode(DistributedContext context, DistributedReference bannerRef)
           
protected  java.lang.String CustomerIntegrationCustomerElementImpl.getSourceCode(DistributedContext context, DistributedReference sourceCodeRef)
           
protected  java.lang.String CustomerIntegrationCustomerElementImpl.getUserName(DistributedContext context, DistributedReference userRef)
           
static java.lang.String CustomerIntegrationDataAccessHelper.getBannerCode(DistributedContext context, DistributedReference bannerRef)
           
static DistributedReference CustomerIntegrationDataAccessHelper.getBannerReference(DistributedContext context, java.lang.String bannerCode)
           
static DistributedReference CustomerIntegrationDataAccessHelper.getSourceCodeReference(DistributedContext context, java.lang.String sourceCode)
           
static java.lang.String CustomerIntegrationDataAccessHelper.getSourceCode(DistributedContext context, DistributedReference sourceCodeRef)
           
static java.lang.String CustomerIntegrationDataAccessHelper.getUserName(DistributedContext context, DistributedReference userRef)
           
static DistributedReference CustomerIntegrationDataAccessHelper.getUserReference(DistributedContext context, java.lang.String userName)
           
static DistributedReference CustomerIntegrationDataAccessHelper.getCountryReference(DistributedContext context, java.lang.String countryCode)
           
 

Constructors in com.retek.component.customer.integration.impl with parameters of type DistributedContext
CustomerIntegrationCustomerAddressImpl(DistributedContext context, CustomerIntegrationCustomerAddressDto dto)
           
CustomerIntegrationCustomerAddressImpl(DistributedContext context, CustomerAddressDto customerAddressDto)
           
CustomerIntegrationCustomerImportResultImpl(DistributedContext context, CustomerIntegrationCustomerImportResultDto dto)
           
CustomerIntegrationCustomerImportResultImpl(DistributedContext context, int status, java.lang.String requestId)
           
CustomerIntegrationMergeRequestImpl(DistributedContext context, CustomerIntegrationMergeRequestDto dto)
           
CustomerIntegrationCustomerEmailImpl(DistributedContext context, CustomerIntegrationCustomerEmailDto dto)
           
CustomerIntegrationCustomerEmailImpl(DistributedContext context, CustomerEmailAddressDto customerEmailDto)
           
CustomerIntegrationMergeCustomerImpl(DistributedContext context, CustomerIntegrationMergeCustomerDto dto)
           
CustomerIntegrationCustomerElementImpl(DistributedContext context, CustomerIntegrationCustomerElementDto dto)
           
CustomerIntegrationCustomerImpl(DistributedContext context, CustomerIntegrationCustomerDto dto)
           
CustomerIntegrationCustomerImpl(DistributedContext context, CustomerDto customerDto, boolean filterInactiveAttributes)
           
CustomerIntegrationElementImpl(DistributedContext context, CustomerIntegrationElementDto dto)
           
CustomerIntegrationCustomerTelephoneImpl(DistributedContext context, CustomerIntegrationCustomerTelephoneDto dto)
           
CustomerIntegrationCustomerTelephoneImpl(DistributedContext context, CustomerTelephoneDto customerTelephoneDto)
           
CustomerIntegrationCustomerPreferenceImpl(DistributedContext context, CustomerIntegrationCustomerPreferenceDto dto)
           
CustomerIntegrationCustomerPreferenceImpl(DistributedContext context, CustomerPreferenceDto customerPreferenceDto)
           
CustomerIntegrationCatalogRequestImpl(DistributedContext context, CustomerIntegrationCatalogRequestDto dto)
           
CustomerIntegrationAlternateNumberImpl(DistributedContext context, CustomerIntegrationAlternateNumberDto dto)
           
CustomerIntegrationAlternateNumberImpl(DistributedContext context, java.lang.String alternateNumberType, java.lang.String alternateNumber)
           
 

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

Constructors in com.retek.component.customer.integration.xml with parameters of type DistributedContext
CustomerFileXmlFileHandler(DistributedContext context, XmlFileHandlerTransactionProcessor transactionProcessor)
           
CustomerFileCustomerPreferenceXmlBuilder(DistributedContext context)
           
CustomerFileAlternateNumberXmlBuilder(DistributedContext context)
           
CustomerMergeRequestXmlBuilder(DistributedContext context)
           
BaseCustomerElementXmlBuilder(DistributedContext context)
           
CatalogRequestXmlBuilder(DistributedContext context)
           
CustomerMergeRequestCustomerXmlBuilder(DistributedContext context)
           
CustomerFileXmlFileParser(DistributedContext context, java.io.File xmlInputFile, XmlFileHandlerTransactionProcessor transactionProcessor)
           
CustomerMergeXmlFileParser(DistributedContext context, java.io.File xmlInputFile, XmlFileHandlerTransactionProcessor transactionProcessor)
           
CustomerFileCustomerXmlBuilder(DistributedContext context)
           
CustomerMergeXmlFileHandler(DistributedContext context, XmlFileHandlerTransactionProcessor transactionProcessor)
           
CustomerFileTelephoneXmlBuilder(DistributedContext context)
           
CustomerFileEmailXmlBuilder(DistributedContext context)
           
CustomerFileAddressXmlBuilder(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test with parameters of type DistributedContext
static CustomerIntegrationCatalogRequest CustomerIntegrationObjectMaster.createCatalogRequest(DistributedContext context)
           
static CustomerIntegrationMergeRequest CustomerIntegrationObjectMaster.createCustomerMergeRequest(DistributedContext context, java.lang.String requestType)
           
static CustomerIntegrationMergeCustomer CustomerIntegrationObjectMaster.createCustomerMergeRequestCustomer(DistributedContext context, java.lang.String mergeStatus)
           
static CustomerIntegrationCustomerAddress CustomerIntegrationObjectMaster.createCustomerAddress(DistributedContext context)
           
static CustomerIntegrationCustomer CustomerIntegrationObjectMaster.createCustomer(DistributedContext context)
           
static CustomerIntegrationCustomerTelephone CustomerIntegrationObjectMaster.createCustomerTelephone(DistributedContext context, java.lang.String telephoneNumber, java.lang.String extension)
           
static CustomerIntegrationCustomerEmail CustomerIntegrationObjectMaster.createCustomerEmail(DistributedContext context, java.lang.String emailAddress)
           
static CustomerIntegrationCustomerPreference CustomerIntegrationObjectMaster.createCustomerPreference(DistributedContext context)
           
static CustomerIntegrationAlternateNumber CustomerIntegrationObjectMaster.createAlternateNumber(DistributedContext context, java.lang.String alternateNumberType, java.lang.String alternateNumber)
           
static java.lang.String CustomerIntegrationObjectMaster.createCustomerImportFile(DistributedContext context, java.io.File directory, java.util.List importCustomers)
           
static CustomerIntegrationCustomerAddress CustomerIntegrationObjectMaster.createImportNewCustomerAddress(DistributedContext context)
           
static CustomerIntegrationCustomerTelephone CustomerIntegrationObjectMaster.createImportNewCustomerTelephone(DistributedContext context, java.lang.String telephoneNumber, java.lang.String extension)
           
static CustomerIntegrationCustomerEmail CustomerIntegrationObjectMaster.createImportNewCustomerEmail(DistributedContext context, java.lang.String emailAddress)
           
static Customer CustomerObjectMaster.createCustomerWithoutEmail(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerWithoutEmail(DistributedContext context, Banner banner)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context, Banner banner)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context, Banner banner, boolean createWithActiveEmail, boolean createWithPhoneNumber, AcquisitionMethod acquisitionMethod)
           
static CustomerAddress CustomerObjectMaster.createCustomerAddress(DistributedContext context, Address address)
           
static CustomerAddress CustomerObjectMaster.createCustomerAddress(DistributedContext context)
           
static CustomerAddress CustomerObjectMaster.createCustomerAddress(DistributedContext context, boolean createWithPhoneNumber)
           
static StoredValueCardCashout CustomerObjectMaster.createStoredValueCardCashout(DistributedContext context)
           
static CustomerAddress CustomerObjectMaster.createIACustomerAddress(DistributedContext context)
           
static CustomerAddress CustomerObjectMaster.createAZCustomerAddress(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerNew(DistributedContext context)
           
static Customer CustomerObjectMaster.createValidCustomer(DistributedContext context)
           
static CustomerPreference CustomerObjectMaster.createCustomerPreference(DistributedContext context, Banner banner)
           
static CustomerTelephone CustomerObjectMaster.createCustomerTelephone(DistributedContext context, java.lang.String number)
           
static CustomerEmailAddress CustomerObjectMaster.createCustomerEmail(DistributedContext context, java.lang.String email)
           
static CustomerMergeRequest CustomerObjectMaster.createCustomerMergeRequest(DistributedContext context)
           
static CustomerCreditPreApproval CustomerObjectMaster.buildCustomerCreditPreApproval(DistributedContext context, Customer customer, TenderTypeCreditCard tenderType, RDate expirationDate, java.lang.String preApprovalCode, Money creditLimit)
           
static CustomerCreditPreApproval CustomerObjectMaster.buildCustomerCreditPreApproval(DistributedContext context, Customer customer, TenderTypeCreditCard tenderType, RDate expirationDate)
           
static StoredValueCardCashoutResponse CustomerObjectMaster.cashoutStoredValueCard(DistributedContext context, java.lang.String accountNumber, java.lang.String pin, Customer customer, User user)
           
static CustomerAddress CustomerObjectMaster.createCustomerAddressWithPOBox(DistributedContext context)
           
static CustomerAddress CustomerObjectMaster.createCustomerAddressWithApoFpo(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerWithPOBoxAddress(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerWithApoFpoAddress(DistributedContext context)
           
static CatalogType CustomerObjectMaster.createPersistedCatalogType(DistributedContext context)
           
static CatalogType CustomerObjectMaster.createPersistedCatalogType(Banner banner, DistributedContext context)
           
static CatalogRequest CustomerObjectMaster.createPersistedCatalogRequest(DistributedContext context, User user)
           
static CatalogType CustomerObjectMaster.createCatalogType(DistributedContext context)
           
static CatalogRequest CustomerObjectMaster.createCatalogRequest(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customerorder
 

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)
           
 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)
           
 

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.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return DistributedContext
protected  DistributedContext CustomerOrderUserDefinedEvaluator.getContext()
           
 DistributedContext ReturnLineRefundCalculator.getContext()
           
protected  DistributedContext CustomerOrderSystematicEvaluator.getContext()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type DistributedContext
 DistributedObjectImpl CustomerOrderCorrespondenceRequestImplTest.createReadyForPersist(DistributedContext context)
           
static void OrderPendReasonSubmitValidator.validate(OrderPendReason reason, DistributedContext context)
           
static ShippingRestrictionValidateCommand CustomerOrderCommandFactory.createShippingRestrictionValidateCommand(CustomerOrderLine orderLine, CustomerAddress address, Carrier carrier, SellingSku sellingSku, DistributedContext context)
           
static CustomerOrderCreateAndPublishDirectShipOrderRemoteCommand CustomerOrderCommandFactory.createCustomerOrderCreateAndPublishDirectShipOrderRemoteCommand(CustomerOrderImpl order, DistributedReference userRef, RDate maxReleaseDate, DistributedContext context)
           
static CustomerOrderUpdateGiftRegistryRemoteCommand CustomerOrderCommandFactory.createCustomerOrderUpdateGiftRegistryRemoteCommand(User user, DistributedContext context, CustomerOrder order)
           
static CustomerOrderPublishCancelRequestToWmsRemoteCommand CustomerOrderCommandFactory.createCustomerOrderPublishCancelRequestToWmsRemoteCommand(java.lang.String skuDisplayCode, DistributedReference shipRequestRef, java.lang.String lineOrderNumber, DistributedContext context)
           
static ECDDRecalculationCommand CustomerOrderCommandFactory.createECDDRecalculationCommand(java.lang.String itemId, User user, DistributedContext context)
           
static CustomerOrderLineFinderSorterCommand CustomerOrderCommandFactory.createCustomerOrderLineFinderSorterCommand(java.lang.String sellableItemId, DistributedContext context)
           
static CustomerOrderPublishBackorderNotificationRemoteCommand CustomerOrderCommandFactory.createCustomerOrderPublishBackorderNotificationRemoteCommand(User user, DistributedContext context)
           
static PublishOrderConfirmationRemoteCommand CustomerOrderCommandFactory.createPublishOrderConfirmationRemoteCommand(DistributedContext context, CustomerOrder order)
           
static PublishShipConfirmationRemoteCommand CustomerOrderCommandFactory.createPublishShipConfirmationRemoteCommand(DistributedContext context, ShippedContainer shippedContainer)
           
static PublishReturnConfirmationRemoteCommand CustomerOrderCommandFactory.createPublishReturnConfirmationRemoteCommand(DistributedContext context, ReturnLine returnLine)
           
static MailOrderBatchPaymentSummaryCommand CustomerOrderCommandFactory.createMailOrderBatchPaymentSummaryCommand(DistributedContext context, java.util.Set batches)
           
static PublishNlaNotificationRemoteCommand CustomerOrderCommandFactory.createPublishNlaNotificationRemoteCommand(DistributedContext context, CustomerOrder order, CustomerOrderLine line, Quantity cancelQty)
           
static PublishPendingReturnLineRemoteCommand CustomerOrderCommandFactory.createPublishPendingReturnLineRemoteCommand(DistributedContext context, ReturnLine returnLine)
           
static PublishInventoryAdjustmentRemoteCommand CustomerOrderCommandFactory.createPublishInventoryAdjustmentRemoteCommand(DistributedContext context, ReturnLine returnLine, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
static PublishReturnLineCostOfGoodsRemoteCommand CustomerOrderCommandFactory.createPublishReturnLineCostOfGoodsRemoteCommand(DistributedContext context, ReturnLine returnLine, Quantity returnedQuantity)
           
static PublishOrderLineCostOfGoodsRemoteCommand CustomerOrderCommandFactory.createPublishOrderLineCostOfGoodsRemoteCommand(DistributedContext context, ShippedContainerLine containerLine)
           
static CustomerOrderPublishWorklistCorrespondenceRemoteCommand CustomerOrderCommandFactory.createPublishWorklistCorrespondenceRemoteCommand(DistributedContext context)
           
static CustomerOrderGeneralRefundPolicyCommand CustomerOrderCommandFactory.createCustomerOrderGeneralRefundPolicyCommand(DistributedContext context, CustomerOrder order)
           
static CancelOrderLinesForNLABOItemsRemoteCommand CustomerOrderCommandFactory.createCancelOrderLinesForNLABOItemsRemoteCommand(DistributedContext context, java.util.Set sellingSkuRefs, OrderCancelReason cancelReason, User user)
           
static PublishReturnSaleRemoteCommand CustomerOrderCommandFactory.createPublishReturnSaleRemoteCommand(DistributedContext context, ReturnLine returnLineBo)
           
 DistributedObjectImpl CustomerOrderImplTest.createReadyForPersist(DistributedContext context)
           
protected  CustomerOrderPromotionDiscountImpl PromotionGroup.buildLinePromotionDiscount(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money valueOff, DistributedContext context)
           
 DistributedObjectImpl NoCustomerInformationReturnImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl ReturnReasonImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type DistributedContext
CustomerOrderUserDefinedPendRuleDelegator(DistributedContext context, PendRule pendRule)
           
CustomerOrderReturnLineLevelPendRuleEvaluator(DistributedContext context, PendRule pendRule)
           
CustomerOrderPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderPaymentImpl(DistributedContext context, DistributedReference ref)
           
OrderCancelReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderCancelReasonImpl(DistributedContext context, DistributedReference reference)
           
AccommodationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
AccommodationImpl(DistributedContext context, DistributedReference reference, AccommodationTypeEnum accommodationType, AccommodationScopeEnum accommodationScope, User user)
           
ShippedContainerTaxCalculatorInvoiceImpl(DistributedContext context)
           
ShippedContainerTaxCalculatorInvoiceImpl(DistributedContext context, ShippedContainerTaxCalculatorInvoiceDto dto)
           
VirtualWhReservationValueImpl(DistributedContext context)
           
VirtualWhReservationValueImpl(DistributedContext context, VirtualWhReservationValueDto dto)
           
CustomerOrderCareCardServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderCareCardServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderGiftCertificatePaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderGiftCertificatePaymentImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderLineImpl(DistributedContext context, DistributedReference ref, User user)
           
CustomerOrderPaymentHistoryEventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerOrderPaymentHistoryEventImpl(DistributedContext context, DistributedReference reference, CustomerOrderPayment payment)
           
PaymentWaitingManualAuthorizationRuleEvaluator(DistributedContext context)
           
PaymentAuthorizationFailedRuleEvaluator(DistributedContext context)
           
OrderPendReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderPendReasonImpl(DistributedContext context, DistributedReference reference)
           
CustomerOrderAddressImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerOrderAddressImpl(DistributedContext context, DistributedReference reference, CustomerAddress customerAddress)
           
ShippedContainerImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShippedContainerImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderRewardCertificatePaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderRewardCertificatePaymentImpl(DistributedContext context, DistributedReference ref)
           
MailOrderInvalidEventHoldRuleEvaluator(DistributedContext context)
           
TaxAccommodationDetailImpl(DistributedContext context, TaxAccommodationDetailDto dto)
           
TaxAccommodationDetailImpl(DistributedContext context)
           
CustomerOrderAccommodationLevelPendRuleEvaluator(DistributedContext context, PendRule pendRule)
           
AccommodationReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
AccommodationReasonImpl(DistributedContext context, DistributedReference reference)
           
CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl(DistributedContext context, CustomerOrderRewardCertificatePaymentAuthorizationResponseDto dto)
           
CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl(DistributedContext context)
           
MailOrderInvalidPersonalHoldDateRuleEvaluator(DistributedContext context)
           
CallTagReturnItemImpl(DistributedContext context, CallTagReturnItemDto dto)
           
CallTagReturnItemImpl(DistributedContext context)
           
CustomerOrderGiftServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderGiftServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderValueAddedServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderValueAddedServiceLineImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderUserDefinedEvaluator(DistributedContext context, PendRule pendRule)
           
DiscountImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DiscountImpl(DistributedContext context, DistributedReference ref, DiscountType discountType, CustomerOrderLine orderLine, User user)
           
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference)
           
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference, OrderPendReason pendReason)
           
GeneralAccommodationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
GeneralAccommodationImpl(DistributedContext context, DistributedReference reference, AccommodationTypeEnum accommodationType, AccommodationScopeEnum accommodationScope, User user)
           
CustomerOrderCreditCardPaymentAuthorizationResponseImpl(DistributedContext context, CustomerOrderCreditCardPaymentAuthorizationResponseDto dto)
           
CustomerOrderCreditCardPaymentAuthorizationResponseImpl(DistributedContext context)
           
ShippedContainerTaxInvoiceLineItemImpl(DistributedContext context)
           
ShippedContainerTaxInvoiceLineItemImpl(DistributedContext context, ShippedContainerTaxInvoiceLineItemDto dto)
           
CustomerOrderStoredValueCardPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderStoredValueCardPaymentImpl(DistributedContext context, DistributedReference ref, CustomerOrderStoredValueCardType type)
           
ShipmentRequestLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShipmentRequestLineImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderPersonalizationServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderPersonalizationServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderReservationUtilsManagerImpl(DistributedContext context)
           
OrderExceededUnderpaymentToleranceRuleEvaluator(DistributedContext context)
           
ReturnLinePromotionAdjustmentImpl(DistributedContext context)
           
ReturnLinePromotionAdjustmentImpl(DistributedContext context, ReturnLinePromotionAdjustmentDto dto)
           
CustomerOrderCheckPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderCheckPaymentImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderSystematicEvaluator(DistributedContext context)
           
ShipToTotalsImpl(DistributedContext context, ShipToTotalsDto dto)
           
GiftVoucherAttributesImpl(DistributedContext context, GiftVoucherAttributesDto dto)
           
CustomerOrderImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderImpl(DistributedContext context, DistributedReference ref, User user, OrderType orderType)
           
OrderPartialLineReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderPartialLineReasonImpl(DistributedContext context, DistributedReference reference)
           
TaxAccommodationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TaxAccommodationImpl(DistributedContext context, DistributedReference reference, AccommodationScopeEnum accommodationScope, User user)
           
CustomerOrderTransactionGroupImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerOrderTransactionGroupImpl(DistributedContext context, DistributedReference reference, CustomerOrder order)
           
CustomerOrderManagerImpl(DistributedContext context)
           
ECDDRecalculationItemImpl(DistributedContext context, DistributedReference reference)
           
ECDDRecalculationItemImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CallTagManagerImpl(DistributedContext context)
           
CustomerOrderMoneyOrderPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderMoneyOrderPaymentImpl(DistributedContext context, DistributedReference ref)
           
ReturnLineTaxInvoiceLineItemRecordImpl(DistributedContext context, ReturnLineTaxInvoiceLineItemRecordDto dto)
           
ReturnLineTaxInvoiceLineItemRecordImpl(DistributedContext context)
           
MailOrderInvalidServiceLineRuleEvaluator(DistributedContext context)
           
MailOrderHasBalanceFailedRuleEvaluator(DistributedContext context)
           
CustomerOrderLineTaxAccommodationImpl(DistributedContext context, DistributedReference reference, User user)
           
CustomerOrderLineTaxAccommodationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
NoCustomerInformationReturnImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
NoCustomerInformationReturnImpl(DistributedContext context, DistributedReference reference)
           
ReturnLineTaxInvoiceRecordImpl(DistributedContext context, ReturnLineTaxInvoiceRecordDto dto)
           
ReturnLineTaxInvoiceRecordImpl(DistributedContext context)
           
PaymentWaitingAuthorizationRuleEvaluator(DistributedContext context)
           
ReturnLineAccommodationAdjustmentImpl(DistributedContext context)
           
ReturnLineAccommodationAdjustmentImpl(DistributedContext context, ReturnLineAccommodationAdjustmentDto dto)
           
CustomerOrderTaxAccommodationImpl(DistributedContext context, DistributedReference reference, User user)
           
CustomerOrderTaxAccommodationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OriginalOrderSummaryImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context, CustomerOrderStoredValueCardPaymentAuthorizationResponseDto dto)
           
CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context)
           
CustomerOrderCorrespondenceRequestImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderCorrespondenceRequestImpl(DistributedContext context, DistributedReference ref)
           
ShippedContainerLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShippedContainerLineImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderMonogramServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderMonogramServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderHeaderLevelPendRuleEvaluator(DistributedContext context, PendRule pendRule)
           
CustomerOrderPersonalizationTextLineImpl(DistributedContext context, CustomerOrderPersonalizationTextLineDto dto)
           
CustomerOrderPersonalizationTextLineImpl(DistributedContext context)
           
ContainerDeliveryConfirmationManagerImpl(DistributedContext context)
           
NormalShipToTotalsImpl(DistributedContext context, NormalShipToTotalsDto dto)
           
NormalShipToTotalsImpl(DistributedContext context)
           
SupplierReturnDispositionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
SupplierReturnDispositionImpl(DistributedContext context, DistributedReference ref, java.lang.String description)
           
MailOrderBatchImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
MailOrderBatchImpl(DistributedContext context, DistributedReference reference)
           
ShipmentRequestImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShipmentRequestImpl(DistributedContext context, DistributedReference ref)
           
PaymentAuthorizationResponseImpl(DistributedContext context, PaymentAuthorizationResponseDto dto)
           
PaymentAuthorizationResponseImpl(DistributedContext context)
           
ShippedContainerLineProratedPromotionImpl(DistributedContext context)
           
ShippedContainerLineProratedPromotionImpl(DistributedContext context, ShippedContainerLineProratedPromotionDto dto)
           
CustomerOrderServiceLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderServiceLineImpl(DistributedContext context, DistributedReference ref)
           
CallTagImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CallTagImpl(DistributedContext context, DistributedReference reference)
           
ZeroChargeShipToTotalsImpl(DistributedContext context, ZeroChargeShipToTotalsDto dto)
           
ZeroChargeShipToTotalsImpl(DistributedContext context, boolean calculateShippingChargeAndTaxes)
           
CustomerOrderPromotionDiscountImpl(DistributedContext context, CustomerOrderPromotionDiscountDto dto)
           
ReturnLineTaxRecordImpl(DistributedContext context, SecondClassDto dto)
           
TaxSystemAvailabilityRuleEvaluator(DistributedContext context)
           
CustomerOrderVoucherPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderVoucherPaymentImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderCashPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderCashPaymentImpl(DistributedContext context, DistributedReference ref)
           
ReturnLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ReturnLineImpl(DistributedContext context, DistributedReference ref, User user)
           
MailOrderShippingRestrictionFailedRuleEvaluator(DistributedContext context)
           
ReturnReasonImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ReturnReasonImpl(DistributedContext context, DistributedReference ref, java.lang.String description)
           
CustomerOrderSettlementImpl(DistributedContext context)
           
CustomerOrderSettlementImpl(DistributedContext context, CustomerOrderSettlementDto dto)
          Called by SecondClassObjectImpl.wrap()
CustomerOrderLineLevelPendRuleEvaluator(DistributedContext context, PendRule pendRule)
           
CustomerOrderCreditCardPaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderCreditCardPaymentImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderMerchandiseCertificatePaymentImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
CustomerOrderMerchandiseCertificatePaymentImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderPromotionAdjustmentImpl(DistributedContext context, CustomerOrderPromotionAdjustmentDto dto)
           
ShipToImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShipToImpl(DistributedContext context, DistributedReference ref, CustomerOrder order, CustomerAddress customerShipToAddress, CustomerOrderTransactionGroup group)
           
 

Uses of DistributedContext in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type DistributedContext
static OrderCancelReasonDto CustomerOrderDbObjectMaster.getOrderCancelReasonDto(DistributedContext context)
           
static OrderCancelReasonDto CustomerOrderDbObjectMaster.getUnpersistedManualOrderCancelReasonDto(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithFourReturnLines(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithThreeLines(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithThreeLines(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithThreeLines(DistributedContext context, DistributedReference sellingSkuRef)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithThreeLines(DistributedContext context, DistributedReference sellingSkuRef, com.retek.fsm.State orderState)
           
static OfferCodeDto CustomerOrderDbObjectMaster.getOfferCodeDto(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithOneLine(DistributedContext context)
           
static ReturnLineDto CustomerOrderDbObjectMaster.getReturnLineDto(DistributedContext context, DistributedReference orderRef, DistributedReference parentOrderLineRef, int lineNumber, DistributedReference paymentRef)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDto(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDto(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getShiptToCustomerOrderAddressDto(DistributedContext context)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getShipToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getBillToCustomerOrderAddressDto(DistributedContext context)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getBillToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
static java.util.Set CustomerOrderDbObjectMaster.getAllTypesOfCustomerOrderPendReasonDtos(DistributedContext context)
           
static PendRuleDto CustomerOrderDbObjectMaster.getCustomerOrderFraudRuleDto(DistributedContext context, java.lang.String fraudRuleId)
           
static CustomerOrderPendReasonDto CustomerOrderDbObjectMaster.getCustomerOrderPendReasonDto(DistributedContext context, boolean active, OrderPendReasonDto pendReasonDto, DistributedReference pendRuleRef)
           
static OrderPendReasonDto CustomerOrderDbObjectMaster.getOrderPendReasonDto(DistributedContext context)
           
static AccommodationReasonDto CustomerOrderDbObjectMaster.getOrderAccommodationReasonDto(DistributedContext context)
           
static AccommodationReasonDto CustomerOrderDbObjectMaster.getOrderLineAccommodationReasonDto(DistributedContext context)
           
static java.util.Set CustomerOrderDbObjectMaster.getAllTypesOfPayments(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentHistoryEventDto CustomerOrderDbObjectMaster.getPaymentHistoryDto(DistributedContext context, DistributedReference paymentRef)
           
static OrderLineDto CustomerOrderDbObjectMaster.getOrderLineDto(DistributedContext context, CustomerOrderDto orderDto, com.retek.fsm.State state, DemandStatus demandStatus)
           
static void CustomerOrderDbObjectMaster.getTaxAccommodationDtos(DistributedContext context, CustomerOrderDto orderDto)
           
static OrderPartialLineReasonDto CustomerOrderDbObjectMaster.getOrderPartialLineReasonDto(DistributedContext context)
           
static AccommodationDto CustomerOrderDbObjectMaster.getOrderLineAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, OrderLineDto orderLineDto, AccommodationReasonDto reasonDto)
           
static void CustomerOrderDbObjectMaster.getTaxAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, AccommodationReasonDto reasonDto, Money amount)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCashPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static java.util.Set CustomerOrderDbObjectMaster.getPaymentHistories(DistributedContext context, DistributedReference paymentRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCheckPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCreditCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef, com.retek.fsm.State paymentState)
           
static java.util.Set CustomerOrderDbObjectMaster.getPaymentDtos(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderGiftCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderRewardCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderMoneyOrderPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderStoredValueCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static ShipToDto CustomerOrderDbObjectMaster.getShipToDto(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef, DistributedReference shipToAddressRef)
           
static ShipmentRequestLineDto CustomerOrderDbObjectMaster.getShipmentRequestLineDto(DistributedContext context)
           
static ShipmentRequestDto CustomerOrderDbObjectMaster.getShipmentRequestDtoWithShipmentRequestLineDtos(DistributedContext context, CustomerOrderDto orderDto)
           
static ShippedContainerDto CustomerOrderDbObjectMaster.getShippedContainerDto(DistributedContext context, CustomerOrderDto orderDto, DistributedReference shipRequestRef)
           
static ShippedContainerLineDto CustomerOrderDbObjectMaster.getShippedContainerLineDto(DistributedContext context, ShippedContainerDto containerDto, DistributedReference orderLineRef, CustomerOrderDto orderDto)
           
static OrderPendReasonDto CustomerOrderDbObjectMaster.persistedNewOrderPendReasonDto(DistributedContext context, OrderPendReasonType type)
           
static void CustomerOrderDbObjectMaster.getServiceLines(DistributedContext context, CustomerOrderDto orderDto)
           
static CustomerOrderGiftServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderGiftServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPersonalizationServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderPersonalizationServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderMonogramServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderMonogramServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderCareCardServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderCareCardServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getOrderWithThreeLines(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.persistNewCustomerOrderWithDirectShip(DistributedContext context, DistributedReference directShipOrderRef)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderWithSupplier(DistributedContext context, java.lang.String supplierId)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.persistNewCustomerOrder(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.persistNewCustomerOrderwithPartialDirectShip(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.persistNewCustomerOrderSomeDirectShipOrderIdNull(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getCustomerOrderDtoWithThreeLines(DistributedContext context, com.retek.fsm.State orderState, java.lang.String supplierId, DistributedReference directShipOrderRef)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.persistNewCustomerOrderBySellingSku(DistributedContext context, DistributedReference sellingSkuRef)
           
static ReturnReasonDto CustomerOrderDbObjectMaster.getPersistedReturnReasonDto(DistributedContext context)
           
static OrderCancelReasonDto CustomerOrderDbObjectMaster.getPersistedCancelReasonDto(DistributedContext context)
           
static ReturnReasonDto CustomerOrderDbObjectMaster.getReturnReasonDto(DistributedContext context)
           
static ReturnReasonDto CustomerOrderDbObjectMaster.persistReturnReasonDto(DistributedContext context)
           
static ShippedContainerDto CustomerOrderDbObjectMaster.getPersistedShippedContainerDto(DistributedContext context)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.persistCustomerOrderPayment(DistributedContext context, ExportState state)
           
static SupplierReturnDispositionDto CustomerOrderDbObjectMaster.getSupplierReturnDispositionDto(DistributedContext context)
           
static SupplierReturnDispositionDto CustomerOrderDbObjectMaster.getPersistedSupplierReturnDispositionDto(DistributedContext context)
           
static MailOrderBatchDto CustomerOrderDbObjectMaster.getMailOrderBatchDtoWithoutOrderDtos(DistributedContext context)
           
static java.util.Set CustomerOrderDbObjectMaster.getMailOrderDtos(DistributedContext context)
           
static NoCustomerInformationReturnDto CustomerOrderDbObjectMaster.getNoCustomerInformationReturnDto(DistributedContext context, java.lang.String comments, Quantity returnedQuantity, DistributedReference returnReasonRef, java.lang.String sellableItemId, DistributedReference supplierReturnDispositionRef)
           
static CustomerOrderTransactionGroupDto CustomerOrderDbObjectMaster.getCustomerOrderTransactionGroupDto(DistributedContext context, RDate createDate, DistributedReference orderRef)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getFullOrderDto(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getOrderDtoWithoutServiceLine(DistributedContext context)
           
static CustomerOrderDto CustomerOrderDbObjectMaster.getFullOrderDto(DistributedContext context, DistributedReference sellingSkuRef, boolean serviceLine)
           
static OriginalOrderSummaryDto CustomerOrderDbObjectMaster.getOriginalOrderSummaryDto(DistributedContext context, int size)
           
static CallTagDto CustomerOrderDbObjectMaster.getCallTagDto(DistributedContext context, DistributedReference carrierRef)
           
static ECDDRecalculationItemDto CustomerOrderDbObjectMaster.getECDDRecalculationItemDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.customerorder.impl.persistence.db.oracle
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type DistributedContext
 void CustomerOrderOracleTestCase.modifyOrderHeaderFields(DistributedContext context, CustomerOrderDto dto)
           
 void CustomerOrderOracleTestCase.modifyShipToCustomerOrderAddress(DistributedContext context, CustomerOrderAddressDto dto)
           
 void CustomerOrderOracleTestCase.modifyBillToCustomerOrderAddress(DistributedContext context, CustomerOrderAddressDto dto)
           
 java.lang.String CustomerOrderOracleTestCase.modifyOrderLines(DistributedContext context, CustomerOrderDto dto)
           
 void CustomerOrderOracleTestCase.modifyOrderLineDto(DistributedContext context, CustomerOrderDto orderDto, OrderLineDto orderLineDto)
           
 void CustomerOrderOracleTestCase.modifyShipTos(DistributedContext context, CustomerOrderDto dto)
           
 void CustomerOrderOracleTestCase.modifyAllReturnLinesOnAnOrder(DistributedContext context, CustomerOrderDto orderDto)
           
 void CustomerOrderOracleTestCase.modifyReturnLineDto(DistributedContext context, CustomerOrderDto orderDto, ReturnLineDto dto)
           
 void CustomerOrderOracleTestCase.modifyMailOrderBatch(DistributedContext context, MailOrderBatchDto dto, DistributedReference bannerRef, java.lang.String batchNum, DistributedReference orderSourceRef)
           
 

Uses of DistributedContext in com.retek.component.customerorder.impl.remote
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type DistributedContext
static CustomerOrderDto CustomerOrderRemotePersistHelper.persistOrderDto(DistributedContext context, CustomerOrderDto customerOrderDto, DistributedReference userRef, boolean isNewOrder, java.lang.String orginalOrderSummaryInfo)
           
 

Constructors in com.retek.component.customerorder.impl.remote with parameters of type DistributedContext
CustomerOrderVoucherPaymentDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderCareCardServiceLineDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderGiftCertificatePaymentDto(DistributedContext context, DistributedReference reference)
           
OrderPendReasonDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderPersonalizationServiceLineDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderMoneyOrderPaymentDto(DistributedContext context, DistributedReference reference)
           
MailOrderBatchDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderCorrespondenceRequestDto(DistributedContext context, DistributedReference reference)
           
ShipmentRequestDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderCreditCardPaymentDto(DistributedContext context, DistributedReference reference)
           
ShippedContainerDto(DistributedContext context, DistributedReference ref)
           
ShipmentRequestLineDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderDto(DistributedContext context, DistributedReference ref)
           
ReturnReasonDto(DistributedContext context, DistributedReference reference)
           
OrderLineAccommodationDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderValueAddedServiceLineDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderStoredValueCardPaymentDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderLineTaxAccommodationDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderTaxAccommodationDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderPaymentDto(DistributedContext context, DistributedReference reference)
           
AccommodationReasonDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderCheckPaymentDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderCashPaymentDto(DistributedContext context, DistributedReference reference)
           
DiscountDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderMonogramServiceLineDto(DistributedContext context, DistributedReference ref)
           
ShipToDto(DistributedContext context, DistributedReference ref)
           
OriginalOrderSummaryDto(DistributedContext context, DistributedReference ref)
           
CustomerOrderPaymentHistoryEventDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderAddressDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderPendReasonDto(DistributedContext context, DistributedReference reference)
           
GeneralAccommodationDto(DistributedContext context, DistributedReference reference)
           
SupplierReturnDispositionDto(DistributedContext context, DistributedReference reference)
           
ReturnLineDto(DistributedContext context, DistributedReference ref)
           
TaxAccommodationDto(DistributedContext context, DistributedReference reference)
           
ECDDRecalculationItemDto(DistributedContext context, DistributedReference reference)
           
NoCustomerInformationReturnDto(DistributedContext context, DistributedReference reference)
           
ShippedContainerLineDto(DistributedContext context, DistributedReference ref)
           
OrderCancelReasonDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderTransactionGroupDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderServiceLineDto(DistributedContext context, DistributedReference ref)
           
CallTagDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context, DistributedReference reference)
           
OrderLineDto(DistributedContext context, DistributedReference ref)
           
AccommodationDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderRewardCertificatePaymentDto(DistributedContext context, DistributedReference reference)
           
CustomerOrderGiftServiceLineDto(DistributedContext context, DistributedReference ref)
           
OrderPartialLineReasonDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.customerorder.impl.remote.command
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type DistributedContext
 boolean CorrespondenceTypeTemplateFinder.findFirstNonDefaultTemplateWithNonEmailDeliveryMethod(CustomerOrder order, CorrespondenceType correspondenceType, DistributedContext context)
           
 boolean CorrespondenceTypeTemplateFinder.findTemplateAndDeliveryMethod(CustomerOrder order, CorrespondenceType correspondenceType, DistributedContext context, RetekLogger logger)
           
 

Uses of DistributedContext in com.retek.component.customerorder.integration.rib
 

Constructors in com.retek.component.customerorder.integration.rib with parameters of type DistributedContext
ReturnConfirmationItemQuantity(DistributedContext context, com.retek.rib.binding.payload.CustRetItemQty custRetItemQty)
           
ReturnConfirmationItem(DistributedContext context, com.retek.rib.binding.payload.CustRetItem returnItem)
           
 

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

Methods in com.retek.component.customerorder.test with parameters of type DistributedContext
static Sku COItemObjectMaster.createSkuForStore(DistributedContext context, Store store)
           
static Style COItemObjectMaster.createStyle(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static Pack COItemObjectMaster.createPack(DistributedContext context, PackBuilderAttributes packBuilderAttrs)
           
static Style COItemObjectMaster.createPartialStyle(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static Style COItemObjectMaster.createStyleWithInventory(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Media media, Quantity availQty)
           
static Style COItemObjectMaster.createStyleWithDirectShipInventory(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Media media, Quantity availQty)
           
static Style COItemObjectMaster.createStyleWithNLAInventory(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Media media, Quantity availQuantity)
           
static Sku COItemObjectMaster.createLevelOneSkuWithNLAInventory(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Media media, Quantity availQuantity)
           
static void COItemObjectMaster.createInventoryForSku(DistributedContext context, Sku sku, Media media, Quantity availableQuantity)
           
static void COItemObjectMaster.addItemSupplier(DistributedContext context, Sku sku, Supplier supplier)
           
static ItemSupplier COItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
static ItemLocation COItemObjectMaster.createItemLocation(DistributedContext context, SellableItem sellableItem, Location location, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays, java.lang.String locationType)
           
static ItemSupplier COItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static void COItemObjectMaster.setUpInventoryForDirectShipItem(DistributedContext context, SellableItem sellableItem, Store location, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static void COItemObjectMaster.setupInventoryForPack(DistributedContext context, PackBuilderAttributes packBuilderAttrs, Store store)
           
static Sku COItemObjectMaster.createSku(DistributedContext context, Money skuValue, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static ItemCollection COItemObjectMaster.getValidItemCollection(DistributedContext context)
           
static ItemCollection COItemObjectMaster.getAlternateValidItemCollection(DistributedContext context, ItemCollection primaryCollection)
           
static MediaType COMediaObjectMaster.createMediaType(DistributedContext context)
           
static SeasonCode COMediaObjectMaster.createSeasonCode(DistributedContext context)
           
static Media COMediaObjectMaster.createActiveMedia(DistributedContext context)
           
static Media COMediaObjectMaster.createReleasedMedia(DistributedContext context)
           
static SellingItemDepiction COMediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static Media COMediaObjectMaster.createReleasedMediaWithGiftCertificate(DistributedContext context, Banner banner, Channel channel)
           
static ShippingRateTable COMediaObjectMaster.attachSingleRateShippingRateTableToSourceCode(DistributedContext context, Media media, SourceCode sourceCode)
           
static SellingItemDepiction COMediaObjectMaster.createDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static DropCode COMediaObjectMaster.createDropCode(DistributedContext context)
           
static SourceCode COMediaObjectMaster.createSourceCode(DistributedContext context)
           
static SellingItem COMediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, Item item, Media media)
           
static void COMediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, DistributedContext context)
           
static void COMediaObjectMaster.attachInventoryItemLocationAndInventoryData(SellingSku lineSellingSku, Quantity availableQuantity, DistributedContext context)
           
static void COMediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, int locationOutboundDays, int itemLocationOutboundDays, DistributedContext context)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackLevel(DistributedContext context, Quantity packQty, int numComponents, Quantity availableQty, Quantity componentQty)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackLevel(DistributedContext context, Quantity packQty, int numComponents, Quantity availableQty)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(DistributedContext context, java.util.List componentRequestedQtys, Quantity packQty)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(DistributedContext context, java.util.List componentRequestedQtys, Quantity packQty, Money packUnitPrice)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(DistributedContext context, java.util.List componentRequestedQtys, Quantity packQty, Money packUnitPrice, Money additionalShippingCharge, boolean standardShippingCharge)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackAndSkuLevel(DistributedContext context, Quantity availablePackQuantity, Quantity futureAvailablePackQty, java.util.List componentQtys, java.util.List availableComponentQtys, java.util.List futureAvailableComponentQtys, java.util.List componentNoLongerAvailIndicators, Quantity requestedPackQty, Money packPrice, boolean packNoLongerAvailableAtPackLevel)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackAndSkuLevel(DistributedContext context, Quantity availablePackQty, java.util.List componentQtys, Quantity requestedPackQty, Money packPrice)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackLevel(DistributedContext context, Quantity packQty, int nbrComponents, Quantity availableQty, ItemPersonalizationBuilderAttributes itemAttrib)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context, SellableItem sellableItem, Quantity qty, ReturnReason reason, SupplierReturnDisposition disposition)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context, Sku sku, Quantity qty)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context)
           
static Banner CustomerOrderObjectMaster.getBanner123ForTaxTesting(DistributedContext context)
          Return banner with display code '123'.
static CustomerOrder CustomerOrderObjectMaster.createCustomerMailOrder(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, OrderSource source)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, OrderSource source, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerMailOrder(DistributedContext context, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrderWithoutCustomer(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createOrderWithReturnOnZeroSaleLine(DistributedContext context, User user)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping, DistributedContext context)
           
static ShippingMethod CustomerOrderObjectMaster.getValidShippingMethod(DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Quantity quantity, Quantity availableQty, Carrier validCarrier, ShippingMethod validShippingMethod, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachOrderLineWithFutureReleaseDate(DistributedContext context, CustomerOrder customerOrder, Media media)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createEmptyCreditCardPayment(DistributedContext context)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPayment(DistributedContext context)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createDiscoverCardPayment(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createVisaCardPayment(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createPrivateLabelCreditCardPayment(DistributedContext context, Money amount, CreditCard creditCard, Customer customer)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPayment(DistributedContext context, java.lang.String creditCardNumber, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createPrivateLabelCreditCardPayment(DistributedContext context, Money amount)
           
static SourceCode CustomerOrderObjectMaster.getValidSourceCode(DistributedContext context)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryData(CustomerOrderLine line, DistributedContext context)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryData(CustomerOrderLine line, Quantity availableQuantity, DistributedContext context)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.buildAndAuthorizeSVCPayment(java.lang.String controlNumber, java.lang.String pinNumber, Money cardValue, Money paymentAmount, DistributedContext context, CustomerOrderStoredValueCardType type)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.createRewardCertificatePayment(DistributedContext context, Money paymentAmount)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.createRewardCertificatePayment(DistributedContext context, Money paymentAmount, Money certificateValue)
           
static SupplierEvent CustomerOrderObjectMaster.createOrderLineHoldEvent(DistributedContext context, Supplier supplier, java.lang.String description, RDate startDate, RDate orderByDateTime, RDate expCustomerDeliveryDate)
           
static ItemSupplierEvent CustomerOrderObjectMaster.createOrderLineHoldEvent(DistributedContext context, Supplier supplier, java.lang.String description, RDate startDate, RDate orderByDateTime, RDate expCustomerDeliveryDate, SellableItem item)
           
static ItemSupplierEvent CustomerOrderObjectMaster.createPersistedItemSupplierEvent(DistributedContext context, Supplier supplier, java.lang.String description, RDate startDate, RDate orderByDateTime, RDate expCustomerDeliveryDate, SellableItem item)
           
static SupplierEvent CustomerOrderObjectMaster.createPersistedSupplierEvent(DistributedContext context, Supplier supplier, java.lang.String description, RDate startDate, RDate orderByDateTime, RDate expCustomerDeliveryDate)
           
static void CustomerOrderObjectMaster.attachDirectShipToOrderAndSubmitBoth(DistributedContext context, CustomerOrder customerOrder, Media media, Supplier supplier, boolean directShipIndicator)
           
static CustomerOrderPersonalizationTextLine CustomerOrderObjectMaster.createCustomerOrderPersonalizationTextLine(DistributedContext context, java.lang.String text, PersonalizationValueAddedService persService)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeAuthorized(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.getValidCreditCardPaymentWithoutAddress(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeDeclined(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeReferral(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeFraud(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeWaitingAuthorization(DistributedContext context, Money amount)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryDataForBackOrderedStatus(DistributedContext context, Media media, SellingItem sellingItem, int outboundDays, int itemLocOutboundDays, boolean isDirectShip)
           
static SupplierReturnDisposition CustomerOrderObjectMaster.createPersistedReturnDisposition(DistributedContext context, boolean disposed)
           
static SupplierReturnDisposition CustomerOrderObjectMaster.createPersistedReturnDisposition(DistributedContext context, boolean disposed, java.lang.String dispositionCode)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context, int expectedNumberOfOrders, java.lang.String depositId)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context, int expectedNumberOfOrders, java.lang.String depositId, boolean isPhysicalTender)
           
static SupplierReturnDisposition CustomerOrderObjectMaster.createSystemReturnDisposition(DistributedContext context)
           
static ReturnReason CustomerOrderObjectMaster.createReturnReason(boolean isRefundShippingHandling, boolean isRefundVas, boolean isRefundGiftService, DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user, Media media)
           
static CustomerOrder CustomerOrderObjectMaster.buildZeroSaleOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user, Quantity requestedQty, Quantity availableQty, boolean creditCard, Media media)
           
static void CustomerOrderObjectMaster.attachOrderLineWithGiftingAdditionalAndRushShipping(DistributedContext context, CustomerOrder customerOrder, Media media, Quantity quantity, User user)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, Quantity requestedQty, Quantity availableQty, User user, boolean creditCard, Media media)
           
static CustomerOrder CustomerOrderObjectMaster.buildZeroSaleOrderWithPersVasRushAndAddlShipping(DistributedContext context, Quantity requestedQty, Quantity availableQty, User user)
           
static AccommodationReason CustomerOrderObjectMaster.getOrderAccommodationReason(DistributedContext context)
           
static AccommodationReason CustomerOrderObjectMaster.getOrderLineAccommodationReason(DistributedContext context)
           
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 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 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
static TaxAccommodation CustomerOrderObjectMaster.buildOrderLineTaxAccommodationWithReason(DistributedContext context, CustomerOrderLine orderLine)
          This method creates an OrderLine Test Accommodation with type set to Tax 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
static CountryZipCodeRange CustomerOrderObjectMaster.setUpCountryZipCodeRange(java.lang.String startZipCode, java.lang.String endZipCode, DistributedContext context, User user)
           
static CountryZipCodeRange CustomerOrderObjectMaster.setUpCountryZipCodeRange(User user, DistributedContext context)
           
static ECDDRecalculationItem CustomerOrderObjectMaster.createECDDRecalculationItem(DistributedContext context)
           
static ECDDRecalculationItem CustomerOrderObjectMaster.createAndSubmitECDDRecalculationItem(SellingSku sellingSku, DistributedContext context)
           
static void CustomerOrderObjectMaster.createSystemReturnDispositionInCacheDao(DistributedContext context)
           
 

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)
           
static DemandManagerBatch DemandManagerFactory.getDemandManagerBatch(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.demand.impl
 

Methods in com.retek.component.demand.impl with parameters of type DistributedContext
 DistributedObjectImpl MediaDemandImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl OrderLineDemandRecordImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl OrderDemandRecordImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.demand.impl with parameters of type DistributedContext
DemandOverTimeImpl(DistributedContext context, DemandOverTimeDto dto)
           
MediaDemandImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
MediaDemandImpl(DistributedContext context, DistributedReference reference, Media media)
           
OrderDemandRecordImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderDemandRecordImpl(DistributedContext context, DistributedReference reference)
           
OrderLineDemandRecordImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderLineDemandRecordImpl(DistributedContext context, DistributedReference reference)
           
DemandManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.demand.impl.persistence
 

Methods in com.retek.component.demand.impl.persistence with parameters of type DistributedContext
static OrderDemandRecordDto DemandDbObjectMaster.getOrderDemandRecordDto(DistributedContext context)
           
static OrderLineDemandRecordDto DemandDbObjectMaster.getOrderLineDemandRecordDto(DistributedContext context)
           
static MediaDemandDto DemandDbObjectMaster.getMediaDemandDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.demand.impl.remote
 

Constructors in com.retek.component.demand.impl.remote with parameters of type DistributedContext
OrderLineDemandRecordDto(DistributedContext context, DistributedReference reference)
           
OrderDemandRecordDto(DistributedContext context, DistributedReference reference)
           
MediaDemandDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.demand.test
 

Methods in com.retek.component.demand.test with parameters of type DistributedContext
static OrderDemandRecordImpl DemandObjectMaster.createAdditionalOrderDemand(DistributedContext context, Media media)
           
static OrderDemandRecordImpl DemandObjectMaster.createNewOrderDemand(DistributedContext context, Media media)
           
static OrderLineDemandRecord DemandObjectMaster.createAdditionalOrderLineDemand(DistributedContext context, Media media)
           
static OrderLineDemandRecord DemandObjectMaster.createNewOrderLineDemand(DistributedContext context, Media media)
           
 

Uses of DistributedContext in com.retek.component.directshiporder
 

Methods in com.retek.component.directshiporder with parameters of type DistributedContext
static DirectShipOrderManager DirectShipOrderManagerFactory.getDirectShipOrderManager(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.directshiporder.impl
 

Methods in com.retek.component.directshiporder.impl with parameters of type DistributedContext
 DistributedObjectImpl DirectShipOrderImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.directshiporder.impl with parameters of type DistributedContext
DirectShipOrderLineImpl(DistributedContext context)
           
DirectShipOrderLineImpl(DistributedContext context, DirectShipOrderLineDto dto)
          Called by SecondClassObjectImpl.wrap()
DirectShipOrderImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DirectShipOrderImpl(DistributedContext context, DistributedReference ref, Supplier supplier)
           
DirectShipOrderManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.directshiporder.impl.remote
 

Constructors in com.retek.component.directshiporder.impl.remote with parameters of type DistributedContext
DirectShipOrderDto(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.directshiporder.test
 

Methods in com.retek.component.directshiporder.test with parameters of type DistributedContext
static java.lang.String DirectShipOrderObjectMaster.getAndSubmitSupplierId(DistributedContext context)
           
static Supplier DirectShipOrderObjectMaster.createPersistedSupplier(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.event.impl
 

Constructors in com.retek.component.event.impl with parameters of type DistributedContext
BannerEventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
BannerEventImpl(DistributedContext context, DistributedReference reference, Banner banner, Event event)
           
EventManagerImpl(DistributedContext context)
           
ItemSupplierEventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ItemSupplierEventImpl(DistributedContext context, DistributedReference reference, ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
SupplierEventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SupplierEventImpl(DistributedContext context, DistributedReference reference, Supplier supplier, Event event)
           
EventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
EventImpl(DistributedContext context, DistributedReference reference)
           
GenericEventImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
GenericEventImpl(DistributedContext context, DistributedReference reference, Event event)
           
 

Uses of DistributedContext in com.retek.component.event.impl.persistence
 

Methods in com.retek.component.event.impl.persistence with parameters of type DistributedContext
static EventDto EventDbObjectMaster.getEventDto(DistributedContext context, java.lang.String description)
           
static EventDto EventDbObjectMaster.getEventDto(DistributedContext context)
           
static BannerEventDto EventDbObjectMaster.getBannerEventDto(DistributedContext context)
           
static BannerEventDto EventDbObjectMaster.getBannerEventDto(DistributedContext context, EventDto eventDto)
           
static SupplierEventDto EventDbObjectMaster.getSupplierEventDto(DistributedContext context)
           
static SupplierEventDto EventDbObjectMaster.getSupplierEventDto(DistributedContext context, EventDto eventDto)
           
static ItemSupplierEventDto EventDbObjectMaster.getItemSupplierEventDto(DistributedContext context)
           
static ItemSupplierEventDto EventDbObjectMaster.getItemSupplierEventDto(DistributedContext context, SupplierEventDto suppEventDto)
           
 

Uses of DistributedContext in com.retek.component.event.impl.remote
 

Constructors in com.retek.component.event.impl.remote with parameters of type DistributedContext
SupplierEventDto(DistributedContext context, DistributedReference reference)
           
EventDto(DistributedContext context, DistributedReference reference)
           
GenericEventDto(DistributedContext context, DistributedReference reference)
           
ItemSupplierEventDto(DistributedContext context, DistributedReference reference)
           
BannerEventDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.event.test
 

Methods in com.retek.component.event.test with parameters of type DistributedContext
static Event EventObjectMaster.createEvent(DistributedContext context)
           
static Event EventObjectMaster.createEvent(DistributedContext context, java.lang.String desc, RDate startDate, RDate endDate)
           
static BannerEvent EventObjectMaster.createBannerEvent(DistributedContext context, Event event, Banner banner)
           
static BannerEvent EventObjectMaster.createBannerEvent(DistributedContext context, Event event)
           
static BannerEvent EventObjectMaster.createBannerEvent(DistributedContext context)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, Event event)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, Event event, java.lang.String supplierId)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod, Event event)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context, java.lang.String supplierId, ShippingMethod shippingMethod, RDate orderByDateTime, RDate customerDeliveryDate)
           
static SupplierEvent EventObjectMaster.createSupplierEvent(DistributedContext context)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, Event event)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, SupplierEvent suppEvent)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, SupplierEvent suppEvent, Supplier supplier, SellableItem item)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, java.lang.String supplierId, java.lang.String itemId, ItemSupplier itemSupplier, ShippingMethod shippingMethod, SupplierEvent suppEvent)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, ItemSupplier itemSupplier, ShippingMethod shippingMethod, RDate orderByDateTime, RDate customerDeliveryDate, SupplierEvent sEvent)
           
 

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.history.impl
 

Methods in com.retek.component.history.impl with parameters of type DistributedContext
 DistributedObjectImpl HistoryEventImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.history.impl with parameters of type DistributedContext
HistoryManagerImpl(DistributedContext context)
           
HistoryEventImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
HistoryEventImpl(DistributedContext context, DistributedReference ref)
           
HistoryEventImpl(DistributedContext context, DistributedReference ref, HistoryEventRequest eventRequest)
           
HistoryEventTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
HistoryEventTypeImpl(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.history.impl.persistence
 

Methods in com.retek.component.history.impl.persistence with parameters of type DistributedContext
static HistoryEventDto HistoryDbObjectMaster.getHistoryEventDto(DistributedContext context)
           
static HistoryEventTypeDto HistoryDbObjectMaster.getHistoryEventTypeDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.history.impl.remote
 

Constructors in com.retek.component.history.impl.remote with parameters of type DistributedContext
HistoryEventTypeDto(DistributedContext context, DistributedReference reference)
           
HistoryEventDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl with parameters of type DistributedContext
static CustomerOrderPayment PaymentConverter.getCustomerOrderPayment(ExAPayment exaPayment, ExAOrder exaOrder, DistributedContext context)
           
static CustomerTelephone TelephoneConverter.getCustomerTelephone(ExATelephoneNumber phone, DistributedContext context)
           
static User UserConverter.getUser(ExAUser exaUser, DistributedContext context)
           
static ExAReturnLineImpl CustomerOrderReturnLineConverter.getExAReturnLine(ReturnLine returnLine, DistributedContext context)
           
static java.util.Set CustomerOrderReturnLineConverter.getOrderReturnLineSet(java.util.List returnLines, DistributedContext context)
           
static ReturnLine CustomerOrderReturnLineConverter.getOrderReturnLine(CustomerOrder custOrder, ExAReturnLineImpl exaReturnLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
static CustomerAddress AddressConverter.getCustomerAddress(Customer customer, ExAAddress exaAddress, DistributedContext context)
           
static CustomerSalutation AddressConverter.findSalutation(java.lang.String salutationCode, DistributedContext context)
           
static CustomerSuffix AddressConverter.findSuffix(java.lang.String suffixCode, DistributedContext context)
           
static Country AddressConverter.getCountry(java.lang.String countryCode, DistributedContext context)
           
static Customer CustomerConverter.getCustomer(ExACustomerImpl exaCustomer, DistributedContext context)
           
static Customer CustomerConverter.createCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
static Customer CustomerConverter.updateCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
static Customer CustomerConverter.getExistingCustomer(java.lang.String customerNumber, DistributedContext context)
           
protected  SourceCode ExAManagerImpl.getSourceCode(java.lang.String mediaSourceCode, DistributedContext context)
          This method should NOT be on the ExAManager interface.
protected  Banner ExAManagerImpl.getBanner(java.lang.String bannerDisplayCode, DistributedContext context)
          This method should NOT be on the ExAManager interface.
protected  SubConcept ExAManagerImpl.getSubConcept(java.lang.String subConceptDisplayCode, DistributedContext context)
          This method should NOT be on the ExAManager interface.
static CustomerOrderLine CustomerOrderLineConverter.getCustomerOrderLine(CustomerOrder custOrder, ExAOrderLineImpl exaOrderLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
static ExAOrderLineImpl CustomerOrderLineConverter.getExAOrderLine(CustomerOrderLine orderLine, DistributedContext context)
           
static java.util.Set CustomerOrderLineConverter.getOrderLineSet(java.util.List orderLines, DistributedContext context)
           
static ExAOrder CustomerOrderConverter.getExAOrder(CustomerOrder order, DistributedContext context)
           
static java.util.Set CustomerOrderConverter.getOrderSet(java.util.Set orders, DistributedContext context)
           
static CustomerOrder CustomerOrderConverter.getOrder(ExAOrderImpl exaOrder, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderLines(CustomerOrder order, java.util.Set shipToLabelSet, User user, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderLine(CustomerOrder order, ExAOrderLineImpl exAOrderLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderReturnLine(CustomerOrder order, ExAReturnLineImpl exAReturnLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
static ExAShipToLabel ShipToConverter.getExAShipToLabel(ShipTo shipTo, DistributedContext context)
           
static java.util.Set ShipToConverter.getShipToLabelSet(java.util.Set shipTos, DistributedContext context)
           
static SellingSku ItemConverter.getSellingSku(ExASellingSkuImpl exaSellingSku, DistributedContext context)
           
static ExASellingSku ItemConverter.getExASellingSkuWithoutSellingItem(SellingSku sellingSku, DistributedContext context)
           
static ExASellingSku ItemConverter.getExASellingSku(SellingSku sellingSku, ExASellingItem exaSellingItem, DistributedContext context)
           
static java.util.Set ItemConverter.getExAPackSellingSkus(ExASellingItem exaSellingItem, ExAPackSellingSku exaPackSellingSkuRequest, PackSellingSku packSellingSku, DistributedContext context)
           
static void ItemConverter.getExASellingSku(SellingSku sellingSku, ExASellingSku exaSellingSkuRequest, DistributedContext context)
           
static ExASellingItemImpl ItemConverter.getExASellingItem(ExAMedia media, SellingItem sellingItem, DistributedContext context)
           
static CustomerOrderGiftServiceLine CustomerOrderServiceLineConverter.getCustomerOrderGiftWrapServiceLine(ExAGiftWrapImpl giftWrap, CustomerOrderLine orderLine, Banner banner, DistributedContext context)
           
static CustomerOrderGiftServiceLine CustomerOrderServiceLineConverter.getCustomerOrderGiftCardServiceLine(ExAGiftCardImpl giftCard, CustomerOrderLine orderLine, Banner banner, DistributedContext context)
           
static CustomerOrderMonogramServiceLine CustomerOrderServiceLineConverter.getCustomerOrderMonogrammingServiceLine(ExAMonogrammingImpl exaMonogramming, CustomerOrderLine orderLine, DistributedContext context)
           
static CustomerOrderPersonalizationServiceLine CustomerOrderServiceLineConverter.getCustomerOrderPersonalizationServiceLine(ExAPersonalizationImpl exaPersonal, CustomerOrderLine orderLine, DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.internet.test
 

Methods in com.retek.component.internet.test with parameters of type DistributedContext
static ExACustomer ExAObjectMaster.createValidExACustomer(DistributedContext context)
           
static ExAOrderLineRequest ExAObjectMaster.createExAOrderLineRequest(DistributedContext context, ExAMedia exaMedia, int requestedQty, int inStockQty)
           
static ExAOrderLineRequest ExAObjectMaster.createExAOrderLineRequest(DistributedContext context, ExASellingSku exaSellingSku, int requestedQty, int inStockQty)
           
static ExASellingItem ExAObjectMaster.createCustomizedExASellingItem(DistributedContext context, boolean monogrammable, boolean personalizable)
           
static ExASellingSku ExAObjectMaster.createMonogrammableExASellingSku(DistributedContext context)
           
static ExASellingSku ExAObjectMaster.createPersonalizableExASellingSku(DistributedContext context)
           
static ExASellingSku ExAObjectMaster.createNormalExASellingSku(DistributedContext context)
           
static ExACustomerRequest ExAObjectMaster.createExACatalogCustomerRequestWithOnlyCustomerNumber(DistributedContext context)
          Deprecated. class uses deprecated API
static ExACustomerRequest ExAObjectMaster.createExACustomerRequestWithOnlyCustomerNumber(DistributedContext context)
          Deprecated. class uses deprecated API
static ExAOrder ExAObjectMaster.createExAOrderSummary(DistributedContext context, ExAUser exaUser)
           
static ExAOrder ExAObjectMaster.createExAOrderSummary(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser, int numLines)
           
static ExAOrder ExAObjectMaster.createExAOrderSummary(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExAUser exaUser)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExAMedia exaMedia, ExAUser exaUser)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser, int numLines)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAMedia exaMedia, ExAUser exaUser, int numLines)
           
static ExAOrderRequest ExAObjectMaster.createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAMedia exaMedia, ExAUser exaUser)
           
static ExAMedia ExAObjectMaster.getReleasedExAMedia(DistributedContext context)
           
static Media ExAObjectMaster.getReleasedMedia(DistributedContext context)
           
static Media ExAObjectMaster.getReleasedMedia(Media media, DistributedContext context)
           
static ExASellingItem ExAObjectMaster.createExASellingItem(DistributedContext context, int numberSellingSkus)
           
static ExASellingItem ExAObjectMaster.createExASellingItem(DistributedContext context, Media media, int numberSellingSkus)
           
static ExASellingItem ExAObjectMaster.createExALevelOneSellingItem(DistributedContext context)
           
static ExASellingItem ExAObjectMaster.createExAMultiStyleSellingItemWithSharedSellingSku(DistributedContext context, int numberSkus)
           
static ExASellingItem ExAObjectMaster.createExASellingItemWithMultiStyleSharedSellingSku(DistributedContext context, int numberSkus)
           
static ExAPackSellingSku ExAObjectMaster.setupPackWithComponents(DistributedContext context, ExAMedia extMedia, PackBuilderAttributes packBuilder)
           
static PackBuilderAttributes ExAObjectMaster.createPackBuilder(DistributedContext context, int packQty, int nbrComponents, java.math.BigDecimal pricePerPack)
           
static PackBuilderAttributes ExAObjectMaster.createPackBuilder(DistributedContext context, int packQty, int nbrComponents, java.math.BigDecimal pricePerPack, ItemPersonalizationBuilderAttributes itemPersonalizationAttrib)
           
protected  User ExATestCase.getUser(DistributedContext context)
           
protected  ExAUser ExATestCase.getExAUser(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.inventory.impl
 

Methods in com.retek.component.inventory.impl with parameters of type DistributedContext
static AtpCalculateValuesCommand InventoryCommandFactory.createAtpCalculateValuesCommand(SellableItem item, RDate reserveFromDate, DistributedContext ctx, DistributedReference organizationRef)
           
static AtpCalculateQuantityValuesCommand InventoryCommandFactory.createAtpCalculateQuantityValuesCommand(java.util.Set sellableItemSet, DistributedReference organizationRef, RDate reserveFromDate, boolean allowNegativeFutureAvailQty, DistributedContext context)
           
static AtpCalculateDatesCommand InventoryCommandFactory.createAtpCalculateDatesCommand(java.util.Set items, DistributedReference organizationRef, java.util.Map atpValuesMap, RDate reserveFromDate, boolean allowNegativeFutureAvailQty, DistributedContext context)
           
static AtpCalculateDatesSkuCommand InventoryCommandFactory.createAtpCalculateDatesSkuCommand(java.util.Set items, DistributedReference organizationRef, java.util.Map atpValuesMap, RDate setReserveFromDate, DistributedContext context)
           
static AtpCalculateDatesPackCommand InventoryCommandFactory.createAtpCalculateDatesPackCommand(java.util.Set items, DistributedReference organizationRef, java.util.Map atpValuesMap, RDate reserveFromDate, DistributedContext context)
           
static AtpCalculateQuantityValuesPackCommand InventoryCommandFactory.createAtpCalculateQuantityValuesPackCommand(java.util.Set packs, DistributedReference organizationRef, RDate reserveFromDate, boolean allowNegativeFutureAvailQty, DistributedContext context)
           
static AtpCalculateQuantityValuesSkuCommand InventoryCommandFactory.createAtpCalculateQuantityValuesSkuCommand(java.util.Set activeInventoriableSkus, DistributedReference organizationRef, boolean allowNegativeFutureAvailQty, DistributedContext context)
           
static ReservationReserveCommand InventoryCommandFactory.createReservationReserveCommand(Sku sku, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation, DistributedContext context)
           
static ReservationReleaseCommand InventoryCommandFactory.createReservationReleaseCommand(Sku sku, Store virtualStore, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity, DistributedContext context)
           
static ReservationReleaseFromSupplierCommand InventoryCommandFactory.createReservationReleaseFromSupplierCommand(Sku sku, Supplier supplier, Store virtualStore, Quantity reservationReleaseQuantity, RDate supplierStartDate, DistributedContext context)
           
static RemoteReserveCommandInterface InventoryCommandFactory.createRemoteReserveCommand(java.lang.String skuId, DistributedReference vStoreRef, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation, DistributedContext context)
           
static RemotePackReserveCommandInterface InventoryCommandFactory.createRemotePackReserveCommand(java.lang.String packId, DistributedReference vStoreRef, Quantity quantityToReserve, RDate reserveFromDate, DistributedContext context)
           
static RemotePackReleaseCommand InventoryCommandFactory.createRemotePackReleaseCommand(java.lang.String packId, DistributedReference vStoreRef, PackReservationValues packReservationValues, DistributedContext context)
           
static RemoteMoveQuantityFromReservedToBackorderCommand InventoryCommandFactory.createRemoteMoveQuantityFromReservedToBackorderCommand(java.lang.String skuId, DistributedReference vStoreRef, Quantity quantityToMove, IntegrationReference warehouseIntegarionRef, DistributedContext context)
           
static ReservationWarehouseReleaseCommand InventoryCommandFactory.createReservationWarehouseReleaseCommand(SellableItem sellableItem, Store virtualStore, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity, DistributedContext context)
           
static ReservationWarehouseCancelCommand InventoryCommandFactory.createReservationWarehouseCancelCommand(SellableItem sellableItem, Warehouse virtualWarehouse, Quantity warehouseChangeQty, DistributedContext context)
           
static WarehouseReserveCommand InventoryCommandFactory.createWarehouseReserveCommand(SellableItem sellableItem, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting, DistributedContext context)
           
static PackWarehouseReserveCommand InventoryCommandFactory.createPackWarehouseReserveCommand(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, DistributedContext context, boolean isPersonalized, boolean isGifting)
           
static RemotePackComponentWarehouseReserveCommand InventoryCommandFactory.createRemotePackComponentWarehouseReserveCommand(DistributedReference virtualStoreRef, DistributedReference countryRef, java.lang.String shipToZipCode, java.util.Set skuResValues, boolean isPersonalized, boolean isGifting, DistributedContext context)
           
static RemoteSkuWarehouseReserveCommand InventoryCommandFactory.createRemoteSkuWarehouseReserveCommand(java.lang.String skuId, DistributedReference virtualStoreRef, DistributedReference countryRef, java.lang.String shipToZipCode, Quantity warehouseQuantityToReserve, boolean isPersonalized, boolean isGifting, DistributedContext context)
           
 

Constructors in com.retek.component.inventory.impl with parameters of type DistributedContext
VirtualStoresFinder(DistributedContext context, DistributedReference organizationRef)
           
ItemSupplierQuantityBlockImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ItemSupplierQuantityBlockImpl(DistributedContext context, DistributedReference reference, java.lang.String itemId, java.lang.String supplierId)
           
InventoryManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.inventory.impl.persistence
 

Methods in com.retek.component.inventory.impl.persistence with parameters of type DistributedContext
static java.util.Set InventoryDbObjectMaster.getItemSupplierQuantityBlockDtos(DistributedContext context)
           
static ItemSupplierQuantityBlockDto InventoryDbObjectMaster.getItemSupplierQuantityBlockDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.inventory.impl.remote
 

Constructors in com.retek.component.inventory.impl.remote with parameters of type DistributedContext
ItemSupplierQuantityBlockDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.inventory.impl.remote.command
 

Methods in com.retek.component.inventory.impl.remote.command with parameters of type DistributedContext
 RDate BackOrderEstimatedShipmentDateCalculator.getCalculatedDate(Quantity approvedPOQty, Quantity inTransitQty, Quantity backorderedQty, Quantity totalFABucketQty, Store virtualStore, Item item, int maxItemLocationOutboundDays, int maxLocationOutboundDays, Quantity rsvBackOrderedQty, DistributedContext context)
           
 RDate BackOrderEstimatedShipmentDateCalculator.getCalculatedDate(InventoryQtyBucket futureAvailableBucket, Store virtualStore, Item item, int maxItemLocationOutboundDays, int maxLocationOutboundDays, Quantity rsvBackOrderedQty, DistributedContext context)
           
 void RemotePackReserveCommandInterface.setContext(DistributedContext context)
           
 void RemoteReserveCommandInterface.setContext(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.inventory.test
 

Methods in com.retek.component.inventory.test with parameters of type DistributedContext
static Inventory InventoryObjectMaster.createInventory(DistributedContext context, java.lang.String skuId, DistributedReference organizationRef, java.util.Map inventoryQty, Warehouse virtualWarehouse)
           
static Inventory InventoryObjectMaster.createInventory(DistributedContext context, java.lang.String skuId, DistributedReference organizationRef, java.util.Map inventoryQty)
           
static Inventory InventoryObjectMaster.createInventory(DistributedContext context, java.lang.String skuId, DistributedReference organizationRef, java.util.List inventoryQtys, Warehouse virtualWarehouse)
           
static Quantity InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context, SellableItem sellableItem, Store virtualStore)
           
static Quantity InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context, Pack pack, Store virtualStore)
           
static Quantity InventoryObjectMaster.getTotalBackorderedQuantity(DistributedContext context, SellableItem sellableItem, Store virtualStore)
           
static Quantity InventoryObjectMaster.getTotalReservedQuantity(DistributedContext context, java.lang.String skuId, Store virtualStore)
           
static Quantity InventoryObjectMaster.getTotalBackorderedQuantity(DistributedContext context, java.lang.String skuId, Store virtualStore)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Pack InventoryObjectMaster.setUpPackInventoryData(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataWithStandardAndSellingUomDifferent(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, double standardUom)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataWithStandardAndSellingUomDifferent(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, double standardUom)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Pack InventoryObjectMaster.setUpPackInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus, SupplierInventoryDto supplierInventoryDto)
           
static Pack InventoryObjectMaster.setUpPackInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus, SupplierInventoryDto supplierInventoryDto, boolean qtyVariable)
           
static Pack InventoryObjectMaster.createPackWithInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus, Warehouse warehouse)
           
static Pack InventoryObjectMaster.createPackWithInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus)
           
static Pack InventoryObjectMaster.createPackWithInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List skus, java.util.List skuQtys, Warehouse warehouse)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.Set warehouseSet)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Pack InventoryObjectMaster.setUpPackInventoryData(DistributedContext context, Pack pack, Store store, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, SupplierInventoryDto supplierInventoryDto, Warehouse warehouse)
           
static SellableItem InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, SellableItem sellableItem, Store location, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static SellableItem InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, Store location, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static void InventoryObjectMaster.setUpInventoryForDirectShipItem(DistributedContext context, SellableItem sellableItem, Store location, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories, java.util.List suppliers)
           
static void InventoryObjectMaster.setUpSellableItemAtWarehouseAndVirtualStore(Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, SellableItem sellableItem, DistributedContext context)
           
 

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.item.impl
 

Methods in com.retek.component.item.impl that return DistributedContext
 DistributedContext ItemImpl.getContext()
           
 

Methods in com.retek.component.item.impl with parameters of type DistributedContext
 DistributedObjectImpl ItemAttributeScreenTypeImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl ItemAttributeImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.item.impl with parameters of type DistributedContext
ProductInformationAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ProductInformationAttributeImpl(DistributedContext context, DistributedReference ref)
           
ProductInformationManagerImpl(DistributedContext context)
           
ItemAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemAttributeImpl(DistributedContext context, DistributedReference ref)
           
ItemAttributeScreenTypeRelationImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemAttributeScreenTypeRelationImpl(DistributedContext context, DistributedReference ref)
           
SkuImpl(DistributedContext context, SkuDto dto)
           
ItemSupplierImpl(DistributedContext context, ItemSupplierDto dto)
           
ShipRestrictionImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ShipRestrictionImpl(DistributedContext context, DistributedReference reference)
           
PackImpl(DistributedContext context, PackDto dto)
           
ItemAttributeScreenTypeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemAttributeScreenTypeImpl(DistributedContext context, DistributedReference ref)
           
FreeFormUdaProductInformationAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
FreeFormUdaProductInformationAttributeImpl(DistributedContext context, DistributedReference ref)
           
ItemImpl(DistributedContext context)
           
AddressCodeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
AddressCodeImpl(DistributedContext context, DistributedReference reference)
           
ProductInformationImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ProductInformationImpl(DistributedContext context, DistributedReference ref)
           
StyleImpl(DistributedContext context, StyleDto dto)
           
ItemManagerImpl(DistributedContext context)
           
SellableItemImpl(DistributedContext context)
           
ItemAttributeManagerImpl(DistributedContext context)
           
ItemCollectionImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ItemCollectionImpl(DistributedContext context, DistributedReference reference, java.lang.String code, java.lang.String description)
           
AddressCodeDetailImpl(DistributedContext context)
           
AddressCodeDetailImpl(DistributedContext context, AddressCodeDetailDto dto)
           
UdaHeaderProductInformationAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
UdaHeaderProductInformationAttributeImpl(DistributedContext context, DistributedReference ref)
           
ShipRestrictionManagerImpl(DistributedContext context)
           
ItemSupplierPersonalizationAttributeImpl(DistributedContext context, ItemSupplierPersonalizationAttributeDto dto)
           
ItemProductInformationAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemProductInformationAttributeImpl(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.item.impl.persistence
 

Methods in com.retek.component.item.impl.persistence with parameters of type DistributedContext
static PackDto ItemDbObjectMaster.getPackDtoWithNoItems(DistributedContext context)
           
static StyleDto ItemDbObjectMaster.insertStyleDtoWithSku(DistributedContext context)
           
static SkuDto ItemDbObjectMaster.insertSkuDtoWithPrimarySupplier(DistributedContext context, StyleDto styleDto)
           
static SkuDto ItemDbObjectMaster.getSkuDtoWithStyle(DistributedContext context, StyleDto styleDto)
           
static SkuDto ItemDbObjectMaster.getSkuWithoutStyle(DistributedContext context)
           
static ItemSupplierDto ItemDbObjectMaster.getItemSupplierDto(DistributedContext context, java.lang.String itemId, java.lang.String supplierId)
           
static SkuDto ItemDbObjectMaster.createAndPersistSkuDtoWithStyle(DistributedContext context)
           
static StyleDto ItemDbObjectMaster.createAndPersistStyleDtoWithSkus(DistributedContext context, java.lang.String storeId)
           
static ItemAttributeDto ItemDbObjectMaster.getItemAttributeDto(DistributedContext context)
           
static ItemAttributeScreenTypeDto ItemDbObjectMaster.getItemAttributeScreenTypeDto(DistributedContext context)
           
static ItemAttributeScreenTypeRelationDto ItemDbObjectMaster.getItemAttributeScreenTypeRelationDto(DistributedContext context)
           
static ProductInformationDto ItemDbObjectMaster.getProductInformationDto(DistributedContext context)
           
static ProductInformationAttributeDto ItemDbObjectMaster.getItemProductInformationAttributeDto(DistributedContext context, DistributedReference productInformationRef)
           
static ProductInformationAttributeDto ItemDbObjectMaster.getUdaHeaderProductInformationAttributeDto(DistributedContext context, DistributedReference productInformationRef)
           
static ProductInformationAttributeDto ItemDbObjectMaster.getFreeFormUdaProductInformationAttributeDto(DistributedContext context, DistributedReference productInformationRef)
           
static java.util.Set ItemDbObjectMaster.getProductInformationAttributes(DistributedContext context, DistributedReference productInformationRef)
           
static ItemCollectionDto ItemDbObjectMaster.getItemCollectionDto(DistributedContext context)
           
static AddressCodeDto ItemDbObjectMaster.getAddressCodeDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.item.impl.remote
 

Constructors in com.retek.component.item.impl.remote with parameters of type DistributedContext
ItemAttributeScreenTypeRelationDto(DistributedContext context, DistributedReference reference)
           
ItemCollectionDto(DistributedContext context, DistributedReference ref)
           
ItemAttributeScreenTypeDto(DistributedContext context, DistributedReference reference)
           
UdaHeaderProductInformationAttributeDto(DistributedContext context, DistributedReference ref)
           
ItemProductInformationAttributeDto(DistributedContext context, DistributedReference ref)
           
FreeFormUdaProductInformationAttributeDto(DistributedContext context, DistributedReference ref)
           
ProductInformationDto(DistributedContext context, DistributedReference reference)
           
ProductInformationAttributeDto(DistributedContext context, DistributedReference ref)
           
ShipRestrictionDto(DistributedContext context, DistributedReference reference)
           
ItemAttributeDto(DistributedContext context, DistributedReference reference)
           
AddressCodeDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.item.test
 

Methods in com.retek.component.item.test with parameters of type DistributedContext
static Department ItemObjectMaster.createDepartment(DistributedContext context)
           
static Differentiator ItemObjectMaster.createDifferentiator(DistributedContext context)
           
static DifferentiatorType ItemObjectMaster.createDifferentiatorType(DistributedContext context)
           
static Differentiator ItemObjectMaster.createDifferentiatorWithType(DistributedContext context)
           
static Differentiator ItemObjectMaster.createDifferentiatorWithType(DistributedContext context, DifferentiatorType aDiffType)
           
static Differentiator ItemObjectMaster.createDifferentiator(DistributedContext context, java.lang.String id)
           
static DifferentiatorGroupHeader ItemObjectMaster.createDifferentiatorGroupHeader(DistributedContext context)
           
static DifferentiatorGroupHeader ItemObjectMaster.createDifferentiatorGroupHeaderWithDiffType(DistributedContext context)
           
static DifferentiatorGroupHeader ItemObjectMaster.createDifferentiatorGroupHeaderWithDiffs(DistributedContext context)
           
static DifferentiatorGroupHeader ItemObjectMaster.createDifferentiatorGroupHeaderWithDiffs(DistributedContext context, int howMany)
           
static Style ItemObjectMaster.createStyle(DistributedContext context)
           
static Style ItemObjectMaster.createStyle(DistributedContext context, int howMany)
           
static Style ItemObjectMaster.createStyleWithoutDiffs(DistributedContext context)
           
static Style ItemObjectMaster.createStyleWithSku(DistributedContext context, int howMany)
           
static Style ItemObjectMaster.createStyleWithSku(DistributedContext context, int howMany, Carrier carrier, ShippingMethod shippingMethod)
           
static Style ItemObjectMaster.createStyleWithSku(DistributedContext context, int howMany, Carrier carrier, ShippingMethod shippingMethod, Sku sku)
           
static Style ItemObjectMaster.createStyleWithSku(DistributedContext context, int howMany, ItemPersonalizationBuilderAttributes attributes)
           
static Sku ItemObjectMaster.createSkuWithoutDiffs(DistributedContext context)
           
static Style ItemObjectMaster.createStyle(Channel channel, DistributedContext context)
           
static Pack ItemObjectMaster.createPack(Channel channel, DistributedContext context)
           
static Pack ItemObjectMaster.createPack(DistributedContext context, java.util.List skus)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, ItemPersonalizationBuilderAttributes attributes)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, ItemPersonalizationBuilderAttributes attributes, Carrier carrier, ShippingMethod shippingMethod)
           
static Sku ItemObjectMaster.createSkuForSuppliers(DistributedContext context, Style style, int i, java.util.Set suppliers, ItemPersonalizationBuilderAttributes attributes)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, Carrier carrier, ShippingMethod shippingMethod)
           
static Sku ItemObjectMaster.createSku(DistributedContext context)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Money unitPrice)
           
static Sku ItemObjectMaster.createSkuWithoutSubmit(DistributedContext context)
           
static Sku ItemObjectMaster.createSkuWithoutShippingMethods(DistributedContext context)
           
static Sku ItemObjectMaster.createBasicSku(DistributedContext context)
           
static Sku ItemObjectMaster.createBasicSku(DistributedContext context, int itemLevel, int transactionLevel)
           
static Sku ItemObjectMaster.createNonInventoryableSku(DistributedContext context)
           
static Pack ItemObjectMaster.createPack(DistributedContext context, java.util.Map components)
           
static Pack ItemObjectMaster.createPack(DistributedContext context, int numComponents)
           
static Pack ItemObjectMaster.createPack(DistributedContext context, int numComponents, int quantity)
           
static Pack ItemObjectMaster.createPack(DistributedContext context)
           
static ItemLocation ItemObjectMaster.createItemLocationForStore(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays)
           
static ItemLocation ItemObjectMaster.createItemLocationForWarehouse(DistributedContext context, Sku sku, Warehouse warehouse, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Pack pack, Location location, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, SellableItem sellableItem, Location location, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays, java.lang.String locationType)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Store store)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Warehouse warehouse)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Channel channel)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Pack pack, Location location, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays, java.lang.String locationType)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Pack pack, Store store)
           
static Sku ItemObjectMaster.createSkuWithTwoItemLocations(DistributedContext context)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, java.lang.String supplierId, boolean isDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplierForPack(DistributedContext context, Pack pack, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Sku packComponentSku, java.lang.String supplierId, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Sku sku, boolean isPrimaryDirectShipSupplier, Supplier supplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem)
           
static ItemSupplier ItemObjectMaster.createAndPersistItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Supplier supplier)
           
static Sku ItemObjectMaster.createSkuWithTwoItemSuppliers(DistributedContext context)
           
static ItemSupplier ItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
static ShipRestriction ItemObjectMaster.createPersistedShipRestriction(DistributedContext context, SellableItem sellableItem)
           
static ShipRestriction ItemObjectMaster.createPersistedShipRestriction(DistributedContext context, Item item)
           
static void ItemObjectMaster.createShipRestrictionForZipcode(DistributedContext context, SellableItem item, Carrier carrier, java.lang.String zipcode)
           
static void ItemObjectMaster.createShipRestrictionForAddressCode(DistributedContext context, SellableItem item, Carrier carrier, java.lang.String zipcode)
           
static void ItemObjectMaster.createShipRestrictionForPoBoxes(DistributedContext context, SellableItem item, Carrier carrier)
           
static void ItemObjectMaster.createShipRestrictionForMilitaryAddress(DistributedContext context, SellableItem item, Carrier carrier)
           
static UdaHeader ItemObjectMaster.createUdaHeader(DistributedContext context, java.lang.String udaHeaderDescription)
           
static UdaValue ItemObjectMaster.createUdaValue(DistributedContext context)
           
static UdaValue ItemObjectMaster.createUdaValue(DistributedContext context, UdaHeader udaHeader, java.lang.String udaValueDescription)
           
static ItemAttribute ItemObjectMaster.createCustomItemAttribute(DistributedContext context)
           
static ItemAttribute ItemObjectMaster.createGlobalItemAttribute(DistributedContext context, boolean enabled)
           
static ItemAttribute ItemObjectMaster.createGlobalItemAttribute(DistributedContext context, boolean enabled, java.lang.String attributeName, java.lang.String attributeValue)
           
static ProductInformation ItemObjectMaster.createProductInformation(DistributedContext context, ItemAttributeScreenType screenType, java.lang.String itemId, RDate startDate, RDate endDate)
           
static ProductInformation ItemObjectMaster.createProductInformation(DistributedContext context, Banner banner, java.lang.String itemId, RDate startDate, RDate endDate)
           
static UdaHeaderProductInformationAttribute ItemObjectMaster.createUDAHeaderProductInformationAttribute(DistributedContext context, java.lang.String itemId)
           
static UdaHeaderProductInformationAttribute ItemObjectMaster.createUDAHeaderProductInformationAttribute(DistributedContext context, java.lang.String itemId, java.lang.String udaHeaderDescription)
           
static UdaHeaderProductInformationAttribute ItemObjectMaster.createUDAHeaderProductInformationAttribute(DistributedContext context, java.lang.String itemId, UdaHeader udaHeader)
           
static FreeFormUdaProductInformationAttribute ItemObjectMaster.createFreeFormUdaProductInformationAttribute(DistributedContext context, java.lang.String itemId)
           
static ItemFreeFormUda ItemObjectMaster.createItemFreeFormUda(DistributedContext context, java.lang.String value)
           
static ItemProductInformationAttribute ItemObjectMaster.createItemProductInformationAttribute(DistributedContext context)
           
static ItemProductInformationAttribute ItemObjectMaster.createItemProductInformationAttribute(DistributedContext context, java.lang.String attributeName, java.lang.String attributeValue)
           
static ItemProductInformationAttribute ItemObjectMaster.createItemProductInformationAttribute(DistributedContext context, boolean isDynamic)
           
static ItemProductInformationAttribute ItemObjectMaster.createItemProductInformationAttribute(DistributedContext context, ItemAttribute itemAttribute)
           
static void ItemObjectMaster.createItemLocationsForVirtualStores(DistributedContext context, Sku aSku, DistributedReference orgReference)
           
static ItemCollection ItemObjectMaster.getValidItemCollection(DistributedContext context)
           
static ItemCollection ItemObjectMaster.getAlternateValidItemCollection(DistributedContext context, ItemCollection primaryCollection)
           
 

Constructors in com.retek.component.item.test with parameters of type DistributedContext
ItemPersonalizationBuilderAttributes(DistributedContext context)
           
ItemPersonalizationBuilderAttributes(DistributedContext context, boolean hasMonogramming, boolean hasPersonalization)
           
ItemPersonalizationBuilderAttributes(DistributedContext context, boolean hasMonogramming, boolean hasPersonalization, int numItemSuppliers, Money characterPrice, Supplier supplier, PersonalizationType[] personalizationTypes, java.lang.String placementOnItem, boolean[] monogramCharacterIndicators, int[] persMaxCharsPerLine)
           
 

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.location.impl
 

Methods in com.retek.component.location.impl with parameters of type DistributedContext
 DistributedObjectImpl StoreImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl WarehouseImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.location.impl with parameters of type DistributedContext
LocationManagerImpl(DistributedContext context)
           
CountryNonBusinessDateImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CountryNonBusinessDateImpl(DistributedContext context, DistributedReference reference)
           
DailyMessageCategoryImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CountryImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CountryImpl(DistributedContext context, DistributedReference reference)
           
CountryZipCodeRangeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CountryZipCodeRangeImpl(DistributedContext context, DistributedReference reference)
           
DailyMessageImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
DailyMessageImpl(DistributedContext context, DistributedReference reference)
           
ZipCodeRangeWarehousePriorityImpl(DistributedContext context, ZipCodeRangeWarehousePriorityDto dto)
           
ZipCodeRangeWarehousePriorityImpl(DistributedContext context)
           
LocationImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
LocationImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode)
           
DailyMessageManagerImpl(DistributedContext context)
           
CallCenterImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CallCenterImpl(DistributedContext context, DistributedReference reference)
           
WarehouseImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
WarehouseImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode)
           
StoreImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
StoreImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode)
           
 

Uses of DistributedContext in com.retek.component.location.impl.persistence
 

Methods in com.retek.component.location.impl.persistence with parameters of type DistributedContext
static StoreDto LocationDbObjectMaster.persistStoreDto(DistributedContext context)
           
static StoreDto LocationDbObjectMaster.persistStoreDto(DistributedContext context, boolean isStockHolding)
           
static StoreDto LocationDbObjectMaster.persistStoreDto(DistributedContext context, DistributedReference channelRef)
           
static StoreDto LocationDbObjectMaster.createStoreDto(DistributedContext context, DistributedReference channelRef, boolean isStockHolding)
           
static WarehouseDto LocationDbObjectMaster.persistWarehouseDto(DistributedContext context)
           
static WarehouseDto LocationDbObjectMaster.persistWarehouseDto(DistributedContext context, DistributedReference channelRef)
           
static WarehouseDto LocationDbObjectMaster.getWarehouseDto(DistributedContext context)
           
static WarehouseDto LocationDbObjectMaster.getWarehouseDto(DistributedContext context, DistributedReference channelRef)
           
static CountryDto LocationDbObjectMaster.getCountryDto(DistributedContext context)
           
static CountryZipCodeRangeDto LocationDbObjectMaster.getCountryZipCodeRangeDto(DistributedContext context, DistributedReference countryRef)
           
static CountryNonBusinessDateDto LocationDbObjectMaster.getCountryNonBusinessDateDto(DistributedContext context, DistributedReference countryRef)
           
static java.util.List LocationDbObjectMaster.getCountryNonBusinessDates(DistributedContext context, DistributedReference countryRef)
           
static CallCenterDto LocationDbObjectMaster.persistNewCallCenter(DistributedContext context)
           
static DailyMessageDto DailyMessageDbObjectMaster.persistDailyMessageDto(DistributedContext context, java.lang.String connectionKey)
           
static DailyMessageDto DailyMessageDbObjectMaster.getDailyMessageDto(DistributedContext context, CallCenterDto callCenterDto, DailyMessageCategoryDto dailyMessageCategoryDto)
           
static DailyMessageCategoryDto DailyMessageDbObjectMaster.persistNewDailyMessageCategory(DistributedContext context, java.lang.String connectionKey)
           
 

Uses of DistributedContext in com.retek.component.location.impl.remote
 

Constructors in com.retek.component.location.impl.remote with parameters of type DistributedContext
DailyMessageCategoryDto(DistributedContext context, DistributedReference reference)
           
CountryNonBusinessDateDto(DistributedContext context, DistributedReference reference)
           
WarehouseDto(DistributedContext context, DistributedReference reference)
           
StoreDto(DistributedContext context, DistributedReference reference)
           
CountryDto(DistributedContext context, DistributedReference reference)
           
DailyMessageDto(DistributedContext context, DistributedReference reference)
           
LocationDto(DistributedContext context, DistributedReference reference)
           
CountryZipCodeRangeDto(DistributedContext context, DistributedReference reference)
           
CallCenterDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.location.test
 

Methods in com.retek.component.location.test with parameters of type DistributedContext
static CallCenter LocationObjectMaster.createCallCenter(DistributedContext context)
           
static Country LocationObjectMaster.findCanada(DistributedContext context)
           
static Store LocationObjectMaster.createStore(DistributedContext context)
           
static Store LocationObjectMaster.createPhysicalStore(DistributedContext context)
           
static Warehouse LocationObjectMaster.createWarehouse(DistributedContext context)
           
static Warehouse LocationObjectMaster.createVirtualWarehouse(DistributedContext context)
           
static Warehouse LocationObjectMaster.createVirtualWarehouse(Channel channel, DistributedContext context, Warehouse physicalWarehouse)
           
static ZipCodeRangeWarehousePriority LocationObjectMaster.createZipCodeRangeWarehousePriority(DistributedContext context, int priority)
           
static Country LocationObjectMaster.createCountryWithZipCodeRanges(DistributedContext context, Country country, User user)
           
static Country LocationObjectMaster.createCountryWithZipCodeRanges(DistributedContext context, User user)
           
static Warehouse LocationObjectMaster.createPhysicalWarehouse(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.media.impl
 

Methods in com.retek.component.media.impl with parameters of type DistributedContext
 DistributedObjectImpl MediaTypeImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl SubConceptImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl SeasonCodeImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl MediaImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl SellingItemImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.media.impl with parameters of type DistributedContext
ValueAddedServiceImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ValueAddedServiceImpl(DistributedContext context, DistributedReference reference)
           
MediaTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
MediaTypeImpl(DistributedContext context, DistributedReference reference)
           
SellingItemDepictionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
SellingItemDepictionImpl(DistributedContext context, DistributedReference ref)
           
SourceCodeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SourceCodeImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode, java.lang.String description)
           
AbstractMediaThresholdableItem(DistributedContext context, DistributedReference reference, boolean createHollow)
           
AbstractMediaThresholdableItem(DistributedContext context, DistributedReference reference)
           
DropCodeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DropCodeImpl(DistributedContext context, DistributedReference ref)
           
SellingListItemImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SellingListItemImpl(DistributedContext context, DistributedReference reference)
           
SellingListManagerImpl(DistributedContext context)
           
PersonalizationValueAddedServiceImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PersonalizationValueAddedServiceImpl(DistributedContext context, DistributedReference reference)
           
ShippingRateTableImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ShippingRateTableImpl(DistributedContext context, DistributedReference ref, ShippingRateTableType rateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
ShippingRateTableImpl(DistributedContext context, DistributedReference ref, ShippingRateTableType rateTableType, DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
SellingListImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SellingListImpl(DistributedContext context, DistributedReference reference)
           
MediaManagerImpl(DistributedContext context)
           
ShippingRateImpl(DistributedContext context, ShippingRateDto dto)
           
SellingItemImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SellingItemImpl(DistributedContext context, DistributedReference reference, Item item)
           
SellingItemImpl(DistributedContext context, DistributedReference reference, Item item, java.util.Set sellingSkus)
           
SellingItemImpl(DistributedContext context, DistributedReference reference, java.util.Set items)
           
MediaImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
MediaImpl(DistributedContext context, DistributedReference ref, Banner banner, java.lang.String displayCode)
           
DepictionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DepictionImpl(DistributedContext context, DistributedReference ref, Media media)
           
MonogramValueAddedServiceImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
MonogramValueAddedServiceImpl(DistributedContext context, DistributedReference reference)
           
PackSellingSkuComponentImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PackSellingSkuComponentImpl(DistributedContext context, DistributedReference reference, PackSellingSku packSellingSku, Item item)
           
SellingSkuImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SellingSkuImpl(DistributedContext context, DistributedReference reference, SellingItem sellingItem, Item item)
           
SubConceptImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SubConceptImpl(DistributedContext context, DistributedReference reference)
           
PackSellingSkuImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PackSellingSkuImpl(DistributedContext context, DistributedReference reference, SellingItem sellingItem, Item item)
           
SeasonCodeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SeasonCodeImpl(DistributedContext context, DistributedReference reference)
           
SellingItemManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.media.impl.command
 

Methods in com.retek.component.media.impl.command that return DistributedContext
 DistributedContext MediaSubmitValidator.getContext()
           
 DistributedContext MediaUpdateStatusValidator.getContext()
           
 

Constructors in com.retek.component.media.impl.command with parameters of type DistributedContext
MediaSubmitValidator(DistributedContext context)
           
MediaUpdateStatusValidator(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.media.impl.persistence
 

Methods in com.retek.component.media.impl.persistence with parameters of type DistributedContext
static MediaTypeDto MediaDbObjectMaster.insertMediaTypeDto(DistributedContext context)
           
static SubConceptDto MediaDbObjectMaster.insertSubConceptDto(DistributedContext context)
           
static void MediaDbObjectMaster.addSellingSku(DistributedContext context, SellingItemDto aSellingItemDto)
           
static PackSellingSkuDto MediaDbObjectMaster.getPackSellingSkuDto(DistributedContext context, SellingItemDto parentSellingItemDto, PackDto packDto)
           
static PackSellingSkuDto MediaDbObjectMaster.getPackSellingSkuDto(DistributedContext context, SellingItemDto aSellingItemDto)
           
static PackSellingSkuComponentDto MediaDbObjectMaster.getPackSellingSkuComponentDto(DistributedContext context, PackSellingSkuDto containingPackDto, java.lang.String componentDisplayCode)
           
static java.util.Set MediaDbObjectMaster.getAllTypesOfValueAddedServiceDto(DistributedContext context)
           
static void MediaDbObjectMaster.addDepictionCode(DistributedContext context, SellingItemDto sellingItemDto)
           
static SellingItemDepictionDto MediaDbObjectMaster.getSellingItemDepictionDto(DistributedContext context, DistributedReference sellingItemRef, DistributedReference mediaRef, java.lang.String depictionCode)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto, java.lang.String sellingItemDisplayCode)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto, java.lang.String styleNumber, java.lang.String[] skuIds)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto)
           
static SellingItemDto MediaDbObjectMaster.getSellingItemDto(DistributedContext context, DistributedReference mediaRef)
           
static SellingItemDto MediaDbObjectMaster.getSellingItemDto(DistributedContext context)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context)
           
static SeasonCodeDto MediaDbObjectMaster.insertSeasonCodeDto(DistributedContext context)
           
static MediaDto MediaDbObjectMaster.insertMediaDto(DistributedContext context, DistributedReference bannerRef, java.lang.String displayCode, java.lang.String channelTypeCode, MediaStatus status)
           
static MediaDto MediaDbObjectMaster.insertMediaDto(DistributedContext context, DistributedReference bannerRef, java.lang.String displayCode)
           
static MediaDto MediaDbObjectMaster.insertMediaDto(DistributedContext context, DistributedReference bannerRef)
           
static MediaDto MediaDbObjectMaster.insertMediaDto(DistributedContext context, MediaStatus status)
           
static MediaDto MediaDbObjectMaster.insertMediaDto(DistributedContext context)
           
static MediaDto MediaDbObjectMaster.insertMediaDtoWithShippingRates(DistributedContext context)
           
static MediaDto MediaDbObjectMaster.insertMediaDtoWithShippingRates(DistributedContext context, DistributedReference bannerRef)
           
static MediaDto MediaDbObjectMaster.getUnpersistedMediaDto(DistributedContext context)
           
static MediaDto MediaDbObjectMaster.getMediaDtoWithShippingRateTable(DistributedContext context)
           
static MediaDto MediaDbObjectMaster.createSkinnyMediaDto(DistributedContext context)
           
static SeasonCodeDto MediaDbObjectMaster.getSeasonCodeDto(DistributedContext distributedContext)
           
static SellingItemDepictionDto MediaDbObjectMaster.insertSellingItemDepictionDto(DistributedContext context, MediaDto mediaDto, java.lang.String depictionCode, java.sql.Connection connection)
           
static SellingSkuDto MediaDbObjectMaster.getSellingSkuDto(DistributedContext context, SellingItemDto sellingItemDto, java.lang.String skuId)
           
static SellingSkuDto MediaDbObjectMaster.getSellingSkuDto(DistributedContext context, MediaDto mediaDto, SellingItemDto sellingItemDto)
           
static SellingListDto MediaDbObjectMaster.getPersistedSellingListDto(DistributedContext context, java.sql.Connection connection)
           
static SellingListDto MediaDbObjectMaster.getPersistedSellingListDto(DistributedContext context, java.lang.Class skuType, java.sql.Connection connection)
           
static SellingListDto MediaDbObjectMaster.getSellingListDto(DistributedContext context)
           
static SellingListDto MediaDbObjectMaster.createSellingListDto(DistributedContext context, SellingListType sellingListType, SellingListSortOrder sortOrder, RDate startDate, RDate endDate, java.lang.String sellingListName)
           
static SellingListItemDto MediaDbObjectMaster.createSellingListItemDto(DistributedContext context, java.lang.String pageNumber, DistributedReference sellingSkuRef, MediaDto mediaDto)
           
static SellingSkuDto MediaDbObjectMaster.getSellingSkuDto(DistributedContext context, java.sql.Connection connection)
           
static MediaDto MediaDbObjectMaster.getEmptyMediaDto(DistributedContext context)
           
static DropCodeDto MediaDbObjectMaster.getDropCodeDto(DistributedContext context)
           
static SourceCodeDto MediaDbObjectMaster.getSourceCodeDto(DistributedContext context)
           
static ShippingRateTableDto MediaDbObjectMaster.getShippingRateTableDto(DistributedContext context, ShippingRateTableType tableType)
           
static ShippingRateTableDto MediaDbObjectMaster.getShippingRateTableDto(DistributedContext context, ShippingRateTableType tableType, DistributedReference mediaRef)
           
 

Uses of DistributedContext in com.retek.component.media.impl.persistence.db.oracle
 

Methods in com.retek.component.media.impl.persistence.db.oracle with parameters of type DistributedContext
 void MediaOracleTestCase.modifyMediaDto(DistributedContext context, MediaDto dto)
           
 

Uses of DistributedContext in com.retek.component.media.impl.remote
 

Constructors in com.retek.component.media.impl.remote with parameters of type DistributedContext
PackSellingSkuComponentDto(DistributedContext context, DistributedReference reference)
           
SellingSkuDto(DistributedContext context, DistributedReference reference)
           
ValueAddedServiceDto(DistributedContext context, DistributedReference reference)
           
SourceCodeDto(DistributedContext context, DistributedReference reference)
           
DropCodeDto(DistributedContext context, DistributedReference reference)
           
DepictionDto(DistributedContext context, DistributedReference reference)
           
MediaTypeDto(DistributedContext context, DistributedReference reference)
           
SellingItemDepictionDto(DistributedContext context, DistributedReference ref)
           
SellingListItemDto(DistributedContext context, DistributedReference reference)
           
SellingListDto(DistributedContext context, DistributedReference reference)
           
SellingItemDto(DistributedContext context, DistributedReference reference)
           
ShippingRateTableDto(DistributedContext context, DistributedReference reference)
           
MediaDto(DistributedContext context, DistributedReference reference)
           
PackSellingSkuDto(DistributedContext context, DistributedReference reference)
           
SeasonCodeDto(DistributedContext context, DistributedReference reference)
           
MonogramValueAddedServiceDto(DistributedContext context, DistributedReference reference)
           
PersonalizationValueAddedServiceDto(DistributedContext context, DistributedReference reference)
           
SubConceptDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.media.test
 

Methods in com.retek.component.media.test with parameters of type DistributedContext
static MediaType MediaObjectMaster.createMediaType(DistributedContext context)
           
static SeasonCode MediaObjectMaster.createSeasonCode(DistributedContext context)
           
static SubConcept MediaObjectMaster.createSubConcept(DistributedContext context)
           
static Media MediaObjectMaster.createMedia(DistributedContext context)
           
static Media MediaObjectMaster.createActiveMedia(DistributedContext context)
           
static Media MediaObjectMaster.createActiveMedia(DistributedContext context, Banner banner)
           
static Media MediaObjectMaster.createReleasedMedia(DistributedContext context)
           
static Media MediaObjectMaster.createReleasedMedia(DistributedContext context, Banner banner)
           
static SellingItemDepiction MediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem)
           
static SellingItemDepiction MediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItemDepiction MediaObjectMaster.createSellingItemWithMinimalDepictionRequirements(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItemDepiction MediaObjectMaster.createEmptySellingItemDepiction(DistributedContext context, SellingItem sellingItem)
           
static Media MediaObjectMaster.createMediaWithMultipleShippingRates(DistributedContext context)
           
static Media MediaObjectMaster.createMediaWithMultipleShippingRates(DistributedContext context, Banner banner)
           
static Media MediaObjectMaster.createMediaWithGiftCertificate(DistributedContext context)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTable(DistributedContext context, ShippingRateTableType shippingRateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForMedia(DistributedContext context, Media media)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForMediaWithMultipleShippingRates(DistributedContext context, Media media)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForSourceCode(DistributedContext context, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
static Media MediaObjectMaster.createMedia(DistributedContext context, Banner banner)
           
static Media MediaObjectMaster.createMediaWithoutDropCodes(DistributedContext context)
           
static Media MediaObjectMaster.createMediaWithDefaultShippingRate(DistributedContext context)
           
static Media MediaObjectMaster.createMediaWithoutSellingItems(DistributedContext context)
           
static Media MediaObjectMaster.createMediaWithoutSellingItems(Banner banner, DistributedContext context)
           
static Media MediaObjectMaster.createThinMedia(DistributedContext context)
           
static Media MediaObjectMaster.createThinMedia(DistributedContext context, Banner banner)
           
static Media MediaObjectMaster.createBasicMedium(DistributedContext context)
           
static Media MediaObjectMaster.createWorksheetStatusMedia(DistributedContext context, Banner banner, MediaStatus status)
           
static Media MediaObjectMaster.createMedia(DistributedContext context, Banner banner, MediaStatus status, boolean isStoreStockholding, ChannelType channelType)
           
static Media MediaObjectMaster.createMedia(DistributedContext context, Banner banner, MediaStatus status, boolean isStoreStockholding)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, Item item, Media media, boolean shouldSetupStoresOnItemForMedia)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, Item item, Media media)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, java.util.Set items, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPageSpread(DistributedContext context, Item item, Media media, java.lang.String pageSpread)
           
static SellingItem MediaObjectMaster.createSellingItemWithPageSpread(DistributedContext context, Item item, Media media, java.lang.String pageSpread, boolean shouldSetupStoresOnItemForMedia)
           
static SellingItem MediaObjectMaster.createMultiStyleSellingItem(DistributedContext context, java.util.Set items, Media media)
           
static DropCode MediaObjectMaster.createDropCode(DistributedContext context)
           
static SourceCode MediaObjectMaster.createSourceCode(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItem(Media media, DistributedContext context, int numSkus)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, int numSkus)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context, Pack pack)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context, Pack pack, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, java.util.Set packs, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, java.util.Set packs)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, int numPacks, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, int numPacks)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Carrier carrier, ShippingMethod shippingMethod)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Carrier carrier, ShippingMethod shippingMethod, Sku sku)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Sku sku)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media)
           
static SellingSku MediaObjectMaster.createSellingSkuWithPageDepiction(DistributedContext context, Media media, java.lang.String pagespread)
           
static SellingItem MediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, int numSkus, Media aMedia)
           
static SellingItem MediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, Item item, Media media)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context)
           
static void MediaObjectMaster.attachInventoryItemLocationAndInventoryDataForBanner(SellingSku lineSellingSku, Quantity availableQuantity, DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemInWorksheetMediaForTest(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemInActiveMediaForTest(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.message.impl
 

Methods in com.retek.component.message.impl with parameters of type DistributedContext
 DistributedObjectImpl MessageImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.message.impl with parameters of type DistributedContext
MessageImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
MessageImpl(DistributedContext context, DistributedReference reference)
           
MessageManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.message.impl.persistence
 

Methods in com.retek.component.message.impl.persistence with parameters of type DistributedContext
static MessageDto MessageDbObjectMaster.getPersonalizationStylePromptMessageDto(DistributedContext context)
           
static MessageDto MessageDbObjectMaster.getPersonalizationFontPromptMessageDto(DistributedContext context)
           
static MessageDto MessageDbObjectMaster.getPersonalizationTypePromptMessageDto(DistributedContext context)
           
static MessageDto MessageDbObjectMaster.getSellingSkuPromptMessageDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.message.impl.remote
 

Constructors in com.retek.component.message.impl.remote with parameters of type DistributedContext
MessageDto(DistributedContext context, DistributedReference reference)
           
 

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.impl
 

Constructors in com.retek.component.payment.impl with parameters of type DistributedContext
PaymentSettlementPaymentImpl(DistributedContext context, PaymentSettlementPaymentDto dto)
           
TenderTypeCreditCardImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TenderTypeCreditCardImpl(DistributedContext context, DistributedReference reference)
           
PaymentPlanCodeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PaymentPlanCodeImpl(DistributedContext context, DistributedReference reference)
           
TenderTypePaymentPlanCodeImpl(DistributedContext context)
           
TenderTypePaymentPlanCodeImpl(DistributedContext context, TenderTypePaymentPlanCodeDto dto)
          Called by SecondClassObjectImpl.wrap()
PaymentSettlementItemImpl(DistributedContext context, PaymentSettlementItemDto dto)
           
TenderTypeGroupImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TenderTypeGroupImpl(DistributedContext context, DistributedReference reference)
           
PaymentSettlementCustomerImpl(DistributedContext context, PaymentSettlementCustomerDto dto)
           
PaymentSettlementManagerImpl(DistributedContext context)
           
TenderTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TenderTypeImpl(DistributedContext context, DistributedReference reference)
           
PaymentSettlementElementImpl(DistributedContext context, PaymentSettlementElementDto dto)
           
PaymentSettlementFileImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PaymentSettlementFileImpl(DistributedContext context, DistributedReference reference, java.lang.String settlementFileNumber)
           
CreditCardNumberRuleImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CreditCardNumberRuleImpl(DistributedContext context, DistributedReference reference)
           
PaymentSettlementTransactionImpl(DistributedContext context, PaymentSettlementTransactionDto dto)
           
TenderTypeManagerImpl(DistributedContext context)
           
PaymentSettlementTransactionHeaderImpl(DistributedContext context, PaymentSettlementTransactionHeaderDto dto)
           
PaymentSettlementTransactionContainerImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PaymentSettlementTransactionContainerImpl(DistributedContext context, DistributedReference ref, java.lang.String settlementFileNumber, java.lang.String orderNumber)
           
 

Uses of DistributedContext in com.retek.component.payment.impl.persistence
 

Methods in com.retek.component.payment.impl.persistence with parameters of type DistributedContext
static PaymentPlanCodeDto PaymentDbObjectMaster.getPersistedPaymentPlanDto(DistributedContext context, DistributedReference ref, java.lang.String planCode, java.lang.String planDesc)
           
static PaymentSettlementFileDto PaymentDbObjectMaster.getPaymentSettlementFileDto(DistributedContext context)
           
static PaymentSettlementTransactionContainerDto PaymentDbObjectMaster.getPaymentSettlementTransactionContainerDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.payment.impl.remote
 

Constructors in com.retek.component.payment.impl.remote with parameters of type DistributedContext
TenderTypeDto(DistributedContext context, DistributedReference ref)
           
PaymentSettlementFileDto(DistributedContext context, DistributedReference ref)
           
TenderTypeGroupDto(DistributedContext context, DistributedReference ref)
           
CreditCardNumberRuleDto(DistributedContext context, DistributedReference ref)
           
TenderTypeCreditCardDto(DistributedContext context, DistributedReference ref)
           
PaymentPlanCodeDto(DistributedContext context, DistributedReference ref)
           
PaymentSettlementTransactionContainerDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.payment.integration.creditapp.test
 

Fields in com.retek.component.payment.integration.creditapp.test declared as DistributedContext
static DistributedContext MockCreditApplicationApplier.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.payment.integration.xml
 

Constructors in com.retek.component.payment.integration.xml with parameters of type DistributedContext
PaymentSettlementTransactionXmlBuilder(DistributedContext context)
           
PaymentSettlementCustomerXmlBuilder(DistributedContext context)
           
PaymentSettlementItemXmlBuilder(DistributedContext context)
           
PaymentSettlementPaymentXmlBuilder(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.payment.test
 

Methods in com.retek.component.payment.test with parameters of type DistributedContext
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeAuthorized(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeDeclined(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeFraud(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeReferral(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeWaitingAuthorization(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWithSuffix(DistributedContext context, Money amount, java.lang.String suffix)
           
static CreditCard PaymentObjectMaster.getValidCreditCardWithoutCvvCode(DistributedContext context, java.lang.String suffix)
           
static CreditCard PaymentObjectMaster.getValidCreditCardWithCvvCode(DistributedContext context, java.lang.String suffix)
           
static CreditCard PaymentObjectMaster.createCreditCard(DistributedContext context, java.lang.String cardNumber)
           
static TenderType PaymentObjectMaster.getTenderType(DistributedContext context, java.lang.String tenderTypecode)
           
static TenderTypeCreditCard PaymentObjectMaster.getPotteryBarnPLCCTenderType(DistributedContext context)
           
static TenderTypeCreditCard PaymentObjectMaster.getBedAndBathPLCCTenderType(DistributedContext context)
           
static PaymentSettlementTransactionContainer PaymentObjectMaster.createPaymentSettlementTransactionContainer(DistributedContext context)
           
 

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.pend.impl
 

Methods in com.retek.component.pend.impl with parameters of type DistributedContext
 DistributedObjectImpl NegativeCustomerRecordImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl HighRiskZipImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl PendRuleImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.pend.impl with parameters of type DistributedContext
NegativeCustomerRecordImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
NegativeCustomerRecordImpl(DistributedContext context, DistributedReference ref)
           
PendManagerImpl(DistributedContext context)
           
HighRiskZipImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
HighRiskZipImpl(DistributedContext context, DistributedReference ref)
           
PendRuleImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PendRuleImpl(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.pend.impl.persistence
 

Methods in com.retek.component.pend.impl.persistence with parameters of type DistributedContext
static HighRiskZipDto PendDbObjectMaster.getHighRiskDto(DistributedContext context)
           
static PendRuleDto PendDbObjectMaster.getPendRuleDto(DistributedContext context)
           
static NegativeCustomerRecordDto PendDbObjectMaster.getNegativeCustomerRecordDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.pend.impl.remote
 

Constructors in com.retek.component.pend.impl.remote with parameters of type DistributedContext
NegativeCustomerRecordDto(DistributedContext context, DistributedReference ref)
           
HighRiskZipDto(DistributedContext context, DistributedReference ref)
           
PendRuleDto(DistributedContext context, DistributedReference ref)
           
 

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.promotion.impl
 

Constructors in com.retek.component.promotion.impl with parameters of type DistributedContext
SellingListItemBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
SellingListItemBenefitImpl(DistributedContext context, DistributedReference ref)
           
ItemBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemBenefitImpl(DistributedContext context, DistributedReference ref)
           
OrderServiceAmountBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
OrderServiceAmountBenefitImpl(DistributedContext context, DistributedReference ref)
           
LineMerchAmountBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
LineMerchAmountBenefitImpl(DistributedContext context, DistributedReference ref)
           
ItemQuantityThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemQuantityThresholdImpl(DistributedContext context, DistributedReference ref)
           
OrderQuantityThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
OrderQuantityThresholdImpl(DistributedContext context, DistributedReference ref)
           
ItemPromotionThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemPromotionThresholdImpl(DistributedContext context, DistributedReference ref)
           
OrderMerchAmountBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
OrderMerchAmountBenefitImpl(DistributedContext context, DistributedReference ref)
           
PromotionManagerImpl(DistributedContext context)
           
GiftCertificateBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
GiftCertificateBenefitImpl(DistributedContext context, DistributedReference ref)
           
PlanCodeBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PlanCodeBenefitImpl(DistributedContext context, DistributedReference ref)
           
OrderCurrencyAmountThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
OrderCurrencyAmountThresholdImpl(DistributedContext context, DistributedReference ref)
           
ItemCurrencyAmountThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
ItemCurrencyAmountThresholdImpl(DistributedContext context, DistributedReference ref)
           
PromotionThresholdImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PromotionThresholdImpl(DistributedContext context, DistributedReference ref)
           
PromotionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PromotionImpl(DistributedContext context, DistributedReference ref)
           
PromotionBenefitImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PromotionBenefitImpl(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.promotion.impl.persistence
 

Methods in com.retek.component.promotion.impl.persistence with parameters of type DistributedContext
static PromotionDto PromotionDbObjectMaster.getPromotionDto(DistributedContext context)
           
static ItemBenefitDto PromotionDbObjectMaster.getItemBenefitDto(DistributedContext context)
           
static GiftCertificateBenefitDto PromotionDbObjectMaster.getGiftCertificateBenefitDto(DistributedContext context)
           
static LineMerchAmountBenefitDto PromotionDbObjectMaster.getLineMerchAmountBenefitDto(DistributedContext context)
           
static OrderMerchAmountBenefitDto PromotionDbObjectMaster.getOrderMerchAmountBenefitDto(DistributedContext context)
           
static OrderServiceAmountBenefitDto PromotionDbObjectMaster.getOrderServiceAmountBenefitDto(DistributedContext context)
           
static PlanCodeBenefitDto PromotionDbObjectMaster.getPlanCodeBenefitDto(DistributedContext context)
           
static SellingListItemBenefitDto PromotionDbObjectMaster.getSellingListItemBenefitDto(DistributedContext context)
           
static java.util.Set PromotionDbObjectMaster.getAllPromotionBenefits(DistributedContext context)
           
static PromotionThresholdDto PromotionDbObjectMaster.getOrderCurrencyAmountThresholdDto(DistributedContext context)
           
static PromotionThresholdDto PromotionDbObjectMaster.getOrderQuantityThresholdDto(DistributedContext context)
           
static java.util.Set PromotionDbObjectMaster.getAllPromotionThresholds(DistributedContext context)
           
static ItemCurrencyAmountThresholdDto PromotionDbObjectMaster.getItemCurrencyAmountThresholdDto(DistributedContext context)
           
static ItemQuantityThresholdDto PromotionDbObjectMaster.getItemQuantityThresholdDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.promotion.impl.remote
 

Constructors in com.retek.component.promotion.impl.remote with parameters of type DistributedContext
OrderMerchAmountBenefitDto(DistributedContext context, DistributedReference ref)
           
ItemQuantityThresholdDto(DistributedContext context, DistributedReference ref)
           
PromotionBenefitDto(DistributedContext context, DistributedReference ref)
           
ItemBenefitDto(DistributedContext context, DistributedReference ref)
           
OrderServiceAmountBenefitDto(DistributedContext context, DistributedReference ref)
           
LineMerchAmountBenefitDto(DistributedContext context, DistributedReference ref)
           
PromotionThresholdDto(DistributedContext context, DistributedReference ref)
           
PromotionDto(DistributedContext context, DistributedReference reference)
           
SellingListItemBenefitDto(DistributedContext context, DistributedReference ref)
           
PlanCodeBenefitDto(DistributedContext context, DistributedReference ref)
           
GiftCertificateBenefitDto(DistributedContext context, DistributedReference ref)
           
ItemCurrencyAmountThresholdDto(DistributedContext context, DistributedReference ref)
           
ItemPromotionThresholdDto(DistributedContext context, DistributedReference ref)
           
OrderCurrencyAmountThresholdDto(DistributedContext context, DistributedReference ref)
           
OrderQuantityThresholdDto(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.promotion.test
 

Methods in com.retek.component.promotion.test with parameters of type DistributedContext
static PromotionBenefit PromotionObjectMaster.attachBenefit(DistributedContext context, Promotion promo, Money currencyOff)
           
static PromotionBenefit PromotionObjectMaster.attachBenefit(DistributedContext context, Promotion promo, Percent percentOff)
           
static GiftCertificateBenefit PromotionObjectMaster.attachGiftCertificateBenefit(DistributedContext context, Promotion promotion, Money giftCertificateAmount, Percent percentOff)
           
static GiftCertificateBenefit PromotionObjectMaster.attachGiftCertificateBenefit(DistributedContext context, Promotion promotion, Money giftCertificateAmount, Money dollarOff)
           
static ItemBenefit PromotionObjectMaster.attachItemBenefit(DistributedContext context, Promotion promotion, ReceivableItem receiveItem, Percent percentOff)
           
static ItemBenefit PromotionObjectMaster.attachItemBenefit(DistributedContext context, Promotion promotion, ReceivableItem receiveItem, Money dollarOff)
           
static java.util.Set PromotionObjectMaster.attachItemBenefits(DistributedContext context, Promotion promotion, java.util.Set receiveItems, Percent percentOff)
           
static LineMerchAmountBenefit PromotionObjectMaster.attachLineMerchAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static LineMerchAmountBenefit PromotionObjectMaster.attachLineMerchAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money thresholdAmt, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money thresholdAmt, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Quantity thresholdQty, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Quantity thresholdQty, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff, PromotionDetailServiceType type)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff, PromotionDetailServiceType type)
           
static ItemCurrencyAmountThreshold PromotionObjectMaster.attachItemCurrencyAmountThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem)
           
static ItemCurrencyAmountThreshold PromotionObjectMaster.attachItemCurrencyAmountThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem, Money thresholdAmt)
           
static ItemQuantityThreshold PromotionObjectMaster.attachItemCurrencyAmountThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem, Quantity thresholdQty)
           
static ItemQuantityThreshold PromotionObjectMaster.attachItemQuantityThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem)
           
static ItemQuantityThreshold PromotionObjectMaster.attachItemQuantityThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem, Quantity quantity)
           
static OrderCurrencyAmountThreshold PromotionObjectMaster.attachOrderCurrencyAmountThreshold(DistributedContext context, Promotion promotion, Money amount)
           
static OrderQuantityThreshold PromotionObjectMaster.attachOrderQuantityThreshold(DistributedContext context, Promotion promotion)
           
static OrderQuantityThreshold PromotionObjectMaster.attachOrderQuantityThreshold(DistributedContext context, Promotion promotion, Quantity quantity)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Percent percentOff)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Money dollarOff)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefitForAmount(DistributedContext context, SellingListItem sellingListItem, Money amount)
           
static Promotion PromotionObjectMaster.createOrderPromotionInstance(DistributedContext context)
           
static Promotion PromotionObjectMaster.createUnsubmittedWorksheetPromotion(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActiveUnsubmittedPromotion(DistributedContext context)
           
static Promotion PromotionObjectMaster.createClosedUnsubmittedPromotion(DistributedContext context)
           
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createUnsubmittedServicePromotionInActiveStatus(DistributedContext context)
           
static Promotion PromotionObjectMaster.createUnsubmittedServicePromotionInActiveStatus(DistributedContext context, SourceCode sourceCode)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffBenefit(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActivePromotionWithAltSellingList(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOfferCodeTriggerAndDollarOffBenefit(DistributedContext context, Money dollarOff, OfferCode offerCode, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOfferCodeTriggerAndPercentOffBenefit(DistributedContext context, Percent percentOff, OfferCode offerCode, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createClosedPromotionWithDollarOffBenefit(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderMerchAmountBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffLineMerchAmountBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffLineMerchAmountBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderMerchAmountBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffOrderServiceAmountBenefit(DistributedContext context, Percent percentOff, PromotionDetailServiceType serviceType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderServiceAmountBenefit(DistributedContext context, Money amount, PromotionDetailServiceType serviceType)
           
static Promotion PromotionObjectMaster.createWorksheetPromotionWithDollarOffBenefit(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndPlanCodeBenefit(DistributedContext context, Quantity thresholdQty, TenderType tenderType, PaymentPlanCode paymentPlanCode)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType tenderType, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType[] tenderTypes, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, Money giftCertificateAmount, Money thresholdAmt, TenderType[] tenderTypes, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money thresholdAmt)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefitWithoutSubmit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static SourceCode PromotionObjectMaster.getPersistedSourceCode(DistributedContext context)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefits(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, java.util.Set itemBenefits, Banner banner, ChannelType channelType)
           
 

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()
           
 

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.salesaudit.impl
 

Constructors in com.retek.component.salesaudit.impl with parameters of type DistributedContext
SaeStoreDayImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SaeStoreDayImpl(DistributedContext context, DistributedReference reference, Store store, RDate transactionDate)
           
SaeElementImpl(DistributedContext context, SaeElementDto dto)
           
SaeCustomerImpl(DistributedContext context, SaeCustomerDto dto)
           
SaeDiscountImpl(DistributedContext context, SaeDiscountDto dto)
           
SaeServiceImpl(DistributedContext context, SaeServiceDto dto)
           
SaeItemImpl(DistributedContext context, SaeItemDto dto)
           
SaeAccommodationImpl(DistributedContext context, SaeAccommodationDto dto)
           
SaeStoreTransactionCounterImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SaeStoreTransactionCounterImpl(DistributedContext context, DistributedReference ref, DistributedReference storeRef)
           
SaeStoreTransactionContainerImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
SaeStoreTransactionContainerImpl(DistributedContext context, DistributedReference ref)
           
SaeTaxImpl(DistributedContext context, SaeTaxDto dto)
           
SaePaymentImpl(DistributedContext context, SaePaymentDto dto)
           
SalesAuditManagerImpl(DistributedContext context)
           
SaeStoreTransactionHeaderImpl(DistributedContext context, SaeStoreTransactionHeaderDto dto)
           
SaeTransactionImpl(DistributedContext context, SaeTransactionDto dto)
           
 

Uses of DistributedContext in com.retek.component.salesaudit.impl.persistence
 

Methods in com.retek.component.salesaudit.impl.persistence with parameters of type DistributedContext
static SaeStoreTransactionContainerDto SalesAuditDbObjectMaster.getSaeStoreTransactionContainerDto(DistributedContext context)
           
static SaeStoreDayDto SalesAuditDbObjectMaster.getSaeStoreDayDto(DistributedContext context)
           
static SaeStoreTransactionCounterDto SalesAuditDbObjectMaster.getSaeStoreTransactionCounterDto(DistributedContext context, DistributedReference storeRef)
           
 

Uses of DistributedContext in com.retek.component.salesaudit.impl.remote
 

Constructors in com.retek.component.salesaudit.impl.remote with parameters of type DistributedContext
SaeStoreTransactionCounterDto(DistributedContext context, DistributedReference reference)
           
SaeStoreDayDto(DistributedContext context, DistributedReference reference)
           
SaeStoreTransactionContainerDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.salesaudit.impl.remote.command
 

Fields in com.retek.component.salesaudit.impl.remote.command declared as DistributedContext
protected  DistributedContext BaseTransactionConverter.context
           
 

Methods in com.retek.component.salesaudit.impl.remote.command that return DistributedContext
protected  DistributedContext BaseTransactionConverter.getContext()
           
 

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

Methods in com.retek.component.salesaudit.test with parameters of type DistributedContext
static SaeStoreTransactionContainer SalesAuditObjectMaster.createSaeStoreTransactionContainer(DistributedContext context)
           
 

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

Constructors in com.retek.component.salesaudit.xml with parameters of type DistributedContext
SalesAuditXmlFileHandler(DistributedContext context, XmlFileHandlerTransactionProcessor processor)
           
SalesAuditXmlFileParser(DistributedContext context, java.io.File xmlInputFile, XmlFileHandlerTransactionProcessor processor)
           
SaePaymentXmlBuilder(DistributedContext context)
           
SaeAccommodationXmlBuilder(DistributedContext context)
           
BaseSaeElementXmlBuilder(DistributedContext context)
           
SaeTaxXmlBuilder(DistributedContext context)
           
SaeItemXmlBuilder(DistributedContext context)
           
SaeCustomerXmlBuilder(DistributedContext context)
           
SaeServiceXmlBuilder(DistributedContext context)
           
SaeTransactionXmlBuilder(DistributedContext context)
           
SaeDiscountXmlBuilder(DistributedContext context)
           
 

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.security.impl
 

Methods in com.retek.component.security.impl with parameters of type DistributedContext
 DistributedObjectImpl RoleImplTest.createReadyForPersist(DistributedContext context)
           
 User AccessManagerImpl.login(java.lang.String userName, java.lang.String password, DistributedContext distributedContext)
           
 DistributedObjectImpl UserImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.security.impl with parameters of type DistributedContext
RoleImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
RoleImpl(DistributedContext context, DistributedReference reference, java.lang.String displayName, java.util.Set permissions, java.util.Set includedRoles)
           
UserImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
UserImpl(DistributedContext context, DistributedReference ref, java.lang.String userName)
           
UserManagerImpl(DistributedContext context)
           
RoleManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.security.impl.persistence
 

Methods in com.retek.component.security.impl.persistence with parameters of type DistributedContext
static RoleDto RoleDbObjectMaster.createRoleDto(DistributedContext context)
           
static RoleDto RoleDbObjectMaster.createAndPersistRoleDto(DistributedContext context)
           
static RoleDto RoleDbObjectMaster.createRoleDtoWithIncludedRoles(DistributedContext context)
           
static UserDto UserDbObjectMaster.getUserDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.security.impl.remote
 

Constructors in com.retek.component.security.impl.remote with parameters of type DistributedContext
RoleDto(DistributedContext context, DistributedReference reference)
           
UserDto(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.security.test
 

Methods in com.retek.component.security.test with parameters of type DistributedContext
static User UserObjectMaster.createSystemUser(DistributedContext context, java.lang.String username)
           
static User UserObjectMaster.createUser(DistributedContext context, java.lang.String userId)
           
static User UserObjectMaster.createUser(DistributedContext context)
           
static User UserObjectMaster.createTestUser(DistributedContext context)
           
static User UserObjectMaster.createAlternateTestUser(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.shipping.impl
 

Constructors in com.retek.component.shipping.impl with parameters of type DistributedContext
CarrierShippingMethodZoneImpl(DistributedContext context, CarrierShippingMethodZoneDto dto)
           
CarrierShippingMethodZoneImpl(DistributedContext context)
           
CarrierManagerImpl(DistributedContext context)
           
ShippingMethodImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ShippingMethodImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode, java.lang.String description)
           
CarrierShippingMethodZoneManagerImpl(DistributedContext context)
           
CarrierImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CarrierImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode, java.lang.String description)
           
ShippingMethodManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.shipping.impl.persistence
 

Methods in com.retek.component.shipping.impl.persistence with parameters of type DistributedContext
static CarrierDto ShippingDbObjectMaster.insertCarrierDto(DistributedContext context)
           
static CarrierDto ShippingDbObjectMaster.getCarrierDto(DistributedContext context)
           
static ShippingMethodDto ShippingDbObjectMaster.insertShippingMethodDto(DistributedContext context)
           
static ShippingMethodDto ShippingDbObjectMaster.getShippingMethodDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.shipping.impl.remote
 

Constructors in com.retek.component.shipping.impl.remote with parameters of type DistributedContext
ShippingMethodDto(DistributedContext context, DistributedReference reference)
           
CarrierDto(DistributedContext context, DistributedReference reference)
           
 

Uses of DistributedContext in com.retek.component.shipping.test
 

Methods in com.retek.component.shipping.test with parameters of type DistributedContext
static ShippingMethod ShippingObjectMaster.createNewShippingMethod(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context, int transitDays)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethodWithoutZone(DistributedContext context)
           
static ShippingMethod ShippingObjectMaster.createPersistedShippingMethod(DistributedContext context, int transitDays, Carrier carrier, ShippingMethod shippingMethod)
           
static Carrier ShippingObjectMaster.createPersistedCarrier(DistributedContext context)
           
static Carrier ShippingObjectMaster.createPersistedDefaultPickupCarrier(DistributedContext context)
           
static AddressCode ShippingObjectMaster.createAddressCode(DistributedContext context)
           
static AddressCodeDetail ShippingObjectMaster.createAddressCodeDetail(DistributedContext context)
           
static AddressCodeDetail ShippingObjectMaster.createAddressCodeDetail(DistributedContext context, ShipRestrictionTypeEnum type, java.lang.String addressValue)
           
 

Uses of DistributedContext in com.retek.component.supplier
 

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

Uses of DistributedContext in com.retek.component.supplier.impl
 

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

Methods in com.retek.component.supplier.impl with parameters of type DistributedContext
static SupplierSubmitCommand SupplierCommandFactory.createSupplierSubmitCommand(DistributedContext context, SupplierDto dto)
           
static SupplierReadCommand SupplierCommandFactory.createSupplierReadCommand(java.lang.String supplierId, DistributedContext context)
           
 DistributedObjectImpl PersonalizationStyleImplTest.createReadyForPersist(DistributedContext context)
           
 DistributedObjectImpl PersonalizationTypeImplTest.createReadyForPersist(DistributedContext context)
           
 

Constructors in com.retek.component.supplier.impl with parameters of type DistributedContext
PersonalizationStyleTypeImpl(DistributedContext context, PersonalizationStyleTypeDto dto)
           
PersonalizationTypeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PersonalizationTypeImpl(DistributedContext context, DistributedReference ref, java.lang.String code, java.lang.String description)
           
SupplierManagerImpl(DistributedContext context)
           
PersonalizationFontImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PersonalizationFontImpl(DistributedContext context, DistributedReference ref)
           
PersonalizationStyleImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PersonalizationStyleImpl(DistributedContext context, DistributedReference ref, java.lang.String code, java.lang.String description)
           
PersonalizationColorImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PersonalizationColorImpl(DistributedContext context, DistributedReference ref)
           
SupplierImpl(DistributedContext context, SupplierDto dto)
           
 

Uses of DistributedContext in com.retek.component.supplier.impl.command
 

Methods in com.retek.component.supplier.impl.command with parameters of type DistributedContext
 void SupplierSubmitValidator.validate(DistributedContext context, SupplierDto dto)
           
 

Uses of DistributedContext in com.retek.component.supplier.impl.persistence
 

Methods in com.retek.component.supplier.impl.persistence with parameters of type DistributedContext
static SupplierDto SupplierDbObjectMaster.getSupplierDto(DistributedContext context)
           
static PersonalizationFontDto SupplierDbObjectMaster.getPersonalizationFontDto(DistributedContext context, java.lang.String fontNumber)
           
static PersonalizationColorDto SupplierDbObjectMaster.getPersonalizationColorDto(DistributedContext context, java.lang.String colorNumber)
           
static PersonalizationStyleTypeDto SupplierDbObjectMaster.getPersonalizationStyleTypeDto(DistributedContext context, java.lang.String styleCode, java.lang.String typeCode)
           
 

Uses of DistributedContext in com.retek.component.supplier.impl.remote
 

Constructors in com.retek.component.supplier.impl.remote with parameters of type DistributedContext
PersonalizationStyleDto(DistributedContext context, DistributedReference reference)
           
PersonalizationTypeDto(DistributedContext context, DistributedReference reference)
           
PersonalizationColorDto(DistributedContext context, DistributedReference reference)
           
PersonalizationFontDto(DistributedContext context, DistributedReference ref)
           
 

Uses of DistributedContext in com.retek.component.supplier.impl.test
 

Methods in com.retek.component.supplier.impl.test with parameters of type DistributedContext
static Supplier SupplierObjectMaster.createSupplier(DistributedContext context)
           
static Supplier SupplierObjectMaster.createSupplier(DistributedContext context, java.util.Set colorNumbers, java.util.Set fontNumbers)
           
static Supplier SupplierObjectMaster.createSupplierWithoutColorsAndFonts(DistributedContext context)
           
static SupplierLocation SupplierObjectMaster.createNewSupplierLocation(DistributedContext context)
           
static PersonalizationColor SupplierObjectMaster.createAndPersistNewPersonalizationColor(DistributedContext context)
           
static PersonalizationColor SupplierObjectMaster.createAndPersistNewPersonalizationColor(DistributedContext context, java.lang.String colorNumber)
           
static PersonalizationColor SupplierObjectMaster.createNewPersonalizationColor(DistributedContext context)
           
static PersonalizationColor SupplierObjectMaster.createNewPersonalizationColor(DistributedContext context, java.lang.String colorNumber)
           
static PersonalizationFont SupplierObjectMaster.createAndPersistNewPersonalizationFont(DistributedContext context)
           
static PersonalizationFont SupplierObjectMaster.createAndPersistNewPersonalizationFont(DistributedContext context, java.lang.String fontNumber)
           
static PersonalizationFont SupplierObjectMaster.createNewPersonalizationFont(DistributedContext context)
           
static PersonalizationFont SupplierObjectMaster.createNewPersonalizationFont(DistributedContext context, java.lang.String fontNumber)
           
static SupplierLocation SupplierObjectMaster.createNewSupplierLocation(DistributedContext context, SupplierLocationType type)
           
static void SupplierObjectMaster.attachSupplierLocation(DistributedContext context, Supplier supplier)
           
static PersonalizationColor SupplierObjectMaster.attachPersonalizationColor(DistributedContext context, Supplier supplier)
           
static PersonalizationFont SupplierObjectMaster.attachPersonalizationFont(DistributedContext context, Supplier supplier)
           
static PersonalizationColor SupplierObjectMaster.attachPersonalizationColor(DistributedContext context, Supplier supplier, java.lang.String colorNumber)
           
static PersonalizationFont SupplierObjectMaster.attachPersonalizationFont(DistributedContext context, Supplier supplier, java.lang.String fontNumber)
           
static Supplier SupplierObjectMaster.createPersistedSupplier(DistributedContext context, int supplierLeadTime)
           
static Supplier SupplierObjectMaster.createPersistedSupplier(DistributedContext context, int supplierLeadTime, java.util.Set colorNumbers, java.util.Set fontNumbers)
           
static void SupplierObjectMaster.setupSupplierCallSchedulesForAllDaysForAllItems(DistributedContext context, Supplier supplier)
           
static void SupplierObjectMaster.setupSupplierCallSchedulesForAllDaysForAnItem(DistributedContext context, Supplier supplier, java.lang.String skuId)
           
static void SupplierObjectMaster.setupSupplierCallSchedulesForOneDayForAllItems(DistributedContext context, ContactDayType type, Supplier supplier)
           
 

Uses of DistributedContext in com.retek.component.supplier.integration.rib
 

Methods in com.retek.component.supplier.integration.rib with parameters of type DistributedContext
static void VendorAddressCreateInjector.addLocationToSupplier(DistributedContext context, Supplier supplier, com.retek.rib.binding.payload.VendorAddrDesc vendorAddressPayload)
           
 

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.systemparameter.impl
 

Methods in com.retek.component.systemparameter.impl with parameters of type DistributedContext
 ChannelType SystemParameterManagerImpl.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.task.impl
 

Methods in com.retek.component.task.impl with parameters of type DistributedContext
static ActivityRequestPrintFileBuilderCommand TaskCommandFactory.createActivityRequestPrintFileBuilderCommand(DistributedContext context)
           
 

Constructors in com.retek.component.task.impl with parameters of type DistributedContext
TaskTypeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TaskTypeImpl(DistributedContext context, DistributedReference reference)
           
OrderWorkTaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
OrderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
RoutingAttributeImpl(DistributedContext context, DistributedReference reference)
           
RoutingAttributeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
WorkTaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
WorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, Task task)
           
ActivityRequestWorkTaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
ActivityRequestWorkTaskImpl(DistributedContext context, DistributedReference reference, ActivityRequest activityRequest)
           
TaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
TaskImpl(DistributedContext context, DistributedReference reference, TaskType taskType, java.lang.String shortDescription)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, ActivityRequest activityRequest, Task task)
           
TaskManagerImpl(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.task.impl.persistence
 

Methods in com.retek.component.task.impl.persistence with parameters of type DistributedContext
static TaskDto TaskDbObjectMaster.getTaskDto(DistributedContext context)
           
static TaskTypeDto TaskDbObjectMaster.getTaskTypeDto(DistributedContext context)
           
static RoutingAttributeDto TaskDbObjectMaster.getRoutingAttributeDto(DistributedContext context)
           
static ActivityRequestWorkTaskDto TaskDbObjectMaster.getActivityRequestWorkTaskDto(DistributedContext context)
           
static PersonalReminderWorkTaskDto TaskDbObjectMaster.getPersonalReminderWorkTaskDto(DistributedContext context)
           
static OrderWorkTaskDto TaskDbObjectMaster.getOrderWorkTaskDto(DistributedContext context)
           
 

Uses of DistributedContext in com.retek.component.task.impl.remote
 

Constructors in com.retek.component.task.impl.remote with parameters of type DistributedContext
PersonalReminderWorkTaskDto(DistributedContext context, DistributedReference reference)
           
ActivityRequestWorkTaskDto(DistributedContext context, DistributedReference reference)
           
TaskDto(DistributedContext context, DistributedReference reference)
           
WorkTaskDto(DistributedContext context, DistributedReference reference)
           
RoutingAttributeDto(DistributedContext context, DistributedReference reference)
           
TaskTypeDto(DistributedContext context, DistributedReference reference)
           
OrderWorkTaskDto(DistributedContext context, DistributedReference reference)
           
 

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.component.tax.impl
 

Constructors in com.retek.component.tax.impl with parameters of type DistributedContext
TaxCalculatorImpl(DistributedContext context, TaxCalculatorInvoice invoice, boolean forPersistence)
           
TaxCreditInvoiceImpl(DistributedContext context)
           
TaxCreditInvoiceImpl(DistributedContext context, java.lang.String invoiceId)
           
TaxCreditInvoiceImpl(DistributedContext context, TaxCreditInvoiceDto dto)
          Called by SecondClassObjectImpl.wrap()
TaxCalculatorInvoiceImpl(DistributedContext context)
           
TaxCalculatorInvoiceImpl(DistributedContext context, TaxCalculatorInvoiceDto dto)
          Called by SecondClassObjectImpl.wrap()
TaxCreditorImpl(DistributedContext context, TaxCreditInvoice creditInvoice)
           
TaxCreditorImpl(DistributedContext context, TaxCreditorDto dto)
           
TaxManagerImpl(DistributedContext context)
           
TaxInvoiceImpl(DistributedContext context, SecondClassDto dto)
           
 

Uses of DistributedContext in com.retek.component.tax.test
 

Methods in com.retek.component.tax.test with parameters of type DistributedContext
static TaxCalculatorInvoice TaxObjectMaster.createTaxCalculatorInvoice(DistributedContext context, TaxCompany taxCompany, RDate invoiceDate, Address shipFrom, Address shipTo, Address orderAcceptance)
           
static TaxCalculatorInvoice TaxObjectMaster.createValidTaxCalculatorInvoice(DistributedContext context)
           
static TaxInvoiceLineItem TaxObjectMaster.createValidLineItem(DistributedContext context, long lineItemId, Money extendedAmount, java.lang.String productCode, java.lang.String skuId)
           
 

Uses of DistributedContext in com.retek.component.test
 

Methods in com.retek.component.test with parameters of type DistributedContext
static java.util.Set TestObjectMaster.getTaxCreditors(java.lang.String invoiceId, 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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28