com.ibm.commerce.store.facade.server.commands

Class FilterPhysicalStoreOutsideDistanceCmdImpl

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • 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 getPhysicalStores()
      This method returns a list of PhysicalStores that result because of the fetch operation.
      void performExecute()
      This method sorts the result nouns according to the distance from the starting point.
      void setPhysicalStores(java.util.List physicalstores)
      This method sets the list of PhysicalStores that result from executing the fetch operation.
      • 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, 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
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FilterPhysicalStoreOutsideDistanceCmdImpl

        public FilterPhysicalStoreOutsideDistanceCmdImpl()
    • Method Detail

      • getPhysicalStores

        public java.util.List getPhysicalStores()
        This method returns a list of PhysicalStores that result because of the fetch operation.
        Returns:
        A list of PhysicalStores that match the expression.
        See Also:
        FetchPhysicalStoreCmd.getPhysicalStores()
      • setPhysicalStores

        public void setPhysicalStores(java.util.List physicalstores)
        This method sets the list of PhysicalStores that result from executing the fetch operation.
        Specified by:
        setPhysicalStores in interface InsertMorePhysicalStoreDataCmd
        Parameters:
        physicalstores - The list of PhysicalStores that where retrieved.
      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method sorts the result nouns according to the distance from the starting point. It also removes nouns when the result nouns exceed the maximum number of stores.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception
        See Also:
        TargetableCommand.performExecute()