com.ibm.commerce.account.commands
Interface UpdateAccountCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- UpdateAccountCmdImpl
- public interface UpdateAccountCmd
- extends TaskCommand
This task command is called by AccountSave
to update an existing account.
- See Also:
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.UpdateAccountCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.account.commands.UpdateAccountCmd". |
Method Summary |
void |
setAccountElement(com.ibm.commerce.account.commands.Element accountElement)
Sets the account XML element. |
void |
setAccountId(java.lang.Long accountId)
Sets the accountId. |
void |
setTermConditionId(java.lang.Long tcId)
Sets the termConditionId. |
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.UpdateAccountCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.account.commands.UpdateAccountCmd".
setAccountElement
public void setAccountElement(com.ibm.commerce.account.commands.Element accountElement)
- Sets the account XML element.
setAccountId
public void setAccountId(java.lang.Long accountId)
- Sets the accountId.
setTermConditionId
public void setTermConditionId(java.lang.Long tcId)
- Sets the termConditionId.