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

Packages that use DistributedReference
com.retek.commons.component   
com.retek.commons.domain.core.exception   
com.retek.commons.domain.core.persistence.db   
com.retek.commons.domain.core.persistence.db.oracle   
com.retek.commons.util   
com.retek.commons.util.type   
com.retek.component.banner_channel   
com.retek.component.correspondence   
com.retek.component.customer   
com.retek.component.customer.integration   
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.event   
com.retek.component.history   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.location   
com.retek.component.media   
com.retek.component.message   
com.retek.component.payment   
com.retek.component.pend   
com.retek.component.promotion   
com.retek.component.salesaudit   
com.retek.component.salesaudit.batch   
com.retek.component.security   
com.retek.component.shipping   
com.retek.component.supplier   
com.retek.component.task   
com.retek.rcom.gui.util   
 

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.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
 com.retek.commons.component.impl.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.buildChannelInstance(java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 Channel ChannelManager.readChannel(DistributedReference ref)
           
 ChannelType ChannelManager.readChannelType(DistributedReference channelTypeRef)
           
 BannerChannelType ChannelManager.readBannerChannelType(DistributedReference bannerChannelTypeRef)
           
 

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

Methods in com.retek.component.customer that return DistributedReference
 DistributedReference CustomerCreditPreApprovalSearchCriteria.getBannerRef()
           
 DistributedReference CatalogTypeSearchCriteria.getBannerRef()
           
 DistributedReference CatalogTypeSearchCriteria.getSubConceptRef()
           
 

Methods in com.retek.component.customer with parameters of type DistributedReference
 Customer CustomerManager.read(DistributedReference ref)
           
 ActivityRequest CustomerManager.readActivityRequest(DistributedReference ref)
           
 CatalogRequest CustomerManager.readCatalogRequest(DistributedReference reference)
           
 CatalogType CustomerManager.readCatalogType(DistributedReference ref)
           
 CustomerAddress CustomerManager.readAddress(DistributedReference ref)
           
 CustomerTelephone CustomerManager.readTelephone(DistributedReference ref)
           
 CustomerEmailAddress CustomerManager.readEmailAddress(DistributedReference ref)
           
 CustomerSalutation CustomerManager.readSalutation(DistributedReference ref)
           
 CustomerSuffix CustomerManager.readSuffix(DistributedReference ref)
           
 CustomerMergeRequest CustomerManager.buildImportCustomerMergeRequestInstance(java.lang.String externalRequestId, DistributedReference activeCustomerRef, User user)
          Builds a new instance of CustomerMergeRequest.
 void CatalogTypeSearchCriteria.setBannerRef(DistributedReference reference)
           
 void CatalogTypeSearchCriteria.setSubConceptRef(DistributedReference reference)
           
 

Uses of DistributedReference in com.retek.component.customer.integration
 

Methods in com.retek.component.customer.integration with parameters of type DistributedReference
protected  void CustomerIntegrationApiTestCase.assertIdEquals(java.lang.String id, DistributedReference ref)
           
protected  void CustomerIntegrationApiTestCase.assertUserEquals(java.lang.String userName, DistributedReference userRef)
           
protected  void CustomerIntegrationApiTestCase.assertBannerEquals(java.lang.String bannerCode, DistributedReference bannerRef)
           
protected  void CustomerIntegrationApiTestCase.assertSourceCodeEquals(java.lang.String sourceCode, DistributedReference sourceCodeRef)
           
 

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 CustomerOrderCorrespondenceRequestDbSearchCriteria.getBannerRef()
           
 DistributedReference CustomerOrderCorrespondenceRequestDbSearchCriteria.getOrderLineRef()
           
 DistributedReference NoCustomerInformationReturnSearchResults.getMissingInfoReturnRef()
           
 DistributedReference NoCustomerInformationReturnSearchResults.getResolvedByUserRef()
           
 DistributedReference NoCustomerInformationReturnSearchResults.getResolvedOrderRef()
           
 DistributedReference NoCustomerInformationReturnSearchResults.getReturnReasonRef()
           
 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 NoCustomerInformationReturnSearchResults.setMissingInfoReturnRef(DistributedReference missingInfoRef)
           
 void NoCustomerInformationReturnSearchResults.setMissingInfoReturnRef(DistributedReference missingInfoRef, long versionNumber)
           
 void NoCustomerInformationReturnSearchResults.setResolvedByUserRef(DistributedReference reference)
           
 void NoCustomerInformationReturnSearchResults.setResolvedOrderRef(DistributedReference reference)
           
 void NoCustomerInformationReturnSearchResults.setReturnReasonRef(DistributedReference reference)
           
 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 CustomerOrderManager.cancelBackorderedOrderLineWithCancelReason(DistributedReference orderLineRef, OrderCancelReason reason, User user)
          Will cancel all backorder order lines with the reason parameter that are associated to a SellingSku that is associated to the inventoryNumber pararameter.
 NoCustomerInformationReturn CustomerOrderManager.getNoCustomerInfoReturnObject(DistributedContext context, DistributedReference reference, boolean b)
           
 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.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.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.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.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()
           
 

Methods in com.retek.component.item with parameters of type DistributedReference
 ProductInformation ProductInformationManager.readProductInformation(DistributedReference productInfoRef)
           
 void ItemSearchCriteria.setItemCollectionRef(DistributedReference itemCollectionRef)
           
 void ProductInformationSearchCriteria.setItemAttributeRef(DistributedReference reference)
           
 ShipRestriction ShipRestrictionManager.readShipRestriction(DistributedReference ref)
           
 AddressCode ShipRestrictionManager.readAddressCode(DistributedReference ref)
           
 void ShipRestrictionSearchCriteria.setCarrierRef(DistributedReference reference)
           
 ItemAttribute ItemAttributeManager.readItemAttribute(DistributedReference itemAttrRef)
           
 ItemAttributeScreenType ItemAttributeManager.readItemAttributeScreenType(DistributedReference screenTypeRef)
           
 ItemAttributeScreenTypeRelation ItemAttributeManager.readItemAttributeScreenTypeRelation(DistributedReference relationRef)
           
 void ItemAttributeScreenTypeSearchCriteria.setBannerRef(DistributedReference reference)
           
 

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

Methods in com.retek.component.media that return DistributedReference
 DistributedReference MediaSearchCriteria.getBannerRef()
           
 DistributedReference MediaSearchCriteria.getChannelTypeRef()
           
 DistributedReference MediaSearchCriteria.getSourceCodeReference()
           
 DistributedReference MediaSearchCriteria.getDefaultSourceCodeRef()
           
 DistributedReference ShippingRateTableSearchCriteria.getBannerRef()
           
 DistributedReference ShippingRateTableSearchCriteria.getChannelTypeRef()
           
 DistributedReference ShippingRateTableSearchCriteria.getMediaRef()
           
 DistributedReference ShippingRateTableSearchCriteria.getSourceCodeRef()
           
 DistributedReference SellingSkuSearchResult.getSellingSkuRef()
           
 DistributedReference SellingItemSearchCriteria.getBannerRef()
           
 DistributedReference SellingItemSearchCriteria.getItemCollectionRef()
           
 DistributedReference SellingItemSearchCriteria.getMediaRef()
           
 DistributedReference SellingItemSearchCriteria.getChannelTypeRef()
           
 DistributedReference SourceCodeSearchCriteria.getBannerRef()
           
 DistributedReference SourceCodeSearchCriteria.getChannelTypeRef()
           
 DistributedReference ItemIdSearchCriteria.getBannerRef()
           
 DistributedReference SellingListSearchCriteria.getBannerRef()
           
 DistributedReference SellingListSearchCriteria.getChannelTypeRef()
           
 DistributedReference SellingListSearchCriteria.getSellingSkuRef()
           
 DistributedReference SellingListSearchCriteria.getTriggerSellingItemRef()
           
 DistributedReference SellingListSearchCriteria.getTriggerSellingSkuRef()
           
 DistributedReference SellingSkuSearchCriteria.getBannerRef()
           
 DistributedReference SellingSkuSearchCriteria.getItemCollectionRef()
           
 DistributedReference SellingSkuSearchCriteria.getChannelTypeRef()
           
 

Methods in com.retek.component.media with parameters of type DistributedReference
 SeasonCode MediaManager.readSeasonCode(DistributedReference seasonCodeRef)
           
 MediaType MediaManager.readMediaType(DistributedReference ref)
           
 SubConcept MediaManager.readSubConcept(DistributedReference ref)
           
 SourceCode MediaManager.readSourceCode(DistributedReference ref)
           
 Media MediaManager.readMedia(DistributedReference ref)
           
 ShippingRateTable MediaManager.buildShippingRateTableInstance(ShippingRateTableType shippingRateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManager.readShippingRateTable(DistributedReference ref)
           
 ShippingRateTable MediaManager.createShippingRateTableForMediaWithDefaultValues(DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 void MediaSearchCriteria.setDefaultSourceCodeRef(DistributedReference defaultSourceCodeRef)
           
 void ShippingRateTableSearchCriteria.setMediaRef(DistributedReference mediaRef)
           
 void ShippingRateTableSearchCriteria.setSourceCodeRef(DistributedReference sourceCodeRef)
           
 SellingList SellingListManager.readSellingList(DistributedReference reference)
           
 SellingListItem SellingListManager.readSellingListItem(DistributedReference reference)
           
 void SellingItemSearchCriteria.setMediaRef(DistributedReference mediaRef)
           
 void SourceCodeSearchCriteria.setBannerRef(DistributedReference bannerRef)
           
 void SourceCodeSearchCriteria.setChannelTypeRef(DistributedReference channelTypeRef)
           
 void ItemIdSearchCriteria.setBannerRef(DistributedReference bannerRef)
           
 void SellingListSearchCriteria.setBannerRef(DistributedReference bannerRef)
           
 void SellingListSearchCriteria.setChannelTypeRef(DistributedReference channelTypeRef)
           
 void SellingListSearchCriteria.setSellingSku(DistributedReference sellingSkuRef)
           
 void SellingListSearchCriteria.setTriggerSellingItemRef(DistributedReference reference)
           
 void SellingListSearchCriteria.setTriggerSellingSkuRef(DistributedReference reference)
           
 SellingItem SellingItemManager.readSellingItem(DistributedReference ref)
           
 SellingSku SellingItemManager.readSellingSku(DistributedReference ref)
           
 ValueAddedService SellingItemManager.readValueAddedService(DistributedReference valueAddedServiceRef)
           
 

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

Methods in com.retek.component.promotion with parameters of type DistributedReference
 void PromotionSearchCriteria.setMediaRef(DistributedReference mediaRef)
           
 void PromotionSearchCriteria.setSourceCodeRef(DistributedReference sourceCodeRef)
           
 void PromotionSearchCriteria.setAltSellingListRef(DistributedReference sellingItemListRef)
           
 void PromotionSearchCriteria.setOfferCodeRef(DistributedReference offerCodeRef)
           
 void PromotionSearchCriteria.setBannerRef(DistributedReference bannerRef)
           
 void PromotionSearchCriteria.setChannelTypeRef(DistributedReference channelTypeRef)
           
 Promotion PromotionManager.readPromotion(DistributedReference ref)
           
 ReceivableItem PromotionManager.readReceivableItem(DistributedReference ref)
           
 ThresholdableItem PromotionManager.readThresholdableItem(DistributedReference ref)
           
 java.util.Set PromotionManager.findActivePromotionsForSourceCode(DistributedReference sourceCodeReference)
           
 java.util.Set PromotionManager.findActivePromotionsForOfferCode(DistributedReference offerCodeReference)
           
 

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

Methods in com.retek.component.supplier that return DistributedReference
 DistributedReference PersonalizationStyleTypeKey.getPersonalizationStyleRef()
           
 DistributedReference PersonalizationStyleTypeKey.getPersonalizationTypeRef()
           
 

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)
           
 

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

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



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