Class DumpImpl

java.lang.Object
org.bedework.calsvc.CalSvcDb
org.bedework.calsvc.DumpImpl
All Implemented Interfaces:
Serializable, org.bedework.calsvci.DumpIntf, org.bedework.util.logging.Logged

public class DumpImpl extends CalSvcDb implements org.bedework.calsvci.DumpIntf
Class which implements the functions needed to dump the calendar using a jdbc connection.
Version:
1.0
Author:
Mike Douglass douglm@rpi.edu
See Also:
  • Method Details

    • getAdminGroups

      public Iterator<org.bedework.calfacade.svc.BwAdminGroup> getAdminGroups()
      Specified by:
      getAdminGroups in interface org.bedework.calsvci.DumpIntf
    • getAuthUsers

      public Iterator<org.bedework.calfacade.svc.BwAuthUser> getAuthUsers()
      Specified by:
      getAuthUsers in interface org.bedework.calsvci.DumpIntf
    • getCalendars

      public Iterator<org.bedework.calfacade.BwCalendar> getCalendars()
      Specified by:
      getCalendars in interface org.bedework.calsvci.DumpIntf
    • getChildren

      public Collection<org.bedework.calfacade.BwCalendar> getChildren(org.bedework.calfacade.BwCalendar val)
      Specified by:
      getChildren in interface org.bedework.calsvci.DumpIntf
    • getCalSuites

      public Iterator<org.bedework.calfacade.svc.BwCalSuite> getCalSuites()
      Specified by:
      getCalSuites in interface org.bedework.calsvci.DumpIntf
    • getCategories

      public Iterator<org.bedework.calfacade.BwCategory> getCategories()
      Specified by:
      getCategories in interface org.bedework.calsvci.DumpIntf
    • getEvents

      public Iterator<org.bedework.calfacade.BwEvent> getEvents()
      Specified by:
      getEvents in interface org.bedework.calsvci.DumpIntf
    • getEventInfos

      public Iterable<org.bedework.calfacade.svc.EventInfo> getEventInfos(String colPath)
      Specified by:
      getEventInfos in interface org.bedework.calsvci.DumpIntf
    • getResources

      public Iterable<org.bedework.calfacade.BwResource> getResources(String colPath)
      Specified by:
      getResources in interface org.bedework.calsvci.DumpIntf
    • getEventHrefs

      public Iterator<String> getEventHrefs(int start)
      Specified by:
      getEventHrefs in interface org.bedework.calsvci.DumpIntf
    • getEventAnnotations

      public Iterator<org.bedework.calfacade.BwEventAnnotation> getEventAnnotations()
      Specified by:
      getEventAnnotations in interface org.bedework.calsvci.DumpIntf
    • getFilters

      public Iterator<org.bedework.calfacade.BwFilterDef> getFilters()
      Specified by:
      getFilters in interface org.bedework.calsvci.DumpIntf
    • getLocations

      public Iterator<org.bedework.calfacade.BwLocation> getLocations()
      Specified by:
      getLocations in interface org.bedework.calsvci.DumpIntf
    • getPreferences

      public Iterator<org.bedework.calfacade.svc.BwPreferences> getPreferences()
      Specified by:
      getPreferences in interface org.bedework.calsvci.DumpIntf
    • getContacts

      public Iterator<org.bedework.calfacade.BwContact> getContacts()
      Specified by:
      getContacts in interface org.bedework.calsvci.DumpIntf
    • getAllPrincipals

      public Iterator<org.bedework.calfacade.BwPrincipal<?>> getAllPrincipals()
      Specified by:
      getAllPrincipals in interface org.bedework.calsvci.DumpIntf
    • getResources

      public Iterator<org.bedework.calfacade.BwResource> getResources()
      Specified by:
      getResources in interface org.bedework.calsvci.DumpIntf
    • getResourceContent

      public void getResourceContent(org.bedework.calfacade.BwResource res)
      Specified by:
      getResourceContent in interface org.bedework.calsvci.DumpIntf
    • getViews

      public Iterator<org.bedework.calfacade.svc.BwView> getViews()
      Specified by:
      getViews in interface org.bedework.calsvci.DumpIntf
    • startPrincipal

      public void startPrincipal(org.bedework.calfacade.BwPrincipal val)
      Specified by:
      startPrincipal in interface org.bedework.calsvci.DumpIntf
    • endPrincipal

      public void endPrincipal(org.bedework.calfacade.BwPrincipal val)
      Specified by:
      endPrincipal in interface org.bedework.calsvci.DumpIntf