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

Class FetchPhysicalStoreByIdentifierCmdImpl

    • Constructor Summary

      Constructors 
      Constructor and Description
      FetchPhysicalStoreByIdentifierCmdImpl()
      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 getPhysicalStores()
      This method returns a list of PhysicalStores that result because of the fetch operation.
      void performExecute()
      This method will call the business object manager to execute the search expression that was extracted by the get business object document after the search expression is validated and accetped.
      • 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

      • FetchPhysicalStoreByIdentifierCmdImpl

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

      • getPhysicalStores

        public java.util.List getPhysicalStores()
        This method returns a list of PhysicalStores that result because of the fetch operation.
        Specified by:
        getPhysicalStores in interface FetchPhysicalStoreCmd
        Returns:
        A list of PhysicalStores that match the expression.
        See Also:
        com.ibm.commerce.srvstore.facade.server.commands.FetchPhysicalStoreCmd#getPhysicalStores()
      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method will call the business object manager to execute the search expression that was extracted by the get business object document after the search expression is validated and accetped.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
        Throws:
        java.lang.Exception - An exception was thrown if the search expression is invalid.