com.ibm.commerce.membergroup.commands

Class ListMemberGroupsForCurrentUserCmdImpl

    • Field Detail

    • Constructor Detail

      • ListMemberGroupsForCurrentUserCmdImpl

        public ListMemberGroupsForCurrentUserCmdImpl()
    • Method Detail

      • setMemberGroupUsageTypeId

        public void setMemberGroupUsageTypeId(java.lang.Integer memberGroupUsageTypeId)
        Sets the member group usage type ID.
        Specified by:
        setMemberGroupUsageTypeId in interface ListMemberGroupsForCurrentUserCmd
        Parameters:
        memberGroupUsageTypeId - Member group usage type ID.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the store ID that is used to find member group from the database.
        Specified by:
        setStoreId in interface ListMemberGroupsForCurrentUserCmd
        Parameters:
        storeId - The ID of the store.
      • setStoreIds

        public void setStoreIds(java.lang.Integer[] storeIds)
        Sets the store IDs that are used to find member group from the database.
        Specified by:
        setStoreIds in interface ListMemberGroupsForCurrentUserCmd
        Parameters:
        storeIds - The ID of stores.
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Checks to see if the command is ready to call. This method will always return true.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        true if the command is ready to go.