com.ibm.commerce.member.facade.datatypes

Interface MemberGroupType

    • Method Detail

      • getUsage

        java.util.List getUsage()
        Returns the value of the 'Usage' attribute list. The list contents are of type Object. The usage of the member group, for example: AccessControl, GeneralPurpose, etc.
        Returns:
        the value of the 'Usage' attribute list.
        See Also:
        MemberPackage.getMemberGroupType_Usage()
      • getConditionElement

        java.util.List getConditionElement()
        Returns the value of the 'Condition Element' containment reference list. The list contents are of type MemberGroupConditionElementType. The condition elements associated with the member group.
        Returns:
        the value of the 'Condition Element' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_ConditionElement()
      • getIncludedPerson

        java.util.List getIncludedPerson()
        Returns the value of the 'Included Person' containment reference list. The list contents are of type PersonIdentifierType. The identifier of a person that is a member of this member group.
        Returns:
        the value of the 'Included Person' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_IncludedPerson()
      • getExcludedPerson

        java.util.List getExcludedPerson()
        Returns the value of the 'Excluded Person' containment reference list. The list contents are of type PersonIdentifierType. The identifier of a person that is excluded from this member group.
        Returns:
        the value of the 'Excluded Person' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_ExcludedPerson()
      • getIncludedOrganization

        java.util.List getIncludedOrganization()
        Returns the value of the 'Included Organization' containment reference list. The list contents are of type OrganizationIdentifierType. The identifier of an organization that is a member of this member group.
        Returns:
        the value of the 'Included Organization' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_IncludedOrganization()
      • getExcludedOrganization

        java.util.List getExcludedOrganization()
        Returns the value of the 'Excluded Organization' containment reference list. The list contents are of type OrganizationIdentifierType. The identifier of an organization that is excluded from this member group.
        Returns:
        the value of the 'Excluded Organization' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_ExcludedOrganization()
      • getDisplayName

        DescriptionType getDisplayName()
        Deprecated. Use MemberGroupDescription[language]/ShortDescription. The display name of the member group.
        Returns the value of the 'Display Name' containment reference.
        Returns:
        the value of the 'Display Name' containment reference.
        See Also:
        setDisplayName(DescriptionType), MemberPackage.getMemberGroupType_DisplayName()
      • setDisplayName

        void setDisplayName(DescriptionType value)
        Sets the value of the 'Display Name' containment reference.
        Parameters:
        value - the new value of the 'Display Name' containment reference.
        See Also:
        getDisplayName()
      • getDescription

        DescriptionType getDescription()
        Deprecated. Use MemberGroupDescription[language]/LongDescription. The description of the member group.
        Returns the value of the 'Description' containment reference.
        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), MemberPackage.getMemberGroupType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getMemberGroupDescription

        java.util.List getMemberGroupDescription()
        Returns the value of the 'Member Group Description' containment reference list. The list contents are of type MemberGroupDescriptionType. The description of the member group.
        Returns:
        the value of the 'Member Group Description' containment reference list.
        See Also:
        MemberPackage.getMemberGroupType_MemberGroupDescription()
      • getLastUpdate

        java.lang.Object getLastUpdate()
        Returns the value of the 'Last Update' attribute. The time when the member group was last updated.
        Returns:
        the value of the 'Last Update' attribute.
        See Also:
        setLastUpdate(Object), MemberPackage.getMemberGroupType_LastUpdate()
      • setLastUpdate

        void setLastUpdate(java.lang.Object value)
        Sets the value of the 'Last Update' attribute.
        Parameters:
        value - the new value of the 'Last Update' attribute.
        See Also:
        getLastUpdate()
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
        Returns the value of the 'Last Updated By' attribute. The logon ID of the person who last updated the member group.
        Returns:
        the value of the 'Last Updated By' attribute.
        See Also:
        setLastUpdatedBy(String), MemberPackage.getMemberGroupType_LastUpdatedBy()
      • setLastUpdatedBy

        void setLastUpdatedBy(java.lang.String value)
        Sets the value of the 'Last Updated By' attribute.
        Parameters:
        value - the new value of the 'Last Updated By' attribute.
        See Also:
        getLastUpdatedBy()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data that contains additional attributes of the member group: field1: Customizable field. field2: Customizable field. field3: Customizable field.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getMemberGroupType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • isAllowExport

        boolean isAllowExport()
        Returns the value of the 'Allow Export' attribute. Whether the customer segment is allowed to be exported to external applications.
        Returns:
        the value of the 'Allow Export' attribute.
        See Also:
        isSetAllowExport(), unsetAllowExport(), setAllowExport(boolean), MemberPackage.getMemberGroupType_AllowExport()
      • isExportAll

        boolean isExportAll()
        Returns the value of the 'Export All' attribute. Whether or not exporting all customers in the segment, including customers who have opted in to marketing communications.
        Returns:
        the value of the 'Export All' attribute.
        See Also:
        isSetExportAll(), unsetExportAll(), setExportAll(boolean), MemberPackage.getMemberGroupType_ExportAll()