Class ItemBundleLinkRepository

    • Constructor Detail

      • ItemBundleLinkRepository

        public ItemBundleLinkRepository()
    • Method Detail

      • getBundles

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