|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DistributedReference in com.retek.commons.component |
Methods in com.retek.commons.component that return DistributedReference | |
DistributedReference |
DistributedObject.getReference()
|
DistributedReference |
ConcurrentUpdateException.getReference()
|
Methods in com.retek.commons.component with parameters of type DistributedReference | |
DistributedObject |
DistributedContext.specialResolveForUseInCommonsOnly(DistributedReference ref,
boolean errorIfDeleted)
|
DistributedObject |
DistributedContext.resolve(DistributedReference ref)
|
void |
DistributedContext.purge(DistributedReference ref)
|
Constructors in com.retek.commons.component with parameters of type DistributedReference | |
ConcurrentUpdateException(DistributedReference ref,
long workingVersion,
long persistedVersion)
|
Uses of DistributedReference in com.retek.commons.component.impl |
Methods in com.retek.commons.component.impl that return DistributedReference | |
DistributedReference |
NumericRangeReferenceCache.getNewReference()
|
DistributedReference |
ReferenceCache.getNewReference()
|
DistributedReference |
ReferenceFactory.createNewReference(java.lang.Class businessIface)
|
DistributedReference |
Dto.getReference()
|
static DistributedReference |
DistributedObjectImpl.getReference(DistributedObject obj)
|
DistributedReference |
DistributedObjectImpl.getReference()
|
Methods in com.retek.commons.component.impl with parameters of type DistributedReference | |
void |
Dto.mergeIntoContext(DistributedContext intoContext,
DistributedReference expectedReference,
boolean checkDirty)
|
Constructors in com.retek.commons.component.impl with parameters of type DistributedReference | |
DeletableDto(DistributedContext context,
DistributedReference reference)
|
|
DeletableDto(DistributedReference reference,
long version)
|
|
Dto(DistributedContext context,
DistributedReference reference)
|
|
Dto(DistributedReference reference,
long version)
Called from reader DAOs. |
|
DistributedObjectImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
Used when resolving a reference. |
|
DistributedObjectImpl(DistributedContext context,
DistributedReference reference)
Called by buildInstance methods. |
Uses of DistributedReference in com.retek.commons.component.impl.persistence.cache |
Methods in com.retek.commons.component.impl.persistence.cache with parameters of type DistributedReference | |
protected static Dto |
MemoryDao.doRead(DistributedReference ref)
|
Uses of DistributedReference in com.retek.commons.component.impl.persistence.db.oracle |
Methods in com.retek.commons.component.impl.persistence.db.oracle with parameters of type DistributedReference | |
abstract Dto |
OracleLifeCycleTest.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.commons.component.test.impl |
Constructors in com.retek.commons.component.test.impl with parameters of type DistributedReference | |
BarImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
BarImpl(DistributedContext context,
DistributedReference reference)
|
|
FooImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
FooImpl(DistributedContext context,
DistributedReference reference)
|
Uses of DistributedReference in com.retek.commons.component.test.impl.remote |
Constructors in com.retek.commons.component.test.impl.remote with parameters of type DistributedReference | |
BarDto(DistributedContext context,
DistributedReference reference)
|
|
BarDto(DistributedReference reference,
long version)
|
|
FooDto(DistributedContext context,
DistributedReference reference)
|
|
FooDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.commons.component.test.impl.remote.persistence |
Methods in com.retek.commons.component.test.impl.remote.persistence with parameters of type DistributedReference | |
FooDto |
FooDao.read(DistributedReference reference)
|
BarDto |
FooDao.readBar(DistributedReference reference)
|
Uses of DistributedReference in com.retek.commons.domain.core.exception |
Methods in com.retek.commons.domain.core.exception that return DistributedReference | |
DistributedReference |
InvalidReferenceException.getReference()
|
Constructors in com.retek.commons.domain.core.exception with parameters of type DistributedReference | |
InvalidReferenceException(DistributedReference ref)
|
Uses of DistributedReference in com.retek.commons.domain.core.persistence.db |
Methods in com.retek.commons.domain.core.persistence.db that return DistributedReference | |
DistributedReference |
RetekResultSet.getReference(java.lang.Class aClass,
java.lang.String columnName)
|
DistributedReference |
RetekResultSet.getReference(java.lang.String classColumnName,
java.lang.String columnName)
|
Methods in com.retek.commons.domain.core.persistence.db with parameters of type DistributedReference | |
void |
RetekPreparedStatement.setReference(int parameterIndex,
DistributedReference ref)
|
void |
RetekPreparedStatement.setReference(DistributedReference ref)
|
Uses of DistributedReference in com.retek.commons.domain.core.persistence.db.oracle |
Methods in com.retek.commons.domain.core.persistence.db.oracle with parameters of type DistributedReference | |
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
java.lang.Class expectedBusinessInterface,
DistributedReference ref,
java.lang.String appender,
boolean caseSensitive,
java.util.List bindVariableList)
|
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
java.lang.Class expectedBusinessInterface,
DistributedReference ref,
boolean caseSensitive,
java.util.List bindVariableList)
|
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
java.lang.Class expectedBusinessInterface,
DistributedReference ref,
java.util.List bindVariableList)
|
static void |
DbUtil.addToWhereClauseForSearch(java.lang.StringBuffer sql,
java.lang.String colName,
java.lang.Class expectedBusinessInterface,
DistributedReference ref,
java.lang.String appender,
java.util.List bindVariableList)
|
Uses of DistributedReference in com.retek.commons.util |
Methods in com.retek.commons.util with parameters of type DistributedReference | |
Dto |
RetekTestCase.findDto(java.util.Collection dtos,
DistributedReference ref)
|
Uses of DistributedReference in com.retek.commons.util.type |
Methods in com.retek.commons.util.type that return DistributedReference | |
DistributedReference |
Triggerable.getReference()
|
Uses of DistributedReference in com.retek.component.banner_channel |
Methods in com.retek.component.banner_channel that return DistributedReference | |
DistributedReference |
ChannelSearchCriteria.getBannerReference()
|
DistributedReference |
ChannelSearchCriteria.getChannelTypeReference()
|
DistributedReference |
BannerSearchCriteria.getChannelTypeReference()
|
DistributedReference |
BannerChannelTypeSearchCriteria.getBannerReference()
|
DistributedReference |
BannerChannelTypeSearchCriteria.getChannelTypeReference()
|
Methods in com.retek.component.banner_channel with parameters of type DistributedReference | |
Banner |
BannerManager.readBanner(DistributedReference ref)
|
OrderSource |
OrderSourceManager.readOrderSource(DistributedReference orderSourceRef)
|
GiftingSeason |
GiftManager.readGiftingSeason(DistributedReference reference)
|
Channel |
ChannelManager.readChannel(DistributedReference ref)
|
ChannelType |
ChannelManager.readChannelType(DistributedReference channelTypeRef)
|
BannerChannelType |
ChannelManager.readBannerChannelType(DistributedReference bannerChannelTypeRef)
|
Uses of DistributedReference in com.retek.component.banner_channel.impl |
Methods in com.retek.component.banner_channel.impl with parameters of type DistributedReference | |
OrderSource |
OrderSourceManagerImpl.readOrderSource(DistributedReference orderSourceRef)
|
GiftingSeason |
GiftManagerImpl.readGiftingSeason(DistributedReference ref)
|
Banner |
BannerManagerImpl.readBanner(DistributedReference ref)
|
Channel |
ChannelManagerImpl.readChannel(DistributedReference ref)
|
Channel |
ChannelManagerImpl.buildChannelInstance(java.lang.String channelDisplayCode,
DistributedReference bannerRef,
ChannelType channelType)
|
ChannelType |
ChannelManagerImpl.readChannelType(DistributedReference channelTypeRef)
|
BannerChannelType |
ChannelManagerImpl.readBannerChannelType(DistributedReference bannerChannelTypeRef)
|
Uses of DistributedReference in com.retek.component.banner_channel.impl.persistence |
Methods in com.retek.component.banner_channel.impl.persistence with parameters of type DistributedReference | |
ChannelTypeDto |
ChannelTypeDao.read(DistributedReference ref)
|
ChannelDto |
ChannelDao.readChannel(DistributedReference ref)
|
BannerDto |
BannerDao.read(DistributedReference ref)
|
GiftingSeasonDto |
GiftDao.read(DistributedReference giftingSeasonRef)
|
static ChannelDto |
BannerChannelDbObjectMaster.getChannelDto(DistributedContext context,
DistributedReference bannerRef)
|
static ChannelDto |
BannerChannelDbObjectMaster.insertChannelDto(DistributedContext context,
DistributedReference bannerRef,
java.lang.String desc,
ChannelTypeDto channelTypeDto)
|
OrderSourceDto |
OrderSourceDao.readOrderSource(DistributedReference ref)
|
BannerChannelTypeDto |
BannerChannelTypeDao.read(DistributedReference ref)
|
OfferCodeDto |
BannerChannelTypeDao.readOfferCode(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.banner_channel.impl.persistence.cache |
Methods in com.retek.component.banner_channel.impl.persistence.cache that return DistributedReference | |
static DistributedReference |
CacheBannerChannelTypeDao.getNewReferenceForBannerChannelType()
|
static DistributedReference |
CacheBannerChannelTypeDao.getNewReferenceForTenderTypeOrderSource()
|
static DistributedReference |
CacheBannerChannelTypeDao.getNewReferenceForOfferCode()
|
Methods in com.retek.component.banner_channel.impl.persistence.cache with parameters of type DistributedReference | |
ChannelDto |
CacheChannelDao.readChannel(DistributedReference ref)
|
BannerChannelTypeDto |
CacheBannerChannelTypeDao.read(DistributedReference ref)
|
OfferCodeDto |
CacheBannerChannelTypeDao.readOfferCode(DistributedReference ref)
|
ChannelTypeDto |
CacheChannelTypeDao.read(DistributedReference ref)
|
BannerDto |
CacheBannerDao.read(DistributedReference ref)
|
GiftingSeasonDto |
CacheGiftDao.read(DistributedReference giftingSeasonRef)
|
OrderSourceDto |
CacheOrderSourceDao.readOrderSource(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.banner_channel.impl.persistence.db.oracle |
Methods in com.retek.component.banner_channel.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
TenderTypeDbConverter.buildTenderTypeReference(java.lang.String recordType,
java.lang.String tenderTypeId)
|
Methods in com.retek.component.banner_channel.impl.persistence.db.oracle with parameters of type DistributedReference | |
java.util.Set |
OracleChannelTypeRefsForBannerFinder.find(DistributedReference bannerRef)
|
java.util.Set |
OracleBannerGiftingSeasonFinder.find(DistributedReference bannerServiceRef)
|
java.util.Set |
OracleBannerGiftServiceFinder.find(DistributedReference bannerRef)
|
OfferCodeDto |
OracleBannerChannelTypeOfferCodeRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleBannerChannelTypeOfferCodeRetriever.find(DistributedReference bannerChannelTypeRef)
|
GiftingSeasonDto |
OracleGiftDao.read(DistributedReference ref)
|
ChannelDto |
OracleChannelDao.readChannel(DistributedReference ref)
|
GiftingSeasonDto |
OracleGiftingSeasonReader.read(DistributedReference giftingSeasonRef)
|
BannerDto |
OracleBannerReader.read(DistributedReference ref)
|
BannerDto |
OracleBannerDao.read(DistributedReference ref)
|
BannerChannelTypeDto |
OracleBannerChannelTypeDao.read(DistributedReference ref)
|
OfferCodeDto |
OracleBannerChannelTypeDao.readOfferCode(DistributedReference ref)
|
ChannelTypeDto |
OracleChannelTypeDao.read(DistributedReference ref)
|
OrderSourceDto |
OracleOrderSourceRetriever.read(DistributedReference orderSourceRef)
|
static java.lang.String |
TenderTypeDbConverter.getTenderTypeCode(DistributedReference ref)
|
java.util.Set |
OracleTenderTypeOrderSourceFinder.find(DistributedReference bannerChannelTypeRef)
|
BannerChannelTypeDto |
OracleBannerChannelTypeRetriever.read(DistributedReference ref)
|
void |
OracleBannerPreferenceCreator.create(DistributedReference bannerRef,
int preferenceId,
java.lang.String preferenceValue)
|
OrderSourceDto |
OracleOrderSourceDao.readOrderSource(DistributedReference ref)
|
ChannelTypeDto |
OracleChannelTypeReader.read(DistributedReference ref)
|
ChannelDto |
OracleChannelReader.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.banner_channel.impl.remote |
Fields in com.retek.component.banner_channel.impl.remote declared as DistributedReference | |
DistributedReference |
BannerChannelTypeDto.bannerRef
|
DistributedReference |
BannerChannelTypeDto.channelTypeRef
|
DistributedReference |
OfferCodeDto.bannerChannelTypeRef
|
DistributedReference |
ChannelDto.bannerRef
|
DistributedReference |
BannerDto.shippingMethodRef
|
DistributedReference |
BannerDto.returnWarehouseRef
|
DistributedReference |
TenderTypeOrderSourceDto.orderSourceReference
|
DistributedReference |
TenderTypeOrderSourceDto.tenderTypeReference
|
Uses of DistributedReference in com.retek.component.banner_channel.integration.rib |
Methods in com.retek.component.banner_channel.integration.rib with parameters of type DistributedReference | |
Channel |
ChannelManagerRib.buildChannelInstance(java.lang.String channelDisplayCode,
DistributedReference bannerRef,
ChannelType channelType)
|
Uses of DistributedReference in com.retek.component.banner_channel.test |
Methods in com.retek.component.banner_channel.test with parameters of type DistributedReference | |
static OfferCode |
BannerChannelObjectMaster.createOfferCode(DistributedContext context,
java.lang.String displayCode,
java.lang.String description,
DistributedReference bannerChannelTypeRef)
|
static Channel |
BannerChannelObjectMaster.createChannel(DistributedContext context,
DistributedReference bannerRef,
ChannelType channelType)
|
Uses of DistributedReference in com.retek.component.correspondence |
Methods in com.retek.component.correspondence that return DistributedReference | |
DistributedReference |
CorrespondenceSearchCriteria.getTemplateReference()
|
DistributedReference |
CorrespondenceSearchCriteria.getTypeReference()
|
DistributedReference |
CorrespondenceSearchCriteria.getBannerRef()
|
Methods in com.retek.component.correspondence with parameters of type DistributedReference | |
CorrespondenceTypeTemplate |
CorrespondenceManager.readCorrespondenceTypeTemplate(DistributedReference correspondenceTypeTemplateRef)
|
CorrespondenceType |
CorrespondenceManager.readCorrespondenceType(DistributedReference typeRef)
|
CorrespondenceTemplate |
CorrespondenceManager.readCorrespondenceTemplate(DistributedReference templateRef)
|
void |
CorrespondenceSearchCriteria.setTemplateRef(DistributedReference templateRef)
|
void |
CorrespondenceSearchCriteria.setTypeRef(DistributedReference typeRef)
|
Uses of DistributedReference in com.retek.component.correspondence.impl |
Methods in com.retek.component.correspondence.impl with parameters of type DistributedReference | |
CorrespondenceTypeTemplate |
CorrespondenceManagerImpl.readCorrespondenceTypeTemplate(DistributedReference ref)
|
CorrespondenceType |
CorrespondenceManagerImpl.readCorrespondenceType(DistributedReference typeRef)
|
CorrespondenceTemplate |
CorrespondenceManagerImpl.readCorrespondenceTemplate(DistributedReference templateRef)
|
Constructors in com.retek.component.correspondence.impl with parameters of type DistributedReference | |
CorrespondenceTemplateImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
CorrespondenceTemplateImpl(DistributedContext context,
DistributedReference reference)
|
|
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 DistributedReference in com.retek.component.correspondence.impl.persistence |
Methods in com.retek.component.correspondence.impl.persistence with parameters of type DistributedReference | |
static CorrespondenceTypeTemplateDto |
CorrespondenceDbObjectMaster.getCorrespondenceTypeTemplateDto(DistributedContext context,
DistributedReference bannerRef,
DistributedReference templateRef,
DistributedReference typeRef,
boolean isDefault)
|
CorrespondenceTypeTemplateDto |
CorrespondenceTypeTemplateDao.read(DistributedReference ref)
|
CorrespondenceTypeDto |
CorrespondenceTypeDao.read(DistributedReference ref)
|
CorrespondenceTemplateDto |
CorrespondenceTemplateDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.correspondence.impl.persistence.cache |
Methods in com.retek.component.correspondence.impl.persistence.cache with parameters of type DistributedReference | |
CorrespondenceTypeDto |
CacheCorrespondenceTypeDao.read(DistributedReference ref)
|
CorrespondenceTemplateDto |
CacheCorrespondenceTemplateDao.read(DistributedReference ref)
|
CorrespondenceTypeTemplateDto |
CacheCorrespondenceTypeTemplateDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.correspondence.impl.persistence.db.oracle |
Methods in com.retek.component.correspondence.impl.persistence.db.oracle with parameters of type DistributedReference | |
void |
OracleCorrespondenceTemplateDeliveryMethodDeleter.delete(DistributedReference ref)
|
CorrespondenceTypeTemplateDto |
OracleCorrespondenceTypeTemplateDao.read(DistributedReference ref)
|
void |
OracleCorrespondenceTemplateDeliveryMethodCreator.create(java.util.Set dtos,
DistributedReference typeTemplateRef)
|
CorrespondenceTypeTemplateDto |
OracleCorrespondenceTypeTemplateRetriever.read(DistributedReference ref)
|
Dto |
OracleCorrespondenceTypeTemplateDtoLifeCycleTest.read(DistributedReference ref)
|
CorrespondenceTemplateDto |
OracleCorrespondenceTemplateDao.read(DistributedReference ref)
|
CorrespondenceTemplateDto |
OracleCorrespondenceTemplateRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleCorrespondenceTemplateDeliveryMethodFinder.find(DistributedReference ref)
|
CorrespondenceTypeDto |
OracleCorrespondenceTypeRetriever.read(DistributedReference ref)
|
CorrespondenceTypeDto |
OracleCorrespondenceTypeDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.correspondence.impl.remote |
Fields in com.retek.component.correspondence.impl.remote declared as DistributedReference | |
DistributedReference |
CorrespondenceTypeTemplateDto.bannerRef
|
DistributedReference |
CorrespondenceTypeTemplateDto.correspondenceTypeRef
|
DistributedReference |
CorrespondenceTypeTemplateDto.correspondenceTemplateRef
|
Methods in com.retek.component.correspondence.impl.remote with parameters of type DistributedReference | |
CorrespondenceTemplateDto |
CorrespondenceServicesRemote.readCorrespondenceTemplate(DistributedReference ref,
long version)
|
CorrespondenceTypeDto |
CorrespondenceServicesRemote.readCorrespondenceType(DistributedReference ref,
long version)
|
CorrespondenceTypeTemplateDto |
CorrespondenceServicesRemote.readCorrespondenceTypeTemplate(DistributedReference ref,
long version)
|
CorrespondenceTypeTemplateDto |
CorrespondenceServicesEjb.readCorrespondenceTypeTemplate(DistributedReference ref,
long version)
|
CorrespondenceTypeDto |
CorrespondenceServicesEjb.readCorrespondenceType(DistributedReference ref,
long version)
|
CorrespondenceTemplateDto |
CorrespondenceServicesEjb.readCorrespondenceTemplate(DistributedReference ref,
long version)
|
Constructors in com.retek.component.correspondence.impl.remote with parameters of type DistributedReference | |
CorrespondenceTypeDto(DistributedContext context,
DistributedReference ref)
|
|
CorrespondenceTypeDto(DistributedReference reference,
long version)
|
|
CorrespondenceTemplateDto(DistributedContext context,
DistributedReference ref)
|
|
CorrespondenceTemplateDto(DistributedReference reference,
long version)
|
|
CorrespondenceTypeTemplateDto(DistributedContext context,
DistributedReference ref)
|
|
CorrespondenceTypeTemplateDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.customer |
Methods in com.retek.component.customer that return DistributedReference | |
DistributedReference |
CustomerCreditPreApprovalSearchCriteria.getBannerRef()
|
DistributedReference |
CatalogTypeSearchCriteria.getBannerRef()
|
DistributedReference |
CatalogTypeSearchCriteria.getSubConceptRef()
|
Uses of DistributedReference in com.retek.component.customer.impl |
Uses of DistributedReference in com.retek.component.customer.impl.persistence |
Methods in com.retek.component.customer.impl.persistence that return DistributedReference | |
static DistributedReference |
CustomerDbObjectMaster.getUserRef1()
|
static DistributedReference |
CustomerDbObjectMaster.getUserRef2()
|
static DistributedReference |
CustomerDbObjectMaster.getSourceCodeRef()
|
Methods in com.retek.component.customer.impl.persistence with parameters of type DistributedReference | |
CatalogTypeDto |
CatalogTypeDao.read(DistributedReference ref)
Reads the catalog type for the given catalog type reference. |
CatalogTypeDto |
CatalogTypeDao.submit(CatalogTypeDto dto,
DistributedReference userRef)
Persists a catalog type. |
CustomerDto |
CustomerDao.read(DistributedReference ref)
Reads the customer for the given reference. |
CustomerAddressDto |
CustomerDao.readAddress(DistributedReference ref)
Reads the customer address for the given reference. |
CustomerTelephoneDto |
CustomerDao.readTelephone(DistributedReference ref)
Reads the customer telephone for the given reference. |
CustomerEmailAddressDto |
CustomerDao.readEmailAddress(DistributedReference ref)
Reads the customer email for the given reference. |
SalutationDto |
CustomerDao.readCustomerSalutation(DistributedReference ref)
Reads the country for the given reference. |
SuffixDto |
CustomerDao.readCustomerSuffix(DistributedReference ref)
Reads the customer suffix (e.g. |
StoredValueCardCashoutDto |
CustomerDao.readStoredValueCardCashout(DistributedReference ref)
Read a stored value card cashout. |
CustomerInactiveReasonDto |
CustomerDao.readCustomerInactiveReason(DistributedReference ref)
Read a customer inactive reason |
CustomerChangeReasonDto |
CustomerDao.readCustomerChangeReason(DistributedReference ref)
Read a customer change reason |
CatalogRequestDto |
CatalogRequestDao.read(DistributedReference ref)
Reads the catalog request for the given catalog request reference. |
CustomerMergeRequestDto |
CustomerMergeRequestDao.read(DistributedReference ref)
Reads the customer merge request for the given reference. |
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 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 java.util.List |
CustomerDbObjectMaster.getCustomerAddressDtos(DistributedContext context,
CustomerDto customerDto,
DistributedReference userRef)
|
static java.util.Map |
CustomerDbObjectMaster.getCustomerPreferencesByBannerId(DistributedContext context,
DistributedReference userRef)
|
static CustomerEmailAddressDto |
CustomerDbObjectMaster.getCustomerEmailAddressDto(DistributedContext context,
DistributedReference userRef)
|
static void |
CustomerDbObjectMaster.persistCustomerAlternateNumber(DistributedReference customerRef,
java.lang.String alternateNumber)
|
static StoredValueCardCashoutDto |
CustomerDbObjectMaster.getStoredValueCardCashoutDto(DistributedContext context,
DistributedReference customerRef)
|
ActivityRequestDto |
ActivityRequestDao.read(DistributedReference ref)
Reads the Activity request for the given reference. |
java.util.Set |
ActivityRequestDao.find(DistributedReference customerRef)
Finds all activity requests for the given customer. |
ActivityRequestTypeDto |
ActivityRequestDao.readActivityRequestType(DistributedReference ref)
Read a single activity request type |
Uses of DistributedReference in com.retek.component.customer.impl.persistence.cache |
Uses of DistributedReference in com.retek.component.customer.impl.persistence.db.oracle |
Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type DistributedReference | |
CustomerDto |
OracleCustomerReader.read(DistributedReference customerRefToFind)
|
void |
OracleCustomerAddressCreator.create(java.util.Collection dtos,
DistributedReference customerRef,
DistributedReference primaryBillToRef,
DistributedReference primaryShipToRef)
|
SalutationDto |
OracleCustomerSalutationRetriever.read(DistributedReference ref)
|
void |
OracleAlternativeCustomerCreator.create(DistributedReference customerRef,
java.util.Set alternateCustomerIds)
|
SuffixDto |
OracleCustomerSuffixRetriever.read(DistributedReference ref)
|
CustomerChangeReasonDto |
OracleCustomerAddressChangeReasonRetriever.read(DistributedReference changeReasonRef)
|
void |
OracleCustomerEmailUpdator.update(java.util.Collection dtos,
DistributedReference primaryEmailRef)
|
CatalogTypeDto |
OracleCatalogTypeDao.read(DistributedReference ref)
|
CatalogTypeDto |
OracleCatalogTypeDao.submit(CatalogTypeDto dto,
DistributedReference userRef)
|
void |
OracleCatalogTypeCreator.create(CatalogTypeDto dto,
DistributedReference userRef)
|
ActivityRequestTypeDto |
OracleActivityRequestTypeRetriever.read(DistributedReference ref)
|
void |
OracleCustomerAddressUpdator.update(java.util.Collection dtos,
DistributedReference customerRef,
DistributedReference primaryBillToRef,
DistributedReference primaryShipToRef)
|
void |
OracleCustomerMergeRequestDetailCreator.create(DistributedReference mergeRequestRef,
java.util.Set mergeCustomerRefs)
|
CustomerMergeRequestDto |
OracleCustomerMergeRequestRetriever.read(DistributedReference ref)
|
void |
OracleCustomerPreferenceCreator.create(java.util.Collection dtos,
DistributedReference customerRef)
|
CustomerChangeReasonDto |
OracleCustomerChangeReasonRetriever.read(DistributedReference ref)
|
CustomerAddressDto |
OracleCustomerAddressRetrevier.readByAddressRef(DistributedReference addressRef)
|
java.util.List |
OracleCustomerAddressRetrevier.readByCustomerRef(DistributedReference customerRef)
|
void |
OracleCustomerTelephoneUpdater.update(java.util.Collection dtos,
DistributedReference primaryDayTelephoneRef,
DistributedReference primaryEveningTelephoneRef)
|
StoredValueCardCashoutDto |
OracleStoredValueCardCashoutFinder.read(DistributedReference storedValueCashoutRef)
|
CustomerDto |
OracleCustomerDao.read(DistributedReference ref)
|
CustomerCreditPreApprovalDto |
OracleCustomerDao.readCustomerCreditPreApproval(DistributedReference ref)
|
CustomerAddressDto |
OracleCustomerDao.readAddress(DistributedReference ref)
|
CustomerTelephoneDto |
OracleCustomerDao.readTelephone(DistributedReference ref)
|
CustomerEmailAddressDto |
OracleCustomerDao.readEmailAddress(DistributedReference ref)
|
StoredValueCardCashoutDto |
OracleCustomerDao.readStoredValueCardCashout(DistributedReference ref)
|
SalutationDto |
OracleCustomerDao.readCustomerSalutation(DistributedReference ref)
|
SuffixDto |
OracleCustomerDao.readCustomerSuffix(DistributedReference ref)
|
CustomerInactiveReasonDto |
OracleCustomerDao.readCustomerInactiveReason(DistributedReference ref)
|
CustomerChangeReasonDto |
OracleCustomerDao.readCustomerChangeReason(DistributedReference ref)
|
ActivityRequestDto |
OracleActivityRequestRetriever.read(DistributedReference activityRequestRef)
|
java.util.Set |
OracleActivityRequestRetriever.find(DistributedReference customerRef)
|
CatalogTypeDto |
OracleCatalogTypeReader.read(DistributedReference ref)
|
CustomerInactiveReasonDto |
OracleCustomerInactiveReasonRetriever.read(DistributedReference ref)
|
CatalogRequestDto |
OracleCatalogRequestDao.read(DistributedReference ref)
|
Dto |
OracleCustomerDtoLifeCycleTest.read(DistributedReference ref)
|
CustomerTelephoneDto |
OracleCustomerTelephoneReteriver.read(DistributedReference telephoneRef)
|
java.util.Set |
OracleCustomerMergeRequestDetailFinder.find(DistributedReference ref)
|
ActivityRequestDto |
OracleActivityRequestDao.read(DistributedReference ref)
|
java.util.Set |
OracleActivityRequestDao.find(DistributedReference customerRef)
|
ActivityRequestTypeDto |
OracleActivityRequestDao.readActivityRequestType(DistributedReference ref)
|
CustomerMergeRequestDto |
OracleCustomerMergeRequestDao.read(DistributedReference ref)
|
CatalogRequestDto |
OracleCatalogRequestReader.read(DistributedReference ref)
|
void |
OracleCustomerCreditCardCreator.create(java.util.Collection dtos,
DistributedReference customerRef)
|
CustomerCreditPreApprovalDto |
OracleCustomerCreditPreApprovalRetreiver.read(DistributedReference ref)
|
CustomerEmailAddressDto |
OracleCustomerEmailReteriver.read(DistributedReference emailReference)
|
void |
OracleAlternativeCustomerDeleter.delete(DistributedReference customerRef)
|
void |
OracleCustomerTelephoneCreator.create(java.util.Collection dtos,
DistributedReference custRef,
DistributedReference primaryDayTelephoneRef,
DistributedReference primaryEveningTelephoneRef)
|
void |
OracleCatalogTypeUpdater.update(CatalogTypeDto dto,
DistributedReference userRef)
|
void |
OracleCustomerEmailCreator.create(java.util.Collection dtos,
DistributedReference customerRef,
DistributedReference primaryEmailRef)
|
Uses of DistributedReference in com.retek.component.customer.impl.remote |
Uses of DistributedReference in com.retek.component.customer.integration |
Methods in com.retek.component.customer.integration with parameters of type DistributedReference | |
protected void |
CustomerIntegrationTestCase.assertIdEquals(java.lang.String id,
DistributedReference ref)
|
protected void |
CustomerIntegrationTestCase.assertUserEquals(java.lang.String userName,
DistributedReference userRef)
|
protected void |
CustomerIntegrationTestCase.assertBannerEquals(java.lang.String bannerCode,
DistributedReference bannerRef)
|
protected void |
CustomerIntegrationTestCase.assertSourceCodeEquals(java.lang.String sourceCode,
DistributedReference sourceCodeRef)
|
Uses of DistributedReference in com.retek.component.customer.integration.impl |
Methods in com.retek.component.customer.integration.impl that return DistributedReference | |
static DistributedReference |
CustomerIntegrationDataAccessHelper.getBannerReference(DistributedContext context,
java.lang.String bannerCode)
|
static DistributedReference |
CustomerIntegrationDataAccessHelper.getSourceCodeReference(DistributedContext context,
java.lang.String sourceCode)
|
static DistributedReference |
CustomerIntegrationDataAccessHelper.getUserReference(DistributedContext context,
java.lang.String userName)
|
static DistributedReference |
CustomerIntegrationDataAccessHelper.getCountryReference(DistributedContext context,
java.lang.String countryCode)
|
Methods in com.retek.component.customer.integration.impl with parameters of type DistributedReference | |
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 java.lang.String |
CustomerIntegrationDataAccessHelper.getSourceCode(DistributedContext context,
DistributedReference sourceCodeRef)
|
static java.lang.String |
CustomerIntegrationDataAccessHelper.getUserName(DistributedContext context,
DistributedReference userRef)
|
Uses of DistributedReference in com.retek.component.customer.test |
Methods in com.retek.component.customer.test with parameters of type DistributedReference | |
static CustomerIntegrationCustomer |
CustomerIntegrationObjectMaster.createImportAddCustomer(Banner banner,
java.lang.String lastName,
java.lang.String firstName,
java.lang.String householdNumber,
DistributedReference userRef)
|
Uses of DistributedReference in com.retek.component.customerorder |
Fields in com.retek.component.customerorder declared as DistributedReference | |
static DistributedReference |
OrderCancelReason.SYSTEM_CANCEL_PEND_ORDER_CODE
|
static DistributedReference |
OrderCancelReason.SYSTEM_CANCEL_WRONG_COLOR_CODE
|
static DistributedReference |
OrderCancelReason.SYSTEM_CANCEL_SUBSTITUTE_ORDER_LINE_CODE
|
static DistributedReference |
OrderCancelReason.ORDER_ENTRY_ERROR_CODE
|
static DistributedReference |
OrderCancelReason.NO_LONGER_AVAILABLE_CODE
|
static DistributedReference |
OrderCancelReason.SUPPLIER_CANCEL_CODE
|
static DistributedReference |
OrderCancelReason.PROMOTION_BENEFIT_CANCEL
|
Methods in com.retek.component.customerorder that return DistributedReference | |
DistributedReference |
ReturnLineReceiveRequest.getReturnLineRef()
Return the return line reference for the receive request (for an existing pending return line being returned). |
DistributedReference |
ReturnLineReceiveRequest.getSupplierReturnDispositionRef()
Return the supplier return disposition for the receive request. |
DistributedReference |
ReturnLineReceiveRequest.getReturnWarehouseRef()
Return the physical warehouse reference for the return warehouse for the return line. |
DistributedReference |
OrderSearchCriteriaRib.getOrderLineDirectShipOrderRef()
|
DistributedReference |
CustomerOrderCorrespondenceRequestDbSearchCriteria.getBannerRef()
|
DistributedReference |
CustomerOrderCorrespondenceRequestDbSearchCriteria.getOrderLineRef()
|
DistributedReference |
OrderSearchCriteria.getSellingSkuRef()
|
DistributedReference |
OrderSearchCriteria.getBannerRef()
|
DistributedReference |
OrderSearchCriteria.getPendReasonRef()
|
DistributedReference |
OrderSearchCriteria.getCustomerRef()
|
DistributedReference |
OrderSearchCriteria.getMailOrderBatchRef()
|
DistributedReference |
MailOrderBatchSearchCriteria.getBannerRef()
|
DistributedReference |
CustomerOrderCorrespondenceRequestSearchCriteria.getChannelTypeRef()
|
DistributedReference |
ShippedContainerSearchCriteria.getCarrierRef()
|
DistributedReference |
ShippedContainerSearchCriteria.getCustomerOrderRef()
|
DistributedReference |
ShippedContainerSearchCriteria.getShipmentRequestRef()
|
Methods in com.retek.component.customerorder with parameters of type DistributedReference | |
CallTag |
CallTagManager.read(DistributedReference ref)
|
void |
OrderSearchCriteria.setMailOrderBatchRef(DistributedReference mailOrderBatchRef)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber,
DistributedReference customerOrderRef)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber,
DistributedReference customerOrderRef,
DistributedReference shipmentRequestRef)
|
boolean |
ContainerDeliveryConfirmationManager.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
void |
ShippedContainerSearchCriteria.setCarrierRef(DistributedReference reference)
|
void |
ShippedContainerSearchCriteria.setCustomerOrderRef(DistributedReference reference)
|
void |
ShippedContainerSearchCriteria.setShipmentRequestRef(DistributedReference reference)
|
OrderPendReason |
CustomerOrderManager.readOrderPendReason(DistributedReference ref)
|
CustomerOrder |
CustomerOrderManager.read(DistributedReference ref)
|
CustomerOrderLine |
CustomerOrderManager.readCustomerOrderLine(DistributedReference customerOrderLineRef)
|
NoCustomerInformationReturn |
CustomerOrderManager.readNoCustomerInformationReturn(DistributedReference noCustomerInformationReturnRef)
|
ReturnLine |
CustomerOrderManager.readReturnLine(DistributedReference returnLineRef)
|
ShipmentRequest |
CustomerOrderManager.readShipmentRequest(DistributedReference shipmentRequestRef)
|
ShippedContainer |
CustomerOrderManager.readShippedContainer(DistributedReference shippedContainerRef)
|
ReturnReason |
CustomerOrderManager.readReturnReason(DistributedReference ref)
|
SupplierReturnDisposition |
CustomerOrderManager.readSupplierReturnDisposition(DistributedReference ref)
|
OrderCancelReason |
CustomerOrderManager.readSystemCancelReason(DistributedReference orderCancelReasonRef)
|
OrderCancelReason |
CustomerOrderManager.readOrderCancelReason(DistributedReference orderCancelReasonRef)
|
VirtualWhReservationValue |
CustomerOrderManager.buildVirtualWhReservationValueInstance(Quantity reservedQuantity,
java.lang.String skuId,
DistributedReference warehouseRef,
int warehousePriority)
|
void |
VirtualWhReservationValue.setWarehouseRef(DistributedReference warehouseRef)
|
Constructors in com.retek.component.customerorder with parameters of type DistributedReference | |
MailOrderBatchPaymentSummary(DistributedReference tenderTypeRef)
|
Uses of DistributedReference in com.retek.component.customerorder.batch |
Methods in com.retek.component.customerorder.batch that return DistributedReference | |
DistributedReference |
ReleaseBackorderLineRecord.getOrderLineRef()
|
DistributedReference |
ReleaseBackorderLineRecord.getSellingSkuRef()
|
DistributedReference |
ReleaseBackorderLineRecord.getOrderRef()
|
DistributedReference |
RecalculateBOLineECDDRecord.getLineRef()
|
DistributedReference |
RecalculateBOLineECDDRecord.getOrderRef()
|
DistributedReference |
RecalculateBOLineECDDRecord.getSellingSkuRef()
|
Methods in com.retek.component.customerorder.batch with parameters of type DistributedReference | |
void |
ReleaseBackorderLineRecord.setOrderLineRef(DistributedReference orderLineRef)
|
void |
ReleaseBackorderLineRecord.setSellingSkuRef(DistributedReference sellingSkuRef)
|
void |
ReleaseBackorderLineRecord.setOrderRef(DistributedReference reference)
|
void |
RecalculateBOLineECDDRecord.setLineRef(DistributedReference reference)
|
void |
RecalculateBOLineECDDRecord.setOrderRef(DistributedReference reference)
|
void |
RecalculateBOLineECDDRecord.setSellingSkuRef(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl with parameters of type DistributedReference | |
void |
VirtualWhReservationValueImpl.setWarehouseRef(DistributedReference warehouseRef)
|
void |
CustomerOrderLineImpl.setAcceptedPromotionRef(DistributedReference promotionRef)
|
static CustomerOrderCreateAndPublishDirectShipOrderRemoteCommand |
CustomerOrderCommandFactory.createCustomerOrderCreateAndPublishDirectShipOrderRemoteCommand(CustomerOrderImpl order,
DistributedReference userRef,
RDate maxReleaseDate,
DistributedContext context)
|
static CustomerOrderPublishCancelRequestToWmsRemoteCommand |
CustomerOrderCommandFactory.createCustomerOrderPublishCancelRequestToWmsRemoteCommand(java.lang.String skuDisplayCode,
DistributedReference shipRequestRef,
java.lang.String lineOrderNumber,
DistributedContext context)
|
CustomerOrder |
CustomerOrderManagerImpl.read(DistributedReference ref)
|
OrderPendReason |
CustomerOrderManagerImpl.readOrderPendReason(DistributedReference ref)
|
OrderCancelReason |
CustomerOrderManagerImpl.readSystemCancelReason(DistributedReference orderCancelReasonRef)
|
OrderCancelReason |
CustomerOrderManagerImpl.readOrderCancelReason(DistributedReference orderCancelReasonRef)
|
CustomerOrderLine |
CustomerOrderManagerImpl.readCustomerOrderLine(DistributedReference customerOrderLineRef)
|
ReturnLine |
CustomerOrderManagerImpl.readReturnLine(DistributedReference returnLineRef)
|
NoCustomerInformationReturn |
CustomerOrderManagerImpl.readNoCustomerInformationReturn(DistributedReference noCustomerInformationReturnRef)
|
VirtualWhReservationValue |
CustomerOrderManagerImpl.buildVirtualWhReservationValueInstance(Quantity reservedQuantity,
java.lang.String skuId,
DistributedReference warehouseRef,
int warehousePriority)
|
ReturnReason |
CustomerOrderManagerImpl.readReturnReason(DistributedReference ref)
|
ShipmentRequest |
CustomerOrderManagerImpl.readShipmentRequest(DistributedReference shipmentRequestRef)
|
ShippedContainer |
CustomerOrderManagerImpl.readShippedContainer(DistributedReference shippedContainerRef)
|
SupplierReturnDisposition |
CustomerOrderManagerImpl.readSupplierReturnDisposition(DistributedReference ref)
|
CallTag |
CallTagManagerImpl.read(DistributedReference ref)
|
void |
NoCustomerInformationReturnImpl.setReturnReasonRef(DistributedReference returnReasonRef)
|
void |
NoCustomerInformationReturnImpl.setSupplierReturnDispositionRef(DistributedReference supplierReturnDispositionRef)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManagerImpl.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManagerImpl.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber,
DistributedReference customerOrderRef)
|
ContainerDeliveryConfirmation |
ContainerDeliveryConfirmationManagerImpl.findConfirmation(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber,
DistributedReference customerOrderRef,
DistributedReference shipmentRequestRef)
|
boolean |
ContainerDeliveryConfirmationManagerImpl.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
This is a performance fix that allows us to skip reading an entire ShippedContainer to check for a duplicate |
Uses of DistributedReference in com.retek.component.customerorder.impl.fsm |
Methods in com.retek.component.customerorder.impl.fsm that return DistributedReference | |
DistributedReference |
EventData.getCustomerRef()
|
DistributedReference |
EventData.getHistoryEventTypeRef()
|
DistributedReference |
EventData.getUserRef()
|
DistributedReference |
EventData.getWarehouseRef()
|
Methods in com.retek.component.customerorder.impl.fsm with parameters of type DistributedReference | |
void |
EventData.setCustomerRef(DistributedReference reference)
|
void |
EventData.setHistoryEventTypeRef(DistributedReference typeRef)
|
void |
EventData.setUserRef(DistributedReference reference)
|
void |
EventData.setWarehouseRef(DistributedReference warehouseRef)
|
Uses of DistributedReference in com.retek.component.customerorder.impl.persistence |
Methods in com.retek.component.customerorder.impl.persistence that return DistributedReference | |
static DistributedReference |
CustomerOrderDbObjectMaster.getTestRef(java.lang.Class iface)
|
static DistributedReference |
CustomerOrderDbObjectMaster.getTest6DigitMaxRef(java.lang.Class iface)
|
static DistributedReference |
CustomerOrderDbObjectMaster.getUserRef1()
|
static DistributedReference |
CustomerOrderDbObjectMaster.getUserRef2()
|
static DistributedReference |
CustomerOrderDbObjectMaster.getValidCarrierRef()
|
static DistributedReference |
CustomerOrderDbObjectMaster.getValidShippingMethodRef()
|
Uses of DistributedReference in com.retek.component.customerorder.impl.persistence.cache |
Uses of DistributedReference in com.retek.component.customerorder.impl.persistence.db.oracle |
Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
CustomerOrderPaymentTypeDbConverter.buildCustomerOrderPaymentReference(java.lang.String customerOrderPaymentId,
int paymentTypeId)
|
static DistributedReference |
ServiceLineTypeDbConverter.buildServiceLineReference(java.lang.String id,
java.lang.String typeCode)
|
static DistributedReference |
AccommodationTypeDbConverter.buildAccommodationReference(java.lang.String type,
java.lang.String id)
|
static DistributedReference |
CopyOfSellingSkuTypeDbConverter.buildSellingSkuReference(java.lang.String recordType,
java.lang.String sellingSkuId)
|
Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type DistributedReference | |
MailOrderBatchDto |
OracleMailOrderBatchDao.read(DistributedReference reference)
|
java.util.List |
OracleAccommodationRetriever.find(DistributedReference reference)
|
java.util.Set |
OracleVirtualWhReservationValueRetriever.find(DistributedReference orderLineRef)
|
void |
OracleShippedContainerLinePromotionDeleter.delete(DistributedReference orderLineRef)
|
CallTagDto |
OracleCallTagRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleShippedContainerFinder.find(DistributedReference shipmentRequestReference)
|
void |
OracleECDDRecalculationItemDeleter.delete(DistributedReference ref)
|
java.util.List |
OracleOrderPromotionRetriever.find(DistributedReference orderRef)
|
NoCustomerInformationReturnDto |
OracleNoCustomerInformationReturnRetriever.read(DistributedReference ref)
|
void |
OracleReturnLineTaxRecordDeleter.delete(DistributedReference returnLineRef)
|
java.util.List |
OracleReturnLineRetriever.find(DistributedReference orderRef)
|
ReturnLineDto |
OracleReturnLineRetriever.read(DistributedReference returnLineRef)
|
void |
OracleOrderPromotionDeleter.delete(DistributedReference orderRef)
|
void |
OracleReturnLineCreator.create(ReturnLineDto dto,
DistributedReference orderRef)
|
java.util.Set |
OracleServiceLineFinder.find(DistributedReference ref)
|
void |
OracleOrderLinePromotionDeleter.delete(DistributedReference orderLineRef)
|
CustomerOrderDto |
OracleCustomerOrderReader.read(DistributedReference reference)
|
void |
OracleOrderOfferCodeDeleter.delete(DistributedReference orderRef)
|
AccommodationReasonDto |
OracleAccommodationReasonRetriever.read(DistributedReference ref)
|
void |
OracleShippedContainerLineCreator.create(DistributedReference containerRef,
java.util.Set containerLines)
|
java.util.Set |
OracleTaxAccommodationDetailRetriever.find(DistributedReference taxAccommodationRef)
|
static int |
CustomerOrderPaymentTypeDbConverter.getPaymentTypeId(DistributedReference paymentRef)
|
void |
OracleCustomerOrderPendingReasonDeleter.delete(DistributedReference orderReference)
|
OrderLineDto |
OracleOrderLineRetriever.read(DistributedReference ref)
|
OrderPartialLineReasonDto |
OracleOrderPartialLineReasonReader.read(DistributedReference ref)
|
Dto |
OracleMailOrderBatchDtoLifeCycleTest.read(DistributedReference ref)
|
CustomerOrderCorrespondenceRequestDto |
OracleCorrespondenceRequestRetriever.read(DistributedReference ref)
|
protected java.lang.String |
OracleShippedContainerLinePromotionCreator.getServiceLineTypeCode(DistributedReference serviceLineRef)
|
static ServiceLineType |
ServiceLineTypeDbConverter.getServiceLineType(DistributedReference serviceLineRef)
|
java.util.Set |
OracleOrderOfferCodeRetriever.find(DistributedReference orderRef)
|
java.util.Set |
OracleShipToFinder.find(DistributedReference reference)
|
ReturnReasonDto |
OracleReturnReasonDao.read(DistributedReference ref)
|
GiftVoucherAttributesDto |
OracleGiftCertificateAttributesRetriever.find(DistributedReference orderLineRef)
|
OrderPendReasonDto |
OracleOrderPendReasonReader.read(DistributedReference ref)
|
Dto |
OracleCustomerOrderDtoLifeCycleTest.read(DistributedReference ref)
|
ShipmentRequestDto |
OracleShipmentRequestRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleShipmentRequestRetriever.find(DistributedReference orderRef,
java.util.Map orderLineDtosByRef)
|
OriginalOrderSummaryDto |
OracleOriginalOrderSummaryRetriever.read(DistributedReference ref)
|
void |
OracleCustomerOrderPaymentUpdater.update(DistributedReference orderRef,
CustomerOrderPaymentDto dto)
|
ShippedContainerTaxCalculatorInvoiceDto |
OracleShippedContainerTaxCalculatorInvoiceRetriever.read(DistributedReference containerRef)
|
static java.lang.String |
AccommodationTypeDbConverter.getAccommodationType(DistributedReference ref)
|
java.util.Set |
OracleCallTagReturnItemRetriever.find(DistributedReference ref)
|
void |
OracleCustomerOrderPendingReasonCreator.create(DistributedReference orderReference,
java.util.Set customerOrderPendReasons)
|
SupplierReturnDispositionDto |
OracleSupplierReturnDispositionReader.read(DistributedReference ref)
|
void |
OracleServiceLinePromotionDeleter.delete(DistributedReference orderLineRef)
|
void |
OracleCallTagReturnItemCreator.create(DistributedReference callTagReference,
java.util.Set dtos)
|
java.util.Set |
OracleCustomerOrderPaymentHistoryRetriever.findByPayment(DistributedReference paymentRef)
|
CustomerOrderDto |
OracleCustomerOrderDao.persist(CustomerOrderDto orderDto,
DistributedReference userRef)
|
CustomerOrderDto |
OracleCustomerOrderDao.read(DistributedReference ref)
|
ShipmentRequestDto |
OracleCustomerOrderDao.readShipmentRequest(DistributedReference ref)
|
OrderPendReasonDto |
OracleCustomerOrderDao.readOrderPendReason(DistributedReference ref)
|
CustomerOrderPaymentDto |
OracleCustomerOrderDao.readCustomerOrderPayment(DistributedReference reference)
|
ReturnLineDto |
OracleCustomerOrderDao.readReturnLine(DistributedReference returnLineRef)
|
SupplierReturnDispositionDto |
OracleCustomerOrderDao.readDisposition(DistributedReference reference)
|
CustomerOrderTransactionGroupDto |
OracleCustomerOrderDao.readCustomerOrderTransactionGroup(DistributedReference reference)
|
OriginalOrderSummaryDto |
OracleCustomerOrderDao.readOriginalOrderSummary(DistributedReference ref)
|
AccommodationReasonDto |
OracleCustomerOrderDao.readAccommodationReason(DistributedReference ref)
|
CustomerOrderDto |
OracleCustomerOrderDao.persistOrderForSalesAuditExport(CustomerOrderDto customerOrderDto,
DistributedReference userRef)
|
void |
OracleCustomerOrderDao.deleteECDDRecalculationItem(DistributedReference ref)
|
void |
OracleCustomerOrderAuditDao.persist(CustomerOrderDto dto,
DistributedReference userRef,
boolean newOrder,
java.util.Set dirtyForAuditDtos)
|
protected void |
CustomerOrderOracleTestCase.assertCreateOrderUser(java.lang.String customerOrderId,
DistributedReference userRef)
|
protected void |
CustomerOrderOracleTestCase.assertCreateLinesUser(java.lang.String customerOrderId,
DistributedReference userRef)
|
protected void |
CustomerOrderOracleTestCase.assertUpdateHeaderUser(java.lang.String customerOrderId,
DistributedReference createUserRef,
java.lang.String updatedUser)
|
CustomerOrderPaymentDto |
CustomerOrderOracleTestCase.findCustomerOrderPaymentDto(java.util.Set dtos,
DistributedReference ref)
|
void |
CustomerOrderOracleTestCase.modifyMailOrderBatch(DistributedContext context,
MailOrderBatchDto dto,
DistributedReference bannerRef,
java.lang.String batchNum,
DistributedReference orderSourceRef)
|
CustomerOrderPendReasonDto |
CustomerOrderOracleTestCase.findOrderPendReasonDto(java.util.Set readDtos,
DistributedReference expectedRef)
|
void |
OracleShippedContainerTaxCalculatorInvoiceCreator.create(ShippedContainerTaxCalculatorInvoiceDto dto,
DistributedReference containerRef)
|
CallTagDto |
OracleCallTagDao.read(DistributedReference ref)
|
MailOrderBatchDto |
OracleMailOrderBatchRetriever.read(DistributedReference ref)
|
OrderCancelReasonDto |
OracleOrderCancelReasonRetriever.read(DistributedReference ref)
|
void |
OracleServiceLineDeleter.delete(DistributedReference orderLineRef)
|
java.util.Set |
OracleCustomerOrderTransactionGroupRetriever.find(DistributedReference orderRef)
|
CustomerOrderTransactionGroupDto |
OracleCustomerOrderTransactionGroupRetriever.read(DistributedReference groupRef)
|
java.util.Set |
OraclePaymentShippedContainerRetriever.find(DistributedReference paymentRef)
|
java.util.Set |
OracleCustomerOrderPendingReasonRetriever.find(DistributedReference orderReference)
|
ShippedContainerDto |
OracleShippedContainerDao.read(DistributedReference ref)
|
boolean |
OracleShippedContainerDao.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
boolean |
OracleShippedContainerDuplicateFinder.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
void |
OracleGiftCertificateAttributesDeleter.delete(DistributedReference orderLineRef)
|
java.util.Set |
OracleShipmentRequestLineFinder.find(DistributedReference shipRequestRef)
|
java.util.Set |
OracleShipmentRequestLineFinder.find(DistributedReference shipRequestRef,
java.util.Map orderLineDtosByRef)
|
void |
OracleCustomerOrderPaymentCreator.create(DistributedReference customerOrderRef,
java.util.Set customerOrderPaymentDtos)
|
ShippedContainerDto |
OracleShippedContainerReader.read(DistributedReference carrierRef,
java.lang.String carrierTrackingNumber)
|
ShippedContainerDto |
OracleShippedContainerReader.read(DistributedReference containerRef)
|
static java.lang.String |
CopyOfSellingSkuTypeDbConverter.getSellingSkuType(DistributedReference ref)
|
void |
OracleCustomerOrderAuditCreator.create(CustomerOrderDto orderDto,
DistributedReference userRef,
boolean newOrder,
java.util.Set dirtyForAuditDtos)
|
void |
OracleCustomerOrderCorrespondenceRequestDaoTest.modifyCorrespondence(CustomerOrderCorrespondenceRequestDto dto,
DistributedReference orderLineRef,
DistributedReference typeRef)
|
OrderLineDto |
OracleCustomerOrderLineDao.read(DistributedReference ref)
|
void |
OracleShipmentRequestLineCreator.create(DistributedReference shipRequestReference,
java.util.Set shipRequestLineDtos)
|
java.util.Set |
OracleOrderLineDiscountFinder.find(DistributedReference orderLineReference)
|
ReturnReasonDto |
OracleReturnReasonReader.read(DistributedReference ref)
|
void |
OracleReturnLineUpdater.update(ReturnLineDto returnLineDto,
DistributedReference orderRef)
|
NoCustomerInformationReturnDto |
OracleNoCustomerInformationReturnDao.read(DistributedReference reference)
|
OrderCancelReasonDto |
OracleOrderCancelReasonDao.readSystemCancelReason(DistributedReference orderCancelReasonRef)
|
CustomerOrderCorrespondenceRequestDto |
OracleCustomerOrderCorrespondenceRequestDao.read(DistributedReference ref)
|
java.util.List |
OracleServiceLinePromotionRetriever.find(DistributedReference serviceLineRef)
|
CustomerOrderPaymentDto |
OracleCustomerOrderPaymentRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleCustomerOrderPaymentRetriever.find(DistributedReference orderRef)
|
java.util.List |
OracleOrderLinePromotionRetriever.find(DistributedReference orderLineRef)
|
void |
OraclePersonalizationTextLineCreator.create(java.util.List textLines,
DistributedReference serviceLineRef)
|
java.util.Set |
OraclePaymentReturnLineRetriever.find(DistributedReference paymentRef)
|
void |
OracleGiftCertificateAttributesCreator.create(GiftVoucherAttributesDto giftCertificate,
DistributedReference orderLineRef)
|
Uses of DistributedReference in com.retek.component.customerorder.impl.remote |
Methods in com.retek.component.customerorder.impl.remote with parameters of type DistributedReference | |
CustomerOrderDto |
CustomerOrderServicesLocal.cancel(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
OrderCancelReasonDto cancelReasonDto)
|
void |
CustomerOrderServicesLocal.cancelNLAOrderLines(java.util.Set sellingSkuRefs,
OrderCancelReasonDto cancelReasonDto,
DistributedReference userRef)
|
boolean |
CustomerOrderServicesLocal.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
CustomerOrderDto |
CustomerOrderServicesLocal.createAndPublishDirectShipOrder(CustomerOrderDto dto,
DistributedReference userRef,
RDate maxReleaseDate)
|
void |
CustomerOrderServicesLocal.deleteECDDRecalculationItem(DistributedReference ref)
|
boolean |
CustomerOrderServicesLocal.hasPendingSalesAuditTransactions(DistributedReference storeRef,
RDate transactionDate)
|
CustomerOrderDto |
CustomerOrderServicesLocal.pend(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.util.Collection coPendReasonDtos,
RDate cancelByDate,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesLocal.persistOrder(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
java.util.HashMap |
CustomerOrderServicesLocal.persistOrder(MailOrderBatchDto mailOrderBatchDto,
CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesLocal.persistOrderForSalesAuditExport(CustomerOrderDto customerOrderDto,
DistributedReference userRef)
|
void |
CustomerOrderServicesLocal.processOrderForSettlement(DistributedReference orderRef,
java.lang.String settlementFileNumber,
DistributedReference userRef)
|
java.util.Map |
CustomerOrderServicesLocal.publishBackorderNotificationRequests(DistributedReference userRef)
|
void |
CustomerOrderServicesLocal.publishCancelRequestToWMS(java.lang.String skuDisplayCode,
DistributedReference shipRequestRef,
int orderLineNumber)
|
void |
CustomerOrderServicesLocal.publishWorklistCorrespondence(CustomerOrderDto orderDto,
DistributedReference correspondenceTypeRef,
DistributedReference correspondeceTemplateRef,
DeliveryMethodType deliveryMethodType)
|
CustomerOrderDto |
CustomerOrderServicesLocal.read(DistributedReference reference,
long version)
|
AccommodationReasonDto |
CustomerOrderServicesLocal.readAccommodationReason(DistributedReference reasonRef)
|
CustomerOrderCorrespondenceRequestDto |
CustomerOrderServicesLocal.readCustomerOrderCorrespondenceRequest(DistributedReference ref,
long version)
|
OrderLineDto |
CustomerOrderServicesLocal.readCustomerOrderLine(DistributedReference reference,
long version)
|
CustomerOrderPaymentDto |
CustomerOrderServicesLocal.readCustomerOrderPayment(DistributedReference reference,
long version)
|
CustomerOrderTransactionGroupDto |
CustomerOrderServicesLocal.readCustomerOrderTransactionGroup(DistributedReference reference,
long version)
|
SupplierReturnDispositionDto |
CustomerOrderServicesLocal.readDisposition(DistributedReference reference,
long version)
|
MailOrderBatchDto |
CustomerOrderServicesLocal.readMailOrderBatch(DistributedReference reference,
long version)
|
NoCustomerInformationReturnDto |
CustomerOrderServicesLocal.readNoCustomerInformationReturn(DistributedReference reference,
long version)
|
OrderPendReasonDto |
CustomerOrderServicesLocal.readOrderPendReason(DistributedReference ref)
|
OriginalOrderSummaryDto |
CustomerOrderServicesLocal.readOriginalOrderSummary(DistributedReference customerOrderRef)
|
ReturnLineDto |
CustomerOrderServicesLocal.readReturnLine(DistributedReference reference,
long version)
|
ShipmentRequestDto |
CustomerOrderServicesLocal.readShipmentRequest(DistributedReference reference,
long version)
|
ShippedContainerDto |
CustomerOrderServicesLocal.readShippedContainer(DistributedReference reference,
long version)
|
OrderCancelReasonDto |
CustomerOrderServicesLocal.readSystemCancelReason(DistributedReference ref)
|
java.util.Set |
CustomerOrderServicesLocal.receiveNoCustomerInfoReturns(java.util.Set nciReturnDtos,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesLocal.receiveReturns(CustomerOrderDto customerOrderDto,
java.util.Set returnLineRequests,
DistributedReference userRef)
|
MailOrderBatchDto |
CustomerOrderServicesLocal.release(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesLocal.releaseToWms(CustomerOrderDto dto,
DistributedReference userRef)
|
MailOrderBatchDto |
CustomerOrderServicesLocal.submit(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesLocal.submitOrder(CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary,
boolean doLightPersist)
|
java.util.Map |
CustomerOrderServicesLocal.submitOrder(MailOrderBatchDto mailOrderDto,
CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary)
|
ReturnReasonDto |
ReturnReasonServicesRemote.read(DistributedReference ref,
long version)
|
CallTagDto |
CallTagServicesRemote.read(DistributedReference ref,
long version)
|
CallTagDto |
CallTagServicesRemote.submit(CallTagDto dto,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesRemote.cancel(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
OrderCancelReasonDto cancelReasonDto)
|
void |
CustomerOrderServicesRemote.cancelNLAOrderLines(java.util.Set sellingSkuRefs,
OrderCancelReasonDto cancelReasonDto,
DistributedReference userRef)
|
boolean |
CustomerOrderServicesRemote.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
CustomerOrderDto |
CustomerOrderServicesRemote.createAndPublishDirectShipOrder(CustomerOrderDto dto,
DistributedReference userRef,
RDate maxReleaseDate)
|
void |
CustomerOrderServicesRemote.deleteECDDRecalculationItem(DistributedReference ref)
|
boolean |
CustomerOrderServicesRemote.hasPendingSalesAuditTransactions(DistributedReference storeRef,
RDate transactionDate)
|
CustomerOrderDto |
CustomerOrderServicesRemote.pend(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.util.Collection coPendReasonDtos,
RDate cancelByDate,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesRemote.persistOrder(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
java.util.HashMap |
CustomerOrderServicesRemote.persistOrder(MailOrderBatchDto mailOrderBatchDto,
CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesRemote.persistOrderForSalesAuditExport(CustomerOrderDto customerOrderDto,
DistributedReference userRef)
|
void |
CustomerOrderServicesRemote.processOrderForSettlement(DistributedReference orderRef,
java.lang.String settlementFileNumber,
DistributedReference userRef)
|
java.util.Map |
CustomerOrderServicesRemote.publishBackorderNotificationRequests(DistributedReference userRef)
|
void |
CustomerOrderServicesRemote.publishCancelRequestToWMS(java.lang.String skuDisplayCode,
DistributedReference shipRequestRef,
int orderLineNumber)
|
void |
CustomerOrderServicesRemote.publishWorklistCorrespondence(CustomerOrderDto orderDto,
DistributedReference correspondenceTypeRef,
DistributedReference correspondeceTemplateRef,
DeliveryMethodType deliveryMethodType)
|
CustomerOrderDto |
CustomerOrderServicesRemote.read(DistributedReference reference,
long version)
|
AccommodationReasonDto |
CustomerOrderServicesRemote.readAccommodationReason(DistributedReference reasonRef)
|
CustomerOrderCorrespondenceRequestDto |
CustomerOrderServicesRemote.readCustomerOrderCorrespondenceRequest(DistributedReference ref,
long version)
|
OrderLineDto |
CustomerOrderServicesRemote.readCustomerOrderLine(DistributedReference reference,
long version)
|
CustomerOrderPaymentDto |
CustomerOrderServicesRemote.readCustomerOrderPayment(DistributedReference reference,
long version)
|
CustomerOrderTransactionGroupDto |
CustomerOrderServicesRemote.readCustomerOrderTransactionGroup(DistributedReference reference,
long version)
|
SupplierReturnDispositionDto |
CustomerOrderServicesRemote.readDisposition(DistributedReference reference,
long version)
|
MailOrderBatchDto |
CustomerOrderServicesRemote.readMailOrderBatch(DistributedReference reference,
long version)
|
NoCustomerInformationReturnDto |
CustomerOrderServicesRemote.readNoCustomerInformationReturn(DistributedReference reference,
long version)
|
OrderPendReasonDto |
CustomerOrderServicesRemote.readOrderPendReason(DistributedReference ref)
|
OriginalOrderSummaryDto |
CustomerOrderServicesRemote.readOriginalOrderSummary(DistributedReference customerOrderRef)
|
ReturnLineDto |
CustomerOrderServicesRemote.readReturnLine(DistributedReference reference,
long version)
|
ShipmentRequestDto |
CustomerOrderServicesRemote.readShipmentRequest(DistributedReference reference,
long version)
|
ShippedContainerDto |
CustomerOrderServicesRemote.readShippedContainer(DistributedReference reference,
long version)
|
OrderCancelReasonDto |
CustomerOrderServicesRemote.readSystemCancelReason(DistributedReference ref)
|
java.util.Set |
CustomerOrderServicesRemote.receiveNoCustomerInfoReturns(java.util.Set nciReturnDtos,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesRemote.receiveReturns(CustomerOrderDto customerOrderDto,
java.util.Set returnLineRequests,
DistributedReference userRef)
|
MailOrderBatchDto |
CustomerOrderServicesRemote.release(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesRemote.releaseToWms(CustomerOrderDto dto,
DistributedReference userRef)
|
MailOrderBatchDto |
CustomerOrderServicesRemote.submit(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
CustomerOrderDto |
CustomerOrderServicesRemote.submitOrder(CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary,
boolean doLightPersist)
|
java.util.Map |
CustomerOrderServicesRemote.submitOrder(MailOrderBatchDto mailOrderDto,
CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary)
|
static CustomerOrderDto |
CustomerOrderRemotePersistHelper.persistOrderDto(DistributedContext context,
CustomerOrderDto customerOrderDto,
DistributedReference userRef,
boolean isNewOrder,
java.lang.String orginalOrderSummaryInfo)
|
ReturnReasonDto |
ReturnReasonServicesEjb.read(DistributedReference ref,
long version)
|
CustomerOrderDto |
CustomerOrderServicesEjb.submitOrder(CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary,
boolean doLightPersist)
|
java.util.Map |
CustomerOrderServicesEjb.submitOrder(MailOrderBatchDto mailOrderDto,
CustomerOrderDto orderDto,
DistributedReference userRef,
java.lang.String originalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesEjb.persistOrder(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesEjb.persistOrderForSalesAuditExport(CustomerOrderDto customerOrderDto,
DistributedReference userRef)
|
java.util.HashMap |
CustomerOrderServicesEjb.persistOrder(MailOrderBatchDto mailOrderBatchDto,
CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.lang.String orginalOrderSummary)
|
CustomerOrderDto |
CustomerOrderServicesEjb.cancel(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
OrderCancelReasonDto cancelReasonDto)
|
CustomerOrderDto |
CustomerOrderServicesEjb.pend(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
java.util.Collection coPendReasonDtos,
RDate cancelByDate,
java.lang.String orginalOrderSummary)
|
void |
CustomerOrderServicesEjb.processOrderForSettlement(DistributedReference orderRef,
java.lang.String settlementFileNumber,
DistributedReference userRef)
|
OrderPendReasonDto |
CustomerOrderServicesEjb.readOrderPendReason(DistributedReference ref)
|
CustomerOrderDto |
CustomerOrderServicesEjb.read(DistributedReference reference,
long version)
|
OrderLineDto |
CustomerOrderServicesEjb.readCustomerOrderLine(DistributedReference reference,
long version)
|
CustomerOrderPaymentDto |
CustomerOrderServicesEjb.readCustomerOrderPayment(DistributedReference reference,
long version)
|
OrderCancelReasonDto |
CustomerOrderServicesEjb.readSystemCancelReason(DistributedReference ref)
|
MailOrderBatchDto |
CustomerOrderServicesEjb.submit(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
MailOrderBatchDto |
CustomerOrderServicesEjb.release(MailOrderBatchDto mailOrderBatchDto,
DistributedReference userRef)
|
SupplierReturnDispositionDto |
CustomerOrderServicesEjb.readDisposition(DistributedReference reference,
long version)
|
OriginalOrderSummaryDto |
CustomerOrderServicesEjb.readOriginalOrderSummary(DistributedReference customerOrderRef)
|
AccommodationReasonDto |
CustomerOrderServicesEjb.readAccommodationReason(DistributedReference reasonRef)
|
CustomerOrderDto |
CustomerOrderServicesEjb.createAndPublishDirectShipOrder(CustomerOrderDto dto,
DistributedReference userRef,
RDate maxReleaseDate)
|
CustomerOrderDto |
CustomerOrderServicesEjb.releaseToWms(CustomerOrderDto dto,
DistributedReference userRef)
|
boolean |
CustomerOrderServicesEjb.checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
ShipmentRequestDto |
CustomerOrderServicesEjb.readShipmentRequest(DistributedReference reference,
long version)
|
ShippedContainerDto |
CustomerOrderServicesEjb.readShippedContainer(DistributedReference reference,
long version)
|
CustomerOrderTransactionGroupDto |
CustomerOrderServicesEjb.readCustomerOrderTransactionGroup(DistributedReference reference,
long version)
|
CustomerOrderCorrespondenceRequestDto |
CustomerOrderServicesEjb.readCustomerOrderCorrespondenceRequest(DistributedReference ref,
long version)
|
ReturnLineDto |
CustomerOrderServicesEjb.readReturnLine(DistributedReference reference,
long version)
|
NoCustomerInformationReturnDto |
CustomerOrderServicesEjb.readNoCustomerInformationReturn(DistributedReference reference,
long version)
|
void |
CustomerOrderServicesEjb.publishCancelRequestToWMS(java.lang.String skuDisplayCode,
DistributedReference shipRequestRef,
int orderLineNumber)
|
MailOrderBatchDto |
CustomerOrderServicesEjb.readMailOrderBatch(DistributedReference reference,
long version)
|
java.util.Map |
CustomerOrderServicesEjb.publishBackorderNotificationRequests(DistributedReference userRef)
|
boolean |
CustomerOrderServicesEjb.hasPendingSalesAuditTransactions(DistributedReference storeRef,
RDate transactionDate)
|
void |
CustomerOrderServicesEjb.publishWorklistCorrespondence(CustomerOrderDto orderDto,
DistributedReference correspondenceTypeRef,
DistributedReference correspondeceTemplateRef,
DeliveryMethodType deliveryMethodType)
|
CustomerOrderDto |
CustomerOrderServicesEjb.receiveReturns(CustomerOrderDto customerOrderDto,
java.util.Set returnLineRequests,
DistributedReference userRef)
Deprecated. Is using CustomerOrderReceiveReturnsRemoteCommand which is deprecated. |
java.util.Set |
CustomerOrderServicesEjb.receiveNoCustomerInfoReturns(java.util.Set nciReturnDtos,
DistributedReference userRef)
|
void |
CustomerOrderServicesEjb.cancelNLAOrderLines(java.util.Set sellingSkuRefs,
OrderCancelReasonDto cancelReasonDto,
DistributedReference userRef)
|
void |
CustomerOrderServicesEjb.deleteECDDRecalculationItem(DistributedReference ref)
|
CallTagDto |
CallTagServicesEjb.read(DistributedReference ref,
long version)
|
CallTagDto |
CallTagServicesEjb.submit(CallTagDto dto,
DistributedReference userRef)
|
Uses of DistributedReference in com.retek.component.customerorder.impl.remote.command |
Methods in com.retek.component.customerorder.impl.remote.command that return DistributedReference | |
DistributedReference |
CallTagSubmitRemoteCommand.getUserRef()
|
Methods in com.retek.component.customerorder.impl.remote.command with parameters of type DistributedReference | |
void |
CallTagSubmitRemoteCommand.setUserRef(DistributedReference reference)
|
void |
CustomerOrderPublishCancelRequestToWmsRemoteCommand.setShipRequestRef(DistributedReference shipRequestRef)
|
Uses of DistributedReference in com.retek.component.demand.impl |
Constructors in com.retek.component.demand.impl with parameters of type DistributedReference | |
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)
|
Uses of DistributedReference in com.retek.component.demand.impl.persistence |
Methods in com.retek.component.demand.impl.persistence with parameters of type DistributedReference | |
MediaDemandDto |
DemandDao.readMediaDemand(DistributedReference mediaDemandRef)
|
OrderDemandRecordDto |
DemandDao.readOrderDemandRecord(DistributedReference orderDemandRecordRef)
|
OrderLineDemandRecordDto |
DemandDao.readOrderLineDemandRecord(DistributedReference orderLineDemandRecordRef)
|
MediaDemandDto |
DemandDao.findMediaDemand(DistributedReference mediaRef)
|
Uses of DistributedReference in com.retek.component.demand.impl.persistence.cache |
Methods in com.retek.component.demand.impl.persistence.cache with parameters of type DistributedReference | |
MediaDemandDto |
CacheDemandDao.readMediaDemand(DistributedReference mediaDemandRef)
|
OrderDemandRecordDto |
CacheDemandDao.readOrderDemandRecord(DistributedReference orderDemandRecordRef)
|
OrderLineDemandRecordDto |
CacheDemandDao.readOrderLineDemandRecord(DistributedReference orderLineDemandRecordRef)
|
MediaDemandDto |
CacheDemandDao.findMediaDemand(DistributedReference mediaRef)
|
Uses of DistributedReference in com.retek.component.demand.impl.persistence.db.oracle |
Methods in com.retek.component.demand.impl.persistence.db.oracle with parameters of type DistributedReference | |
MediaDemandDto |
OracleMediaDemandRetriever.find(DistributedReference mediaRef)
|
MediaDemandDto |
OracleMediaDemandRetriever.read(DistributedReference ref)
|
MediaDemandDto |
OracleDemandDao.findMediaDemand(DistributedReference mediaRef)
|
MediaDemandDto |
OracleDemandDao.readMediaDemand(DistributedReference ref)
|
OrderDemandRecordDto |
OracleDemandDao.readOrderDemandRecord(DistributedReference ref)
|
OrderLineDemandRecordDto |
OracleDemandDao.readOrderLineDemandRecord(DistributedReference ref)
|
OrderDemandRecordDto |
OracleOrderDemandRetriever.read(DistributedReference ref)
|
void |
OracleDemandDaoTest.modifyMediaDemandDto(MediaDemandDto dto,
DistributedReference mediaRef)
|
OrderLineDemandRecordDto |
OracleOrderLineDemandRetriever.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.demand.impl.remote |
Fields in com.retek.component.demand.impl.remote declared as DistributedReference | |
DistributedReference |
OrderLineDemandRecordDto.mediaRef
|
DistributedReference |
OrderDemandRecordDto.mediaRef
|
DistributedReference |
MediaDemandDto.mediaRef
|
Methods in com.retek.component.demand.impl.remote with parameters of type DistributedReference | |
MediaDemandDto |
DemandServicesRemote.findMediaDemand(DistributedReference mediaRef)
|
MediaDemandDto |
DemandServicesRemote.readMediaDemand(DistributedReference mediaDemandRef,
long version)
|
OrderDemandRecordDto |
DemandServicesRemote.readOrderDemandRecord(DistributedReference orderDemandRef,
long version)
|
OrderLineDemandRecordDto |
DemandServicesRemote.readOrderLineDemandRecord(DistributedReference orderLineDemandRef,
long version)
|
MediaDemandDto |
DemandServicesEjb.readMediaDemand(DistributedReference mediaDemandRef,
long version)
|
OrderDemandRecordDto |
DemandServicesEjb.readOrderDemandRecord(DistributedReference orderDemandRef,
long version)
|
OrderLineDemandRecordDto |
DemandServicesEjb.readOrderLineDemandRecord(DistributedReference orderLineDemandRef,
long version)
|
MediaDemandDto |
DemandServicesEjb.findMediaDemand(DistributedReference mediaRef)
|
Constructors in com.retek.component.demand.impl.remote with parameters of type DistributedReference | |
OrderLineDemandRecordDto(DistributedContext context,
DistributedReference reference)
|
|
OrderLineDemandRecordDto(DistributedReference reference,
long version)
|
|
OrderDemandRecordDto(DistributedContext context,
DistributedReference reference)
|
|
OrderDemandRecordDto(DistributedReference reference,
long version)
|
|
MediaDemandDto(DistributedContext context,
DistributedReference reference)
|
|
MediaDemandDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.directshiporder |
Methods in com.retek.component.directshiporder with parameters of type DistributedReference | |
DirectShipOrder |
DirectShipOrderManager.readDirectShipOrder(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.directshiporder.impl |
Methods in com.retek.component.directshiporder.impl with parameters of type DistributedReference | |
DirectShipOrder |
DirectShipOrderManagerImpl.readDirectShipOrder(DistributedReference ref)
|
Constructors in com.retek.component.directshiporder.impl with parameters of type DistributedReference | |
DirectShipOrderImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
|
|
DirectShipOrderImpl(DistributedContext context,
DistributedReference ref,
Supplier supplier)
|
Uses of DistributedReference in com.retek.component.directshiporder.impl.persistence |
Methods in com.retek.component.directshiporder.impl.persistence with parameters of type DistributedReference | |
static DirectShipOrderLineDto |
DirectShipOrderDbObjectMaster.getDirectShipOrderLineDto(DistributedReference ref,
Money itemCost,
Quantity poLineQty)
|
DirectShipOrderDto |
DirectShipOrderDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.directshiporder.impl.persistence.cache |
Methods in com.retek.component.directshiporder.impl.persistence.cache with parameters of type DistributedReference | |
DirectShipOrderDto |
CacheDirectShipOrderDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.directshiporder.impl.persistence.db.oracle |
Methods in com.retek.component.directshiporder.impl.persistence.db.oracle with parameters of type DistributedReference | |
DirectShipOrderDto |
OracleDirectShipOrderDao.read(DistributedReference reference)
|
DirectShipOrderDto |
OracleDirectShipOrderReader.read(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.directshiporder.impl.remote |
Fields in com.retek.component.directshiporder.impl.remote declared as DistributedReference | |
DistributedReference |
DirectShipOrderLineDto.customerOrderLineRef
|
Methods in com.retek.component.directshiporder.impl.remote with parameters of type DistributedReference | |
DirectShipOrderDto |
DirectShipOrderServicesRemote.read(DistributedReference ref,
long version)
|
DirectShipOrderDto |
DirectShipOrderServicesEjb.read(DistributedReference ref,
long version)
|
Constructors in com.retek.component.directshiporder.impl.remote with parameters of type DistributedReference | |
DirectShipOrderDto(DistributedContext context,
DistributedReference ref)
|
|
DirectShipOrderDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.event |
Methods in com.retek.component.event that return DistributedReference | |
DistributedReference |
SupplierEventSearchCriteria.getEventRef()
|
DistributedReference |
ItemSupplierEventSearchCriteria.getSupplierEventRef()
|
DistributedReference |
BannerEventSearchCriteria.getBannerRef()
|
DistributedReference |
BannerEventSearchCriteria.getEventRef()
|
Methods in com.retek.component.event with parameters of type DistributedReference | |
void |
SupplierEventSearchCriteria.setEventRef(DistributedReference eventRef)
|
void |
ItemSupplierEventSearchCriteria.setSupplierEventRef(DistributedReference supplierEventRef)
|
void |
BannerEventSearchCriteria.setBannerRef(DistributedReference bannerRef)
|
void |
BannerEventSearchCriteria.setEventRef(DistributedReference eventRef)
|
Event |
EventManager.read(DistributedReference ref)
|
BannerEvent |
EventManager.readBannerEvent(DistributedReference reference)
|
SupplierEvent |
EventManager.readSupplierEvent(DistributedReference reference)
|
ItemSupplierEvent |
EventManager.readItemSupplierEvent(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.event.impl |
Methods in com.retek.component.event.impl with parameters of type DistributedReference | |
Event |
EventManagerImpl.read(DistributedReference ref)
|
BannerEvent |
EventManagerImpl.readBannerEvent(DistributedReference reference)
|
SupplierEvent |
EventManagerImpl.readSupplierEvent(DistributedReference reference)
|
ItemSupplierEvent |
EventManagerImpl.readItemSupplierEvent(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.event.impl.persistence |
Methods in com.retek.component.event.impl.persistence with parameters of type DistributedReference | |
EventDto |
EventDao.read(DistributedReference ref)
|
BannerEventDto |
EventDao.readBannerEvent(DistributedReference ref)
|
SupplierEventDto |
EventDao.readSupplierEvent(DistributedReference ref)
|
ItemSupplierEventDto |
EventDao.readItemSupplierEvent(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.event.impl.persistence.cache |
Methods in com.retek.component.event.impl.persistence.cache with parameters of type DistributedReference | |
EventDto |
CacheEventDao.read(DistributedReference ref)
|
BannerEventDto |
CacheEventDao.readBannerEvent(DistributedReference ref)
|
SupplierEventDto |
CacheEventDao.readSupplierEvent(DistributedReference ref)
|
ItemSupplierEventDto |
CacheEventDao.readItemSupplierEvent(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.event.impl.persistence.db.oracle |
Methods in com.retek.component.event.impl.persistence.db.oracle with parameters of type DistributedReference | |
Dto |
OracleBannerEventLifeCycleTest.read(DistributedReference ref)
|
SupplierEventDto |
OracleSupplierEventRetriever.read(DistributedReference ref)
|
ItemSupplierEventDto |
OracleItemSupplierEventRetriever.read(DistributedReference ref)
|
BannerEventDto |
OracleBannerEventRetriever.read(DistributedReference ref)
|
EventDto |
OracleEventRetriever.read(DistributedReference ref)
|
Dto |
OracleSupplierEventLifeCycleTest.read(DistributedReference ref)
|
Dto |
OracleEventLifeCycleTest.read(DistributedReference ref)
|
Dto |
OracleItemSupplierEventLifeCycleTest.read(DistributedReference ref)
|
EventDto |
OracleEventDao.read(DistributedReference ref)
|
BannerEventDto |
OracleEventDao.readBannerEvent(DistributedReference ref)
|
SupplierEventDto |
OracleEventDao.readSupplierEvent(DistributedReference ref)
|
ItemSupplierEventDto |
OracleEventDao.readItemSupplierEvent(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.event.impl.remote |
Fields in com.retek.component.event.impl.remote declared as DistributedReference | |
DistributedReference |
GenericEventDto.eventRef
|
DistributedReference |
GenericEventDto.shippingMethodRef
|
DistributedReference |
ItemSupplierEventDto.supplierEventRef
|
DistributedReference |
BannerEventDto.bannerRef
|
Methods in com.retek.component.event.impl.remote with parameters of type DistributedReference | |
EventDto |
EventServiceRemote.read(DistributedReference ref,
long version)
|
BannerEventDto |
EventServiceRemote.readBannerEvent(DistributedReference ref,
long version)
|
ItemSupplierEventDto |
EventServiceRemote.readItemSupplierEvent(DistributedReference ref,
long version)
|
SupplierEventDto |
EventServiceRemote.readSupplierEvent(DistributedReference ref,
long version)
|
EventDto |
EventServiceEjb.read(DistributedReference ref,
long version)
|
BannerEventDto |
EventServiceEjb.readBannerEvent(DistributedReference ref,
long version)
|
SupplierEventDto |
EventServiceEjb.readSupplierEvent(DistributedReference ref,
long version)
|
ItemSupplierEventDto |
EventServiceEjb.readItemSupplierEvent(DistributedReference ref,
long version)
|
Constructors in com.retek.component.event.impl.remote with parameters of type DistributedReference | |
SupplierEventDto(DistributedReference reference,
long version)
|
|
SupplierEventDto(DistributedContext context,
DistributedReference reference)
|
|
EventDto(DistributedReference reference,
long version)
|
|
EventDto(DistributedContext context,
DistributedReference reference)
|
|
GenericEventDto(DistributedReference reference,
long version)
|
|
GenericEventDto(DistributedContext context,
DistributedReference reference)
|
|
ItemSupplierEventDto(DistributedReference reference,
long version)
|
|
ItemSupplierEventDto(DistributedContext context,
DistributedReference reference)
|
|
BannerEventDto(DistributedReference reference,
long version)
|
|
BannerEventDto(DistributedContext context,
DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.history |
Methods in com.retek.component.history that return DistributedReference | |
DistributedReference |
HistoryEventRequest.getBannerRef()
|
DistributedReference |
HistoryEventRequest.getChannelTypeRef()
|
DistributedReference |
HistoryEventRequest.getTypeRef()
|
DistributedReference |
HistoryEventRequest.getUserRef()
|
DistributedReference |
HistoryEventRequest.getCustomerRef()
|
DistributedReference |
HistoryEventRequest.getOrderRef()
|
DistributedReference |
HistoryEventRequest.getOrderLineRef()
|
DistributedReference |
HistoryEventRequest.getActivityRequestRef()
|
Methods in com.retek.component.history with parameters of type DistributedReference | |
HistoryEvent |
HistoryManager.read(DistributedReference ref)
Read a history event for a specified reference. |
Constructors in com.retek.component.history with parameters of type DistributedReference | |
HistoryEventRequest(HistoryEventType type,
DistributedReference userRef,
DistributedReference customerRef,
java.lang.String detail)
|
Uses of DistributedReference in com.retek.component.history.impl |
Methods in com.retek.component.history.impl with parameters of type DistributedReference | |
HistoryEvent |
HistoryManagerImpl.read(DistributedReference ref)
|
Constructors in com.retek.component.history.impl with parameters of type DistributedReference | |
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 DistributedReference in com.retek.component.history.impl.persistence |
Methods in com.retek.component.history.impl.persistence that return DistributedReference | |
static DistributedReference |
HistoryDbObjectMaster.getUserRef1()
|
static DistributedReference |
HistoryDbObjectMaster.getUserRef2()
|
Methods in com.retek.component.history.impl.persistence with parameters of type DistributedReference | |
HistoryEventDto |
HistoryEventDao.read(DistributedReference ref)
|
HistoryEventTypeDto |
HistoryEventDao.readHistoryEventType(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.history.impl.persistence.cache |
Methods in com.retek.component.history.impl.persistence.cache with parameters of type DistributedReference | |
HistoryEventDto |
CacheHistoryEventDao.read(DistributedReference ref)
|
HistoryEventTypeDto |
CacheHistoryEventDao.readHistoryEventType(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.history.impl.persistence.db.oracle |
Methods in com.retek.component.history.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
ActivityRequestTypeDbConverter.getActivityRequestTypeRef(DistributedReference activityRequestRef)
|
static DistributedReference |
ActivityRequestTypeDbConverter.buildActivityRequestReference(int activityRequestId,
java.lang.String typeCode)
|
Methods in com.retek.component.history.impl.persistence.db.oracle with parameters of type DistributedReference | |
static DistributedReference |
ActivityRequestTypeDbConverter.getActivityRequestTypeRef(DistributedReference activityRequestRef)
|
HistoryEventDto |
OracleHistoryEventDao.read(DistributedReference ref)
|
HistoryEventTypeDto |
OracleHistoryEventDao.readHistoryEventType(DistributedReference ref)
|
HistoryEventTypeDto |
OracleHistoryEventTypeRetriever.read(DistributedReference ref)
|
HistoryEventDto |
OracleHistoryEventReader.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.history.impl.remote |
Fields in com.retek.component.history.impl.remote declared as DistributedReference | |
DistributedReference |
HistoryEventDto.bannerRef
|
DistributedReference |
HistoryEventDto.channelTypeRef
|
DistributedReference |
HistoryEventDto.typeRef
|
DistributedReference |
HistoryEventDto.userRef
|
DistributedReference |
HistoryEventDto.orderRef
|
DistributedReference |
HistoryEventDto.orderLineRef
|
DistributedReference |
HistoryEventDto.customerRef
|
DistributedReference |
HistoryEventDto.activityRequestRef
|
Methods in com.retek.component.history.impl.remote with parameters of type DistributedReference | |
HistoryEventDto |
HistoryServicesRemote.read(DistributedReference reference,
long version)
|
HistoryEventTypeDto |
HistoryServicesRemote.readHistoryEventType(DistributedReference reference,
long version)
|
HistoryEventDto |
HistoryServicesEjb.read(DistributedReference reference,
long version)
|
HistoryEventTypeDto |
HistoryServicesEjb.readHistoryEventType(DistributedReference reference,
long version)
|
Constructors in com.retek.component.history.impl.remote with parameters of type DistributedReference | |
HistoryEventTypeDto(DistributedContext context,
DistributedReference reference)
|
|
HistoryEventTypeDto(DistributedReference reference,
long version)
|
|
HistoryEventDto(DistributedContext context,
DistributedReference reference)
|
|
HistoryEventDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.inventory |
Methods in com.retek.component.inventory that return DistributedReference | |
DistributedReference |
Inventory.getOrganizationRef()
|
DistributedReference |
WarehouseReservationValues.getVirtualWarehouseRef()
|
DistributedReference |
IntegrationReference.getInternalRef()
|
Methods in com.retek.component.inventory with parameters of type DistributedReference | |
java.util.Map |
InventoryManager.readInventoryForItems(java.util.Set sellableItemIds,
DistributedReference organizationRef)
|
AtpValues |
InventoryManager.calculateAtp(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef)
|
AtpValues |
InventoryManager.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef,
boolean allowNegativeFutureAvailableQty)
|
java.util.Map |
InventoryManager.calculateAtpAndFutureAvailableQuantities(java.util.Set sellableItemSet,
RDate reserveFromDate,
DistributedReference bannerRef,
boolean allowNegativeFutureAvailableQty)
|
Quantity |
InventoryManager.getTotalBackorderedQuantity(SellableItem sellableItem,
DistributedReference organizationRef)
|
Quantity |
InventoryManager.getFutureAvailableQuantity(Sku sku,
DistributedReference organizationRef)
|
void |
IntegrationReference.setInternalRef(DistributedReference reference)
|
Constructors in com.retek.component.inventory with parameters of type DistributedReference | |
IntegrationReference(DistributedReference internalRef,
java.lang.String externalId)
|
Uses of DistributedReference in com.retek.component.inventory.impl |
Methods in com.retek.component.inventory.impl that return DistributedReference | |
DistributedReference |
InventoryImpl.getOrganizationRef()
|
Methods in com.retek.component.inventory.impl with parameters of type DistributedReference | |
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 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 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)
|
java.util.Map |
InventoryManagerImpl.readInventoryForItems(java.util.Set sellableItemIds,
DistributedReference organizationRef)
|
AtpValues |
InventoryManagerImpl.calculateAtp(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef)
|
java.util.Map |
InventoryManagerImpl.calculateAtpAndFutureAvailableQuantities(java.util.Set sellableItemSet,
RDate reserveFromDate,
DistributedReference bannerRef,
boolean allowNegativeFutureAvailableQty)
|
AtpValues |
InventoryManagerImpl.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem,
RDate reserveFromDate,
DistributedReference organizationRef,
boolean allowNegativeFutureAvailableQty)
|
Quantity |
InventoryManagerImpl.getTotalBackorderedQuantity(SellableItem sellableItem,
DistributedReference organizationRef)
|
Quantity |
InventoryManagerImpl.getFutureAvailableQuantity(Sku sku,
DistributedReference organizationRef)
|
Constructors in com.retek.component.inventory.impl with parameters of type DistributedReference | |
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)
|
Uses of DistributedReference in com.retek.component.inventory.impl.command |
Fields in com.retek.component.inventory.impl.command declared as DistributedReference | |
protected DistributedReference |
AtpCalculateDatesSellableItemCommand.organizationRef
|
Methods in com.retek.component.inventory.impl.command that return DistributedReference | |
protected DistributedReference |
ATPCalculateQuantityValuesSellableItemCommand.getOrganizationRef()
|
DistributedReference |
AtpCalculateValuesCommand.getOrganizationRef()
|
Methods in com.retek.component.inventory.impl.command with parameters of type DistributedReference | |
void |
ATPCalculateQuantityValuesSellableItemCommand.setOrganizationRef(DistributedReference organizationRef)
|
void |
AtpCalculateDatesSellableItemCommand.setOrganizationRef(DistributedReference organizationRef)
|
void |
AtpCalculateQuantityValuesCommand.setOrganizationRef(DistributedReference organizationRef)
|
void |
AtpCalculateDatesCommand.setOrganizationRef(DistributedReference organizationRef)
|
void |
AtpCalculateValuesCommand.setOrganizationRef(DistributedReference organizationRef)
|
Uses of DistributedReference in com.retek.component.inventory.impl.persistence |
Methods in com.retek.component.inventory.impl.persistence with parameters of type DistributedReference | |
java.util.Map |
RetailManagementInventoryDao.findVirtualWarehouse(java.lang.String displayCode,
DistributedReference organizationRef)
|
void |
RcomReservationDao.reserve(java.lang.String itemId,
DistributedReference locationRef,
ReservationValues reservationValues)
|
void |
RcomReservationDao.reserve(java.lang.String itemId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
ReservationValues reservationValues)
|
void |
RcomReservationDao.release(java.lang.String itemId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
void |
RcomReservationDao.updateBackOrderQuantity(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity qtyToMove)
|
Uses of DistributedReference in com.retek.component.inventory.impl.persistence.cache |
Methods in com.retek.component.inventory.impl.persistence.cache with parameters of type DistributedReference | |
static Quantity |
CacheReservationDao.getTotalReservedQuantityForVirtualWarehouse(java.lang.String sellableItemId,
DistributedReference virtualWarehouseRef)
|
Uses of DistributedReference in com.retek.component.inventory.impl.persistence.db.oracle |
Methods in com.retek.component.inventory.impl.persistence.db.oracle with parameters of type DistributedReference | |
void |
OracleReservationReserver.reserve(java.lang.String skuId,
DistributedReference locationRef,
ReservationValues reservationValues)
|
void |
OracleReservationReserver.reserve(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
ReservationValues reservationValues)
|
void |
OracleRcomReservationDao.reserve(java.lang.String itemId,
DistributedReference locationRef,
ReservationValues reservationValues)
|
void |
OracleRcomReservationDao.reserve(java.lang.String itemId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
ReservationValues reservationValues)
|
void |
OracleRcomReservationDao.release(java.lang.String itemId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
void |
OracleRcomReservationDao.updateBackOrderQuantity(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity qtyToMove)
|
ReservationValues |
OracleReservationReader.read(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef)
|
void |
OracleReservationReleaser.release(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity reservationReleaseQuantity,
Quantity backorderedReleaseQuantity)
|
ReservationValues |
OracleReservedAndBackordedQtyReader.read(java.lang.String itemId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
boolean lockForUpdate)
|
void |
OracleReservationQtyMover.updateBackOrderQuantity(java.lang.String skuId,
DistributedReference bannerRef,
DistributedReference channelTypeRef,
Quantity qtyToMove)
|
Constructors in com.retek.component.inventory.impl.persistence.db.oracle with parameters of type DistributedReference | |
TestReserver(java.lang.String str,
java.lang.String itemId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
Quantity quantityToBackorder,
long timeToSleepBetweenReadAndReserve)
|
Uses of DistributedReference in com.retek.component.inventory.impl.persistence.db.oracle.rms |
Methods in com.retek.component.inventory.impl.persistence.db.oracle.rms with parameters of type DistributedReference | |
java.util.Map |
OracleRmsInventoryDao.findVirtualWarehouse(java.lang.String displayCode,
DistributedReference organizationRef)
|
Uses of DistributedReference in com.retek.component.inventory.impl.remote |
Fields in com.retek.component.inventory.impl.remote declared as DistributedReference | |
DistributedReference |
InventoryDto.organizationRef
|
DistributedReference |
InventoryDto.virtualWarehouseRef
|
Methods in com.retek.component.inventory.impl.remote with parameters of type DistributedReference | |
Quantity |
InventoryServiceTestRemote.getTotalReservedQuantityForVirtualWarehouse(java.lang.String sellableItemId,
DistributedReference virtualWarehouseRef)
|
Quantity |
InventoryServiceRemote.getTotalBackorderedQuantity(java.lang.String sellableItemId,
DistributedReference vStoreRef)
|
Quantity |
InventoryServiceRemote.getTotalReservedQuantity(java.lang.String sellableItemId,
DistributedReference vStoreRef)
|
void |
InventoryServiceRemote.moveQuantityFromReservedToBackOrder(java.lang.String sellableItemId,
DistributedReference vStoreRef,
Quantity qtyToMove,
IntegrationReference warehouseIntegarionRef)
|
void |
InventoryServiceRemote.packRelease(java.lang.String packId,
DistributedReference virtualStoreRef,
PackReservationValues packRsvValues)
|
PackReservationValues |
InventoryServiceRemote.packReserve(java.lang.String packId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate)
|
ReservationValues |
InventoryServiceRemote.reserve(java.lang.String skuId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation)
|
java.util.Set |
InventoryServiceRemote.warehouseReserve(DistributedReference virtualStoreRef,
DistributedReference countryRef,
java.lang.String shipToZipCode,
java.util.Set skuResValues,
boolean isPersonalized,
boolean isGifting)
|
java.util.Set |
InventoryServiceRemote.warehouseReserve(java.lang.String sellableItemId,
DistributedReference virtualStoreRef,
DistributedReference countryRef,
java.lang.String shipToZipCode,
boolean isPersonalized,
boolean isGifting,
Quantity warehouseReservationQuantity)
|
Quantity |
InventoryServiceTestEjb.getTotalReservedQuantityForVirtualWarehouse(java.lang.String sellableItemId,
DistributedReference virtualWarehouseRef)
|
ReservationValues |
InventoryServiceEjb.reserve(java.lang.String skuId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate,
boolean directShipSkuSegregation)
|
PackReservationValues |
InventoryServiceEjb.packReserve(java.lang.String packId,
DistributedReference vStoreRef,
Quantity quantityToReserve,
RDate reserveFromDate)
|
void |
InventoryServiceEjb.packRelease(java.lang.String packId,
DistributedReference virtualStoreRef,
PackReservationValues packRsvValues)
|
java.util.Set |
InventoryServiceEjb.warehouseReserve(DistributedReference virtualStoreRef,
DistributedReference countryRef,
java.lang.String shipToZipCode,
java.util.Set skuResValues,
boolean isPersonalized,
boolean isGifting)
|
java.util.Set |
InventoryServiceEjb.warehouseReserve(java.lang.String sellableItemId,
DistributedReference virtualStoreRef,
DistributedReference countryRef,
java.lang.String shipToZipCode,
boolean isPersonalized,
boolean isGifting,
Quantity warehouseReservationQuantity)
|
Quantity |
InventoryServiceEjb.getTotalReservedQuantity(java.lang.String sellableItemId,
DistributedReference vStoreRef)
|
Quantity |
InventoryServiceEjb.getTotalBackorderedQuantity(java.lang.String sellableItemId,
DistributedReference vStoreRef)
|
void |
InventoryServiceEjb.moveQuantityFromReservedToBackOrder(java.lang.String sellableItemId,
DistributedReference vStoreRef,
Quantity qtyToMove,
IntegrationReference warehouseIntegarionRef)
|
Constructors in com.retek.component.inventory.impl.remote with parameters of type DistributedReference | |
ItemSupplierQuantityBlockDto(DistributedContext context,
DistributedReference reference)
|
|
ItemSupplierQuantityBlockDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.inventory.impl.remote.command |
Methods in com.retek.component.inventory.impl.remote.command that return DistributedReference | |
DistributedReference |
RemotePackComponentWarehouseReserveCommand.getCountryRef()
|
DistributedReference |
RemotePackComponentWarehouseReserveCommand.getVirtualStoreRef()
|
DistributedReference |
RemoteSkuWarehouseReserveCommand.getCountryRef()
|
DistributedReference |
RemoteSkuWarehouseReserveCommand.getVirtualStoreRef()
|
DistributedReference |
RemotePackReleaseCommand.getVirtualStoreRef()
|
Methods in com.retek.component.inventory.impl.remote.command with parameters of type DistributedReference | |
void |
BannerChannelTypeRemotePackReserveCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemotePackComponentWarehouseReserveCommand.setCountryRef(DistributedReference countryRef)
|
void |
RemotePackComponentWarehouseReserveCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
BannerChannelTypeRemoteReserveCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemotePackReserveCommandInterface.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemoteMoveQuantityFromReservedToBackorderCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemoteReserveCommandInterface.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemoteSkuWarehouseReserveCommand.setCountryRef(DistributedReference countryRef)
|
void |
RemoteSkuWarehouseReserveCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
void |
RemotePackReleaseCommand.setVirtualStoreRef(DistributedReference virtualStoreRef)
|
Uses of DistributedReference in com.retek.component.inventory.test |
Methods in com.retek.component.inventory.test with parameters of type DistributedReference | |
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.getTotalRMSReservedQuantity(java.lang.String sellableItemId,
DistributedReference virtualWarehouseRef)
|
Uses of DistributedReference in com.retek.component.item |
Methods in com.retek.component.item that return DistributedReference | |
DistributedReference |
ItemSearchCriteria.getItemCollectionRef()
|
DistributedReference |
ProductInformationSearchCriteria.getBannerRef()
|
DistributedReference |
ProductInformationSearchCriteria.getItemAttributeScreenTypeRef()
|
DistributedReference |
ProductInformationSearchCriteria.getItemAttributeRef()
|
DistributedReference |
ShipRestrictionSearchCriteria.getCarrierRef()
|
DistributedReference |
ItemAttributeScreenTypeSearchCriteria.getBannerRef()
|
Uses of DistributedReference in com.retek.component.item.impl |
Methods in com.retek.component.item.impl with parameters of type DistributedReference | |
ProductInformation |
ProductInformationManagerImpl.readProductInformation(DistributedReference productInfoRef)
|
ItemAttribute |
ItemAttributeManagerImpl.readItemAttribute(DistributedReference itemAttrRef)
|
ItemAttributeScreenType |
ItemAttributeManagerImpl.readItemAttributeScreenType(DistributedReference screenTypeRef)
|
ItemAttributeScreenTypeRelation |
ItemAttributeManagerImpl.readItemAttributeScreenTypeRelation(DistributedReference relationRef)
|
java.util.Set |
ItemAttributeManagerImpl.findItemAttributeScreenTypeRelations(DistributedReference itemAttributeRef)
|
ShipRestriction |
ShipRestrictionManagerImpl.readShipRestriction(DistributedReference ref)
|
AddressCode |
ShipRestrictionManagerImpl.readAddressCode(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.item.impl.persistence |
Uses of DistributedReference in com.retek.component.item.impl.persistence.cache |
Methods in com.retek.component.item.impl.persistence.cache with parameters of type DistributedReference | |
ShipRestrictionDto |
CacheShipRestrictionDao.readShipRestriction(DistributedReference ref)
|
AddressCodeDto |
CacheShipRestrictionDao.readAddressCode(DistributedReference ref)
|
ProductInformationDto |
CacheProductInformationDao.read(DistributedReference productInformationRef)
|
ItemAttributeScreenTypeDto |
CacheItemAttributeScreenTypeDao.read(DistributedReference itemAttributeScreenTypeRef)
|
ItemAttributeScreenTypeRelationDto |
CacheItemAttributeScreenTypeDao.readRelation(DistributedReference itemAttributeScreenTypeRelationRef)
|
java.util.Set |
CacheItemAttributeScreenTypeDao.findRelations(DistributedReference itemAttributeRef)
|
ItemAttributeDto |
CacheItemAttributeDao.read(DistributedReference itemAttributeRef)
|
ItemCollectionDto |
CacheItemCollectionDao.read(DistributedReference itemCollectionRef)
|
Uses of DistributedReference in com.retek.component.item.impl.persistence.db.oracle |
Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type DistributedReference | |
ItemCollectionDto |
OracleItemCollectionDao.read(DistributedReference itemCollectionRef)
|
ItemAttributeDto |
OracleItemAttributeDao.read(DistributedReference ref)
|
void |
OracleItemAttributeScreenTypeRelationUpdater.update(DistributedReference screenTypeRef,
java.util.Set dtos)
|
void |
OracleShipRestrictionDetailCreator.create(DistributedReference ref,
java.util.Collection shipRestrictionAddressDetails)
|
ShipRestrictionDto |
OracleShipRestrictionDao.readShipRestriction(DistributedReference ref)
|
AddressCodeDto |
OracleShipRestrictionDao.readAddressCode(DistributedReference ref)
|
ItemAttributeScreenTypeDto |
OracleItemAttributeScreenTypeDao.read(DistributedReference itemAttributeScreenTypeRef)
|
ItemAttributeScreenTypeRelationDto |
OracleItemAttributeScreenTypeDao.readRelation(DistributedReference ref)
|
java.util.Set |
OracleItemAttributeScreenTypeDao.findRelations(DistributedReference itemAttributeRef)
|
ProductInformationDto |
OracleProductInformationDao.read(DistributedReference productInformationRef)
|
Dto |
OracleAddressCodeDtoLifeCycleTest.read(DistributedReference ref)
|
void |
OracleItemAttributeScreenTypeRelationCreator.create(DistributedReference screenTypeRef,
java.util.Set dtos)
|
ProductInformationAttributeDto |
OracleProductInformationAttributeRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleProductInformationAttributeRetriever.find(DistributedReference productInformationRef)
|
ProductInformationDto |
OracleProductInformationRetriever.read(DistributedReference ref)
|
void |
OracleAddressCodeDetailDeleter.delete(DistributedReference ref)
|
static java.lang.String |
ProductInformationAttributeTypeDbConverter.getProductInformationAttributeType(DistributedReference ref)
|
java.util.List |
OracleAddressCodeDetailFinder.find(DistributedReference ref)
|
ItemAttributeDto |
OracleItemAttributeRetriever.read(DistributedReference ref)
|
Dto |
OracleItemAttributeScreenTypeDtoLifeCycleTest.read(DistributedReference ref)
|
ItemAttributeScreenTypeRelationDto |
OracleItemAttributeScreenTypeRelationRetriever.read(DistributedReference ref)
|
java.util.Set |
OracleItemAttributeScreenTypeRelationRetriever.find(DistributedReference screenTypeRef)
|
java.util.Set |
OracleItemAttributeScreenTypeRelationRetriever.findRelations(DistributedReference attributeRef)
|
ItemAttributeScreenTypeDto |
OracleItemAttributeScreenTypeRetriever.read(DistributedReference ref)
|
Dto |
OracleProductInformationDtoLifeCycleTest.read(DistributedReference ref)
|
ItemCollectionDto |
OracleItemCollectionRetriever.read(DistributedReference ref)
|
ShipRestrictionDto |
OracleShipRestrictionReader.read(DistributedReference distributedReference)
|
void |
OracleShipRestrictionDetailDeleter.delete(DistributedReference ref)
|
Dto |
OracleItemAttributeDtoLifeCycleTest.read(DistributedReference ref)
|
AddressCodeDto |
OracleAddressCodeRetriever.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.item.impl.remote |
Fields in com.retek.component.item.impl.remote declared as DistributedReference | |
DistributedReference |
ItemAttributeScreenTypeRelationDto.itemAttributeRef
|
DistributedReference |
ItemAttributeScreenTypeDto.bannerRef
|
DistributedReference |
ItemProductInformationAttributeDto.itemAttrbuteRef
|
DistributedReference |
ProductInformationDto.itemAttributeScreenTypeRef
|
DistributedReference |
ProductInformationDto.bannerRef
|
DistributedReference |
ProductInformationAttributeDto.productInformationRef
|
DistributedReference |
ShipRestrictionDto.carrierRef
|
DistributedReference |
ShipRestrictionDto.addressCodeRef
|
Methods in com.retek.component.item.impl.remote that return DistributedReference | |
DistributedReference |
ItemDto.getItemCollectionRef()
|
Uses of DistributedReference in com.retek.component.item.test |
Methods in com.retek.component.item.test with parameters of type DistributedReference | |
static void |
ItemObjectMaster.createItemLocationsForVirtualStores(DistributedContext context,
Sku aSku,
DistributedReference orgReference)
|
Uses of DistributedReference in com.retek.component.location |
Methods in com.retek.component.location that return DistributedReference | |
DistributedReference |
DailyMessageFindCriteria.getCallCenterRef()
|
DistributedReference |
LocationSearchCriteria.getChannelRef()
|
DistributedReference |
LocationSearchCriteria.getVirtualStoreRef()
|
Methods in com.retek.component.location with parameters of type DistributedReference | |
Location |
LocationManager.readLocation(DistributedReference ref)
|
Store |
LocationManager.readStore(DistributedReference ref)
|
Warehouse |
LocationManager.readWarehouse(DistributedReference ref)
|
Country |
LocationManager.readCountry(DistributedReference ref)
|
CallCenter |
LocationManager.readCallCenter(DistributedReference distributedReference)
|
Uses of DistributedReference in com.retek.component.location.impl |
Methods in com.retek.component.location.impl with parameters of type DistributedReference | |
Location |
LocationManagerImpl.readLocation(DistributedReference ref)
|
Store |
LocationManagerImpl.readStore(DistributedReference ref)
|
Warehouse |
LocationManagerImpl.readWarehouse(DistributedReference ref)
|
Country |
LocationManagerImpl.readCountry(DistributedReference ref)
|
CallCenter |
LocationManagerImpl.readCallCenter(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.location.impl.persistence |
Methods in com.retek.component.location.impl.persistence that return DistributedReference | |
static DistributedReference |
LocationDbObjectMaster.getChannelRef1()
|
static DistributedReference |
LocationDbObjectMaster.getChannelRef2()
|
static DistributedReference |
LocationDbObjectMaster.getPhysicalWarehouseRef1()
|
static DistributedReference |
LocationDbObjectMaster.getPhysicalWarehouseRef2()
|
Uses of DistributedReference in com.retek.component.location.impl.persistence.cache |
Methods in com.retek.component.location.impl.persistence.cache with parameters of type DistributedReference | |
StoreDto |
CacheStoreDao.read(DistributedReference ref)
|
WarehouseDto |
CacheWarehouseDao.read(DistributedReference ref)
|
java.util.Set |
CacheLocationDao.findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef)
|
CountryDto |
CacheLocationDao.readCountry(DistributedReference ref)
|
CallCenterDto |
CacheLocationDao.readCallCenter(DistributedReference ref)
|
CountryZipCodeRangeDto |
CacheLocationDao.readCountryZipCodeRange(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.location.impl.persistence.db.oracle |
Uses of DistributedReference in com.retek.component.location.impl.remote |
Fields in com.retek.component.location.impl.remote declared as DistributedReference | |
DistributedReference |
ZipCodeRangeWarehousePriorityDto.warehouseRef
|
DistributedReference |
ZipCodeRangeWarehousePriorityDto.countryZipCodeRangeRef
|
DistributedReference |
CountryNonBusinessDateDto.countryRef
|
DistributedReference |
WarehouseDto.physicalWarehouseRef
|
DistributedReference |
StoreDto.defaultWhRef
|
DistributedReference |
CountryDto.lastUpdatedByUserRef
|
DistributedReference |
DailyMessageDto.callCenterRef
|
DistributedReference |
LocationDto.channelRef
|
DistributedReference |
CountryZipCodeRangeDto.countryRef
|
Uses of DistributedReference in com.retek.component.media |
Uses of DistributedReference in com.retek.component.media.impl |
Uses of DistributedReference in com.retek.component.media.impl.persistence |
Uses of DistributedReference in com.retek.component.media.impl.persistence.cache |
Uses of DistributedReference in com.retek.component.media.impl.persistence.db.oracle |
Methods in com.retek.component.media.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
SellingSkuTypeDbConverter.buildSellingSkuReference(java.lang.String recordType,
java.lang.String sellingSkuId)
|
Methods in com.retek.component.media.impl.persistence.db.oracle with parameters of type DistributedReference | |
void |
OracleShippingRateDeleter.delete(DistributedReference groupRef)
|
MediaDto |
OracleMediaDao.read(DistributedReference reference)
|
SourceCodeDto |
OracleMediaDao.readSourceCode(DistributedReference sourceCodeRef)
|
void |
OracleMediaDefaultSourceCodeUpdater.update(DistributedReference mediaRef,
DistributedReference sourceCodeRef)
|
MediaDto |
OracleMediaReader.read(DistributedReference mediaRef)
|
ValueAddedServiceDto |
OracleValueAddedServiceDao.read(DistributedReference valueAddedServiceRef)
|
Dto |
OracleMediaDtoLifeCycleTest.read(DistributedReference ref)
|
void |
OracleSellingItemsforMediaDetailDeleter.deleteAllForMedia(DistributedReference mediaRef)
|
DepictionDto |
OracleSellingItemDepictionDao.findDepiction(DistributedReference mediaRef,
java.lang.String dispictionCode)
|
void |
OracleSellingItemsForMediaDeleter.deleteAllForMedia(DistributedReference mediaRef)
|
ValueAddedServiceDto |
OracleSellingSkuValueAddedServiceReader.read(DistributedReference valueAddedServiceRef)
|
java.util.Set |
OracleDropCodeCreator.create(java.util.Set dropCodes,
DistributedReference mediaRef)
|
void |
OracleVasCreator.create(DistributedReference sellingSkuRef,
ValueAddedServiceDto vasDto)
|
SellingSkuDto |
OracleSellingSkuReader.read(DistributedReference ref)
|
SellingListDto |
OracleSellingListRetriever.read(DistributedReference sellingListRef)
|
void |
OracleSellingSkusForMediaDeleter.deleteAllForMedia(DistributedReference mediaRef)
|
void |
OracleSellingItemDetailDeleter.delete(DistributedReference sellingItemRef)
|
SellingListDto |
OracleSellingListDao.readSellingList(DistributedReference reference)
|
SellingListItemDto |
OracleSellingListDao.readSellingListItem(DistributedReference reference)
|
SellingItemDto |
OracleSellingItemDao.read(DistributedReference sellingItemRef)
|
void |
OracleSellingItemDao.deleteAllForMedia(DistributedReference mediaRef)
|
SellingSkuDto |
OracleSellingItemDao.readSellingSku(DistributedReference ref)
|
java.util.List |
OracleShippingRateFinder.find(DistributedReference groupRef)
|
java.util.List |
OracleSellingListItemRetriever.find(DistributedReference sellingListRef)
|
SellingListItemDto |
OracleSellingListItemRetriever.read(DistributedReference sellingListItemRef)
|
SeasonCodeDto |
OracleSeasonCodeDao.read(DistributedReference reference)
|
java.util.Set |
OracleSellingItemDetailFinder.find(DistributedReference sellingItemRef)
|
ShippingRateTableDto |
OracleShippingRateTableDao.read(DistributedReference reference)
|
ShippingRateTableDto |
OracleShippingRateTableRetriever.read(DistributedReference ref)
|
void |
OracleSellingListItemUpdater.update(java.util.Set dtos,
DistributedReference sellingListRef)
|
java.util.Set |
OracleSellingItemDepictionFinder.find(DistributedReference sellingItemRef)
|
SubConceptDto |
OracleSubConceptReader.read(DistributedReference ref)
|
java.util.List |
OracleDropCodeFinder.find(DistributedReference mediaRef)
|
void |
OracleSellingItemDetailCreator.create(DistributedReference sellingItemRef,
java.util.Set itemIds)
|
void |
OracleSellingSkuValueAddedServiceUpdater.update(DistributedReference sellingSkuRef,
java.util.Set vasDtos)
|
java.util.Set |
OracleSellingSkuValueAddedServiceFinder.find(DistributedReference sellingSkuRef)
|
java.util.Set |
OracleSellingSkuFinder.find(DistributedReference sellingItemRef)
|
void |
OracleSourceShippingRateTableDeleter.deleteByShippingRateGroup(DistributedReference shippingRateGroupRef)
|
void |
OracleSourceShippingRateTableDeleter.deleteByMediaSource(DistributedReference mediaSourceRef)
|
DepictionDto |
OracleDepictionFinder.findDepiction(DistributedReference mediaRef,
java.lang.String depictionCode)
|
MediaTypeDto |
OracleMediaTypeDao.read(DistributedReference ref)
|
java.util.Set |
OracleSourceCodeRetriever.find(DistributedReference dropCodeRef)
|
SourceCodeDto |
OracleSourceCodeRetriever.read(DistributedReference sourceCodeRef)
|
void |
OracleSellingSkuValueAddedServiceForMediaDeleter.deleteAllForMedia(DistributedReference mediaRef)
|
static java.lang.String |
SellingSkuTypeDbConverter.getSellingSkuType(DistributedReference ref)
|
void |
OracleSellingListItemCreator.create(java.util.Set dtos,
DistributedReference sellingListref)
|
MediaTypeDto |
OracleMediaTypeReader.read(DistributedReference ref)
|
java.util.Set |
OracleSourceShippingRateTableRetriever.find(DistributedReference ref)
|
java.util.Set |
OracleSourceCodeCreator.create(java.util.Set sourceCodes,
DistributedReference dropRef)
|
SubConceptDto |
OracleSubConceptDao.read(DistributedReference ref)
|
SeasonCodeDto |
OracleSeasonCodeReader.read(DistributedReference ref)
|
void |
OracleSellingSkuValueAddedServiceCreator.create(DistributedReference sellingSkuRef,
java.util.Set vasDtos)
|
SellingItemDto |
OracleSellingItemRetriever.read(DistributedReference sellingItemRef)
|
void |
OracleVasUpdater.update(DistributedReference sellingSkuRef,
ValueAddedServiceDto dto)
|
void |
OracleSellingItemDepictionsForMediaDeleter.deleteAllForMedia(DistributedReference mediaRef)
|
Uses of DistributedReference in com.retek.component.media.impl.remote |
Uses of DistributedReference in com.retek.component.media.test |
Methods in com.retek.component.media.test with parameters of type DistributedReference | |
static ShippingRateTable |
MediaObjectMaster.createShippingRateTable(DistributedContext context,
ShippingRateTableType shippingRateTableType,
DistributedReference bannerRef,
DistributedReference channelTypeRef)
|
static ShippingRateTable |
MediaObjectMaster.createShippingRateTableForSourceCode(DistributedContext context,
DistributedReference bannerRef,
DistributedReference channelTypeRef)
|
Uses of DistributedReference in com.retek.component.message |
Methods in com.retek.component.message that return DistributedReference | |
DistributedReference |
MessageSearchCriteria.getTriggerableRef()
|
DistributedReference |
MessageSearchCriteria.getBannerRef()
|
Methods in com.retek.component.message with parameters of type DistributedReference | |
void |
MessageSearchCriteria.setTriggerableRef(DistributedReference triggerableRef)
|
Uses of DistributedReference in com.retek.component.message.impl |
Constructors in com.retek.component.message.impl with parameters of type DistributedReference | |
MessageImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
MessageImpl(DistributedContext context,
DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.message.impl.persistence |
Methods in com.retek.component.message.impl.persistence with parameters of type DistributedReference | |
MessageDto |
MessageDao.read(DistributedReference messageRef)
|
Uses of DistributedReference in com.retek.component.message.impl.persistence.cache |
Methods in com.retek.component.message.impl.persistence.cache with parameters of type DistributedReference | |
java.util.Set |
CacheMessageDao.findMessages(DistributedReference triggerRef)
|
MessageDto |
CacheMessageDao.read(DistributedReference messageRef)
|
Uses of DistributedReference in com.retek.component.message.impl.persistence.db.oracle |
Methods in com.retek.component.message.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
MessagePromptTypeDbConverter.buildPromptReference(java.lang.String promptId,
java.lang.String recordType)
|
Methods in com.retek.component.message.impl.persistence.db.oracle with parameters of type DistributedReference | |
void |
OracleMessagePromptConditionRefDeleter.delete(DistributedReference messageRef)
|
MessageDto |
OracleMessageRetriever.read(DistributedReference messageRef)
|
java.util.Set |
OraclePromptConditionRefRetriever.find(DistributedReference messageRef,
Prompt prompt)
|
MessageDto |
OracleMessageDao.read(DistributedReference messageRef)
|
void |
OracleMessagePromptConditionCreator.create(DistributedReference messageRef,
java.util.Set promptConditionRefs)
|
protected void |
MessageOracleTestCase.modifyMessageDto(MessageDto dto,
DistributedReference newRef)
|
static java.lang.String |
MessagePromptTypeDbConverter.getPromptTypeId(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.message.impl.remote |
Fields in com.retek.component.message.impl.remote declared as DistributedReference | |
DistributedReference |
MessageDto.bannerRef
|
DistributedReference |
MessageDto.channelTypeRef
|
Methods in com.retek.component.message.impl.remote with parameters of type DistributedReference | |
MessageDto |
MessageServicesRemote.read(DistributedReference messageRef,
long version)
|
MessageDto |
MessageServicesEjb.read(DistributedReference messageRef,
long version)
|
Constructors in com.retek.component.message.impl.remote with parameters of type DistributedReference | |
MessageDto(DistributedContext context,
DistributedReference reference)
|
|
MessageDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.payment |
Methods in com.retek.component.payment that return DistributedReference | |
DistributedReference |
CreditCard.getTenderTypeRef()
|
DistributedReference |
PaymentSettlementTransactionHeader.getTransactionContainerRef()
|
Methods in com.retek.component.payment with parameters of type DistributedReference | |
TenderTypeGroup |
TenderTypeManager.readTenderTypeGroup(DistributedReference tenderTypeGroupRef)
Resolves a reference to a TenderTypeGroup and returns the associated object. |
TenderType |
TenderTypeManager.readTenderType(DistributedReference tenderTypeRef)
Resolves a reference to a TenderType and returns the associated object. |
PaymentPlanCode |
TenderTypeManager.readPaymentPlanCode(DistributedReference paymentPlanCodeRef)
Resolves a reference to a PaymentPlanCode and returns the associated object. |
PaymentSettlementFile |
PaymentSettlementManager.readPaymentSettlementFile(DistributedReference paymentSettlementFileRef)
Read a payment settlement file for a given reference. |
PaymentSettlementTransactionContainer |
PaymentSettlementManager.readPaymentSettlementTransactionContainer(DistributedReference ref)
Read a payment settlement order record set for a given reference. |
void |
CreditCard.setTenderTypeRef(DistributedReference tenderTypeRef)
|
Uses of DistributedReference in com.retek.component.payment.impl |
Methods in com.retek.component.payment.impl that return DistributedReference | |
DistributedReference |
PaymentSettlementTransactionHeaderImpl.getTransactionContainerRef()
|
Methods in com.retek.component.payment.impl with parameters of type DistributedReference | |
PaymentSettlementFile |
PaymentSettlementManagerImpl.readPaymentSettlementFile(DistributedReference paymentSettlementFileRef)
|
PaymentSettlementTransactionContainer |
PaymentSettlementManagerImpl.readPaymentSettlementTransactionContainer(DistributedReference settlementOrderRecordSetRef)
|
TenderTypeGroup |
TenderTypeManagerImpl.readTenderTypeGroup(DistributedReference tenderTypeGroupRef)
|
TenderType |
TenderTypeManagerImpl.readTenderType(DistributedReference tenderTypeRef)
|
PaymentPlanCode |
TenderTypeManagerImpl.readPaymentPlanCode(DistributedReference paymentPlanCodeRef)
|
void |
PaymentSettlementTransactionHeaderImpl.setTransactionContainerRef(DistributedReference transactionContainerRef)
|
Uses of DistributedReference in com.retek.component.payment.impl.persistence |
Methods in com.retek.component.payment.impl.persistence with parameters of type DistributedReference | |
TenderTypeDto |
TenderTypeDao.readTenderType(DistributedReference ref)
Reads a specific tender type based on the reference. |
TenderTypeGroupDto |
TenderTypeDao.readTenderTypeGroup(DistributedReference ref)
Reads a specific tender type group based on the reference. |
PaymentPlanCodeDto |
TenderTypeDao.readPaymentPlanCode(DistributedReference ref)
Reads a specific payment plan code based on the reference. |
PaymentSettlementFileDto |
PaymentSettlementDao.readPaymentSettlementFile(DistributedReference ref)
|
PaymentSettlementTransactionContainerDto |
PaymentSettlementDao.readPaymentSettlementTransactionContainer(DistributedReference reference)
|
static TenderTypeDto |
PaymentDbObjectMaster.getTenderTypeDto(java.lang.String tenderTypeId,
java.lang.String tenderTypeDesc,
DistributedReference tenderTypeGroupRef,
int settlementOrder)
|
static PaymentPlanCodeDto |
PaymentDbObjectMaster.getPersistedPaymentPlanDto(DistributedContext context,
DistributedReference ref,
java.lang.String planCode,
java.lang.String planDesc)
|
Uses of DistributedReference in com.retek.component.payment.impl.persistence.cache |
Methods in com.retek.component.payment.impl.persistence.cache with parameters of type DistributedReference | |
PaymentSettlementFileDto |
CachePaymentSettlementDao.readPaymentSettlementFile(DistributedReference ref)
|
PaymentSettlementTransactionContainerDto |
CachePaymentSettlementDao.readPaymentSettlementTransactionContainer(DistributedReference ref)
|
TenderTypeDto |
CacheTenderTypeDao.readTenderType(DistributedReference ref)
|
TenderTypeGroupDto |
CacheTenderTypeDao.readTenderTypeGroup(DistributedReference ref)
|
PaymentPlanCodeDto |
CacheTenderTypeDao.readPaymentPlanCode(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.payment.impl.persistence.db.oracle |
Uses of DistributedReference in com.retek.component.payment.impl.remote |
Fields in com.retek.component.payment.impl.remote declared as DistributedReference | |
DistributedReference |
CreditCardPaymentDto.paymentPlanCodeRef
|
DistributedReference |
TenderTypeDto.tenderTypeGroupReference
|
DistributedReference |
PaymentSettlementTransactionHeaderDto.transactionContainerRef
|
DistributedReference |
TenderTypePaymentPlanCodeDto.paymentPlanCodeRef
|
Uses of DistributedReference in com.retek.component.pend |
Methods in com.retek.component.pend with parameters of type DistributedReference | |
PendRule |
PendManager.readPendRule(DistributedReference ref)
|
HighRiskZip |
PendManager.readHighRiskZip(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.pend.impl |
Methods in com.retek.component.pend.impl with parameters of type DistributedReference | |
PendRule |
PendManagerImpl.readPendRule(DistributedReference ref)
|
HighRiskZip |
PendManagerImpl.readHighRiskZip(DistributedReference ref)
|
Constructors in com.retek.component.pend.impl with parameters of type DistributedReference | |
NegativeCustomerRecordImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
|
|
NegativeCustomerRecordImpl(DistributedContext context,
DistributedReference ref)
|
|
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 DistributedReference in com.retek.component.pend.impl.persistence |
Methods in com.retek.component.pend.impl.persistence that return DistributedReference | |
static DistributedReference |
PendDbObjectMaster.getUserRef1()
|
static DistributedReference |
PendDbObjectMaster.getUserRef2()
|
Methods in com.retek.component.pend.impl.persistence with parameters of type DistributedReference | |
NegativeCustomerRecordDto |
NegativeCustomerRecordDao.read(DistributedReference ref)
|
HighRiskZipDto |
HighRiskZipDao.read(DistributedReference ref)
|
PendRuleDto |
PendRuleDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.pend.impl.persistence.cache |
Methods in com.retek.component.pend.impl.persistence.cache with parameters of type DistributedReference | |
NegativeCustomerRecordDto |
CacheNegativeCustomerRecordDao.read(DistributedReference ref)
|
HighRiskZipDto |
CacheHighRiskZipDao.read(DistributedReference ref)
|
PendRuleDto |
CachePendRuleDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.pend.impl.persistence.db.oracle |
Fields in com.retek.component.pend.impl.persistence.db.oracle declared as DistributedReference | |
protected DistributedReference |
BaseOracleNegativeCustomerRecordRetriever.ref
|
Methods in com.retek.component.pend.impl.persistence.db.oracle with parameters of type DistributedReference | |
Dto |
OracleHighRiskZipDaoTest.read(DistributedReference ref)
|
protected NegativeCustomerRecordDto |
PendOracleTestCase.findNegativeCustomer(java.util.Collection dtos,
DistributedReference ref)
|
NegativeCustomerRecordDto |
OracleNegativeCustomerRecordRetriever.read(DistributedReference negativeCustomerRecordRef)
|
HighRiskZipDto |
OracleHighRiskZipReader.read(DistributedReference reference)
|
HighRiskZipDto |
OracleHighRiskZipDao.read(DistributedReference reference)
|
PendRuleDto |
OraclePendRuleDao.read(DistributedReference ref)
|
NegativeCustomerRecordDto |
OracleNegativeCustomerRecordDao.read(DistributedReference ref)
|
PendRuleDto |
OraclePendRuleReader.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.pend.impl.remote |
Fields in com.retek.component.pend.impl.remote declared as DistributedReference | |
DistributedReference |
NegativeCustomerRecordDto.createdBy
|
DistributedReference |
NegativeCustomerRecordDto.lastUpdatedBy
|
DistributedReference |
NegativeCustomerRecordDto.paymentMethodRef
|
DistributedReference |
HighRiskZipDto.createdBy
|
DistributedReference |
HighRiskZipDto.lastModifiedBy
|
DistributedReference |
PendRuleDto.taskRef
|
DistributedReference |
PendRuleDto.tenderTypeRef
|
DistributedReference |
PendRuleDto.fraudAlertPendReasonRef
|
DistributedReference |
PendRuleDto.roleRef
|
DistributedReference |
PendRuleDto.orderSourceRef
|
Methods in com.retek.component.pend.impl.remote with parameters of type DistributedReference | |
PendRuleDto |
PendServicesRemote.readFraudRule(DistributedReference ref,
long version)
|
HighRiskZipDto |
PendServicesRemote.readHighRiskZip(DistributedReference ref,
long version)
|
NegativeCustomerRecordDto |
PendServicesRemote.readNegativeCustomerRecord(DistributedReference ref,
long version)
|
NegativeCustomerRecordDto |
PendServicesEjb.readNegativeCustomerRecord(DistributedReference ref,
long version)
|
PendRuleDto |
PendServicesEjb.readFraudRule(DistributedReference ref,
long version)
|
HighRiskZipDto |
PendServicesEjb.readHighRiskZip(DistributedReference ref,
long version)
|
Constructors in com.retek.component.pend.impl.remote with parameters of type DistributedReference | |
NegativeCustomerRecordDto(DistributedContext context,
DistributedReference ref)
|
|
NegativeCustomerRecordDto(DistributedReference reference,
long version)
|
|
HighRiskZipDto(DistributedContext context,
DistributedReference ref)
|
|
HighRiskZipDto(DistributedReference reference,
long version)
|
|
PendRuleDto(DistributedContext context,
DistributedReference ref)
|
|
PendRuleDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.promotion |
Methods in com.retek.component.promotion that return DistributedReference | |
DistributedReference |
PromotionSearchCriteria.getMediaRef()
|
DistributedReference |
PromotionSearchCriteria.getSourceCodeRef()
|
DistributedReference |
PromotionSearchCriteria.getAltSellingListRef()
|
DistributedReference |
PromotionSearchCriteria.getOfferCodeRef()
|
DistributedReference |
PromotionSearchCriteria.getBannerRef()
|
DistributedReference |
PromotionSearchCriteria.getChannelTypeRef()
|
Uses of DistributedReference in com.retek.component.promotion.impl |
Methods in com.retek.component.promotion.impl with parameters of type DistributedReference | |
Promotion |
PromotionManagerImpl.readPromotion(DistributedReference ref)
|
ReceivableItem |
PromotionManagerImpl.readReceivableItem(DistributedReference ref)
|
ThresholdableItem |
PromotionManagerImpl.readThresholdableItem(DistributedReference ref)
|
java.util.Set |
PromotionManagerImpl.findActivePromotionsForSourceCode(DistributedReference sourceCodeRef)
|
java.util.Set |
PromotionManagerImpl.findActivePromotionsForOfferCode(DistributedReference offerCodeRef)
|
java.util.Set |
PromotionManagerImpl.findPromotions(DistributedReference sourceCodeRef,
RDate promoAppliedDate)
|
Uses of DistributedReference in com.retek.component.promotion.impl.persistence |
Methods in com.retek.component.promotion.impl.persistence with parameters of type DistributedReference | |
PromotionDto |
PromotionDao.read(DistributedReference reference)
|
PromotionBenefitDto |
PromotionDao.readPromotionBenefit(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.promotion.impl.persistence.cache |
Methods in com.retek.component.promotion.impl.persistence.cache with parameters of type DistributedReference | |
PromotionDto |
CachePromotionDao.read(DistributedReference reference)
|
PromotionBenefitDto |
CachePromotionDao.readPromotionBenefit(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.promotion.impl.persistence.db.oracle |
Methods in com.retek.component.promotion.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
CopyOfTenderTypeDbConverter.buildTenderTypeReference(java.lang.String recordType,
java.lang.String tenderTypeId)
|
static DistributedReference |
ItemTypeDbConverter.buildItemReference(java.lang.String type,
java.lang.String id)
|
Methods in com.retek.component.promotion.impl.persistence.db.oracle with parameters of type DistributedReference | |
static java.lang.String |
CopyOfTenderTypeDbConverter.getTenderTypeCode(DistributedReference ref)
|
PromotionDto |
OraclePromotionRetriever.read(DistributedReference ref)
|
java.util.Set |
OraclePromotionOfferCodeRetriever.find(DistributedReference promotionRef)
|
void |
OraclePromotionThresholdCreator.create(java.util.List dtos,
DistributedReference promotionRef)
|
Dto |
OraclePromotionDtoLifeCycleTest.read(DistributedReference ref)
|
void |
PromotionOracleTestCase.modifyPromotionDto(PromotionDto dto,
DistributedReference bannerRef,
DistributedReference channelTypeRef)
|
static java.lang.String |
ItemTypeDbConverter.getItemType(DistributedReference ref)
|
java.util.Set |
OraclePromotionSellingListRetriever.find(DistributedReference promotionRef)
|
void |
OraclePromotionSourceDeleter.delete(DistributedReference promotionRef)
|
java.util.Set |
OraclePromotionTenderTypeRetriever.find(DistributedReference promotionRef)
|
PromotionDto |
OraclePromotionThresholdRetriever.read(DistributedReference ref)
|
java.util.Set |
OraclePromotionThresholdRetriever.find(DistributedReference promotionRef)
|
java.util.Set |
OraclePromotionSourceRetriever.find(DistributedReference promotionRef)
|
void |
OraclePromotionSellingListDeleter.delete(DistributedReference promotionRef)
|
void |
OraclePromotionTenderTypeDeleter.delete(DistributedReference promotionRef)
|
void |
OraclePromotionBenefitUpdater.update(java.util.Set dtos,
DistributedReference promotionRef)
|
java.util.Set |
OraclePromotionBenefitPaymentPlanRetriever.find(DistributedReference promotionBenefitRef)
|
PromotionDto |
OraclePromotionDao.read(DistributedReference reference)
|
PromotionBenefitDto |
OraclePromotionDao.readPromotionBenefit(DistributedReference reference)
|
void |
OraclePromotionThresholdUpdater.update(java.util.List dtos,
DistributedReference promotionRef)
|
PromotionBenefitDto |
OraclePromotionBenefitRetriever.read(DistributedReference ref)
|
java.util.Set |
OraclePromotionBenefitRetriever.find(DistributedReference promotionRef)
|
void |
OraclePromotionBenefitCreator.create(java.util.Set dtos,
DistributedReference promotionRef)
|
void |
OraclePromotionOfferCodeDeleter.delete(DistributedReference promotionRef)
|
Uses of DistributedReference in com.retek.component.promotion.impl.remote |
Fields in com.retek.component.promotion.impl.remote declared as DistributedReference | |
DistributedReference |
PromotionBenefitDto.createdByRef
|
DistributedReference |
PromotionBenefitDto.lastUpdatedByRef
|
DistributedReference |
ItemBenefitDto.receivableItemRef
|
DistributedReference |
PromotionThresholdDto.createdByRef
|
DistributedReference |
PromotionThresholdDto.lastUpdatedByRef
|
DistributedReference |
PromotionDto.bannerRef
|
DistributedReference |
PromotionDto.channelTypeRef
|
DistributedReference |
PromotionDto.createdByUserRef
|
DistributedReference |
PromotionDto.lastUpdatedByUserRef
|
DistributedReference |
SellingListItemBenefitDto.sellingListItemRef
|
DistributedReference |
ItemPromotionThresholdDto.distributedItemRef
The distributeItemRef and the nonDistributedItemId are mutulally exclusive. |
Methods in com.retek.component.promotion.impl.remote with parameters of type DistributedReference | |
PromotionDto |
PromotionServicesRemote.readPromotion(DistributedReference reference,
long oldVersion)
|
PromotionBenefitDto |
PromotionServicesRemote.readPromotionBenefit(DistributedReference reference,
long oldVersion)
|
PromotionDto |
PromotionServicesEjb.readPromotion(DistributedReference reference,
long oldVersion)
|
PromotionBenefitDto |
PromotionServicesEjb.readPromotionBenefit(DistributedReference reference,
long oldVersion)
|
Uses of DistributedReference in com.retek.component.salesaudit |
Methods in com.retek.component.salesaudit that return DistributedReference | |
DistributedReference |
SaeStoreDayKey.getStoreRef()
|
DistributedReference |
SaeStoreTransactionHeader.getSourceObjectRef()
Return the source object reference for the header. |
DistributedReference |
SaeStoreTransactionHeader.getStoreTransactionContainerRef()
Return the order transaction container reference for the header. |
Methods in com.retek.component.salesaudit with parameters of type DistributedReference | |
void |
SalesAuditManager.processOrderForSalesAuditExport(DistributedReference orderRef,
User user)
Process a customer order for sales audit, converting triggered order objects into appropriate sales audit transaction elements. |
Uses of DistributedReference in com.retek.component.salesaudit.batch |
Methods in com.retek.component.salesaudit.batch with parameters of type DistributedReference | |
void |
SalesAuditExportBatchObserver.notifyOrderProcessed(DistributedReference orderRef)
|
void |
SalesAuditExportBatchTestObserver.notifyOrderProcessed(DistributedReference orderRef)
|
Uses of DistributedReference in com.retek.component.salesaudit.impl |
Methods in com.retek.component.salesaudit.impl that return DistributedReference | |
DistributedReference |
SaeStoreTransactionHeaderImpl.getSourceObjectRef()
|
DistributedReference |
SaeStoreTransactionHeaderImpl.getStoreTransactionContainerRef()
|
Methods in com.retek.component.salesaudit.impl with parameters of type DistributedReference | |
protected Dto |
SaeStoreTransactionContainerImpl.readLatest(DistributedReference reference)
|
void |
SalesAuditManagerImpl.processOrderForSalesAuditExport(DistributedReference orderRef,
User user)
|
Constructors in com.retek.component.salesaudit.impl with parameters of type DistributedReference | |
SaeStoreDayImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
SaeStoreDayImpl(DistributedContext context,
DistributedReference reference,
Store store,
RDate transactionDate)
|
|
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)
|
Uses of DistributedReference in com.retek.component.salesaudit.impl.persistence |
Methods in com.retek.component.salesaudit.impl.persistence with parameters of type DistributedReference | |
static SaeStoreTransactionCounterDto |
SalesAuditDbObjectMaster.getSaeStoreTransactionCounterDto(DistributedContext context,
DistributedReference storeRef)
|
SaeStoreDayDto |
SaeStoreDayDao.findSaeStoreDay(DistributedReference storeRef,
RDate transactionDate)
|
RDate |
SaeStoreDayDao.findLastClosedDate(DistributedReference storeRef)
|
SaeStoreTransactionCounterDto |
SaeStoreDayDao.findSaeStoreTransactionCounter(DistributedReference storeRef)
|
SaeStoreTransactionCounterDto |
SaeStoreDayDao.readSaeStoreTransactionCounter(DistributedReference reference)
|
SaeStoreTransactionContainerDto |
SaeStoreTransactionContainerDao.readContainer(DistributedReference reference)
|
boolean |
SaeStoreTransactionContainerDao.hasPendingSaeTransactions(DistributedReference storeRef,
RDate transactionDate)
|
Uses of DistributedReference in com.retek.component.salesaudit.impl.persistence.cache |
Methods in com.retek.component.salesaudit.impl.persistence.cache with parameters of type DistributedReference | |
SaeStoreTransactionContainerDto |
CacheSaeStoreTransactionContainerDao.readContainer(DistributedReference reference)
|
boolean |
CacheSaeStoreTransactionContainerDao.hasPendingSaeTransactions(DistributedReference storeRef,
RDate transactionDate)
|
SaeStoreDayDto |
CacheSaeStoreDayDao.findSaeStoreDay(DistributedReference storeRef,
RDate transactionDate)
|
RDate |
CacheSaeStoreDayDao.findLastClosedDate(DistributedReference storeRef)
|
SaeStoreTransactionCounterDto |
CacheSaeStoreDayDao.findSaeStoreTransactionCounter(DistributedReference storeRef)
|
SaeStoreTransactionCounterDto |
CacheSaeStoreDayDao.readSaeStoreTransactionCounter(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.salesaudit.impl.persistence.db.oracle |
Uses of DistributedReference in com.retek.component.salesaudit.impl.remote |
Fields in com.retek.component.salesaudit.impl.remote declared as DistributedReference | |
DistributedReference |
SaeStoreTransactionCounterDto.storeRef
|
DistributedReference |
SaeStoreTransactionHeaderDto.storeRef
|
DistributedReference |
SaeStoreTransactionHeaderDto.sourceObjectRef
|
DistributedReference |
SaeStoreTransactionHeaderDto.orderTransactionContainerRef
|
DistributedReference |
SaeStoreDayDto.storeRef
|
DistributedReference |
SaeStoreTransactionContainerDto.storeRef
|
DistributedReference |
SaeStoreTransactionContainerDto.sourceObjectRef
|
Constructors in com.retek.component.salesaudit.impl.remote with parameters of type DistributedReference | |
SaeStoreTransactionCounterDto(DistributedContext context,
DistributedReference reference)
|
|
SaeStoreTransactionCounterDto(DistributedReference reference,
long version)
|
|
SaeStoreDayDto(DistributedContext context,
DistributedReference reference)
|
|
SaeStoreDayDto(DistributedReference reference,
long version)
|
|
SaeStoreTransactionContainerDto(DistributedContext context,
DistributedReference reference)
|
|
SaeStoreTransactionContainerDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.security |
Methods in com.retek.component.security that return DistributedReference | |
DistributedReference |
UserSearchCriteria.getCallCenterRef()
|
DistributedReference |
UserSearchCriteria.getRoleRef()
|
Methods in com.retek.component.security with parameters of type DistributedReference | |
void |
UserSearchCriteria.setCallCenterRef(DistributedReference callCenterRef)
|
void |
UserSearchCriteria.setRoleRef(DistributedReference roleRef)
|
Role |
RoleManager.readRole(DistributedReference roleRef)
|
User |
UserManager.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.security.impl |
Methods in com.retek.component.security.impl with parameters of type DistributedReference | |
User |
UserManagerImpl.read(DistributedReference ref)
|
Role |
RoleManagerImpl.readRole(DistributedReference roleRef)
|
Constructors in com.retek.component.security.impl with parameters of type DistributedReference | |
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)
|
Uses of DistributedReference in com.retek.component.security.impl.persistence |
Methods in com.retek.component.security.impl.persistence with parameters of type DistributedReference | |
java.security.Permissions |
PermissionDao.findPermissions(DistributedReference userRef)
|
RoleDto |
RoleDao.read(DistributedReference roleRef)
|
UserDto |
UserDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.security.impl.persistence.cache |
Methods in com.retek.component.security.impl.persistence.cache with parameters of type DistributedReference | |
RoleDto |
CacheRoleDao.read(DistributedReference roleRef)
|
UserDto |
CacheUserDao.read(DistributedReference ref)
|
java.security.Permissions |
CachePermissionDao.findPermissions(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.security.impl.persistence.db.oracle |
Methods in com.retek.component.security.impl.persistence.db.oracle with parameters of type DistributedReference | |
RoleDto |
OracleRoleRetriever.read(DistributedReference roleRef)
|
Dto |
OracleRoleLifecycleTest.read(DistributedReference ref)
|
UserDto |
OracleUserRetriever.read(DistributedReference ref)
|
RoleDto |
OracleRoleDao.read(DistributedReference roleRef)
|
UserDto |
OracleUserDao.read(DistributedReference ref)
|
java.util.Set |
OracleRetekPermissionFinder.find(DistributedReference roleRef)
|
java.security.Permissions |
OraclePermissionDao.findPermissions(DistributedReference userRef)
|
Uses of DistributedReference in com.retek.component.security.impl.remote |
Fields in com.retek.component.security.impl.remote declared as DistributedReference | |
DistributedReference |
UserDto.callCenterRef
|
Methods in com.retek.component.security.impl.remote with parameters of type DistributedReference | |
RoleDto |
RoleServicesRemote.readRole(DistributedReference ref,
long version)
|
UserDto |
UserServicesRemote.read(DistributedReference ref,
long version)
|
UserDto |
UserServicesEjb.read(DistributedReference ref,
long version)
|
RoleDto |
RoleServicesEjb.readRole(DistributedReference ref,
long version)
|
Constructors in com.retek.component.security.impl.remote with parameters of type DistributedReference | |
RoleDto(DistributedContext context,
DistributedReference reference)
|
|
RoleDto(DistributedReference reference,
long version)
|
|
UserDto(DistributedContext context,
DistributedReference ref)
|
|
UserDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.shipping |
Methods in com.retek.component.shipping with parameters of type DistributedReference | |
Carrier |
CarrierManager.read(DistributedReference ref)
|
ShippingMethod |
ShippingMethodManager.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.shipping.impl |
Methods in com.retek.component.shipping.impl with parameters of type DistributedReference | |
Carrier |
CarrierManagerImpl.read(DistributedReference ref)
|
ShippingMethod |
ShippingMethodManagerImpl.read(DistributedReference ref)
|
Constructors in com.retek.component.shipping.impl with parameters of type DistributedReference | |
ShippingMethodImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
ShippingMethodImpl(DistributedContext context,
DistributedReference reference,
java.lang.String displayCode,
java.lang.String description)
|
|
CarrierImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
CarrierImpl(DistributedContext context,
DistributedReference reference,
java.lang.String displayCode,
java.lang.String description)
|
Uses of DistributedReference in com.retek.component.shipping.impl.persistence |
Methods in com.retek.component.shipping.impl.persistence with parameters of type DistributedReference | |
ShippingMethodDto |
ShippingMethodDao.read(DistributedReference ref)
|
java.lang.Integer |
ShippingMethodDao.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
CarrierDto |
CarrierDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.shipping.impl.persistence.cache |
Methods in com.retek.component.shipping.impl.persistence.cache with parameters of type DistributedReference | |
ShippingMethodDto |
CacheShippingMethodDao.read(DistributedReference ref)
|
java.lang.Integer |
CacheShippingMethodDao.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
CarrierDto |
CacheCarrierDao.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.shipping.impl.persistence.db.oracle |
Methods in com.retek.component.shipping.impl.persistence.db.oracle with parameters of type DistributedReference | |
ShippingMethodDto |
OracleShippingMethodDao.read(DistributedReference ref)
|
java.lang.Integer |
OracleShippingMethodDao.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
void |
OracleCarrierShippingMethodDeleter.delete(DistributedReference shippingMethodRef)
|
CarrierDto |
OracleCarrierDao.read(DistributedReference ref)
|
java.lang.Integer |
OracleCarrierShippingMethodZoneRetriever.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
ShippingMethodDto |
OracleShippingMethodRetriever.read(DistributedReference ref)
|
CarrierDto |
OracleCarrierRetriever.read(DistributedReference ref)
|
void |
OracleCarrierSippingMethodZoneDeleter.delete(DistributedReference shippingMethodRef)
|
Uses of DistributedReference in com.retek.component.shipping.impl.remote |
Fields in com.retek.component.shipping.impl.remote declared as DistributedReference | |
DistributedReference |
ShippingMethodDto.defaultCarrierRef
|
Methods in com.retek.component.shipping.impl.remote with parameters of type DistributedReference | |
java.lang.Integer |
ShippingMethodServiceRemote.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
ShippingMethodDto |
ShippingMethodServiceRemote.read(DistributedReference ref,
long version)
|
CarrierDto |
CarrierServiceRemote.read(DistributedReference ref,
long version)
|
ShippingMethodDto |
ShippingMethodServiceEjb.read(DistributedReference ref,
long version)
|
java.lang.Integer |
ShippingMethodServiceEjb.getCarrierTransitDays(DistributedReference carrierRef,
DistributedReference shippingMethodRef,
java.lang.String shipFromZipCode,
java.lang.String shipToZipCode)
|
CarrierDto |
CarrierServiceEjb.read(DistributedReference ref,
long version)
|
Constructors in com.retek.component.shipping.impl.remote with parameters of type DistributedReference | |
ShippingMethodDto(DistributedContext context,
DistributedReference reference)
|
|
ShippingMethodDto(DistributedReference reference,
long version)
|
|
CarrierDto(DistributedContext context,
DistributedReference reference)
|
|
CarrierDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.supplier |
Methods in com.retek.component.supplier with parameters of type DistributedReference | |
PersonalizationType |
SupplierManager.readPersonalizationType(DistributedReference persTypeRef)
|
PersonalizationStyle |
SupplierManager.readPersonalizationStyle(DistributedReference persStyleRef)
|
PersonalizationColor |
SupplierManager.readPersonalizationColor(DistributedReference ref)
|
PersonalizationFont |
SupplierManager.readPersonalizationFont(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.supplier.impl |
Methods in com.retek.component.supplier.impl with parameters of type DistributedReference | |
PersonalizationType |
SupplierManagerImpl.readPersonalizationType(DistributedReference persTypeRef)
|
PersonalizationStyle |
SupplierManagerImpl.readPersonalizationStyle(DistributedReference persStyleRef)
|
PersonalizationColor |
SupplierManagerImpl.readPersonalizationColor(DistributedReference ref)
|
PersonalizationFont |
SupplierManagerImpl.readPersonalizationFont(DistributedReference reference)
|
Constructors in com.retek.component.supplier.impl with parameters of type DistributedReference | |
PersonalizationTypeImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
|
|
PersonalizationTypeImpl(DistributedContext context,
DistributedReference ref,
java.lang.String code,
java.lang.String description)
|
|
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)
|
Uses of DistributedReference in com.retek.component.supplier.impl.persistence |
Methods in com.retek.component.supplier.impl.persistence with parameters of type DistributedReference | |
PersonalizationStyleDto |
PersonalizationStyleDao.read(DistributedReference personalizationStyleRef)
|
PersonalizationTypeDto |
PersonalizationTypeDao.read(DistributedReference personalizationTypeRef)
|
PersonalizationColorDto |
PersonalizationColorDao.read(DistributedReference ref)
|
PersonalizationFontDto |
PersonalizationFontDao.read(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.supplier.impl.persistence.cache |
Methods in com.retek.component.supplier.impl.persistence.cache with parameters of type DistributedReference | |
PersonalizationStyleDto |
CachePersonalizationStyleDao.read(DistributedReference personalizationStylRef)
|
PersonalizationColorDto |
CachePersonalizationColorDao.read(DistributedReference ref)
|
PersonalizationTypeDto |
CachePersonalizationTypeDao.read(DistributedReference personalizationTypeRef)
|
PersonalizationFontDto |
CachePersonalizationFontDao.read(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.supplier.impl.persistence.db.oracle |
Methods in com.retek.component.supplier.impl.persistence.db.oracle with parameters of type DistributedReference | |
Dto |
OraclePersonalizationColorDaoTest.read(DistributedReference ref)
|
PersonalizationFontDto |
OraclePersonalizationFontRetriever.read(DistributedReference ref)
|
PersonalizationTypeDto |
OraclePersonalizationTypeRetriever.read(DistributedReference ref)
|
PersonalizationTypeDto |
OraclePersonalizationTypeDao.read(DistributedReference ref)
|
Dto |
OraclePersonalizationFontDaoTest.read(DistributedReference ref)
|
PersonalizationColorDto |
OraclePersonalizationColorRetriever.read(DistributedReference ref)
|
PersonalizationStyleDto |
OraclePersonalizationStyleDao.read(DistributedReference ref)
|
PersonalizationFontDto |
OraclePersonalizationFontDao.read(DistributedReference reference)
|
PersonalizationColorDto |
OraclePersonalizationColorDao.read(DistributedReference ref)
|
PersonalizationStyleDto |
OraclePersonalizationStyleRetriever.read(DistributedReference ref)
|
Uses of DistributedReference in com.retek.component.supplier.impl.remote |
Fields in com.retek.component.supplier.impl.remote declared as DistributedReference | |
DistributedReference |
PersonalizationStyleTypeDto.personalizationTypeRef
|
DistributedReference |
PersonalizationStyleTypeDto.personalizationStyleRef
|
Constructors in com.retek.component.supplier.impl.remote with parameters of type DistributedReference | |
PersonalizationStyleDto(DistributedContext context,
DistributedReference reference)
|
|
PersonalizationStyleDto(DistributedReference reference,
long version)
|
|
PersonalizationTypeDto(DistributedContext context,
DistributedReference reference)
|
|
PersonalizationTypeDto(DistributedReference reference,
long version)
|
|
PersonalizationColorDto(DistributedContext context,
DistributedReference reference)
|
|
PersonalizationColorDto(DistributedReference reference,
long version)
|
|
PersonalizationFontDto(DistributedContext context,
DistributedReference ref)
|
|
PersonalizationFontDto(DistributedReference reference,
long version)
|
Uses of DistributedReference in com.retek.component.task |
Methods in com.retek.component.task that return DistributedReference | |
DistributedReference |
Taskable.getReference()
|
DistributedReference |
TaskSearchCriteria.getTaskTypeReference()
|
DistributedReference |
WorkTaskSearchCriteria.getOrderRef()
|
DistributedReference |
WorkTaskSearchCriteria.getActivityRequestRef()
|
DistributedReference |
WorkTaskSearchCriteria.getCreatedByUserRef()
|
DistributedReference |
WorkTaskSearchCriteria.getBannerRef()
|
DistributedReference |
WorkTaskSearchCriteria.getTaskRef()
|
DistributedReference |
WorkTaskSearchCriteria.getTaskTypeRef()
|
DistributedReference |
WorkTaskSearchCriteria.getTaskableRef()
|
Methods in com.retek.component.task with parameters of type DistributedReference | |
void |
WorkTaskSummaryItem.setBannerRef(DistributedReference reference)
|
void |
WorkTaskSummaryItem.setTaskRef(DistributedReference reference)
|
Uses of DistributedReference in com.retek.component.task.impl |
Uses of DistributedReference in com.retek.component.task.impl.persistence |
Methods in com.retek.component.task.impl.persistence with parameters of type DistributedReference | |
TaskDto |
TaskDao.readTask(DistributedReference ref)
|
RoutingAttributeDto |
TaskDao.readRoutingAttribute(DistributedReference ref)
|
TaskTypeDto |
TaskDao.readTaskType(DistributedReference ref)
|
WorkTaskDto |
TaskDao.readWorkTask(DistributedReference ref)
|
java.util.Set |
TaskDao.getWorkTaskSummaryItems(DistributedReference taskTypeRef)
|
WorkTaskDto |
TaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria,
RDate currentSystemTime,
DistributedReference userRef)
|
Uses of DistributedReference in com.retek.component.task.impl.persistence.cache |
Methods in com.retek.component.task.impl.persistence.cache with parameters of type DistributedReference | |
WorkTaskDto |
CacheTaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria,
RDate currentSystemTime,
DistributedReference userRef)
|
TaskDto |
CacheTaskDao.readTask(DistributedReference ref)
|
RoutingAttributeDto |
CacheTaskDao.readRoutingAttribute(DistributedReference ref)
|
TaskTypeDto |
CacheTaskDao.readTaskType(DistributedReference ref)
|
WorkTaskDto |
CacheTaskDao.readWorkTask(DistributedReference ref)
|
java.util.Set |
CacheTaskDao.getWorkTaskSummaryItems(DistributedReference taskTypeRef)
|
Uses of DistributedReference in com.retek.component.task.impl.persistence.db.oracle |
Methods in com.retek.component.task.impl.persistence.db.oracle that return DistributedReference | |
static DistributedReference |
ActivityRequestTypeDbConverter.getActivityRequestTypeRef(DistributedReference activityRequestRef)
|
static DistributedReference |
ActivityRequestTypeDbConverter.buildActivityRequestReference(int activityRequestId,
java.lang.String typeCode)
|
static DistributedReference |
TaskableTypeDbConverter.buildTaskableRef(java.lang.String recordType,
java.lang.String id)
|
Uses of DistributedReference in com.retek.component.task.impl.remote |
Fields in com.retek.component.task.impl.remote declared as DistributedReference | |
DistributedReference |
PersonalReminderWorkTaskDto.orderRef
|
DistributedReference |
PersonalReminderWorkTaskDto.activityRequestRef
|
DistributedReference |
ActivityRequestWorkTaskDto.activityRequestRef
|
DistributedReference |
ActivityRequestWorkTaskDto.bannerRef
|
DistributedReference |
ActivityRequestWorkTaskDto.orderSourceRef
|
DistributedReference |
TaskDto.taskTypeRef
|
DistributedReference |
TaskDto.routingAttributeRef
|
DistributedReference |
WorkTaskDto.lastUpdatedByUserRef
|
DistributedReference |
WorkTaskDto.createdByUserRef
|
DistributedReference |
WorkTaskDto.resolvedByUserRef
|
DistributedReference |
WorkTaskDto.taskRef
|
DistributedReference |
WorkTaskDto.taskableRef
|
DistributedReference |
OrderWorkTaskDto.orderRef
|
DistributedReference |
OrderWorkTaskDto.bannerRef
|
DistributedReference |
OrderWorkTaskDto.orderSourceRef
|
Uses of DistributedReference in com.retek.component.tax.impl |
Methods in com.retek.component.tax.impl with parameters of type DistributedReference | |
static void |
MockTaxCalculator.addTaxExemptCustomer(DistributedReference customerRef,
java.lang.String state,
RDate effectiveDate)
|
Uses of DistributedReference in com.retek.component.test.impl.remote |
Methods in com.retek.component.test.impl.remote with parameters of type DistributedReference | |
void |
TestServiceRemote.addTaxExemptCustomer(DistributedReference customerRef,
java.lang.String state,
RDate effectiveDate)
|
void |
TestServiceEjb.addTaxExemptCustomer(DistributedReference customerRef,
java.lang.String state,
RDate effectiveDate)
|
Uses of DistributedReference in com.retek.rcom.gui.util |
Methods in com.retek.rcom.gui.util that return DistributedReference | |
DistributedReference |
RefundablePayment.getReference()
|
Methods in com.retek.rcom.gui.util with parameters of type DistributedReference | |
static java.util.List |
RcomFindHandler.readChannelTypes(DistributedReference bannerRef)
|
Uses of DistributedReference in com.retek.rcom.test.concurrent |
Fields in com.retek.rcom.test.concurrent declared as DistributedReference | |
static DistributedReference |
CustomerOrderSubmitConcurrentTest.CUSTOMER
|
static DistributedReference |
CustomerOrderSubmitConcurrentTest.SELLING_SKU
|
static DistributedReference |
ConcurrentTestDataLoader.USER
|
static DistributedReference |
ConcurrentTestDataLoader.WAREHOUSE
|
static DistributedReference |
ConcurrentTestDataLoader.SELLING_SKU
|
Uses of DistributedReference in com.retek.rcom.test.functional |
Fields in com.retek.rcom.test.functional declared as DistributedReference | |
static DistributedReference |
CustomerOrderFunctionalTest.CUSTOMER
|
static DistributedReference |
CustomerOrderFunctionalTest.SELLING_SKU
|
static DistributedReference |
CustomerDataLoader.USER
|
static DistributedReference |
CustomerDataLoader.WAREHOUSE
|
static DistributedReference |
CustomerDataLoader.SELLING_SKU
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |