Uses of Interface
org.tynamo.descriptor.TynamoPropertyDescriptor

Packages that use TynamoPropertyDescriptor
org.tynamo.blob   
org.tynamo.descriptor   
org.tynamo.descriptor.annotation   
org.tynamo.exception   
org.tynamo.pages   
org.tynamo.util   
 

Uses of TynamoPropertyDescriptor in org.tynamo.blob
 

Methods in org.tynamo.blob that return TynamoPropertyDescriptor
 TynamoPropertyDescriptor BlobAsset.getPropertyDescriptor()
           
 

Methods in org.tynamo.blob with parameters of type TynamoPropertyDescriptor
 org.apache.tapestry5.Link DefaultBlobManager.createBlobLink(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 org.apache.tapestry5.Link BlobManager.createBlobLink(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 void DefaultBlobManager.delete(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 void BlobManager.delete(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 String DefaultBlobManager.getContentType(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 String BlobManager.getContentType(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 byte[] DefaultBlobManager.getData(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 byte[] BlobManager.getData(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 String DefaultBlobManager.getFileName(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 String BlobManager.getFileName(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 boolean DefaultBlobManager.isNotNull(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 boolean BlobManager.isNotNull(TynamoPropertyDescriptor propertyDescriptor, Object model)
           
 void DefaultBlobManager.store(TynamoPropertyDescriptor propertyDescriptor, Object model, org.apache.tapestry5.upload.services.UploadedFile file)
           
 void BlobManager.store(TynamoPropertyDescriptor propertyDescriptor, Object model, org.apache.tapestry5.upload.services.UploadedFile file)
           
 

Constructors in org.tynamo.blob with parameters of type TynamoPropertyDescriptor
BlobAsset(BlobDownloadService chartService, TynamoPropertyDescriptor propertyDescriptor, Serializable id)
           
 

Uses of TynamoPropertyDescriptor in org.tynamo.descriptor
 

Subinterfaces of TynamoPropertyDescriptor in org.tynamo.descriptor
 interface IdentifierDescriptor
           
 

Classes in org.tynamo.descriptor that implement TynamoPropertyDescriptor
 class CollectionDescriptor
           
 class EmbeddedDescriptor
           
 class IdentifierDescriptorImpl
           
 class ObjectReferenceDescriptor
          This class represents a to-one association and is created by HibernateDescriptorDecorator
 class TynamoPropertyDescriptorImpl
           
 

Methods in org.tynamo.descriptor that return TynamoPropertyDescriptor
 TynamoPropertyDescriptor TynamoClassDescriptorImpl.getIdentifierDescriptor()
           
 TynamoPropertyDescriptor TynamoClassDescriptor.getIdentifierDescriptor()
           
 TynamoPropertyDescriptor TynamoClassDescriptorImpl.getPropertyDescriptor(String name)
           
 TynamoPropertyDescriptor TynamoClassDescriptor.getPropertyDescriptor(String name)
           
 

Methods in org.tynamo.descriptor that return types with arguments of type TynamoPropertyDescriptor
 ArrayList<TynamoPropertyDescriptor> PropertyDescriptorFactoryImpl.buildPropertyDescriptors(Class beanType, BeanInfo beanInfo)
          Build the set of property descriptors for this type
 ArrayList<TynamoPropertyDescriptor> PropertyDescriptorFactory.buildPropertyDescriptors(Class beanType, BeanInfo beanInfo)
           
 List<TynamoPropertyDescriptor> TynamoClassDescriptorImpl.getPropertyDescriptors()
           
 List<TynamoPropertyDescriptor> TynamoClassDescriptor.getPropertyDescriptors()
           
 List<TynamoPropertyDescriptor> TynamoClassDescriptorImpl.getPropertyDescriptors(List<String> properties)
           
 List<TynamoPropertyDescriptor> TynamoClassDescriptor.getPropertyDescriptors(List<String> propertyNames)
           
 

Method parameters in org.tynamo.descriptor with type arguments of type TynamoPropertyDescriptor
 void TynamoClassDescriptorImpl.setPropertyDescriptors(List<TynamoPropertyDescriptor> propertyDescriptors)
           
 void TynamoClassDescriptor.setPropertyDescriptors(List<TynamoPropertyDescriptor> propertyDescriptors)
           
 

Constructors in org.tynamo.descriptor with parameters of type TynamoPropertyDescriptor
CollectionDescriptor(Class beanType, TynamoPropertyDescriptor descriptor)
           
IdentifierDescriptorImpl(Class beanType, TynamoPropertyDescriptor descriptor)
           
ObjectReferenceDescriptor(Class beanType, TynamoPropertyDescriptor descriptor, Class actualType)
           
TynamoPropertyDescriptorImpl(Class beanType, TynamoPropertyDescriptor descriptor)
          It's kinda like an old-skool C++ copy constructor
 

Uses of TynamoPropertyDescriptor in org.tynamo.descriptor.annotation
 

Methods in org.tynamo.descriptor.annotation that return TynamoPropertyDescriptor
 TynamoPropertyDescriptor BlobDescriptorAnnotationHandler.decorateFromAnnotation(BlobDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
 TynamoPropertyDescriptor InitialValueAnnotationHandler.decorateFromAnnotation(InitialValue annotation, TynamoPropertyDescriptor descriptor)
          Creates a InitialValueDescriptorExtension and adds it to the property descriptor.
 TynamoPropertyDescriptor PossibleValuesAnnotationHandler.decorateFromAnnotation(PossibleValues annotation, TynamoPropertyDescriptor descriptor)
          Creates a PossibleValuesDescriptorExtension and adds it to the property descriptor.
 TynamoPropertyDescriptor PropertyDescriptorAnnotationHandler.decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
protected  TynamoPropertyDescriptor AnnotationDecorator.decoratePropertyDescriptor(TynamoPropertyDescriptor propertyDescriptor)
           
 

Methods in org.tynamo.descriptor.annotation with parameters of type TynamoPropertyDescriptor
 TynamoPropertyDescriptor BlobDescriptorAnnotationHandler.decorateFromAnnotation(BlobDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
 TynamoPropertyDescriptor InitialValueAnnotationHandler.decorateFromAnnotation(InitialValue annotation, TynamoPropertyDescriptor descriptor)
          Creates a InitialValueDescriptorExtension and adds it to the property descriptor.
 TynamoPropertyDescriptor PossibleValuesAnnotationHandler.decorateFromAnnotation(PossibleValues annotation, TynamoPropertyDescriptor descriptor)
          Creates a PossibleValuesDescriptorExtension and adds it to the property descriptor.
 TynamoPropertyDescriptor PropertyDescriptorAnnotationHandler.decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
protected  TynamoPropertyDescriptor AnnotationDecorator.decoratePropertyDescriptor(TynamoPropertyDescriptor propertyDescriptor)
           
 

Uses of TynamoPropertyDescriptor in org.tynamo.exception
 

Constructors in org.tynamo.exception with parameters of type TynamoPropertyDescriptor
ValidationException(TynamoPropertyDescriptor descriptor, String message)
           
 

Uses of TynamoPropertyDescriptor in org.tynamo.pages
 

Methods in org.tynamo.pages that return TynamoPropertyDescriptor
 TynamoPropertyDescriptor PropertyDisplayBlocks.getPropertyDescriptor()
           
 TynamoPropertyDescriptor Editors.getPropertyDescriptor()
           
 

Uses of TynamoPropertyDescriptor in org.tynamo.util
 

Methods in org.tynamo.util with parameters of type TynamoPropertyDescriptor
static String DisplayNameUtils.getDisplayName(TynamoPropertyDescriptor propertyDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the property name.
static String DisplayNameUtils.getShortDescription(TynamoPropertyDescriptor propertyDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the property name.
 



Copyright © 2004-2009. All Rights Reserved.