The MemberRoleUpdateCmd command assigns roles to a member for an organization. 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 parameter memberId, roleId and orgEntityId are mandatory. Exception Conditions
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
NAME defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.campaigns.CalcCodeDeleteControllerCmd is not defined in the CMDREG table. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
java.lang.String |
getMemberId() Gets the memberId of the user or orgentities to assign roles. |
java.lang.String |
getRedirectURL() Return redirect URL. |
void |
setMemberId(java.lang.String astrMemberId) Sets the memberId of the user or orgentities to assign roles. |
void |
setRedirectURL(java.lang.String astrRedirectURL) Sets redirect URL. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
---|
public java.lang.String getMemberId()
public java.lang.String getRedirectURL()
public void setMemberId(java.lang.String astrMemberId)
astrMemberId
- The memberIdpublic void setRedirectURL(java.lang.String astrRedirectURL)
astrRedirectURL
- The redirect URL