Class CommunityCollectionLinkRepository

    • Constructor Detail

      • CommunityCollectionLinkRepository

        public CommunityCollectionLinkRepository()
    • Method Detail

      • getCollections

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