com.ibm.commerce.usermanagement.commands
Interface AddressAddCmd

All Known Implementing Classes:
AddressAddCmdImpl

public interface 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


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
static java.lang.String NAME
          The name of command.
 
Method Summary
 void setMemberId(java.lang.String astrMemberId)           Sets the memberId of the member to add address for.
 

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 command.
See Also:
Constant Field Values
Method Detail

setMemberId

public void setMemberId(java.lang.String astrMemberId)
Sets the memberId of the member to add address for.
Parameters:
astrMemberId - The memberId.