Uses of Class
org.apache.portals.graffito.jcr.mapper.model.ClassDescriptor

Packages that use ClassDescriptor
org.apache.portals.graffito.jcr.mapper   
org.apache.portals.graffito.jcr.mapper.impl   
org.apache.portals.graffito.jcr.mapper.model   
org.apache.portals.graffito.jcr.query.impl   
 

Uses of ClassDescriptor in org.apache.portals.graffito.jcr.mapper
 

Methods in org.apache.portals.graffito.jcr.mapper that return ClassDescriptor
 ClassDescriptor Mapper.getClassDescriptorByClass(java.lang.Class clazz)
          Get the mapping defition to be used for a specific java bean
 ClassDescriptor Mapper.getClassDescriptorByNodeType(java.lang.String jcrNodeType)
          Get the mapping defition to be used for a specific JCR node type
 

Uses of ClassDescriptor in org.apache.portals.graffito.jcr.mapper.impl
 

Methods in org.apache.portals.graffito.jcr.mapper.impl that return ClassDescriptor
 ClassDescriptor DigesterMapperImpl.getClassDescriptorByClass(java.lang.Class clazz)
           
 ClassDescriptor DigesterMapperImpl.getClassDescriptorByNodeType(java.lang.String jcrNodeType)
           
 

Uses of ClassDescriptor in org.apache.portals.graffito.jcr.mapper.model
 

Methods in org.apache.portals.graffito.jcr.mapper.model that return ClassDescriptor
 ClassDescriptor CollectionDescriptor.getClassDescriptor()
           
 ClassDescriptor BeanDescriptor.getClassDescriptor()
           
 ClassDescriptor FieldDescriptor.getClassDescriptor()
           
 ClassDescriptor MappingDescriptor.getClassDescriptorByName(java.lang.String className)
          Get the classdescriptor to used for the class
 ClassDescriptor MappingDescriptor.getClassDescriptorByNodeType(java.lang.String nodeType)
           
 ClassDescriptor ClassDescriptor.getDescendantClassDescriptor(java.lang.String nodeType)
          If the node type per concrete class strategy is used, we need to find a descendant class descriptor assigned to a node type This method is not used in other situation.
 ClassDescriptor ClassDescriptor.getSuperClassDescriptor()
           
 

Methods in org.apache.portals.graffito.jcr.mapper.model with parameters of type ClassDescriptor
 void MappingDescriptor.addClassDescriptor(ClassDescriptor classDescriptor)
          Add a new ClassDescriptor
 void ClassDescriptor.addDescendantClassDescriptor(ClassDescriptor classDescriptor)
           
 void CollectionDescriptor.setClassDescriptor(ClassDescriptor classDescriptor)
          Set the associated class descriptor
 void BeanDescriptor.setClassDescriptor(ClassDescriptor descriptor)
           
 void FieldDescriptor.setClassDescriptor(ClassDescriptor classDescriptor)
          Set the associated class descriptor
 void ClassDescriptor.setSuperClassDescriptor(ClassDescriptor superClassDescriptor)
           
 

Uses of ClassDescriptor in org.apache.portals.graffito.jcr.query.impl
 

Constructors in org.apache.portals.graffito.jcr.query.impl with parameters of type ClassDescriptor
FilterImpl(ClassDescriptor classDescriptor, java.util.Map atomicTypeConverters, java.lang.Class clazz)
          Constructor
 



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