public class AttachmentRelationResourceManager 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 |
|---|
AttachmentRelationResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
EntityBeanCreationData |
getEntityCreationData(java.lang.Object businessObject)
Retrieve the
EntityCreationData of the Attachment Relation |
ManagedResourceKey |
getManagedResourceKey(EntityBeanCreationData ecd)
Retrieve the
ManagedResourceKey for the Attachment Relation. |
ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Retrieve the
ManagedResourceKey for the Attachment Relation. |
ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Retrieve the
ManagedResourceKey for the Attachment Relation. |
static AttachmentRelationResourceManager |
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 static AttachmentRelationResourceManager getUniqueInstance()
public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject) throws java.lang.Exception
EntityCreationData of the Attachment RelationbusinessObject - The AttachmentRelationAccessBeanEntityCreationData of the Attachment RelationAny - 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. The ManagedResourceKey
consists of the Attachment Relation ID.getManagedResourceKey in interface ResourceManagerbusinessObject - The AttachmentRelationAccessBeanManagedResourceKey of the Attachment RelationAny - 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. The ManagedResourceKey
consists of the Attachment Relation ID.ecd - The AttachmentRelationEntityCreationDataManagedResourceKey of the Attachment RelationAny - 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. The ManagedResourceKey
consists of the Attachment Relation ID.getManagedResourceKey in interface ResourceManagerboKeyMap - The key consists of the primary key of ATCHREL, which is the ATCHREL_ID.ManagedResourceKey of the Attachment RelationAny - 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)