public class AttachmentRelationUsageResourceManager 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 |
---|
AttachmentRelationUsageResourceManager() |
Modifier and Type | Method and Description |
---|---|
EntityBeanCreationData |
getEntityCreationData(java.lang.Object businessObject)
Retrieve the
EntityCreationData of the Attachment Relation Usage |
ManagedResourceKey |
getManagedResourceKey(EntityBeanCreationData ecd)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage. |
ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage. |
ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage. |
static AttachmentRelationUsageResourceManager |
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, updateManagedResource
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
commit, createManagedResource, deleteManagedResource, getLockData, getLockData, getManagedResourceData, getManagedResourceDataCount, getMetaData, getResourceContainer, isLocked, isLocked, lockManagedResource, postPublish, publish, relockManagedResource, rollback, setMetaData, setResourceContainer, synchronize, unlockManagedResource, updateManagedResource
public AttachmentRelationUsageResourceManager()
public static AttachmentRelationUsageResourceManager getUniqueInstance()
public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject) throws java.lang.Exception
EntityCreationData
of the Attachment Relation UsagebusinessObject
- The AttachmentRelationUsageAccessBean
EntityCreationData
of the Attachment Relation UsageAny
- exception capturedjava.lang.Exception
com.ibm.commerce.content.resources.ManagedResourceManager#getEntityCreationData(Object)
public ManagedResourceKey getManagedResourceKey(java.lang.Object businessObject) throws java.lang.Exception
ManagedResourceKey
for the Attachment Relation Usage. The ManagedResourceKey
consists of the Attachment Relation Usage ID.getManagedResourceKey
in interface ResourceManager
businessObject
- The AttachmentRelationUsageAccessBean
ManagedResourceKey
of the Attachment Relation UsageAny
- 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 Usage. The ManagedResourceKey
consists of the Attachment Relation Usage ID.ecd
- The AttachmentRelationUsageEntityCreationData
ManagedResourceKey
of the Attachment Relation UsageAny
- exception capturedjava.lang.Exception
com.ibm.commerce.content.resources.ManagedResourceManager#getManagedResourceKey(EntityCreationData)
public ManagedResourceKey getManagedResourceKey(java.util.Map boKeyMap) throws java.lang.Exception
ManagedResourceKey
for the Attachment Relation Usage. The ManagedResourceKey
consists of the Attachment Relation Usage ID.getManagedResourceKey
in interface ResourceManager
boKeyMap
- The key consists of the primary key of ATCHRLUS, which is the ATCHRLUS_ID.ManagedResourceKey
of the Attachment Relation UsageAny
- 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)