Package com.ibm.commerce.context.content.resources
This package contains the interface and abstract implementations for
creating resource containers and resource managers used to interact with
business objects.
See: Description
-
Interface Summary Interface Description EntityBeanCreationData This interface represents a new object created by a resource manager.EntityBeanCreationDelegator Interface that provides the class name of the constructor class use to create the object represented by the resource.RelatedResourceManager Interface for a resource manager that indicates that it has a relationship with another resource manager.ResourceContainer This interface defines a resource container.ResourceManager This interface defines a resource manager for managed resources. -
Class Summary Class Description AbstractEntityBeanResourceManagerImpl Abstract implementation of a resource manager for entity bean resources.AbstractResourceContainerImpl This class is an abstract implementation of a managed resource container.AbstractResourceManagerImpl This class is an abstract implementation that provides valuable methods for any resource manager.DSLResourceContainer The managed resource container for all Data Service Layer (DSL) components.DSLResourceManager The resource manager for all Data Service Layer components.ManagedResourceKey This class defines an object that represents a key to retrieve a particular business object.ResourceContainerManager This class provides an abstract implementation of a resource container manager.ResourceContentEventListener This class defines an event listener for the managed resource container to listen for content context events.
Package com.ibm.commerce.context.content.resources Description
This package contains the interface and abstract implementations for
creating resource containers and resource managers used to interact with
business objects. In order for any business object to be content managed,
interaction with the content will must be through the resource container
and resource manager.