com.ibm.commerce.usermanagement.commands
Interface MemberRoleUpdateCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
MemberRoleUpdateCmdImpl

public interface MemberRoleUpdateCmd
extends ControllerCommand

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
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

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

NAME

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

getMemberId

public java.lang.String getMemberId()
Gets the memberId of the user or orgentities to assign roles.
Returns:
The memberId

getRedirectURL

public java.lang.String getRedirectURL()
Return redirect URL.
Returns:
The redirect URL.

setMemberId

public void setMemberId(java.lang.String astrMemberId)
Sets the memberId of the user or orgentities to assign roles.
Parameters:
astrMemberId - The memberId

setRedirectURL

public void setRedirectURL(java.lang.String astrRedirectURL)
Sets redirect URL.
Parameters:
astrRedirectURL - The redirect URL

Feedback