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

Class ComposeOnlineStoreBaseCmdImpl

    • Field Summary

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

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

        serialVersionUID
    • Constructor Summary

      Constructors 
      Constructor and Description
      ComposeOnlineStoreBaseCmdImpl()
      Deprecated. 
      The constructor of ComposeOnlineStoreBaseCmdImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.util.List getOnlineStores()
      Deprecated. 
      This method gets the list of OnlineStore objects.
      void setOnlineStores(java.util.List onlinestores)
      Deprecated. 
      This method sets the list of OnlineStore 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

      • ComposeOnlineStoreBaseCmdImpl

        public ComposeOnlineStoreBaseCmdImpl()
        Deprecated. 
        The constructor of ComposeOnlineStoreBaseCmdImpl
    • Method Detail

      • setOnlineStores

        public void setOnlineStores(java.util.List onlinestores)
        Deprecated. 
        This method sets the list of OnlineStore objects.
        Specified by:
        setOnlineStores in interface ComposeOnlineStoreCmd
        Parameters:
        onlinestores - The list of OnlineStore objects.
      • getOnlineStores

        public java.util.List getOnlineStores()
        Deprecated. 
        This method gets the list of OnlineStore objects.
        Specified by:
        getOnlineStores in interface ComposeOnlineStoreCmd
        Returns:
        A list of OnlineStore objects.