net.fortuna.ical4j.connector.jcr
public class JcrCardCollection extends AbstractJcrObjectCollection<net.fortuna.ical4j.vcard.VCard> implements CardCollection
| Constructor and Description |
|---|
JcrCardCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCard(net.fortuna.ical4j.vcard.VCard card) |
net.fortuna.ical4j.vcard.VCard[] |
getComponents()
Returns all objects stored in the collection.
|
getCollectionName, getDescription, getDisplayName, getNode, getStore, setCollectionName, setDescription, setDisplayName, setStoreclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDisplayNamepublic void addCard(net.fortuna.ical4j.vcard.VCard card)
throws ObjectStoreException,
net.fortuna.ical4j.model.ConstraintViolationException
addCard in interface CardCollectioncard - a vCard object instanceObjectStoreException - where an unexpected error occursnet.fortuna.ical4j.model.ConstraintViolationException - where the specified object is not validpublic net.fortuna.ical4j.vcard.VCard[] getComponents()
throws ObjectStoreException
getComponents in interface ObjectCollection<net.fortuna.ical4j.vcard.VCard>ObjectStoreException - where an unexpected error occursCopyright © 2008-2013 Micronode. All Rights Reserved.