Class CommunitySubcommunityLinkRepository

    • Constructor Detail

      • CommunitySubcommunityLinkRepository

        public CommunitySubcommunityLinkRepository()
    • Method Detail

      • getSubcommunities

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