com.ibm.commerce.usermanagement.commands
Class AddressAddCmdImpl

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

public class AddressAddCmdImpl
extends AddressBaseCmdImpl
implements AddressAddCmd

This command adds a new 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 nickName 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 the class.
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands. AddressAddCmd
NAME
 
Constructor Summary
AddressAddCmdImpl()
           
 
Method Summary
 void setRequestProperties( TypedProperty reqProperties)
          Sets the properties of 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. AddressAddCmd
setMemberId
 

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 the class.
See Also:
Constant Field Values
Constructor Detail

AddressAddCmdImpl

public AddressAddCmdImpl()
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty reqProperties)
                          throws ECApplicationException
Sets the properties of the command. This is done by executing the PreAddresAddCmd.
Throws:
ECApplicationException - if there is a problem executing the PreAddressAddCmd to extract the comand properties.