com.ibm.commerce.usermanagement.commands

Interface MemberGroupMemberUpdateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    MemberGroupMemberUpdateCmdImpl


    public interface MemberGroupMemberUpdateCmd
    extends ControllerCommand
    The MemberGroupMemberUpdateCmd interface must be implemented to provide a controller command that adds users to a member group. Different implementations of this interface can be provided for different stores.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        Default implementation class.
        See Also:
        Constant Field Values