Class SubscriptionEPersonLinkRepository

    • Constructor Detail

      • SubscriptionEPersonLinkRepository

        public SubscriptionEPersonLinkRepository()
    • Method Detail

      • getEPerson

        @PreAuthorize("hasPermission(#subscriptionId, \'subscription\', \'READ\')")
        public EPersonRest getEPerson​(@Nullable
                                      javax.servlet.http.HttpServletRequest request,
                                      Integer subscriptionId,
                                      @Nullable
                                      org.springframework.data.domain.Pageable optionalPageable,
                                      Projection projection)