com.ibm.commerce.infrastructure.facade.server.commands

Class CreateConfigurationBaseCmdImpl

    • 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.List getConfigurations()
      This method gets the list of Configuration objects.
      void setConfigurations(java.util.List configurations)
      This method sets the list of Configuration objects.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, 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, performExecute, 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, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • CreateConfigurationBaseCmdImpl

        public CreateConfigurationBaseCmdImpl()
                                       throws java.lang.Exception
        The constructor of CreateConfigurationBaseCmdImpl. It will also initialize an OnlineStoreDataBean object based on the current store Id in the BaseContext.
        Throws:
        java.lang.Exception - Rasied when there is an exception encountered during initializing OnlineStoreDataBean object.
    • Method Detail

      • setConfigurations

        public void setConfigurations(java.util.List configurations)
        This method sets the list of Configuration objects.
        Specified by:
        setConfigurations in interface CreateConfigurationCmd
        Parameters:
        configurations - The list of Configuration objects.
      • getConfigurations

        public java.util.List getConfigurations()
        This method gets the list of Configuration objects.
        Specified by:
        getConfigurations in interface CreateConfigurationCmd
        Returns:
        A list of Configuration objects.