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, setShowexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetGet, setNouns, setSearchExpression, setShowpublic 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 CreateConfigurationCmdconfigurations - The list of Configuration objects.public java.util.List getConfigurations()
Configuration objects.getConfigurations in interface CreateConfigurationCmdConfiguration objects.