Interface PrincipalGroupMembersDao

    • Method Detail

      • findAllMembersByType

        <T extends PrincipalModel> java.util.List<T> findAllMembersByType​(UserGroupModel parent,
                                                                          java.lang.Class<T> memberType)
        Finds all members of a Principal Group of a given type. FlexibleSearch filters non specified type members so as not to have to iterate and instantiate entire collection to filter undesired types
      • findMembersByType

        <T extends PrincipalModel> java.util.List<T> findMembersByType​(UserGroupModel parent,
                                                                       java.lang.Class<T> memberType,
                                                                       int count,
                                                                       int start)
        Finds members of a Principal Group of a given type. FlexibleSearch filters non specified type members so as not to have to iterate and instantiate entire collection to filter undesired types *