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, setStore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getDisplayName
public void addCard(net.fortuna.ical4j.vcard.VCard card) throws ObjectStoreException, net.fortuna.ical4j.model.ConstraintViolationException
addCard
in interface CardCollection
card
- 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.