public class AttachmentRelationUsageDescriptionResourceManager 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 |
---|
AttachmentRelationUsageDescriptionResourceManager() |
Modifier and Type | Method and Description |
---|---|
EntityBeanCreationData |
getEntityCreationData(java.lang.Object businessObject)
Retrieve the
EntityCreationData of the Attachment Relation Usage Description |
ManagedResourceKey |
getManagedResourceKey(EntityBeanCreationData ecd)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage Description. |
ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage Description. |
ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Retrieve the
ManagedResourceKey for the Attachment Relation Usage Description. |
static AttachmentRelationUsageDescriptionResourceManager |
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 AttachmentRelationUsageDescriptionResourceManager()
public static AttachmentRelationUsageDescriptionResourceManager getUniqueInstance()
public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject) throws java.lang.Exception
EntityCreationData
of the Attachment Relation Usage DescriptionbusinessObject
- The AttachmentRelationUsageDescriptionAccessBean
EntityCreationData
of the Attachment Relation Usage DescriptionAny
- 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 Description. The ManagedResourceKey
consists of the Attachment Relation Usage Description ID.getManagedResourceKey
in interface ResourceManager
businessObject
- The AttachmentRelationUsageDescriptionAccessBean
ManagedResourceKey
of the Attachment Relation Usage 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 Usage Description. The ManagedResourceKey
consists of the Attachment Relation Usage Description ID.ecd
- The AttachmentRelationUsageDescriptionEntityCreationData
ManagedResourceKey
of the Attachment Relation Usage DescriptionAny
- 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 Description. The ManagedResourceKey
consists of the Attachment Relation Usage Description ID.getManagedResourceKey
in interface ResourceManager
boKeyMap
- The key consists of the primary key of ATCHRLUSDS, which is the ATCHRLUSDS_ID.ManagedResourceKey
of the Attachment Asset LanguageAny
- 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)