Uses of Interface
org.apache.portals.graffito.jcr.persistence.collectionconverter.ManageableCollection

Packages that use ManageableCollection
org.apache.portals.graffito.jcr.persistence.collectionconverter   
org.apache.portals.graffito.jcr.persistence.collectionconverter.impl   
 

Uses of ManageableCollection in org.apache.portals.graffito.jcr.persistence.collectionconverter
 

Methods in org.apache.portals.graffito.jcr.persistence.collectionconverter that return ManageableCollection
 ManageableCollection CollectionConverter.getCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
          Get a ManageableCollection from the JCR repository
static ManageableCollection ManageableCollectionUtil.getManageableCollection(java.lang.Class collectionClass)
          Instantiate a new ManageableCollection
static ManageableCollection ManageableCollectionUtil.getManageableCollection(java.lang.Object object)
          Convert a java Collection object into a ManageableCollection.
static ManageableCollection ManageableCollectionUtil.getManageableCollection(java.lang.String manageableCollectionClassName)
          Instantiate a new ManageableCollection
 

Methods in org.apache.portals.graffito.jcr.persistence.collectionconverter with parameters of type ManageableCollection
 void CollectionConverter.insertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
          Insert/convert collection elements into some JCR nodes
 void CollectionConverter.updateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
          Update collection elements already present in the JCR repository
 

Uses of ManageableCollection in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl
 

Classes in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl that implement ManageableCollection
 class ManageableArrayList
          ManageableCollection ArrayList implementation
 class ManageableSet
          This class/interface
 class ManageableVector
          ManageableCollection Vector implementation
 

Methods in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl that return ManageableCollection
protected  ManageableCollection DefaultCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableCollection MultiValueCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected abstract  ManageableCollection AbstractCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
protected  ManageableCollection NTCollectionConverterImpl.doGetCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 ManageableCollection AbstractCollectionConverterImpl.getCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 

Methods in org.apache.portals.graffito.jcr.persistence.collectionconverter.impl with parameters of type ManageableCollection
protected  void DefaultCollectionConverterImpl.doInsertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void MultiValueCollectionConverterImpl.doInsertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected abstract  void AbstractCollectionConverterImpl.doInsertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor descriptor, ManageableCollection collection)
           
protected  void NTCollectionConverterImpl.doInsertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void DefaultCollectionConverterImpl.doUpdateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected  void MultiValueCollectionConverterImpl.doUpdateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
protected abstract  void AbstractCollectionConverterImpl.doUpdateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor descriptor, ManageableCollection collection)
           
protected  void NTCollectionConverterImpl.doUpdateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 void AbstractCollectionConverterImpl.insertCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 void AbstractCollectionConverterImpl.updateCollection(javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, ManageableCollection collection)
           
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.