Interface UserEntitiesSelectorBean

    • Field Detail

      • SELECT_PARENTS

        static final int SELECT_PARENTS
        Indicates to select the parent groups of a particular user group.
        See Also:
        Constant Field Values
      • SELECT_MEMBERS

        static final int SELECT_MEMBERS
        Indicates to select the members of a particular user group.
        See Also:
        Constant Field Values
    • Method Detail

      • getSelectionType

        int getSelectionType()
        Returns the selection type, either parents or members.
        Returns:
        the selection type.
      • setSelectionType

        void setSelectionType​(int type)
        Sets the selection type, either parents or members.
        Parameters:
        type - the selection type.