Uses of Class
org.dspace.app.rest.model.SystemWideAlertRest
Packages that use SystemWideAlertRest
Package
Description
-
Uses of SystemWideAlertRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SystemWideAlertRestModifier and TypeMethodDescriptionSystemWideAlertConverter.convert(SystemWideAlert systemWideAlert, Projection projection) -
Uses of SystemWideAlertRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type SystemWideAlertRest -
Uses of SystemWideAlertRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SystemWideAlertRestModifier and TypeMethodDescriptionprotected SystemWideAlertRestSystemWideAlertRestRepository.createAndReturn(Context context) This method will retrieve the system-wide alert for the provided ID However, only admins will be able to retrieve the inactive alerts.protected SystemWideAlertRestSystemWideAlertRestRepository.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 SystemWideAlertRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SystemWideAlertRest>SystemWideAlertRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<SystemWideAlertRest>SystemWideAlertRestRepository.findAllActive(org.springframework.data.domain.Pageable pageable) Search method to retrieve all active system-wide alertsSystemWideAlertRestRepository.getDomainClass()