Uses of Interface
com.retek.commons.component.impl.ReferenceCache

Packages that use ReferenceCache
com.retek.commons.component.impl   
com.retek.commons.component.impl.persistence.cache   
com.retek.commons.component.test.impl   
com.retek.commons.domain.core.persistence.db.oracle   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.impl.persistence   
com.retek.component.banner_channel.impl.persistence.cache   
com.retek.component.banner_channel.impl.persistence.db.oracle   
com.retek.component.banner_channel.impl.remote   
com.retek.component.correspondence.impl   
com.retek.component.correspondence.impl.persistence   
com.retek.component.correspondence.impl.persistence.cache   
com.retek.component.correspondence.impl.persistence.db.oracle   
com.retek.component.correspondence.impl.remote   
com.retek.component.customer.impl   
com.retek.component.customer.impl.persistence   
com.retek.component.customer.impl.persistence.cache   
com.retek.component.customer.impl.persistence.db.oracle   
com.retek.component.customer.impl.remote   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.cache   
com.retek.component.customerorder.impl.persistence.db.oracle   
com.retek.component.customerorder.impl.remote   
com.retek.component.demand.impl   
com.retek.component.demand.impl.persistence   
com.retek.component.demand.impl.persistence.cache   
com.retek.component.demand.impl.persistence.db.oracle   
com.retek.component.demand.impl.remote   
com.retek.component.directshiporder.impl   
com.retek.component.directshiporder.impl.persistence   
com.retek.component.directshiporder.impl.persistence.cache   
com.retek.component.directshiporder.impl.persistence.db.oracle   
com.retek.component.directshiporder.impl.remote   
com.retek.component.event.impl   
com.retek.component.event.impl.persistence   
com.retek.component.event.impl.persistence.cache   
com.retek.component.event.impl.persistence.db.oracle   
com.retek.component.event.impl.remote   
com.retek.component.history.impl   
com.retek.component.history.impl.persistence   
com.retek.component.history.impl.persistence.cache   
com.retek.component.history.impl.persistence.db.oracle   
com.retek.component.history.impl.remote   
com.retek.component.inventory.impl   
com.retek.component.inventory.impl.persistence   
com.retek.component.inventory.impl.persistence.cache   
com.retek.component.inventory.impl.persistence.db.oracle   
com.retek.component.inventory.impl.remote   
com.retek.component.item.impl   
com.retek.component.item.impl.persistence   
com.retek.component.item.impl.persistence.cache   
com.retek.component.item.impl.persistence.db.oracle   
com.retek.component.item.impl.remote   
com.retek.component.location.impl   
com.retek.component.location.impl.persistence   
com.retek.component.location.impl.persistence.cache   
com.retek.component.location.impl.persistence.db.oracle   
com.retek.component.location.impl.remote   
com.retek.component.media.impl   
com.retek.component.media.impl.persistence   
com.retek.component.media.impl.persistence.cache   
com.retek.component.media.impl.persistence.db.oracle   
com.retek.component.media.impl.remote   
com.retek.component.message.impl   
com.retek.component.message.impl.persistence   
com.retek.component.message.impl.persistence.cache   
com.retek.component.message.impl.persistence.db.oracle   
com.retek.component.message.impl.remote   
com.retek.component.payment.impl   
com.retek.component.payment.impl.persistence   
com.retek.component.payment.impl.persistence.cache   
com.retek.component.payment.impl.persistence.db.oracle   
com.retek.component.payment.impl.remote   
com.retek.component.pend.impl   
com.retek.component.pend.impl.persistence   
com.retek.component.pend.impl.persistence.cache   
com.retek.component.pend.impl.persistence.db.oracle   
com.retek.component.pend.impl.remote   
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.persistence   
com.retek.component.promotion.impl.persistence.cache   
com.retek.component.promotion.impl.persistence.db.oracle   
com.retek.component.promotion.impl.remote   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.impl.persistence   
com.retek.component.salesaudit.impl.persistence.cache   
com.retek.component.salesaudit.impl.persistence.db.oracle   
com.retek.component.salesaudit.impl.remote   
com.retek.component.security.impl   
com.retek.component.security.impl.persistence   
com.retek.component.security.impl.persistence.cache   
com.retek.component.security.impl.persistence.db.oracle   
com.retek.component.security.impl.remote   
com.retek.component.shipping.impl   
com.retek.component.shipping.impl.persistence   
com.retek.component.shipping.impl.persistence.cache   
com.retek.component.shipping.impl.persistence.db.oracle   
com.retek.component.shipping.impl.remote   
com.retek.component.supplier.impl   
com.retek.component.supplier.impl.persistence   
com.retek.component.supplier.impl.persistence.cache   
com.retek.component.supplier.impl.persistence.db.oracle   
com.retek.component.supplier.impl.remote   
com.retek.component.task.impl   
com.retek.component.task.impl.persistence   
com.retek.component.task.impl.persistence.cache   
com.retek.component.task.impl.persistence.db.oracle   
com.retek.component.task.impl.remote   
com.retek.component.tax.impl   
 

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

Classes in com.retek.commons.component.impl that implement ReferenceCache
 class NumericRangeReferenceCache
           
 

Methods in com.retek.commons.component.impl that return ReferenceCache
 ReferenceCache ReferenceFetcher.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache DistributedObjectManagerImpl.getReferenceCache(java.lang.Class businessIface)
           
protected abstract  ReferenceCache DistributedObjectManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
static ReferenceCache ReferenceCacheFactory.getReferenceCache(java.lang.Class businessIface, java.lang.String startingId, java.lang.String increment)
           
 

Uses of ReferenceCache in com.retek.commons.component.impl.persistence.cache
 

