com.ibm.commerce.account.commands
Interface UpdateAccountCmd

All Superinterfaces:
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
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The name of the default implementation class.
static java.lang.String NAME
          The name of this interface.
 
Method Summary
 void setAccountElement(org.w3c.dom.Element accountElement)
          Sets the account XML element.
 void setAccountId(java.lang.Long accountId)
          Sets the business account ID
 void setTermConditionId(java.lang.Long tcId)           Sets the term and condition ID.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation class.
See Also:
Constant Field Values
Method Detail

setAccountElement

public void setAccountElement(org.w3c.dom.Element accountElement)
Sets the account XML element.
Parameters:
accountElement - the business account Element object

setAccountId

public void setAccountId(java.lang.Long accountId)
Sets the business account ID
Parameters:
accountId - the business account ID to be updated

setTermConditionId

public void setTermConditionId(java.lang.Long tcId)
Sets the term and condition ID.
Parameters:
tcId - ID of an term and condition