public class ProcessLayoutDeleteActionCmdImpl extends AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImpl implements ProcessLayoutActionCmd
PageLocationActivityHelper, the associated Page Location Activities are deleted.| Constructor and Description |
|---|
ProcessLayoutDeleteActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
This method performs the main logic of this command.
|
void |
setPageLocationActivityHelper(java.lang.String activityHelperClassName)
This method sets the Page Location Activity Helper used by this class.
|
validategetChangeBusinessObjectMediator, getChangeControlBusinessObjectMediatorgetActionExpression, getNoun, isGeneric, isReadyToCallExecute, reset, setActionExpression, setNoun, setPersistentObjectsexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisGeneric, setActionExpression, setNoun, setPersistentObjects, validatepublic void performExecute()
throws java.lang.Exception
super.performExecute() to delete the Page Layout. It will
delegate to ChangeLayoutMediator to perform the logic. The Page Layouts are
only marked as deleted.PageLocationActivityHelper to delete these activities.performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImpljava.lang.Exception - If problem occurred when performing the action expression.public void setPageLocationActivityHelper(java.lang.String activityHelperClassName)
throws PageLayoutSystemException
activityHelperClassName - The fully qualified class name of the Page Location Activity Helper to set.
This class should inherit from PageLocationActivityHelper.PageLayoutSystemException