public class CollateralDescContentResourceManager
extends com.ibm.commerce.context.content.resources.AbstractEntityBeanResourceManagerImpl
implements com.ibm.commerce.context.content.resources.RelatedResourceManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
CONTENT_CANCEL, CONTENT_DELETE, CONTENT_NEW, CONTENT_PROMOTE, CONTENT_UPDATE, RESOURCE_COMMIT, RESOURCE_DELETE, RESOURCE_NEW, RESOURCE_ROLLBACK, RESOURCE_UPDATE, STRING_CONTENT_DELETE, STRING_CONTENT_NEW, STRING_CONTENT_UPDATE| Constructor and Description |
|---|
CollateralDescContentResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
createRelatedManagedResources(com.ibm.commerce.component.contextservice.ActivityToken activityToken,
java.lang.Object relatedResource,
java.lang.Object createData)
Performs the create of all the child resource managers that belong to the
current resource manager.
|
com.ibm.commerce.context.content.resources.ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Returns the business object key.
|
com.ibm.commerce.context.content.resources.ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Returns the business object key.
|
void |
updateRelatedManagedResources(com.ibm.commerce.component.contextservice.ActivityToken activityToken,
java.lang.Object relatedResource)
Performs the update of all the child resource managers that belong to the
current resource manager.
|
commit, createManagedResource, deleteManagedResource, deleteRelatedManagedResources, fetchUniqueIndexViolations, getLockData, getLockData, getManagedResourceData, getManagedResourceDataCount, getMetaData, getResourceContainer, handleForeignKeyViolations, handleUniqueIndexViolations, handleUniqueIndexViolations, isLocked, isLocked, lockManagedResource, postPublish, processPostPublishData, publish, relockManagedResource, rollback, setMetaData, setResourceContainer, synchronize, unlockManagedResource, updateManagedResourceequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteRelatedManagedResourcescommit, createManagedResource, deleteManagedResource, getLockData, getLockData, getManagedResourceData, getManagedResourceDataCount, getMetaData, getResourceContainer, isLocked, isLocked, lockManagedResource, postPublish, publish, relockManagedResource, rollback, setMetaData, setResourceContainer, synchronize, unlockManagedResource, updateManagedResourcepublic static final java.lang.String COPYRIGHT
public CollateralDescContentResourceManager()
public void createRelatedManagedResources(com.ibm.commerce.component.contextservice.ActivityToken activityToken,
java.lang.Object relatedResource,
java.lang.Object createData)
throws com.ibm.commerce.context.content.resources.exception.ResourceException
createRelatedManagedResources in interface com.ibm.commerce.context.content.resources.RelatedResourceManageractivityToken - The current activity.resource - The parent resource manager.createData - The original create data.com.ibm.commerce.context.content.resources.exception.ResourceException - An problem occurring when attempting to delete the
child resource manager.public com.ibm.commerce.context.content.resources.ManagedResourceKey getManagedResourceKey(java.util.Map boKeyMap)
throws java.lang.Exception
getManagedResourceKey in interface com.ibm.commerce.context.content.resources.ResourceManagerboKeyMap - A map that represents the business object.java.lang.Exceptionpublic com.ibm.commerce.context.content.resources.ManagedResourceKey getManagedResourceKey(java.lang.Object businessObject)
throws java.lang.Exception
getManagedResourceKey in interface com.ibm.commerce.context.content.resources.ResourceManagerresource - The business object access bean.java.lang.Exceptionpublic void updateRelatedManagedResources(com.ibm.commerce.component.contextservice.ActivityToken activityToken,
java.lang.Object relatedResource)
throws com.ibm.commerce.context.content.resources.exception.ResourceException
updateRelatedManagedResources in interface com.ibm.commerce.context.content.resources.RelatedResourceManageractivityToken - The current activity.resource - The parent resource manager.com.ibm.commerce.context.content.resources.exception.ResourceException - An problem occurring when attempting to delete the
child resource manager.