Uses of Interface
com.retek.commons.component.DistributedObjectManager

Packages that use DistributedObjectManager
com.retek.commons.component   
com.retek.commons.component.impl   
com.retek.commons.component.test   
com.retek.commons.component.test.impl   
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.integration.rib   
com.retek.component.correspondence   
com.retek.component.correspondence.impl   
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.demand   
com.retek.component.demand.batch   
com.retek.component.demand.impl   
com.retek.component.directshiporder   
com.retek.component.directshiporder.impl   
com.retek.component.event   
com.retek.component.event.impl   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.integration.rib   
com.retek.component.location   
com.retek.component.location.impl   
com.retek.component.media   
com.retek.component.media.batch   
com.retek.component.media.impl   
com.retek.component.message   
com.retek.component.message.impl   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl   
com.retek.component.security   
com.retek.component.security.impl   
com.retek.component.shipping   
com.retek.component.shipping.impl   
com.retek.component.supplier   
com.retek.component.supplier.impl   
com.retek.component.task   
com.retek.component.task.impl   
com.retek.component.tax   
com.retek.component.tax.impl   
 

Uses of DistributedObjectManager in com.retek.commons.component
 

Methods in com.retek.commons.component that return DistributedObjectManager
static DistributedObjectManager ComponentHelper.createManager(DistributedContext context, java.lang.Class mgrInterface)
           
static DistributedObjectManager ComponentHelper.createManager(java.lang.Class mgrInterface)
          Deprecated. pass context on manager creation
 

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

Classes in com.retek.commons.component.impl that implement DistributedObjectManager
 class DistributedObjectManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.commons.component.test
 

Subinterfaces of DistributedObjectManager in com.retek.commons.component.test
 interface FooManager
           
 

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

Classes in com.retek.commons.component.test.impl that implement DistributedObjectManager
 class FooManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.banner_channel
 

Subinterfaces of DistributedObjectManager in com.retek.component.banner_channel
 interface BannerManager
           
 interface ChannelManager
           
 interface GiftManager
           
 interface OrderSourceManager
           
 

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

Classes in com.retek.component.banner_channel.impl that implement DistributedObjectManager
 class BannerManagerImpl
           
 class ChannelManagerImpl
           
 class GiftManagerImpl
           
 class OrderSourceManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.banner_channel.integration.rib
 

Subinterfaces of DistributedObjectManager in com.retek.component.banner_channel.integration.rib
 interface BannerManagerRib
           
 interface ChannelManagerRib
           
 

Uses of DistributedObjectManager in com.retek.component.correspondence
 

Subinterfaces of DistributedObjectManager in com.retek.component.correspondence
 interface CorrespondenceManager
           
 

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

Classes in com.retek.component.correspondence.impl that implement DistributedObjectManager
 class CorrespondenceManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.customer
 

Subinterfaces of DistributedObjectManager in com.retek.component.customer
 interface CustomerManager
          Manager class that handles customer related operations like read, find, create, etc.
 interface MatchRuleManager
          Manager class that handles customer matching functionality by managing the match rules.
 

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

Classes in com.retek.component.customer.impl that implement DistributedObjectManager
 class CustomerManagerImpl
           
 class MatchRuleManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.customerorder
 

Subinterfaces of DistributedObjectManager in com.retek.component.customerorder
 interface CallTagManager
           
 interface ContainerDeliveryConfirmationManager
          This is the manager for ContainerDeliveryConfirmation.
 interface CustomerOrderManager
           
 interface CustomerOrderManagerCodes
           
 interface CustomerOrderReservationUtilsManager
           
 

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

Classes in com.retek.component.customerorder.impl that implement DistributedObjectManager
 class CallTagManagerImpl
           
 class ContainerDeliveryConfirmationManagerImpl
           
 class CustomerOrderManagerImpl
           
 class CustomerOrderReservationUtilsManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.demand
 

Subinterfaces of DistributedObjectManager in com.retek.component.demand
 interface DemandManager
           
 

Uses of DistributedObjectManager in com.retek.component.demand.batch
 

Subinterfaces of DistributedObjectManager in com.retek.component.demand.batch
 interface DemandManagerBatch
           
 

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

Classes in com.retek.component.demand.impl that implement DistributedObjectManager
 class DemandManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.directshiporder
 

Subinterfaces of DistributedObjectManager in com.retek.component.directshiporder
 interface DirectShipOrderManager
           
 

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

Classes in com.retek.component.directshiporder.impl that implement DistributedObjectManager
 class DirectShipOrderManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.event
 

Subinterfaces of DistributedObjectManager in com.retek.component.event
 interface EventManager
           
 

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

Classes in com.retek.component.event.impl that implement DistributedObjectManager
 class EventManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.history
 

