com.ibm.commerce.membergroup.commands

Interface DeleteMemberGroupMemberCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    DeleteMemberGroupMemberCmdImpl


    public interface DeleteMemberGroupMemberCmd
    extends TaskCommand
    This interface must be implemented to provide a task command that removes a member from a member group. Different implementations of this interface can be provided for different stores.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setMemberGroupId

        void setMemberGroupId(java.lang.Long memberGroupId)
        Sets the member group ID. This parameter is required.
        Parameters:
        memberGroupId - The ID of the member group.
      • setMemberId

        void setMemberId(java.lang.Long memberId)
        Sets the member ID. This parameter is required.
        Parameters:
        memberId - The ID of the member.
      • getMemberId

        java.lang.String getMemberId()
        Returns the member ID of the member being removed.
        Returns:
        The ID of the member being removed.
      • enableContentManagement

        void enableContentManagement(boolean enabled)
        Indicates whether Content Management flow should be used for the command
        Parameters:
        enabled - true will use the Content Management flow