com.ibm.commerce.account.commands
Interface CreateAccountCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CreateAccountCmdImpl
- public interface CreateAccountCmd
- extends TaskCommand
This task command is called by AccountImport
and AccountSave
to create a new account.
- See Also:
AccountImportCmd
,
AccountSaveCmd
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.account.commands.CreateAccountCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.account.commands.CCreateAccountCmd". |
Method Summary |
java.lang.Long |
getAccountId()
Returns the accountId. |
void |
setAccountElement(com.ibm.commerce.account.commands.Element accountElement)
Sets the account XML element. |
void |
setLanguageId(java.lang.Integer langId)
Sets the languageId. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class is "com.ibm.commerce.account.commands.CreateAccountCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.account.commands.CCreateAccountCmd".
getAccountId
public java.lang.Long getAccountId()
- Returns the accountId.
setAccountElement
public void setAccountElement(com.ibm.commerce.account.commands.Element accountElement)
- Sets the account XML element.
setLanguageId
public void setLanguageId(java.lang.Integer langId)
- Sets the languageId.