Uses of Class
org.dspace.alerts.AllowSessionsEnum
-
Packages that use AllowSessionsEnum Package Description org.dspace.alerts org.dspace.alerts.service -
-
Uses of AllowSessionsEnum in org.dspace.alerts
Methods in org.dspace.alerts that return AllowSessionsEnum Modifier and Type Method Description static AllowSessionsEnumAllowSessionsEnum. fromString(String alertAllowSessionType)AllowSessionsEnumSystemWideAlert. getAllowSessions()Retrieve what kind of sessions are allowed while the system-wide alert is activestatic AllowSessionsEnumAllowSessionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowSessionsEnum[]AllowSessionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.alerts with parameters of type AllowSessionsEnum Modifier and Type Method Description SystemWideAlertSystemWideAlertServiceImpl. create(Context context, String message, AllowSessionsEnum allowSessionsType, Date countdownTo, boolean active)voidSystemWideAlert. setAllowSessions(AllowSessionsEnum allowSessions)Set what kind of sessions are allowed while the system-wide alert is active -
Uses of AllowSessionsEnum in org.dspace.alerts.service
Methods in org.dspace.alerts.service with parameters of type AllowSessionsEnum Modifier and Type Method Description SystemWideAlertSystemWideAlertService. create(Context context, String message, AllowSessionsEnum allowSessionsType, Date countdownTo, boolean active)This method will create a SystemWideAlert object in the database
-