com.ibm.commerce.pagelayout.facade.server.commands

Class ChangeLayoutBasePartCmdImpl

    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Collection getUniqueID()
      This method returns the list of uniqueIds of all the Layout Nouns
      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.
      • Methods inherited from class com.ibm.commerce.command.MeasuredCacheableCommandImpl

        execute
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • ChangeLayoutBasePartCmdImpl

        public ChangeLayoutBasePartCmdImpl()
        This method is the default constructor. It calls the parent method which will call the change mediator.
    • Method Detail

      • setPageLocationActivityHelper

        public void setPageLocationActivityHelper(java.lang.String activityHelperClassName)
                                           throws PageLayoutSystemException
        This method sets the Page Location Activity Helper used by this class.
        Parameters:
        activityHelperClassName - The fully qualified class name of the Page Location Activity Helper to set. This class should inherit from PageLocationActivityHelper.
        Throws:
        PageLayoutSystemException
      • getUniqueID

        public final java.util.Collection getUniqueID()
        This method returns the list of uniqueIds of all the Layout Nouns
        Returns:
        - list of uniqueIds of all the Layout Nouns