Class ContactsImpl

java.lang.Object
org.bedework.calsvc.CalSvcDb
org.bedework.calsvc.EventPropertiesImpl<org.bedework.calfacade.BwContact>
org.bedework.calsvc.ContactsImpl
All Implemented Interfaces:
Serializable, org.bedework.access.PrivilegeDefs, org.bedework.calsvci.Contacts, org.bedework.calsvci.EventProperties<org.bedework.calfacade.BwContact>, org.bedework.util.logging.Logged

public class ContactsImpl extends EventPropertiesImpl<org.bedework.calfacade.BwContact> implements org.bedework.calsvci.Contacts
Class which handles manipulation of Contacts.
Author:
Mike Douglass douglm - rpi.edu
See Also:
  • Constructor Details

    • ContactsImpl

      public ContactsImpl(CalSvc svci)
      Constructor
      Parameters:
      svci - calsvc object
  • Method Details

    • init

      public void init(boolean adminCanEditAllPublic)
      Specified by:
      init in interface org.bedework.calsvci.Contacts
    • exists

      public boolean exists(org.bedework.base.response.Response resp, org.bedework.calfacade.BwContact val)
    • find

      public org.bedework.calfacade.BwContact find(org.bedework.calfacade.BwString val)
      Specified by:
      find in interface org.bedework.calsvci.EventProperties<org.bedework.calfacade.BwContact>
    • find

      public org.bedework.base.response.GetEntitiesResponse<org.bedework.calfacade.BwContact> find(String fexpr, int from, int size)
      Specified by:
      find in interface org.bedework.calsvci.EventProperties<org.bedework.calfacade.BwContact>