Uses of Class
org.dspace.app.rest.model.SystemWideAlertRest
-
Packages that use SystemWideAlertRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of SystemWideAlertRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return SystemWideAlertRest Modifier and Type Method Description SystemWideAlertRestSystemWideAlertConverter. 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 Constructor Description SystemWideAlertResource(SystemWideAlertRest content, Utils utils) -
Uses of SystemWideAlertRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return SystemWideAlertRest Modifier and Type Method Description protected SystemWideAlertRestSystemWideAlertRestRepository. createAndReturn(Context context)SystemWideAlertRestSystemWideAlertRestRepository. findOne(Context context, Integer id)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, 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 SystemWideAlertRest Modifier and Type Method Description org.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 alertsClass<SystemWideAlertRest>SystemWideAlertRestRepository. getDomainClass()
-