Methods in com.retek.commons.component.impl.persistence.cache that return ReferenceCache
protected static ReferenceCache MemoryDao.doCreateReferenceCache(java.lang.Class businessInterface)
           
protected static ReferenceCache MemoryDao.doCreateReferenceCache(java.lang.Class businessInterface, java.lang.Class sequenceInterface)
           
 

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

Methods in com.retek.commons.component.test.impl that return ReferenceCache
protected  ReferenceCache FooManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

Uses of ReferenceCache in com.retek.commons.domain.core.persistence.db.oracle
 

Methods in com.retek.commons.domain.core.persistence.db.oracle that return ReferenceCache
 ReferenceCache AbstractOracleDao.buildReferenceCache(java.lang.Class businessInterface, java.sql.Connection connection)
           
static ReferenceCache DbObjectMaster.getJunitReferenceCache(java.lang.Class businessIface)
           
 

Uses of ReferenceCache in com.retek.component.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return ReferenceCache
protected  ReferenceCache OrderSourceManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache GiftManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache BannerManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache ChannelManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.banner_channel.impl.persistence that return ReferenceCache
 ReferenceCache ChannelTypeDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache ChannelDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache BannerDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache GiftDao.createReferenceCacheForGiftingSeason()
           
 ReferenceCache GiftDao.createReferenceCacheForGiftService()
           
 

Uses of ReferenceCache in com.retek.component.banner_channel.impl.persistence.cache
 

Methods in com.retek.component.banner_channel.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheChannelDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheChannelTypeDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheBannerDao.createReferenceCache(java.lang.Class businessInterface)
           
protected static ReferenceCache CacheBannerDao.doCreateReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheGiftDao.createReferenceCacheForGiftingSeason()
           
 ReferenceCache CacheGiftDao.createReferenceCacheForGiftService()
           
 

Uses of ReferenceCache in com.retek.component.banner_channel.impl.persistence.db.oracle
 

