Uses of Class
org.dspace.app.rest.model.SubscriptionRest
-
Packages that use SubscriptionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SubscriptionRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SubscriptionRest Modifier and Type Method Description SubscriptionRestSubscriptionConverter. 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 Constructor Description SubscriptionResource(SubscriptionRest data, Utils utils) -
Uses of SubscriptionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SubscriptionRest Modifier and Type Method Description protected SubscriptionRestSubscriptionRestRepository. createAndReturn(Context context)SubscriptionRestSubscriptionRestRepository. findOne(Context context, Integer id)protected SubscriptionRestSubscriptionRestRepository. put(Context context, javax.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 SubscriptionRest Modifier and Type Method Description org.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)Class<SubscriptionRest>SubscriptionRestRepository. getDomainClass()
-