Uses of Interface
org.tynamo.descriptor.TynamoClassDescriptor

Packages that use TynamoClassDescriptor
org.tynamo.components   
org.tynamo.descriptor   
org.tynamo.descriptor.annotation   
org.tynamo.pages   
org.tynamo.services   
org.tynamo.util   
 

Uses of TynamoClassDescriptor in org.tynamo.components
 

Methods in org.tynamo.components that return types with arguments of type TynamoClassDescriptor
 List<TynamoClassDescriptor> ListPageLinkList.getAllDescriptors()
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor
 

Classes in org.tynamo.descriptor that implement TynamoClassDescriptor
 class EmbeddedDescriptor
           
 class TynamoClassDescriptorImpl
          This represents all the Tynamo metadata for a single class.
 

Methods in org.tynamo.descriptor that return TynamoClassDescriptor
 TynamoClassDescriptor ReflectionDescriptorFactory.buildClassDescriptor(Class type)
          Given a type, build a class descriptor
 TynamoClassDescriptor DescriptorFactory.buildClassDescriptor(Class type)
           
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Methods in org.tynamo.descriptor with parameters of type TynamoClassDescriptor
protected  void TynamoClassDescriptorImpl.copyPropertyDescriptorsFrom(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Constructors in org.tynamo.descriptor with parameters of type TynamoClassDescriptor
EmbeddedDescriptor(Class beanType, TynamoClassDescriptor descriptor)
           
TynamoClassDescriptorImpl(TynamoClassDescriptor descriptor)
          This is a copy constructor.
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.annotation
 

Methods in org.tynamo.descriptor.annotation that return TynamoClassDescriptor
 TynamoClassDescriptor OgnlAnnotationsDecorator.decorate(TynamoClassDescriptor descriptor)
          
 TynamoClassDescriptor AnnotationDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ClassDescriptorAnnotationHandler.decorateFromAnnotation(ClassDescriptor annotation, TynamoClassDescriptor descriptor)
           
 

Methods in org.tynamo.descriptor.annotation with parameters of type TynamoClassDescriptor
 TynamoClassDescriptor OgnlAnnotationsDecorator.decorate(TynamoClassDescriptor descriptor)
          
 TynamoClassDescriptor AnnotationDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ClassDescriptorAnnotationHandler.decorateFromAnnotation(ClassDescriptor annotation, TynamoClassDescriptor descriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.pages
 

Methods in org.tynamo.pages that return TynamoClassDescriptor
abstract  TynamoClassDescriptor ModelPage.getClassDescriptor()
           
 

Uses of TynamoClassDescriptor in org.tynamo.services
 

Methods in org.tynamo.services that return TynamoClassDescriptor
 TynamoClassDescriptor DescriptorServiceImpl.getClassDescriptor(Class type)
           
 TynamoClassDescriptor DescriptorService.getClassDescriptor(Class type)
           
 

Methods in org.tynamo.services that return types with arguments of type TynamoClassDescriptor
 List<TynamoClassDescriptor> DescriptorServiceImpl.getAllDescriptors()
           
 List<TynamoClassDescriptor> DescriptorService.getAllDescriptors()
           
 

Methods in org.tynamo.services with parameters of type TynamoClassDescriptor
 boolean PersistenceService.isTransient(Object data, TynamoClassDescriptor classDescriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.util
 

Methods in org.tynamo.util with parameters of type TynamoClassDescriptor
static void BeanModelUtils.exclude(org.apache.tapestry5.beaneditor.BeanModel model, TynamoClassDescriptor classDescriptor)
          Removes properties from the bean model.
static String DisplayNameUtils.getDisplayName(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
static String DisplayNameUtils.getPluralDisplayName(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
static String DisplayNameUtils.getShortDescription(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
 



Copyright © 2004-2009. All Rights Reserved.