Interface CalDAVSystemProperties
- All Superinterfaces:
Serializable
These are the system properties that the server needs to know about, either
because it needs to apply these limits or just to report them to clients.
- Author:
- douglm
-
Method Summary
Modifier and TypeMethodDescriptionGet the administrator contact propertyGet the calws soap web service uri - null for no serviceget the Free busy service uri - null for no freebusy serviceGet the feature flags propertyget the ischedule service uri - null for no ischedule servicebooleanGet the timezones server uriget the web calendar service uri - null for no web calendar servicevoidsetAdminContact(String val) Set the administrator contact propertyvoidsetCalSoapWsURI(String val) Set the calws soap web service uri - null for no servicevoidsetFburlServiceURI(String val) Set the Free busy service uri - null for no freebusy servicevoidsetFeatureFlags(String val) Set the feature flags propertyvoidsetIscheduleURI(String val) Set the ischedule service uri - null for no ischedule servicevoidsetTimezonesByReference(boolean val) voidsetTzServeruri(String val) Set the timezones server urivoidsetVpollMaxActive(Integer val) Set the max number of active vpolls.voidsetVpollMaxItems(Integer val) Set the max number of items per vpoll.voidsetVpollMaxVoters(Integer val) Set the max number of active vpolls.voidSet the web calendar service uri - null for no web calendar service
-
Method Details
-
setFeatureFlags
Set the feature flags property- Parameters:
val-
-
getFeatureFlags
String getFeatureFlags()Get the feature flags property- Returns:
- String
-
setAdminContact
Set the administrator contact property- Parameters:
val-
-
getAdminContact
String getAdminContact()Get the administrator contact property- Returns:
- String
-
setTzServeruri
Set the timezones server uri- Parameters:
val- String
-
getTzServeruri
String getTzServeruri()Get the timezones server uri- Returns:
- String tzid
-
setTimezonesByReference
void setTimezonesByReference(boolean val) - Parameters:
val- boolean true if we are not including the full tz specification..
-
getTimezonesByReference
boolean getTimezonesByReference()- Returns:
- true if we are not including the full tz specification
-
setIscheduleURI
Set the ischedule service uri - null for no ischedule service- Parameters:
val- String
-
getIscheduleURI
String getIscheduleURI()get the ischedule service uri - null for no ischedule service- Returns:
- String
-
setFburlServiceURI
Set the Free busy service uri - null for no freebusy service- Parameters:
val- String
-
getFburlServiceURI
String getFburlServiceURI()get the Free busy service uri - null for no freebusy service- Returns:
- String
-
setWebcalServiceURI
Set the web calendar service uri - null for no web calendar service- Parameters:
val- String
-
getWebcalServiceURI
String getWebcalServiceURI()get the web calendar service uri - null for no web calendar service- Returns:
- String
-
setCalSoapWsURI
Set the calws soap web service uri - null for no service- Parameters:
val- String
-
getCalSoapWsURI
String getCalSoapWsURI()Get the calws soap web service uri - null for no service- Returns:
- String
-
setVpollMaxItems
Set the max number of items per vpoll. null for no limit- Parameters:
val- Integer max
-
getVpollMaxItems
Integer getVpollMaxItems()- Returns:
- Integer
-
setVpollMaxActive
Set the max number of active vpolls. null for no limit- Parameters:
val- Integer max
-
getVpollMaxActive
Integer getVpollMaxActive()- Returns:
- Integer
-
setVpollMaxVoters
Set the max number of active vpolls. null for no limit- Parameters:
val- Integer max
-
getVpollMaxVoters
Integer getVpollMaxVoters()- Returns:
- Integer
-