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

Class FetchGeoNodeCmdImpl

    • Constructor Summary

      Constructors 
      Constructor and Description
      FetchGeoNodeCmdImpl()
      Create an instance of the fetch noun command that uses the business object manager to execute the search expression.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getGeoNodes()
      This method returns a list of GeoNodes that result because of 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
    • Constructor Detail

      • FetchGeoNodeCmdImpl

        public FetchGeoNodeCmdImpl()
        Create an instance of the fetch noun command that uses the business object manager to execute the search expression.
    • Method Detail

      • getGeoNodes

        public java.util.List getGeoNodes()
        This method returns a list of GeoNodes that result because of the fetch operation.
        Specified by:
        getGeoNodes in interface FetchGeoNodeCmd
        Returns:
        A list of GeoNodes that match the expression.
        See Also:
        FetchGeoNodeCmd.getGeoNodes()