Package org.bedework.convert
Class SAICalCallback
java.lang.Object
org.bedework.convert.SAICalCallback
- All Implemented Interfaces:
Serializable,IcalCallback
Class to allow icaltranslator to be used from a standalone non-bedework
caldav server.
- Author:
- douglm
- See Also:
-
Field Summary
Fields inherited from interface org.bedework.calfacade.ifs.IcalCallback
conformanceRelaxed, conformanceStrict, conformanceWarn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategory(BwCategory val) voidaddContact(BwContact val) voidaddLocation(BwLocation val) org.bedework.util.misc.response.GetEntityResponse<BwLocation>fetchLocationByCombined(String val, boolean persisted) org.bedework.util.misc.response.GetEntityResponse<BwLocation>fetchLocationByKey(String name, String val) org.bedework.util.misc.response.GetEntityResponse<BwCategory>findCategory(BwString val) org.bedework.util.misc.response.GetEntityResponse<BwContact>findContact(BwString val) org.bedework.util.misc.response.GetEntityResponse<BwLocation>findLocation(BwString address) getCaladdr(String val) org.bedework.util.misc.response.GetEntityResponse<BwContact>getContact(String uid) org.bedework.util.misc.response.GetEntitiesResponse<EventInfo>org.bedework.util.misc.response.GetEntityResponse<BwLocation>getLocation(String uid) getOwner()intbooleanvoidsetStrictness(int val)
-
Constructor Details
-
SAICalCallback
Constructor- Parameters:
account- for user
-
-
Method Details
-
setStrictness
public void setStrictness(int val) - Specified by:
setStrictnessin interfaceIcalCallback
-
getStrictness
public int getStrictness()- Specified by:
getStrictnessin interfaceIcalCallback
-
getPrincipal
- Specified by:
getPrincipalin interfaceIcalCallback
-
getOwner
- Specified by:
getOwnerin interfaceIcalCallback
-
getCaladdr
- Specified by:
getCaladdrin interfaceIcalCallback
-
findCategory
- Specified by:
findCategoryin interfaceIcalCallback
-
addCategory
- Specified by:
addCategoryin interfaceIcalCallback
-
getContact
- Specified by:
getContactin interfaceIcalCallback
-
findContact
- Specified by:
findContactin interfaceIcalCallback
-
addContact
- Specified by:
addContactin interfaceIcalCallback
-
getLocation
- Specified by:
getLocationin interfaceIcalCallback
-
fetchLocationByKey
public org.bedework.util.misc.response.GetEntityResponse<BwLocation> fetchLocationByKey(String name, String val) - Specified by:
fetchLocationByKeyin interfaceIcalCallback
-
findLocation
- Specified by:
findLocationin interfaceIcalCallback
-
fetchLocationByCombined
public org.bedework.util.misc.response.GetEntityResponse<BwLocation> fetchLocationByCombined(String val, boolean persisted) - Specified by:
fetchLocationByCombinedin interfaceIcalCallback
-
addLocation
- Specified by:
addLocationin interfaceIcalCallback
-
getEvent
public org.bedework.util.misc.response.GetEntitiesResponse<EventInfo> getEvent(String colPath, String guid) - Specified by:
getEventin interfaceIcalCallback
-
getTimezonesByReference
public boolean getTimezonesByReference()- Specified by:
getTimezonesByReferencein interfaceIcalCallback
-