com.ibm.commerce.usermanagement.commands
Class AddressUpdateCmdImpl

java.lang.Object
  |
  +--AddressBaseCmdImpl
        |
        +--com.ibm.commerce.usermanagement.commands.AddressUpdateCmdImpl
All Implemented Interfaces:
AddressUpdateCmd

public class AddressUpdateCmdImpl
extends AddressBaseCmdImpl
implements AddressUpdateCmd

This command update the address entry for a user, organization or organizational unit.

The information of the address is stored in the ADDRBOOK and ADDRESS tables.

Use this command with SSL (Secure Sockets Layer) to ensure that the information are encrypted. To do so type the command with the HTTPS secure protocol.

The parameters URL and addressId are mandatory. The rest of the parameters are all optional.

Behavior

Exception Conditions

See Also:
Serialized Form

Field Summary
static java.lang.String CLASSNAME
          The name of this command.
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands. AddressUpdateCmd
NAME
 
Constructor Summary
AddressUpdateCmdImpl()
           
 
Method Summary
 void setRequestProperties( TypedProperty reqProperties)
          Sets the parameters passed to the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.usermanagement.commands. AddressUpdateCmd
setAddressId
 

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

CLASSNAME

public static final java.lang.String CLASSNAME
The name of this command.
See Also:
Constant Field Values
Constructor Detail

AddressUpdateCmdImpl

public AddressUpdateCmdImpl()
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty reqProperties)
                          throws ECApplicationException
Sets the parameters passed to the command. These are usually the attributes of the address to update and the Address to update. After the PreAddressUpdate command will be called to execute some customize functionality.
Throws:
ECApplicationException - if there was a problem executing the PreAddressUpdate command.