Uses of Class
org.dspace.app.rest.model.SubscriptionRest
Packages that use SubscriptionRest
Package
Description
-
Uses of SubscriptionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubscriptionRestModifier and TypeMethodDescriptionSubscriptionConverter.convert(Subscription subscription, Projection projection) -
Uses of SubscriptionRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SubscriptionRest -
Uses of SubscriptionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubscriptionRestModifier and TypeMethodDescriptionprotected SubscriptionRestSubscriptionRestRepository.createAndReturn(Context context) protected SubscriptionRestSubscriptionRestRepository.put(Context context, jakarta.servlet.http.HttpServletRequest request, String apiCategory, String model, Integer id, com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in org.dspace.app.rest.repository that return types with arguments of type SubscriptionRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubscriptionRest>SubscriptionRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<SubscriptionRest>SubscriptionRestRepository.findByEPersonAndDso(UUID epersonId, UUID dsoId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<SubscriptionRest>SubscriptionRestRepository.findSubscriptionsByEPerson(UUID epersonId, org.springframework.data.domain.Pageable pageable) SubscriptionRestRepository.getDomainClass()