public class AttachmentRelationDescriptionResourceManager extends AbstractEntityBeanResourceManagerImpl implements ResourceManager
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 |
|---|
AttachmentRelationDescriptionResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
EntityBeanCreationData |
getEntityCreationData(java.lang.Object businessObject)
Retrieve the
EntityCreationData of the Attachment Relation Description |
ManagedResourceKey |
getManagedResourceKey(EntityBeanCreationData ecd)
Retrieve the
ManagedResourceKey for the Attachment Relation Description. |
ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Retrieve the
ManagedResourceKey for the Attachment Relation Description. |
ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Retrieve the
ManagedResourceKey for the Attachment Relation Description. |
static AttachmentRelationDescriptionResourceManager |
getUniqueInstance()
Retrieve the singleton of the 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, waitcommit, createManagedResource, deleteManagedResource, getLockData, getLockData, getManagedResourceData, getManagedResourceDataCount, getMetaData, getResourceContainer, isLocked, isLocked, lockManagedResource, postPublish, publish, relockManagedResource, rollback, setMetaData, setResourceContainer, synchronize, unlockManagedResource, updateManagedResourcepublic AttachmentRelationDescriptionResourceManager()
public static AttachmentRelationDescriptionResourceManager getUniqueInstance()
public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject) throws java.lang.Exception
EntityCreationData of the Attachment Relation DescriptionbusinessObject - The AttachmentRelationDescriptionAccessBeanEntityCreationData of the Attachment Relation DescriptionAny - exception capturedjava.lang.Exceptioncom.ibm.commerce.content.resources.ManagedResourceManager#getEntityCreationData(Object)public ManagedResourceKey getManagedResourceKey(java.lang.Object businessObject) throws java.lang.Exception
ManagedResourceKey for the Attachment Relation Description. The ManagedResourceKey
consists of the Attachment Relation Description ID.getManagedResourceKey in interface ResourceManagerbusinessObject - The AttachmentRelationDescriptionAccessBeanManagedResourceKey of the Attachment Relation DescriptionAny - exception capturedjava.lang.Exception - This is thrown if a problem occurs when obtaining the managed resource key for the record.com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(Object)public ManagedResourceKey getManagedResourceKey(EntityBeanCreationData ecd) throws java.lang.Exception
ManagedResourceKey for the Attachment Relation Description. The ManagedResourceKey
consists of the Attachment Relation Description ID.ecd - The AttachmentRelationDescriptionEntityCreationDataManagedResourceKey of the Attachment Relation DescriptionAny - exception capturedjava.lang.Exceptioncom.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(EntityCreationData)public ManagedResourceKey getManagedResourceKey(java.util.Map boKeyMap) throws java.lang.Exception
ManagedResourceKey for the Attachment Relation Description. The ManagedResourceKey
consists of the Attachment Relation Description ID.getManagedResourceKey in interface ResourceManagerboKeyMap - The key consists of the primary key of ATCHRELDSC, which is the ATCHRELDSC_ID.ManagedResourceKey of the Attachment Relation DescriptionAny - exception capturedjava.lang.Exception - This is thrown if a problem occurs when obtaining the managed resource key for the record.com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(Map)