Uses of Interface
org.tynamo.descriptor.TynamoClassDescriptor

Packages that use TynamoClassDescriptor
org.tynamo.components   
org.tynamo.descriptor   
org.tynamo.descriptor.annotation.handlers   
org.tynamo.descriptor.decorators   
org.tynamo.descriptor.factories   
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.getDisplayableDescriptors()
           
 

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 with parameters of type TynamoClassDescriptor
protected  void TynamoClassDescriptorImpl.copyPropertyDescriptorsFrom(TynamoClassDescriptor descriptor)
           
 

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

Uses of TynamoClassDescriptor in org.tynamo.descriptor.annotation.handlers
 

Methods in org.tynamo.descriptor.annotation.handlers with parameters of type TynamoClassDescriptor
 void BeanModelAnnotationHandler.decorateFromAnnotation(BeanModels annotation, TynamoClassDescriptor descriptor)
           
 void ClassDescriptorAnnotationHandler.decorateFromAnnotation(ClassDescriptor annotation, TynamoClassDescriptor descriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.decorators
 

Methods in org.tynamo.descriptor.decorators that return TynamoClassDescriptor
 TynamoClassDescriptor TynamoDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor TapestryDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Methods in org.tynamo.descriptor.decorators with parameters of type TynamoClassDescriptor
 TynamoClassDescriptor TynamoDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor TapestryDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.factories
 

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

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
 Serializable PersistenceService.getIdentifier(Object data, TynamoClassDescriptor classDescriptor)
          Deprecated. Returns the identifier value of the given entity
 

Uses of TynamoClassDescriptor in org.tynamo.util
 

Methods in org.tynamo.util with parameters of type TynamoClassDescriptor
static void BeanModelUtils.applyDefaultExclusions(org.apache.tapestry5.beaneditor.BeanModel dataModel, TynamoClassDescriptor classDescriptor, String key)
          Removes from the bean model the Tynamo "recommended" list of properties to exclude.
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.
static void BeanModelUtils.modify(org.apache.tapestry5.beaneditor.BeanModel dataModel, TynamoClassDescriptor classDescriptor, String key)
          Performs standard set of modifications to a BeanModel properties may be included, removed or reordered based on the contents of the BeanModelExtension and the value of context key
 



Copyright © 2004-2012. All Rights Reserved.