com.ibm.commerce.infrastructure.facade.server.commands
Class FetchOnlineStoreByNameCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
-
- com.ibm.commerce.infrastructure.facade.server.commands.FetchOnlineStoreBaseCmdImpl
-
- com.ibm.commerce.infrastructure.facade.server.commands.FetchOnlineStoreByNameCmdImpl
-
- All Implemented Interfaces:
- AbstractFetchNounCmd, FetchOnlineStoreCmd, 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
Deprecated.Replaced by SOA Architecture
public class FetchOnlineStoreByNameCmdImpl extends FetchOnlineStoreBaseCmdImpl implements FetchOnlineStoreCmd
The default implementation of the fetch OnlineStore command. This implementation returns an empty list of OnlineStore.- Since:
- version 7.0.0.2 - June 28th, 2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FetchOnlineStoreByNameCmdImpl()
Deprecated.Creates an instance of the fetch OnlineStore command.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description void
performExecute()
Deprecated.This method executes the get expression.-
Methods inherited from class com.ibm.commerce.infrastructure.facade.server.commands.FetchOnlineStoreBaseCmdImpl
getNouns, getOnlineStores, reset
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
getShow, isReadyToCallExecute, setGet, setSearchExpression
-
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.commerce.infrastructure.facade.server.commands.FetchOnlineStoreCmd
getOnlineStores
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmd
getNouns, getShow, setGet, setSearchExpression
-
-
-
-
Constructor Detail
-
FetchOnlineStoreByNameCmdImpl
public FetchOnlineStoreByNameCmdImpl()
Deprecated.Creates an instance of the fetch OnlineStore command.
-
-
Method Detail
-
performExecute
public void performExecute() throws java.lang.Exception
Deprecated.This method executes the get expression. This implementation returns an empty show response and list.- Specified by:
performExecute
in interfacecom.ibm.websphere.command.TargetableCommand
- Specified by:
performExecute
in classcom.ibm.websphere.command.TargetableCommandImpl
- Throws:
java.lang.Exception
- See Also:
TargetableCommand.performExecute()
-
-