public class AttachmentTargetDescriptionResourceManager 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 |
|---|
AttachmentTargetDescriptionResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
EntityBeanCreationData |
getEntityCreationData(java.lang.Object businessObject)
Retrieve the
EntityCreationData of the Attachment Target Description |
ManagedResourceKey |
getManagedResourceKey(EntityBeanCreationData ecd)
Retrieve the
ManagedResourceKey for the Attachment Target Description. |
ManagedResourceKey |
getManagedResourceKey(java.util.Map boKeyMap)
Retrieve the
ManagedResourceKey for the Attachment Target Description. |
ManagedResourceKey |
getManagedResourceKey(java.lang.Object businessObject)
Retrieve the
ManagedResourceKey for the Attachment Target Description. |
static AttachmentTargetDescriptionResourceManager |
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 AttachmentTargetDescriptionResourceManager()
public static AttachmentTargetDescriptionResourceManager getUniqueInstance()
public EntityBeanCreationData getEntityCreationData(java.lang.Object businessObject) throws java.lang.Exception
EntityCreationData of the Attachment Target DescriptionbusinessObject - The AttachmentTargetDescriptionAccessBeanEntityCreationData of the Attachment Target 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 Target Description. The ManagedResourceKey
consists of the Attachment Target Description ID.getManagedResourceKey in interface ResourceManagerbusinessObject - The AttachmentTargetDescriptionAccessBeanManagedResourceKey of the Attachment Target 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 Target Description. The ManagedResourceKey
consists of the Attachment Target Description ID.ecd - The AttachmentTargetDescriptionEntityCreationDataManagedResourceKey of the Attachment Target 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 Target Description. The ManagedResourceKey
consists of the Attachment Target Description ID.getManagedResourceKey in interface ResourceManagerboKeyMap - The key consists of the primary key of ATCHTGTDSC, which is the ATCHTGTDSC_ID.ManagedResourceKey of the Attachment Target 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)