public abstract class CreateConfigurationBaseCmdImpl extends AbstractInsertMoreNounDataCmdImpl implements CreateConfigurationCmd
CreateConfigurationCmd
command.Constructor and Description |
---|
CreateConfigurationBaseCmdImpl()
The constructor of
CreateConfigurationBaseCmdImpl . |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getConfigurations()
This method gets the list of
Configuration objects. |
void |
setConfigurations(java.util.List configurations)
This method sets the list of
Configuration 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 CreateConfigurationBaseCmdImpl() throws java.lang.Exception
CreateConfigurationBaseCmdImpl
. It will also initialize
an OnlineStoreDataBean
object based on the current store Id in the
BaseContext
.java.lang.Exception
- Rasied when there is an exception encountered during initializing
OnlineStoreDataBean
object.public void setConfigurations(java.util.List configurations)
Configuration
objects.setConfigurations
in interface CreateConfigurationCmd
configurations
- The list of Configuration
objects.public java.util.List getConfigurations()
Configuration
objects.getConfigurations
in interface CreateConfigurationCmd
Configuration
objects.