Package | Description |
---|---|
net.fortuna.ical4j.connector | |
net.fortuna.ical4j.connector.dav | |
net.fortuna.ical4j.connector.jcr |
Modifier and Type | Method and Description |
---|---|
void |
CalendarCollection.addCalendar(net.fortuna.ical4j.model.Calendar calendar)
Stores the specified calendar in this collection.
|
void |
CardCollection.addCard(net.fortuna.ical4j.vcard.VCard card) |
C |
ObjectStore.addCollection(String id)
Adds the specified collection to the store.
|
C |
ObjectStore.addCollection(String id,
String displayName,
String description,
String[] supportedComponents,
net.fortuna.ical4j.model.Calendar timezone) |
boolean |
ObjectStore.connect()
Connect to a object store anonymously.
|
boolean |
ObjectStore.connect(String username,
char[] password)
Connect to a object store using the specified credentials.
|
void |
ObjectStore.disconnect() |
net.fortuna.ical4j.model.Calendar |
CalendarCollection.export()
Exports the entire collection as a single calendar object.
|
C |
ObjectStore.getCollection(String id) |
List<C> |
ObjectStore.getCollections() |
T[] |
ObjectCollection.getComponents()
Returns all objects stored in the collection.
|
void |
CalendarCollection.merge(net.fortuna.ical4j.model.Calendar calendar)
Merges the specified calendar object with this collecton.
|
net.fortuna.ical4j.model.Calendar |
CalendarCollection.removeCalendar(String uid) |
C |
ObjectStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
Modifier and Type | Method and Description |
---|---|
void |
CalDavCalendarCollection.addCalendar(net.fortuna.ical4j.model.Calendar calendar)
Add a new calendar object in the collection.
|
void |
CardDavCollection.addCard(net.fortuna.ical4j.vcard.VCard card) |
CardDavCollection |
CardDavStore.addCollection(String id)
Adds the specified collection to the store.
|
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id)
Adds the specified collection to the store.
|
CardDavCollection |
CardDavStore.addCollection(String id,
org.apache.jackrabbit.webdav.property.DavPropertySet properties) |
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id,
org.apache.jackrabbit.webdav.property.DavPropertySet properties) |
CardDavCollection |
CardDavStore.addCollection(String id,
String displayName,
String description,
String[] supportedComponents,
net.fortuna.ical4j.model.Calendar timezone) |
CalDavCalendarCollection |
CalDavCalendarStore.addCollection(String id,
String displayName,
String description,
String[] supportedComponents,
net.fortuna.ical4j.model.Calendar timezone) |
boolean |
AbstractDavObjectStore.connect()
Connect to a object store anonymously.
|
boolean |
AbstractDavObjectStore.connect(String username,
char[] password)
Connect to a object store using the specified credentials.
|
void |
AbstractDavObjectCollection.delete() |
boolean |
AbstractDavObjectCollection.exists() |
net.fortuna.ical4j.model.Calendar |
CalDavCalendarCollection.export()
Exports the entire collection as a single calendar object.
|
net.fortuna.ical4j.model.Calendar |
CardDavCollection.export() |
CardDavCollection |
CardDavStore.getCollection(String id) |
CalDavCalendarCollection |
CalDavCalendarStore.getCollection(String id) |
List<CardDavCollection> |
CardDavStore.getCollections()
This method will try to find all calendar collections available at the calendar-home-set URI of the user.
|
List<CalDavCalendarCollection> |
CalDavCalendarStore.getCollections()
This method will try to find all calendar collections available at the calendar-home-set URI of the user.
|
net.fortuna.ical4j.model.Calendar[] |
CalDavCalendarCollection.getComponents()
Returns all objects stored in the collection.
|
net.fortuna.ical4j.vcard.VCard[] |
CardDavCollection.getComponents() |
<P> P |
AbstractDavObjectCollection.getProperty(org.apache.jackrabbit.webdav.property.DavPropertyName propertyName,
Class<P> type) |
void |
CalDavCalendarCollection.merge(net.fortuna.ical4j.model.Calendar calendar)
Merges the specified calendar object with this collecton.
|
net.fortuna.ical4j.model.Calendar |
CalDavCalendarCollection.removeCalendar(String uid) |
CardDavCollection |
CardDavStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
CalDavCalendarCollection |
CalDavCalendarStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
void |
CalDavCalendarCollection.updateCalendar(net.fortuna.ical4j.model.Calendar calendar)
Update a calendar object in the collection.
|
void |
CalDavCalendarCollection.writeCalendarOnServer(net.fortuna.ical4j.model.Calendar calendar,
boolean isNew) |
Modifier and Type | Method and Description |
---|---|
void |
JcrCalendarCollection.addCalendar(net.fortuna.ical4j.model.Calendar calendar)
Stores the specified calendar in this collection.
|
void |
JcrCardCollection.addCard(net.fortuna.ical4j.vcard.VCard card) |
C |
AbstractJcrObjectStore.addCollection(String name)
Adds the specified collection to the store.
|
C |
AbstractJcrObjectStore.addCollection(String name,
String displayName,
String description,
String[] supportedComponents,
net.fortuna.ical4j.model.Calendar timezone) |
protected void |
AbstractJcrObjectStore.assertConnected() |
boolean |
AbstractJcrObjectStore.connect()
Connect to a object store anonymously.
|
boolean |
AbstractJcrObjectStore.connect(String username,
char[] password)
Connect to a object store using the specified credentials.
|
void |
AbstractJcrObjectStore.disconnect() |
net.fortuna.ical4j.model.Calendar |
JcrCalendarCollection.export()
Exports the entire collection as a single calendar object.
|
C |
AbstractJcrObjectStore.getCollection(String name) |
List<C> |
AbstractJcrObjectStore.getCollections() |
net.fortuna.ical4j.vcard.VCard[] |
JcrCardCollection.getComponents()
Returns all objects stored in the collection.
|
net.fortuna.ical4j.model.Calendar[] |
JcrCalendarCollection.getComponents()
Returns all objects stored in the collection.
|
void |
JcrCalendarCollection.merge(net.fortuna.ical4j.model.Calendar calendar)
Merges the specified calendar object with this collecton.
|
net.fortuna.ical4j.model.Calendar |
JcrCalendarCollection.removeCalendar(String uid) |
C |
AbstractJcrObjectStore.removeCollection(String name)
Removes the collection with specified id from the store.
|
Copyright © 2008-2013 Micronode. All Rights Reserved.