Uses of Class
org.dspace.app.rest.model.NotifyServiceRest
Packages that use NotifyServiceRest
Package
Description
-
Uses of NotifyServiceRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return NotifyServiceRestModifier and TypeMethodDescriptionNotifyServiceConverter.convert(NotifyServiceEntity obj, Projection projection) -
Uses of NotifyServiceRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type NotifyServiceRest -
Uses of NotifyServiceRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return NotifyServiceRestModifier and TypeMethodDescriptionprotected NotifyServiceRestNotifyServiceRestRepository.createAndReturn(Context context) NotifyServiceRestRepository.findByLdnUrl(String ldnUrl) Methods in org.dspace.app.rest.repository that return types with arguments of type NotifyServiceRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<NotifyServiceRest>NotifyServiceRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<NotifyServiceRest>NotifyServiceRestRepository.findManualServicesByInboundPattern(String pattern, org.springframework.data.domain.Pageable pageable) NotifyServiceRestRepository.getDomainClass()