public class TermConditionResourceManager
extends com.ibm.commerce.context.content.resources.AbstractEntityBeanResourceManagerImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
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 |
|---|
TermConditionResourceManager()
Creates the terms and conditions resource manager.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.context.content.resources.ManagedResourceKey |
getManagedResourceKey(java.util.Map record)
Returns the managed resource key for the resource.
|
com.ibm.commerce.context.content.resources.ManagedResourceKey |
getManagedResourceKey(java.lang.Object resource)
Returns the managed resource key for the specified resource which will of the
object TermConditionAccessBean.
|
static com.ibm.commerce.context.content.resources.ResourceManager |
singleton()
Returns 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 final java.lang.String COPYRIGHT
public TermConditionResourceManager()
public com.ibm.commerce.context.content.resources.ManagedResourceKey getManagedResourceKey(java.util.Map record)
throws java.lang.Exception
record - A map that represents the business object.java.lang.Exception - Should never happen.public com.ibm.commerce.context.content.resources.ManagedResourceKey getManagedResourceKey(java.lang.Object resource)
throws java.lang.Exception
resource - The resource.java.lang.ExceptionResourceManager.getManagedResourceKey(java.lang.Object)public static com.ibm.commerce.context.content.resources.ResourceManager singleton()