public interface LayoutManagementResourceManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
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.
|
static final java.lang.String COPYRIGHT
java.lang.String prepareQueryForWorkspaces(java.lang.String query)
query
- Query to preparejava.lang.String getBaseSchema()
java.lang.String getWriteSchema()
java.lang.String getReadSchema()
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
objectId
- 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