public abstract class ComposeOnlineStoreBaseCmdImpl extends AbstractInsertMoreNounDataCmdImpl implements ComposeOnlineStoreCmd
OnlineStore
command.
This implementation returns an empty list of OnlineStore
.Constructor and Description |
---|
ComposeOnlineStoreBaseCmdImpl()
Deprecated.
The constructor of ComposeOnlineStoreBaseCmdImpl
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getOnlineStores()
Deprecated.
This method gets the list of
OnlineStore objects. |
void |
setOnlineStores(java.util.List onlinestores)
Deprecated.
This method sets the list of
OnlineStore objects. |
isReadyToCallExecute, reset, setGet, setNouns, setSearchExpression, setShow
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setGet, setNouns, setSearchExpression, setShow
public ComposeOnlineStoreBaseCmdImpl()
public void setOnlineStores(java.util.List onlinestores)
OnlineStore
objects.setOnlineStores
in interface ComposeOnlineStoreCmd
onlinestores
- The list of OnlineStore
objects.public java.util.List getOnlineStores()
OnlineStore
objects.getOnlineStores
in interface ComposeOnlineStoreCmd
OnlineStore
objects.