Uses of Class
org.dspace.alerts.SystemWideAlert
Packages that use SystemWideAlert
Package
Description
-
Uses of SystemWideAlert in org.dspace.alerts
Fields in org.dspace.alerts with type parameters of type SystemWideAlertModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<SystemWideAlert,Boolean> SystemWideAlert_.activestatic jakarta.persistence.metamodel.SingularAttribute<SystemWideAlert,Integer> SystemWideAlert_.alertIdstatic jakarta.persistence.metamodel.SingularAttribute<SystemWideAlert,String> SystemWideAlert_.allowSessionsstatic jakarta.persistence.metamodel.EntityType<SystemWideAlert>SystemWideAlert_.class_static jakarta.persistence.metamodel.SingularAttribute<SystemWideAlert,ZonedDateTime> SystemWideAlert_.countdownTostatic jakarta.persistence.metamodel.SingularAttribute<SystemWideAlert,String> SystemWideAlert_.messageMethods in org.dspace.alerts that return SystemWideAlertModifier and TypeMethodDescriptionSystemWideAlertServiceImpl.create(Context context, String message, AllowSessionsEnum allowSessionsType, ZonedDateTime countdownTo, boolean active) Methods in org.dspace.alerts that return types with arguments of type SystemWideAlertModifier and TypeMethodDescriptionSystemWideAlertServiceImpl.findAllActive(Context context, int limit, int offset) Methods in org.dspace.alerts with parameters of type SystemWideAlertModifier and TypeMethodDescriptionvoidSystemWideAlertServiceImpl.delete(Context context, SystemWideAlert systemWideAlert) voidSystemWideAlertServiceImpl.update(Context context, SystemWideAlert systemWideAlert) -
Uses of SystemWideAlert in org.dspace.alerts.dao
Methods in org.dspace.alerts.dao that return types with arguments of type SystemWideAlertModifier and TypeMethodDescriptionReturns a list of all SystemWideAlert objects in the databaseSystemWideAlertDAO.findAllActive(Context context, int limit, int offset) Returns a list of all active SystemWideAlert objects in the database -
Uses of SystemWideAlert in org.dspace.alerts.dao.impl
Methods in org.dspace.alerts.dao.impl that return types with arguments of type SystemWideAlertModifier and TypeMethodDescriptionSystemWideAlertDAOImpl.findAllActive(Context context, int limit, int offset) -
Uses of SystemWideAlert in org.dspace.alerts.service
Methods in org.dspace.alerts.service that return SystemWideAlertModifier and TypeMethodDescriptionSystemWideAlertService.create(Context context, String message, AllowSessionsEnum allowSessionsType, ZonedDateTime countdownTo, boolean active) This method will create a SystemWideAlert object in the databaseThis method will retrieve a SystemWideAlert object from the Database with the given IDMethods in org.dspace.alerts.service that return types with arguments of type SystemWideAlertModifier and TypeMethodDescriptionReturns a list of all SystemWideAlert objects in the databaseReturns a list of all SystemWideAlert objects in the databaseSystemWideAlertService.findAllActive(Context context, int limit, int offset) Returns a list of all active SystemWideAlert objects in the databaseMethods in org.dspace.alerts.service with parameters of type SystemWideAlertModifier and TypeMethodDescriptionvoidSystemWideAlertService.delete(Context context, SystemWideAlert systemWideAlert) This method will delete the given SystemWideAlert object from the databasevoidSystemWideAlertService.update(Context context, SystemWideAlert systemWideAlert) This method will be used to update the given SystemWideAlert object in the database