public class LayoutManagementResourceManagerImpl extends ContentManagementResourceManagerImpl implements LayoutManagementResourceManager
ContentManagementResourceManager.Action, ContentManagementResourceManager.ChangeHistoryRecordAction, ContentManagementResourceManager.MoveDestinationActionParameters| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PAGELAYOUT_NOUN_PATH
Constant to represent the BOD object path for layouts
|
| Constructor and Description |
|---|
LayoutManagementResourceManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseSchema()
Returns the base schema name for this service.
|
java.lang.String |
getReadSchema()
Returns the read schema name for this service.
|
java.lang.String |
getWriteSchema()
Returns the write schema name for this service.
|
java.lang.String |
prepareQueryForWorkspaces(java.lang.String query)
Prepare the query for execution under Workspaces.
|
void |
undoHelper(java.lang.Long objectId,
java.lang.String nounName,
java.lang.String uiObjectName,
java.lang.Long storeId,
com.ibm.commerce.foundation.internal.server.services.changehistory.beans.TaskGroupChangeHistoryDataSet tgchDataSet,
ContentManagementResourceManager.ChangeHistoryRecordAction action)
Undo the record for the provided object.
|
execute, getAction, getActionParameters, getChangeControlBusinessObjectMediator, getChangeHistoryRecordAction, initialize, setAction, setActionParameters, setChangeHistoryRecordActionpublic static final java.lang.String PAGELAYOUT_NOUN_PATH
public java.lang.String prepareQueryForWorkspaces(java.lang.String query)
prepareQueryForWorkspaces in interface LayoutManagementResourceManagerquery - Query to preparepublic java.lang.String getBaseSchema()
getBaseSchema in interface LayoutManagementResourceManagerpublic java.lang.String getWriteSchema()
getWriteSchema in interface LayoutManagementResourceManagerpublic java.lang.String getReadSchema()
getReadSchema in interface LayoutManagementResourceManagerpublic void undoHelper(java.lang.Long objectId,
java.lang.String nounName,
java.lang.String uiObjectName,
java.lang.Long storeId,
com.ibm.commerce.foundation.internal.server.services.changehistory.beans.TaskGroupChangeHistoryDataSet tgchDataSet,
ContentManagementResourceManager.ChangeHistoryRecordAction action)
throws java.lang.Exception
undoHelper in interface LayoutManagementResourceManagerobjectId - The ID for the object.nounName - The noun name of the object to undo.uiObjectName - The UI Object name of the object to undo.storeId - The store ID that the object belongs to.tgchDataSet - The task group change history data set for layout.action - The action to take with the change history record, as defined in ChangeHistoryRecordAction.java.lang.Exception - If there was an error or if the operation should be canceled