Interface CaldavConnectorService


public interface CaldavConnectorService
  • Method Details

    • createCaldavSetting

      void createCaldavSetting(CaldavUserSetting caldavUserSetting, long userIdentityId) throws IllegalAccessException
      Creates a new caldav user setting
      Parameters:
      caldavUserSetting - CaldavUserSetting object to create
      userIdentityId - User identity creating the exchange user setting
      Throws:
      IllegalAccessException - when the user is not authorized to create caldav setting
    • getCaldavSetting

      CaldavUserSetting getCaldavSetting(long userIdentityId)
      Retrieves caldav user setting by its technical user identity identifier.
      Parameters:
      userIdentityId - User identity getting the caldav user setting
      Returns:
      A CaldavUserSetting object
    • deleteCaldavSetting

      void deleteCaldavSetting(long userIdentityId)
      Deletes an caldav user setting
      Parameters:
      userIdentityId - User identity deleting his caldav user setting