Uses of Class
org.opennms.web.admin.users.parsers.DutySchedule
-
Packages that use DutySchedule Package Description org.opennms.web.admin.users.parsers -
-
Uses of DutySchedule in org.opennms.web.admin.users.parsers
Methods in org.opennms.web.admin.users.parsers that return DutySchedule Modifier and Type Method Description DutySchedule
DutySchedule. clone()
cloneMethods in org.opennms.web.admin.users.parsers that return types with arguments of type DutySchedule Modifier and Type Method Description List<DutySchedule>
NotificationInfo. getDutySchedules()
Returns the full list of DutySchedulesMethods in org.opennms.web.admin.users.parsers with parameters of type DutySchedule Modifier and Type Method Description void
NotificationInfo. addDutySchedule(DutySchedule aSchedule)
This method adds a duty scheduleMethod parameters in org.opennms.web.admin.users.parsers with type arguments of type DutySchedule Modifier and Type Method Description void
NotificationInfo. setDutySchedule(List<DutySchedule> someSchedules)
This method sets a full list of duty schedules for a user
-