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

Class GetGeoNodeCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetGeoNodeCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetGeoNodeCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetGeoNodeCmd
    This is the controller command for GeoNode. It creates a command key by parsing the xpath expression passed by client and uses it to choose the right implementation of fetch task command. The data fetched by the fetch task command is used to create the BOD which is returned back to client.
    See Also:
    Serialized Form