Class EPersonGroupLinkRepository

    • Constructor Detail

      • EPersonGroupLinkRepository

        public EPersonGroupLinkRepository()
    • Method Detail

      • getGroups

        @PreAuthorize("hasPermission(#epersonId, \'EPERSON\', \'READ\')")
        public org.springframework.data.domain.Page<GroupRest> getGroups​(@Nullable
                                                                         javax.servlet.http.HttpServletRequest request,
                                                                         UUID epersonId,
                                                                         @Nullable
                                                                         org.springframework.data.domain.Pageable optionalPageable,
                                                                         Projection projection)