Methods in com.retek.component.banner_channel.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleGiftDao.createReferenceCacheForGiftingSeason()
           
 ReferenceCache OracleGiftDao.createReferenceCacheForGiftService()
           
 ReferenceCache OracleChannelDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache OracleBannerDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache OracleChannelTypeDao.createReferenceCache(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.banner_channel.impl.remote that return ReferenceCache
 ReferenceCache ChannelServiceRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache BannerServiceRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache GiftServicesRemote.createReferenceCacheForGiftService()
           
 ReferenceCache GiftServicesRemote.createReferenceCacheForGiftingSeason()
           
 ReferenceCache ChannelTypeServiceRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache ChannelServiceEjb.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache GiftServicesEjb.createReferenceCacheForGiftService()
           
 ReferenceCache GiftServicesEjb.createReferenceCacheForGiftingSeason()
           
 ReferenceCache ChannelTypeServiceEjb.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache BannerServiceEjb.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.correspondence.impl
 

Methods in com.retek.component.correspondence.impl that return ReferenceCache
protected  ReferenceCache CorrespondenceManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.correspondence.impl.persistence that return ReferenceCache
 ReferenceCache CorrespondenceTypeTemplateDao.createReferenceCacheForCorrespondenceTypeTemplate()
           
 

Uses of ReferenceCache in com.retek.component.correspondence.impl.persistence.cache
 

Methods in com.retek.component.correspondence.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheCorrespondenceTypeTemplateDao.createReferenceCacheForCorrespondenceTypeTemplate()
           
 

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

Methods in com.retek.component.correspondence.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleCorrespondenceTypeTemplateDao.createReferenceCacheForCorrespondenceTypeTemplate()
           
 

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

Methods in com.retek.component.correspondence.impl.remote that return ReferenceCache
 ReferenceCache CorrespondenceServicesRemote.createReferenceCacheForCorrespondenceTypeTemplate()
           
 ReferenceCache CorrespondenceServicesEjb.createReferenceCacheForCorrespondenceTypeTemplate()
           
 

Uses of ReferenceCache in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return ReferenceCache
protected  ReferenceCache MatchRuleManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache CustomerManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.customer.impl.persistence that return ReferenceCache
 ReferenceCache CatalogTypeDao.createReferenceCacheForCatalogType()
           
 ReferenceCache CustomerDao.createReferenceCache(java.lang.Class businessInterface)
          Creates a reference for a new given businessInterface.
 ReferenceCache CatalogRequestDao.createReferenceCacheForCatalogRequest()
           
 ReferenceCache CustomerMergeRequestDao.createReferenceCacheForCustomerMergeRequest()
           
 ReferenceCache ActivityRequestDao.createReferenceCacheForActivtyRequest(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.customer.impl.persistence.cache
 

Methods in com.retek.component.customer.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheCatalogTypeDao.createReferenceCacheForCatalogType()
           
 ReferenceCache CacheCustomerMergeRequestDao.createReferenceCacheForCustomerMergeRequest()
           
 ReferenceCache CacheCatalogRequestDao.createReferenceCacheForCatalogRequest()
           
 ReferenceCache CacheCustomerDao.createReferenceCacheForCustomerCreditCard()
           
 ReferenceCache CacheCustomerDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheActivityRequestDao.createReferenceCacheForActivtyRequest(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.customer.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleCatalogTypeDao.createReferenceCacheForCatalogType()
           
 ReferenceCache OracleCustomerDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache OracleCatalogRequestDao.createReferenceCacheForCatalogRequest()
           
 ReferenceCache OracleActivityRequestDao.createReferenceCacheForActivtyRequest(java.lang.Class businessInterface)
           
 ReferenceCache OracleCustomerMergeRequestDao.createReferenceCacheForCustomerMergeRequest()
           
 

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

Methods in com.retek.component.customer.impl.remote that return ReferenceCache
 ReferenceCache CatalogTypeServiceRemote.createReferenceCacheForCatalogType()
           
 ReferenceCache ActivityRequestServicesRemote.createReferenceCacheForActivityRequest(java.lang.Class businessInterface)
           
 ReferenceCache CustomerServicesRemote.createReferenceCache(java.lang.Class businessIface)
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCatalogRequest()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomer()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerAddress()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerCreditCard()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerCreditPreApproval()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerEmailAddress()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerMergeRequest()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerPreference()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForCustomerTelephone()
           
 ReferenceCache CustomerServicesRemote.createReferenceCacheForStoredValueCardCashout()
           
 ReferenceCache CatalogTypeServiceEjb.createReferenceCacheForCatalogType()
           
 ReferenceCache CustomerServicesEjb.createReferenceCache(java.lang.Class businessIface)
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerAddress()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerCreditPreApproval()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerCreditCard()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerEmailAddress()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerTelephone()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomer()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForStoredValueCardCashout()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerPreference()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCatalogRequest()
           
 ReferenceCache CustomerServicesEjb.createReferenceCacheForCustomerMergeRequest()
           
 ReferenceCache ActivityRequestServicesEjb.createReferenceCacheForActivityRequest(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return ReferenceCache
protected  ReferenceCache CustomerOrderReservationUtilsManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache CustomerOrderManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache CallTagManagerImpl.fetchMoreReferences(java.lang.Class businessInterface)
           
protected  ReferenceCache ContainerDeliveryConfirmationManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence that return ReferenceCache
 ReferenceCache CustomerOrderDao.createReferenceCache(java.lang.Class businessInterface)
          Creates a reference for a new given businessInterface.
 ReferenceCache NoCustomerInformationReturnDao.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache OrderCancelReasonDao.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache CallTagDao.createReferenceCacheForCallTag()
           
 ReferenceCache MailOrderBatchDao.createReferenceCacheForMailOrderBatch()
           
 ReferenceCache CustomerOrderCorrespondenceRequestDao.createReferenceCacheForCustomerOrderCorrespondenceRequest()
          Creates a reference for a new customerOrderCorrespondenceRequest.
 

Uses of ReferenceCache in com.retek.component.customerorder.impl.persistence.cache
 

Methods in com.retek.component.customerorder.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheNoCustomerInformationReturnDao.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache CacheCustomerOrderDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheCustomerOrderCorrespondenceRequestDao.createReferenceCacheForCustomerOrderCorrespondenceRequest()
           
 ReferenceCache CacheCallTagDao.createReferenceCacheForCallTag()
           
 ReferenceCache CacheOrderCancelReasonDao.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache CacheMailOrderBatchDao.createReferenceCacheForMailOrderBatch()
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleMailOrderBatchDao.createReferenceCacheForMailOrderBatch()
           
 ReferenceCache OracleCustomerOrderDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache OracleCallTagDao.createReferenceCacheForCallTag()
           
 ReferenceCache OracleNoCustomerInformationReturnDao.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache OracleOrderCancelReasonDao.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache OracleCustomerOrderCorrespondenceRequestDao.createReferenceCacheForCustomerOrderCorrespondenceRequest()
           
 

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

Methods in com.retek.component.customerorder.impl.remote that return ReferenceCache
 ReferenceCache CustomerOrderServicesLocal.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CustomerOrderServicesLocal.createReferenceCacheForCustomerOrderCorrespondenceRequest()
           
 ReferenceCache CustomerOrderServicesLocal.createReferenceCacheForMailOrderBatch()
           
 ReferenceCache CustomerOrderServicesLocal.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache CustomerOrderServicesLocal.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache CallTagServicesRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CustomerOrderServicesRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CustomerOrderServicesRemote.createReferenceCacheForCustomerOrderCorrespondenceRequest()
           
 ReferenceCache CustomerOrderServicesRemote.createReferenceCacheForMailOrderBatch()
           
 ReferenceCache CustomerOrderServicesRemote.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache CustomerOrderServicesRemote.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache CustomerOrderServicesEjb.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CustomerOrderServicesEjb.createReferenceCacheForNoCustomerInformationReturn()
           
 ReferenceCache CustomerOrderServicesEjb.createReferenceCacheForOrderCancelReason()
           
 ReferenceCache CustomerOrderServicesEjb.createReferenceCacheForCustomerOrderCorrespondenceRequest()
           
 ReferenceCache CustomerOrderServicesEjb.createReferenceCacheForMailOrderBatch()
           
 ReferenceCache CallTagServicesEjb.createReferenceCache(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.demand.impl that return ReferenceCache
protected  ReferenceCache DemandManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.demand.impl.persistence that return ReferenceCache
 ReferenceCache DemandDao.createReferenceCacheForMediaDemand()
           
 ReferenceCache DemandDao.createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache DemandDao.createReferenceCacheForOrderLineDemandRecord()
           
 

Uses of ReferenceCache in com.retek.component.demand.impl.persistence.cache
 

Methods in com.retek.component.demand.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheDemandDao.createReferenceCacheForMediaDemand()
           
 ReferenceCache CacheDemandDao.createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache CacheDemandDao.createReferenceCacheForOrderLineDemandRecord()
           
 

Uses of ReferenceCache in com.retek.component.demand.impl.persistence.db.oracle
 

Methods in com.retek.component.demand.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleDemandDao.createReferenceCacheForMediaDemand()
           
 ReferenceCache OracleDemandDao.createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache OracleDemandDao.createReferenceCacheForOrderLineDemandRecord()
           
 

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

Methods in com.retek.component.demand.impl.remote that return ReferenceCache
 ReferenceCache DemandServicesRemote.createReferenceCacheForMediaDemand()
           
 ReferenceCache DemandServicesRemote.createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache DemandServicesRemote.createReferenceCacheForOrderLineDemandRecord()
           
 ReferenceCache DemandServicesEjb.createReferenceCacheForMediaDemand()
           
 ReferenceCache DemandServicesEjb.createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache DemandServicesEjb.createReferenceCacheForOrderLineDemandRecord()
           
 

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

Methods in com.retek.component.directshiporder.impl that return ReferenceCache
protected  ReferenceCache DirectShipOrderManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

Uses of ReferenceCache in com.retek.component.directshiporder.impl.persistence
 

Methods in com.retek.component.directshiporder.impl.persistence that return ReferenceCache
 ReferenceCache DirectShipOrderDao.createReferenceCacheForDirectShipOrder()
           
 

Uses of ReferenceCache in com.retek.component.directshiporder.impl.persistence.cache
 

Methods in com.retek.component.directshiporder.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheDirectShipOrderDao.createReferenceCacheForDirectShipOrder()
           
 

Uses of ReferenceCache in com.retek.component.directshiporder.impl.persistence.db.oracle
 

Methods in com.retek.component.directshiporder.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleDirectShipOrderDao.createReferenceCacheForDirectShipOrder()
           
 

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

Methods in com.retek.component.directshiporder.impl.remote that return ReferenceCache
 ReferenceCache DirectShipOrderServicesRemote.createReferenceCacheForDirectShipOrder()
           
 ReferenceCache DirectShipOrderServicesEjb.createReferenceCacheForDirectShipOrder()
           
 

Uses of ReferenceCache in com.retek.component.event.impl
 

Methods in com.retek.component.event.impl that return ReferenceCache
protected  ReferenceCache EventManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.event.impl.persistence that return ReferenceCache
 ReferenceCache EventDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.event.impl.persistence.cache
 

Methods in com.retek.component.event.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheEventDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.event.impl.persistence.db.oracle
 

Methods in com.retek.component.event.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleEventDao.createReferenceCache(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.event.impl.remote that return ReferenceCache
 ReferenceCache EventServiceRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache EventServiceEjb.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.history.impl
 

Methods in com.retek.component.history.impl that return ReferenceCache
protected  ReferenceCache HistoryManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.history.impl.persistence that return ReferenceCache
 ReferenceCache HistoryEventDao.createReferenceCache(java.lang.Class businessIface)
           
 

Uses of ReferenceCache in com.retek.component.history.impl.persistence.cache
 

Methods in com.retek.component.history.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheHistoryEventDao.createReferenceCache(java.lang.Class businessIface)
           
 

Uses of ReferenceCache in com.retek.component.history.impl.persistence.db.oracle
 

Methods in com.retek.component.history.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleHistoryEventDao.createReferenceCache(java.lang.Class businessIface)
           
 ReferenceCache OracleHistoryEventDao.createReferenceCacheForHistoryEventType()
           
 

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

Methods in com.retek.component.history.impl.remote that return ReferenceCache
 ReferenceCache HistoryServicesRemote.createReferenceCacheForHistoryEvent()
           
 ReferenceCache HistoryServicesRemote.createReferenceCacheForHistoryEventType()
           
 ReferenceCache HistoryServicesEjb.createReferenceCacheForHistoryEvent()
           
 ReferenceCache HistoryServicesEjb.createReferenceCacheForHistoryEventType()
           
 

Uses of ReferenceCache in com.retek.component.inventory.impl
 

Methods in com.retek.component.inventory.impl that return ReferenceCache
protected  ReferenceCache InventoryManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.inventory.impl.persistence that return ReferenceCache
 ReferenceCache SupplierReservationDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.inventory.impl.persistence.cache
 

Methods in com.retek.component.inventory.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheSupplierReservationDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.inventory.impl.persistence.db.oracle
 

Methods in com.retek.component.inventory.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleSupplierReservationDao.createReferenceCache(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.inventory.impl.remote that return ReferenceCache
 ReferenceCache InventoryServiceRemote.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache InventoryServiceEjb.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return ReferenceCache
protected  ReferenceCache ProductInformationManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache ItemManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache ItemAttributeManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache ShipRestrictionManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.item.impl.persistence that return ReferenceCache
 ReferenceCache ProductInformationDao.createReferenceCacheForProductInformation()
           
 ReferenceCache ProductInformationDao.createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache ProductInformationDao.createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 ReferenceCache ProductInformationDao.createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache ShipRestrictionDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache ShipRestrictionDao.createReferenceCacheForAddressCode()
           
 ReferenceCache ItemAttributeDao.createReferenceCacheForItemAttribute()
           
 ReferenceCache ItemCollectionDao.createReferenceCacheForItemCollection()
           
 ReferenceCache ItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache ItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenTypeRelation()
           
 

Uses of ReferenceCache in com.retek.component.item.impl.persistence.cache
 

Methods in com.retek.component.item.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheShipRestrictionDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache CacheShipRestrictionDao.createReferenceCacheForAddressCode()
           
 ReferenceCache CacheProductInformationDao.createReferenceCacheForProductInformation()
           
 ReferenceCache CacheProductInformationDao.createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache CacheProductInformationDao.createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 ReferenceCache CacheProductInformationDao.createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache CacheItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache CacheItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenTypeRelation()
           
 ReferenceCache CacheItemAttributeDao.createReferenceCacheForItemAttribute()
           
 ReferenceCache CacheItemCollectionDao.createReferenceCacheForItemCollection()
           
 

Uses of ReferenceCache in com.retek.component.item.impl.persistence.db.oracle
 

Methods in com.retek.component.item.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleItemCollectionDao.createReferenceCacheForItemCollection()
           
 ReferenceCache OracleItemAttributeDao.createReferenceCacheForItemAttribute()
           
 ReferenceCache OracleShipRestrictionDao.createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache OracleShipRestrictionDao.createReferenceCacheForAddressCode()
           
 ReferenceCache OracleItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache OracleItemAttributeScreenTypeDao.createReferenceCacheForItemAttributeScreenTypeRelation()
           
 ReferenceCache OracleProductInformationDao.createReferenceCacheForProductInformation()
           
 ReferenceCache OracleProductInformationDao.createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache OracleProductInformationDao.createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache OracleProductInformationDao.createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 

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

Methods in com.retek.component.item.impl.remote that return ReferenceCache
 ReferenceCache ShipRestrictionServiceRemote.createReferenceCacheForAddressCode()
           
 ReferenceCache ShipRestrictionServiceRemote.createReferenceCacheForShipRestriction()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForItemAttribute()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForItemAttributeScreenTypeRelation()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForItemCollection()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForProductInformation()
           
 ReferenceCache ItemServiceRemote.createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 ReferenceCache ShipRestrictionServiceEjb.createReferenceCacheForShipRestriction()
           
 ReferenceCache ShipRestrictionServiceEjb.createReferenceCacheForAddressCode()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForItemCollection()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForItemAttribute()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForItemAttributeScreenTypeRelation()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache ItemServiceEjb.createReferenceCacheForProductInformation()
           
 

Uses of ReferenceCache in com.retek.component.location.impl
 

Methods in com.retek.component.location.impl that return ReferenceCache
protected  ReferenceCache LocationManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache DailyMessageManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.location.impl.persistence that return ReferenceCache
 ReferenceCache DailyMessageDao.createReferenceCacheForDailyMessage()
           
 ReferenceCache LocationDao.createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.location.impl.persistence.cache
 

Methods in com.retek.component.location.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheDailyMessageDao.createReferenceCacheForDailyMessage()
           
 ReferenceCache CacheLocationDao.createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.location.impl.persistence.db.oracle
 

Methods in com.retek.component.location.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleDailyMessageDao.createReferenceCacheForDailyMessage()
           
 ReferenceCache OracleLocationDao.createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.location.impl.remote that return ReferenceCache
 ReferenceCache DailyMessageServicesRemote.createReferenceCacheForDailyMessage()
           
 ReferenceCache LocationServicesRemote.createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 ReferenceCache LocationServicesEjb.createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 ReferenceCache DailyMessageServicesEjb.createReferenceCacheForDailyMessage()
           
 

Uses of ReferenceCache in com.retek.component.media.impl
 

Methods in com.retek.component.media.impl that return ReferenceCache
protected  ReferenceCache SellingListManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache MediaManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache SellingItemManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.media.impl.persistence that return ReferenceCache
 ReferenceCache DropCodeDao.createReferenceCacheForDropCode()
           
 ReferenceCache MediaTypeDao.createReferenceCacheForMediaType()
           
 ReferenceCache SellingItemDepictionDao.createReferenceCacheForSellingItemDepiction()
           
 ReferenceCache SellingItemDepictionDao.createReferenceCacheForDepiction()
           
 ReferenceCache SellingListDao.createReferenceCacheForSellingList()
           
 ReferenceCache SellingListDao.createReferenceCacheForSellingListItem()
           
 ReferenceCache SellingItemDao.createReferenceCacheForSellingItem()
           
 ReferenceCache SellingItemDao.createReferenceCacheForSellingSku()
           
 ReferenceCache SellingItemDao.createReferenceCacheForPackSellingSku()
           
 ReferenceCache SellingItemDao.createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache ShippingRateTableDao.createReferenceCacheForShippingRateTable()
           
 ReferenceCache MediaDao.createReferenceCacheForMedia()
           
 ReferenceCache MediaDao.createReferenceCacheForSourceCode()
           
 ReferenceCache SeasonCodeDao.createReferenceCacheForSeasonCode()
           
 ReferenceCache SubConceptDao.createReferenceCacheForSubConcept()
           
 ReferenceCache ValueAddedServiceDao.createReferenceCacheForMonogramValueAddedService()
           
 ReferenceCache ValueAddedServiceDao.createReferenceCacheForPersonalizationValueAddedService()
           
 

Uses of ReferenceCache in com.retek.component.media.impl.persistence.cache
 

Methods in com.retek.component.media.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheSeasonCodeDao.createReferenceCacheForSeasonCode()
           
 ReferenceCache CacheValueAddedServiceDao.createReferenceCacheForMonogramValueAddedService()
           
 ReferenceCache CacheValueAddedServiceDao.createReferenceCacheForPersonalizationValueAddedService()
           
 ReferenceCache CacheDropCodeDao.createReferenceCacheForDropCode()
           
 ReferenceCache CacheSellingListDao.createReferenceCacheForSellingList()
           
 ReferenceCache CacheSellingListDao.createReferenceCacheForSellingListItem()
           
 ReferenceCache CacheSellingItemDao.createReferenceCacheForSellingItem()
           
 ReferenceCache CacheSellingItemDao.createReferenceCacheForSellingSku()
           
 ReferenceCache CacheSellingItemDao.createReferenceCacheForPackSellingSku()
           
 ReferenceCache CacheSellingItemDao.createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache CacheMediaDao.createReferenceCacheForMedia()
           
 ReferenceCache CacheMediaDao.createReferenceCacheForSourceCode()
           
 ReferenceCache CacheShippingRateTableDao.createReferenceCacheForShippingRateTable()
           
 ReferenceCache CacheSubConceptDao.createReferenceCacheForSubConcept()
           
 ReferenceCache CacheMediaTypeDao.createReferenceCacheForMediaType()
           
 ReferenceCache CacheSellingItemDepictionDao.createReferenceCacheForSellingItemDepiction()
           
 ReferenceCache CacheSellingItemDepictionDao.createReferenceCacheForDepiction()
           
 

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

Methods in com.retek.component.media.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleMediaDao.createReferenceCacheForMedia()
           
 ReferenceCache OracleMediaDao.createReferenceCacheForSourceCode()
           
 ReferenceCache OracleValueAddedServiceDao.createReferenceCacheForMonogramValueAddedService()
           
 ReferenceCache OracleValueAddedServiceDao.createReferenceCacheForPersonalizationValueAddedService()
           
 ReferenceCache OracleSellingItemDepictionDao.createReferenceCacheForSellingItemDepiction()
           
 ReferenceCache OracleSellingItemDepictionDao.createReferenceCacheForDepiction()
           
 ReferenceCache OracleDropCodeDao.createReferenceCacheForDropCode()
           
 ReferenceCache OracleSellingListDao.createReferenceCacheForSellingList()
           
 ReferenceCache OracleSellingListDao.createReferenceCacheForSellingListItem()
           
 ReferenceCache OracleSellingItemDao.createReferenceCacheForSellingItem()
           
 ReferenceCache OracleSellingItemDao.createReferenceCacheForSellingSku()
           
 ReferenceCache OracleSellingItemDao.createReferenceCacheForPackSellingSku()
           
 ReferenceCache OracleSellingItemDao.createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache OracleSeasonCodeDao.createReferenceCacheForSeasonCode()
           
 ReferenceCache OracleShippingRateTableDao.createReferenceCacheForShippingRateTable()
           
 ReferenceCache OracleMediaTypeDao.createReferenceCacheForMediaType()
           
 ReferenceCache OracleSubConceptDao.createReferenceCacheForSubConcept()
           
 

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

Methods in com.retek.component.media.impl.remote that return ReferenceCache
 ReferenceCache MediaServicesRemote.createReferenceCacheForDepiction()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForDropCode()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForMedia()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForMediaType()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForMonogramValueAddedService()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForPackSellingSku()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForPersonalizationValueAddedService()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSeasonCode()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSellingItem()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSellingItemDepiction()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSellingList()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSellingListItem()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSellingSku()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForShippingRateTable()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSourceCode()
           
 ReferenceCache MediaServicesRemote.createReferenceCacheForSubConcept()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForMediaType()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSellingList()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSellingListItem()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSeasonCode()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForMedia()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForShippingRateTable()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSellingSku()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForPackSellingSku()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForPackSellingSkuComponent()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForDropCode()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSellingItemDepiction()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSubConcept()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForDepiction()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForMonogramValueAddedService()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForPersonalizationValueAddedService()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSourceCode()
           
 ReferenceCache MediaServicesEjb.createReferenceCacheForSellingItem()
           
 

Uses of ReferenceCache in com.retek.component.message.impl
 

Methods in com.retek.component.message.impl that return ReferenceCache
protected  ReferenceCache MessageManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.message.impl.persistence that return ReferenceCache
 ReferenceCache MessageDao.createReferenceCacheForMessage()
           
 

Uses of ReferenceCache in com.retek.component.message.impl.persistence.cache
 

Methods in com.retek.component.message.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheMessageDao.createReferenceCacheForMessage()
           
 

Uses of ReferenceCache in com.retek.component.message.impl.persistence.db.oracle
 

Methods in com.retek.component.message.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleMessageDao.createReferenceCacheForMessage()
           
 

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

Methods in com.retek.component.message.impl.remote that return ReferenceCache
 ReferenceCache MessageServicesRemote.createReferenceCacheForMessage()
           
 ReferenceCache MessageServicesEjb.createReferenceCacheForMessage()
           
 

Uses of ReferenceCache in com.retek.component.payment.impl
 

Methods in com.retek.component.payment.impl that return ReferenceCache
protected  ReferenceCache PaymentSettlementManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache TenderTypeManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.payment.impl.persistence that return ReferenceCache
 ReferenceCache PaymentSettlementDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.payment.impl.persistence.cache
 

Methods in com.retek.component.payment.impl.persistence.cache that return ReferenceCache
 ReferenceCache CachePaymentSettlementDao.createReferenceCache(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.payment.impl.persistence.db.oracle
 

Methods in com.retek.component.payment.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OraclePaymentSettlementDao.createReferenceCache(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.payment.impl.remote that return ReferenceCache
 ReferenceCache PaymentSettlementServicesRemote.createReferenceCacheForPaymentSettlementFile()
           
 ReferenceCache PaymentSettlementServicesRemote.createReferenceCacheForPaymentSettlementTransactionContainer()
           
 ReferenceCache PaymentSettlementServicesEjb.createReferenceCacheForPaymentSettlementFile()
           
 ReferenceCache PaymentSettlementServicesEjb.createReferenceCacheForPaymentSettlementTransactionContainer()
           
 

Uses of ReferenceCache in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl that return ReferenceCache
protected  ReferenceCache PendManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.pend.impl.persistence that return ReferenceCache
 ReferenceCache NegativeCustomerRecordDao.createReferenceCacheForNegativeCustomerRecord()
           
 ReferenceCache HighRiskZipDao.createReferenceCacheForHighRiskZip()
           
 ReferenceCache PendRuleDao.createReferenceCacheForPendRule()
           
 

Uses of ReferenceCache in com.retek.component.pend.impl.persistence.cache
 

Methods in com.retek.component.pend.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheNegativeCustomerRecordDao.createReferenceCacheForNegativeCustomerRecord()
           
 ReferenceCache CacheHighRiskZipDao.createReferenceCacheForHighRiskZip()
           
 ReferenceCache CachePendRuleDao.createReferenceCacheForPendRule()
           
 

Uses of ReferenceCache in com.retek.component.pend.impl.persistence.db.oracle
 

Methods in com.retek.component.pend.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleHighRiskZipDao.createReferenceCacheForHighRiskZip()
           
 ReferenceCache OraclePendRuleDao.createReferenceCacheForPendRule()
           
 ReferenceCache OracleNegativeCustomerRecordDao.createReferenceCacheForNegativeCustomerRecord()
           
 

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

Methods in com.retek.component.pend.impl.remote that return ReferenceCache
 ReferenceCache PendServicesRemote.createReferenceCacheForFraudRule()
           
 ReferenceCache PendServicesRemote.createReferenceCacheForHighRiskZip()
           
 ReferenceCache PendServicesRemote.createReferenceCacheForNegativeCustomerRecord()
           
 ReferenceCache PendServicesEjb.createReferenceCacheForNegativeCustomerRecord()
           
 ReferenceCache PendServicesEjb.createReferenceCacheForFraudRule()
           
 ReferenceCache PendServicesEjb.createReferenceCacheForHighRiskZip()
           
 

Uses of ReferenceCache in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return ReferenceCache
protected  ReferenceCache PromotionManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.promotion.impl.persistence that return ReferenceCache
 ReferenceCache PromotionDao.createReferenceCacheForPromotion()
           
 ReferenceCache PromotionDao.createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 ReferenceCache PromotionDao.createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.promotion.impl.persistence.cache
 

Methods in com.retek.component.promotion.impl.persistence.cache that return ReferenceCache
 ReferenceCache CachePromotionDao.createReferenceCacheForPromotion()
           
 ReferenceCache CachePromotionDao.createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 ReferenceCache CachePromotionDao.createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.promotion.impl.persistence.db.oracle
 

Methods in com.retek.component.promotion.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OraclePromotionDao.createReferenceCacheForPromotion()
           
 ReferenceCache OraclePromotionDao.createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 ReferenceCache OraclePromotionDao.createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.promotion.impl.remote that return ReferenceCache
 ReferenceCache PromotionServicesRemote.createReferenceCacheForPromotion()
           
 ReferenceCache PromotionServicesRemote.createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 ReferenceCache PromotionServicesRemote.createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 ReferenceCache PromotionServicesEjb.createReferenceCacheForPromotion()
           
 ReferenceCache PromotionServicesEjb.createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 ReferenceCache PromotionServicesEjb.createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.salesaudit.impl
 

Methods in com.retek.component.salesaudit.impl that return ReferenceCache
protected  ReferenceCache SalesAuditManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.salesaudit.impl.persistence that return ReferenceCache
 ReferenceCache SaeStoreDayDao.createReferenceCacheForSaeStoreDay()
           
 ReferenceCache SaeStoreTransactionContainerDao.createReferenceCacheForSaeStoreTransactionContainer()
           
 

Uses of ReferenceCache in com.retek.component.salesaudit.impl.persistence.cache
 

Methods in com.retek.component.salesaudit.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheSaeStoreTransactionContainerDao.createReferenceCacheForSaeStoreTransactionContainer()
           
 ReferenceCache CacheSaeStoreDayDao.createReferenceCacheForSaeStoreDay()
           
 

Uses of ReferenceCache in com.retek.component.salesaudit.impl.persistence.db.oracle
 

Methods in com.retek.component.salesaudit.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleSaeStoreDayDao.createReferenceCacheForSaeStoreDay()
           
 ReferenceCache OracleSaeStoreTransactionContainerDao.createReferenceCacheForSaeStoreTransactionContainer()
           
 

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

Methods in com.retek.component.salesaudit.impl.remote that return ReferenceCache
 ReferenceCache SalesAuditServicesRemote.createReferenceCacheForSaeStoreDay()
           
 ReferenceCache SalesAuditServicesRemote.createReferenceCacheForSaeStoreTransactionContainer()
           
 ReferenceCache SalesAuditServicesEjb.createReferenceCacheForSaeStoreDay()
           
 ReferenceCache SalesAuditServicesEjb.createReferenceCacheForSaeStoreTransactionContainer()
           
 

Uses of ReferenceCache in com.retek.component.security.impl
 

Methods in com.retek.component.security.impl that return ReferenceCache
protected  ReferenceCache UserManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache RoleManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.security.impl.persistence that return ReferenceCache
 ReferenceCache RoleDao.createReferenceCacheForRole()
           
 ReferenceCache UserDao.createReferenceCacheForUser()
           
 

Uses of ReferenceCache in com.retek.component.security.impl.persistence.cache
 

Methods in com.retek.component.security.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheRoleDao.createReferenceCacheForRole()
           
 ReferenceCache CacheUserDao.createReferenceCacheForUser()
           
 

Uses of ReferenceCache in com.retek.component.security.impl.persistence.db.oracle
 

Methods in com.retek.component.security.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleRoleDao.createReferenceCacheForRole()
           
 ReferenceCache OracleUserDao.createReferenceCacheForUser()
           
 

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

Methods in com.retek.component.security.impl.remote that return ReferenceCache
 ReferenceCache RoleServicesRemote.createReferenceCacheForRole()
           
 ReferenceCache UserServicesRemote.createReferenceCacheForUser()
           
 ReferenceCache UserServicesEjb.createReferenceCacheForUser()
           
 ReferenceCache RoleServicesEjb.createReferenceCacheForRole()
           
 

Uses of ReferenceCache in com.retek.component.shipping.impl
 

Methods in com.retek.component.shipping.impl that return ReferenceCache
protected  ReferenceCache CarrierManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache CarrierShippingMethodZoneManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
protected  ReferenceCache ShippingMethodManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.shipping.impl.persistence that return ReferenceCache
 ReferenceCache ShippingMethodDao.createReferenceCacheForShippingMethod()
           
 ReferenceCache CarrierDao.createReferenceCacheForCarrier()
           
 

Uses of ReferenceCache in com.retek.component.shipping.impl.persistence.cache
 

Methods in com.retek.component.shipping.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheShippingMethodDao.createReferenceCacheForShippingMethod()
           
 ReferenceCache CacheCarrierDao.createReferenceCacheForCarrier()
           
 

Uses of ReferenceCache in com.retek.component.shipping.impl.persistence.db.oracle
 

Methods in com.retek.component.shipping.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleShippingMethodDao.createReferenceCacheForShippingMethod()
           
 ReferenceCache OracleCarrierDao.createReferenceCacheForCarrier()
           
 

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

Methods in com.retek.component.shipping.impl.remote that return ReferenceCache
 ReferenceCache ShippingMethodServiceRemote.createReferenceCacheForShippingMethod()
           
 ReferenceCache CarrierServiceRemote.createReferenceCacheForCarrier()
           
 ReferenceCache ShippingMethodServiceEjb.createReferenceCacheForShippingMethod()
           
 ReferenceCache CarrierServiceEjb.createReferenceCacheForCarrier()
           
 

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

Methods in com.retek.component.supplier.impl that return ReferenceCache
protected  ReferenceCache SupplierManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.supplier.impl.persistence that return ReferenceCache
 ReferenceCache PersonalizationStyleDao.createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache PersonalizationTypeDao.createReferenceCacheForPersonalizationType()
           
 ReferenceCache PersonalizationColorDao.createReferenceCacheForPersonalizationColor()
           
 ReferenceCache PersonalizationFontDao.createReferenceCacheForPersonalizationFont()
           
 

Uses of ReferenceCache in com.retek.component.supplier.impl.persistence.cache
 

Methods in com.retek.component.supplier.impl.persistence.cache that return ReferenceCache
 ReferenceCache CachePersonalizationStyleDao.createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache CachePersonalizationColorDao.createReferenceCacheForPersonalizationColor()
           
 ReferenceCache CachePersonalizationTypeDao.createReferenceCacheForPersonalizationType()
           
 ReferenceCache CachePersonalizationFontDao.createReferenceCacheForPersonalizationFont()
           
 

Uses of ReferenceCache in com.retek.component.supplier.impl.persistence.db.oracle
 

Methods in com.retek.component.supplier.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OraclePersonalizationTypeDao.createReferenceCacheForPersonalizationType()
           
 ReferenceCache OraclePersonalizationStyleDao.createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache OraclePersonalizationFontDao.createReferenceCacheForPersonalizationFont()
           
 ReferenceCache OraclePersonalizationColorDao.createReferenceCacheForPersonalizationColor()
           
 

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

Methods in com.retek.component.supplier.impl.remote that return ReferenceCache
 ReferenceCache SupplierServicesRemote.createReferenceCacheForPersonalizationColor()
           
 ReferenceCache SupplierServicesRemote.createReferenceCacheForPersonalizationFont()
           
 ReferenceCache SupplierServicesRemote.createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache SupplierServicesRemote.createReferenceCacheForPersonalizationType()
           
 ReferenceCache SupplierServicesEjb.createReferenceCacheForPersonalizationFont()
           
 ReferenceCache SupplierServicesEjb.createReferenceCacheForPersonalizationColor()
           
 ReferenceCache SupplierServicesEjb.createReferenceCacheForPersonalizationStyle()
           
 ReferenceCache SupplierServicesEjb.createReferenceCacheForPersonalizationType()
           
 

Uses of ReferenceCache in com.retek.component.task.impl
 

Methods in com.retek.component.task.impl that return ReferenceCache
protected  ReferenceCache TaskManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 

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

Methods in com.retek.component.task.impl.persistence that return ReferenceCache
 ReferenceCache TaskDao.createReferenceCacheForTask()
           
 ReferenceCache TaskDao.createReferenceCacheForWorkTask(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.task.impl.persistence.cache
 

Methods in com.retek.component.task.impl.persistence.cache that return ReferenceCache
 ReferenceCache CacheTaskDao.createReferenceCacheForTask()
           
 ReferenceCache CacheTaskDao.createReferenceCacheForWorkTask(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.task.impl.persistence.db.oracle
 

Methods in com.retek.component.task.impl.persistence.db.oracle that return ReferenceCache
 ReferenceCache OracleTaskDao.createReferenceCacheForTask()
           
 ReferenceCache OracleTaskDao.createReferenceCacheForWorkTask(java.lang.Class businessInterface)
           
 

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

Methods in com.retek.component.task.impl.remote that return ReferenceCache
 ReferenceCache TaskServicesRemote.createReferenceCacheForTask()
           
 ReferenceCache TaskServicesRemote.createReferenceCacheForWorkTask(java.lang.Class businessInterface)
           
 ReferenceCache TaskServicesEjb.createReferenceCacheForTask()
           
 ReferenceCache TaskServicesEjb.createReferenceCacheForWorkTask(java.lang.Class businessInterface)
           
 

Uses of ReferenceCache in com.retek.component.tax.impl
 

Methods in com.retek.component.tax.impl that return ReferenceCache
protected  ReferenceCache TaxManagerImpl.fetchMoreReferences(java.lang.Class businessIface)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28