Class Admin

All Implemented Interfaces:
Serializable, org.bedework.calsvci.AdminI, org.bedework.util.logging.Logged

public class Admin extends CalSvcDb implements org.bedework.calsvci.AdminI
The Admin methods for bedework.
Author:
douglm
See Also:
  • Method Details

    • getChildCollections

      public Collection<String> getChildCollections(String parentPath, int start, int count)
      Specified by:
      getChildCollections in interface org.bedework.calsvci.AdminI
    • getChildEntities

      public Collection<String> getChildEntities(String parentPath, int start, int count)
      Specified by:
      getChildEntities in interface org.bedework.calsvci.AdminI
    • getUnexpiredAlarms

      public Collection<org.bedework.calfacade.BwAlarm> getUnexpiredAlarms(long triggerTime)
      Specified by:
      getUnexpiredAlarms in interface org.bedework.calsvci.AdminI
    • getEventsByAlarm

      public Collection<org.bedework.calfacade.BwEvent> getEventsByAlarm(org.bedework.calfacade.BwAlarm alarm)
      Specified by:
      getEventsByAlarm in interface org.bedework.calsvci.AdminI