Subinterfaces of DistributedObjectManager in com.retek.component.history
 interface HistoryManager
           
 

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

Classes in com.retek.component.history.impl that implement DistributedObjectManager
 class HistoryManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.inventory
 

Subinterfaces of DistributedObjectManager in com.retek.component.inventory
 interface InventoryManager
           
 

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

Classes in com.retek.component.inventory.impl that implement DistributedObjectManager
 class InventoryManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.item
 

Subinterfaces of DistributedObjectManager in com.retek.component.item
 interface ItemAttributeManager
           
 interface ItemManager
           
 interface ProductInformationManager
           
 interface ShipRestrictionManager
           
 

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

Classes in com.retek.component.item.impl that implement DistributedObjectManager
 class ItemAttributeManagerImpl
           
 class ItemManagerImpl
           
 class ProductInformationManagerImpl
           
 class ShipRestrictionManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.item.integration.rib
 

Subinterfaces of DistributedObjectManager in com.retek.component.item.integration.rib
 interface ItemManagerRib
           
 

Uses of DistributedObjectManager in com.retek.component.location
 

Subinterfaces of DistributedObjectManager in com.retek.component.location
 interface DailyMessageManager
           
 interface LocationManager
           
 

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

Classes in com.retek.component.location.impl that implement DistributedObjectManager
 class DailyMessageManagerImpl
           
 class LocationManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.media
 

Subinterfaces of DistributedObjectManager in com.retek.component.media
 interface MediaManager
           
 interface SellingItemManager
           
 interface SellingListManager
           
 

Uses of DistributedObjectManager in com.retek.component.media.batch
 

Subinterfaces of DistributedObjectManager in com.retek.component.media.batch
 interface SellingItemManagerBatch
           
 

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

Classes in com.retek.component.media.impl that implement DistributedObjectManager
 class MediaManagerImpl
           
 class SellingItemManagerImpl
           
 class SellingListManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.message
 

Subinterfaces of DistributedObjectManager in com.retek.component.message
 interface MessageManager
           
 

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

Classes in com.retek.component.message.impl that implement DistributedObjectManager
 class MessageManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.payment
 

Subinterfaces of DistributedObjectManager in com.retek.component.payment
 interface PaymentSettlementManager
           
 interface TenderTypeManager
          The TenderTypeManager interface is used as a finder to locate all the existing TenderTypes and TenderTypeGroups.
 

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

Classes in com.retek.component.payment.impl that implement DistributedObjectManager
 class PaymentSettlementManagerImpl
           
 class TenderTypeManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.pend
 

Subinterfaces of DistributedObjectManager in com.retek.component.pend
 interface PendManager
          Provides the necessary methods to build and find fraud related objects.
 

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

Classes in com.retek.component.pend.impl that implement DistributedObjectManager
 class PendManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.promotion
 

Subinterfaces of DistributedObjectManager in com.retek.component.promotion
 interface PromotionManager
           
 

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

Classes in com.retek.component.promotion.impl that implement DistributedObjectManager
 class PromotionManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.salesaudit
 

Subinterfaces of DistributedObjectManager in com.retek.component.salesaudit
 interface SalesAuditManager
           
 

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

Classes in com.retek.component.salesaudit.impl that implement DistributedObjectManager
 class SalesAuditManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.security
 

Subinterfaces of DistributedObjectManager in com.retek.component.security
 interface RoleManager
          Provides non-instance level methods for building and retrieving roles.
 interface UserManager
          Provides non-instance level methods for the user component.
 

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

Classes in com.retek.component.security.impl that implement DistributedObjectManager
 class RoleManagerImpl
           
 class UserManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.shipping
 

Subinterfaces of DistributedObjectManager in com.retek.component.shipping
 interface CarrierManager
           
 interface CarrierShippingMethodZoneManager
           
 interface ShippingMethodManager
           
 

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

Classes in com.retek.component.shipping.impl that implement DistributedObjectManager
 class CarrierManagerImpl
           
 class CarrierShippingMethodZoneManagerImpl
           
 class ShippingMethodManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.supplier
 

Subinterfaces of DistributedObjectManager in com.retek.component.supplier
 interface SupplierManager
           
 

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

Classes in com.retek.component.supplier.impl that implement DistributedObjectManager
 class SupplierManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.task
 

Subinterfaces of DistributedObjectManager in com.retek.component.task
 interface TaskManager
           
 

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

Classes in com.retek.component.task.impl that implement DistributedObjectManager
 class TaskManagerImpl
           
 

Uses of DistributedObjectManager in com.retek.component.tax
 

Subinterfaces of DistributedObjectManager in com.retek.component.tax
 interface TaxManager
           
 

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

Classes in com.retek.component.tax.impl that implement DistributedObjectManager
 class TaxManagerImpl
           
 



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