A B C D E F G I L M N O P R S T U V

A

AbstractAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
AbstractAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.AbstractAnnotationHandler
 
ADD_NEW_MESSAGE - Static variable in class org.tynamo.util.Utils
 
ADDED_MESSAGE - Static variable in class org.tynamo.util.Utils
 
addExtension(String, DescriptorExtension) - Method in interface org.tynamo.descriptor.Extensible
 
addExtension(Class, DescriptorExtension) - Method in interface org.tynamo.descriptor.Extensible
 
addExtension(String, DescriptorExtension) - Method in class org.tynamo.descriptor.TynamoDescriptor
Keye is property name preceded by package name
addExtension(Class, DescriptorExtension) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
addFlash(String, FlashMessage.MessageType) - Method in class org.tynamo.components.Flash
 
addFlashByKey(String, FlashMessage.MessageType, Object...) - Method in class org.tynamo.components.Flash
 
AnnotationDecorator - Class in org.tynamo.descriptor.annotation
This class uses the annotations on a given class or property to modify its descriptor
AnnotationDecorator() - Constructor for class org.tynamo.descriptor.annotation.AnnotationDecorator
 
APPLY_AND_RETURN_MESSAGE - Static variable in class org.tynamo.util.Utils
 
APPLY_MESSAGE - Static variable in class org.tynamo.util.Utils
 

B

back() - Method in class org.tynamo.pages.ModelPage
 
BeanModelUtils - Class in org.tynamo.util
Utilities used to modify a BeanModel.
BeanModelUtils() - Constructor for class org.tynamo.util.BeanModelUtils
 
bind(ServiceBinder) - Static method in class org.tynamo.services.TynamoCoreModule
 
Blob - Class in org.tynamo.components
 
Blob() - Constructor for class org.tynamo.components.Blob
 
Blob - Class in org.tynamo.pages
 
Blob() - Constructor for class org.tynamo.pages.Blob
 
BlobAsset - Class in org.tynamo.blob
An implementation of AbstractAsset for assets that are entity properties.
BlobAsset(boolean) - Constructor for class org.tynamo.blob.BlobAsset
 
BlobAsset(BlobDownloadService, TynamoPropertyDescriptor, Serializable) - Constructor for class org.tynamo.blob.BlobAsset
 
BlobDescriptor - Annotation Type in org.tynamo.descriptor.annotation
 
BlobDescriptorAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
BlobDescriptorAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.BlobDescriptorAnnotationHandler
 
BlobDescriptorExtension - Class in org.tynamo.descriptor.extension
 
BlobDescriptorExtension(Class) - Constructor for class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
BlobDescriptorExtension.ContentDisposition - Enum in org.tynamo.descriptor.extension
 
BlobDescriptorExtension.RenderType - Enum in org.tynamo.descriptor.extension
 
BlobDownloadService - Class in org.tynamo.blob
 
BlobDownloadService() - Constructor for class org.tynamo.blob.BlobDownloadService
 
BlobManager - Interface in org.tynamo.blob
An interface to the persistence mechanism that allows to plug in different strategies for persisting binary files.
build() - Method in interface org.tynamo.builder.Builder
 
buildClassDescriptor(Class) - Method in interface org.tynamo.descriptor.DescriptorFactory
 
buildClassDescriptor(Class) - Method in class org.tynamo.descriptor.ReflectionDescriptorFactory
Given a type, build a class descriptor
Builder<T> - Interface in org.tynamo.builder
Fulfils the "Builder" role in the Tynamo implementation of GOF's Builder pattern Specifies an abstract interface for creating entities.
BuilderDirector - Class in org.tynamo.builder
Fulfils the "Director" role in the Tynamo implementation of GOF's Builder pattern Constructs an object using the Builder interface
BuilderDirector(Logger) - Constructor for class org.tynamo.builder.BuilderDirector
 
BuilderDirector(Logger, Map<Class, Builder>) - Constructor for class org.tynamo.builder.BuilderDirector
 
buildMethodDescriptors(Class, BeanInfo) - Method in interface org.tynamo.descriptor.MethodDescriptorFactory
 
buildMethodDescriptors(Class, BeanInfo) - Method in class org.tynamo.descriptor.MethodDescriptorFactoryImpl
 
buildPropertyDescriptors(Class, BeanInfo) - Method in interface org.tynamo.descriptor.PropertyDescriptorFactory
 
buildPropertyDescriptors(Class, BeanInfo) - Method in class org.tynamo.descriptor.PropertyDescriptorFactoryImpl
Build the set of property descriptors for this type
buildURL() - Method in class org.tynamo.blob.BlobAsset
 

C

CANCEL_MESSAGE - Static variable in class org.tynamo.util.Utils
 
checkForCGLIB(Class) - Static method in class org.tynamo.util.Utils
 
ClassDescriptor - Annotation Type in org.tynamo.descriptor.annotation
 
ClassDescriptorAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
ClassDescriptorAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.ClassDescriptorAnnotationHandler
 
classForName(String) - Static method in class org.tynamo.util.Utils
 
classToString(Class) - Method in interface org.tynamo.services.EntityCoercerService
 
classToString(Class) - Method in class org.tynamo.services.EntityCoercerServiceImpl
 
clone() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
clone() - Method in interface org.tynamo.descriptor.Descriptor
 
clone() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
clone() - Method in class org.tynamo.descriptor.IdentifierDescriptorImpl
 
clone() - Method in class org.tynamo.descriptor.ObjectReferenceDescriptor
 
clone() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
clone() - Method in class org.tynamo.descriptor.TynamoDescriptor
 
clone() - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
 
clone() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
Collection - Annotation Type in org.tynamo.descriptor.annotation
 
CollectionDescriptor - Class in org.tynamo.descriptor
 
CollectionDescriptor(Class, TynamoPropertyDescriptor) - Constructor for class org.tynamo.descriptor.CollectionDescriptor
 
CollectionDescriptor(Class, CollectionDescriptor) - Constructor for class org.tynamo.descriptor.CollectionDescriptor
 
CollectionDescriptor(Class, String, Class) - Constructor for class org.tynamo.descriptor.CollectionDescriptor
 
CollectionDescriptorAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
CollectionDescriptorAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.CollectionDescriptorAnnotationHandler
 
Composition - Class in org.tynamo.components
 
Composition() - Constructor for class org.tynamo.components.Composition
 
contributeBeanBlockSource(Configuration<BeanBlockContribution>) - Static method in class org.tynamo.services.TynamoCoreModule
Contribution to the BeanBlockSource service to tell the BeanEditForm component about the editors.
contributeClasspathAssetAliasManager(MappedConfiguration<String, String>) - Static method in class org.tynamo.services.TynamoCoreModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.tynamo.services.TynamoCoreModule
Add our components and pages to the "Tynamo" library.
contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>, DataTypeAnalyzer) - Static method in class org.tynamo.services.TynamoCoreModule
Annotation Checks for DataType annotation Default (ordered last) DefaultDataTypeAnalyzer service ( #contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )
contributeTypeCoercer(Configuration<CoercionTuple>, EntityCoercerService) - Static method in class org.tynamo.services.TynamoCoreModule
Contributes a set of standard type coercions to the TypeCoercer service: Class to String String to Double
copyExtensionsFrom(Descriptor) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
copyFrom(Descriptor) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
copyFrom(Descriptor) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
copyFrom(Descriptor) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
copyFrom(Descriptor) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
copyPropertyDescriptorsFrom(TynamoClassDescriptor) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
createBeanModel(Class) - Method in class org.tynamo.pages.ModelPage
 
createBlobLink(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
createBlobLink(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
createNewInstance(Class<T>) - Method in class org.tynamo.builder.BuilderDirector
Create a new instance of an object of class 'type' using a Builder.

D

decorate(TynamoClassDescriptor) - Method in class org.tynamo.descriptor.annotation.AnnotationDecorator
 
decorate(TynamoClassDescriptor) - Method in class org.tynamo.descriptor.annotation.OgnlAnnotationsDecorator
decorate(TynamoClassDescriptor) - Method in interface org.tynamo.descriptor.DescriptorDecorator
 
decorateFromAnnotation(BlobDescriptor, TynamoPropertyDescriptor) - Method in class org.tynamo.descriptor.annotation.BlobDescriptorAnnotationHandler
 
decorateFromAnnotation(ClassDescriptor, TynamoClassDescriptor) - Method in class org.tynamo.descriptor.annotation.ClassDescriptorAnnotationHandler
 
decorateFromAnnotation(Collection, CollectionDescriptor) - Method in class org.tynamo.descriptor.annotation.CollectionDescriptorAnnotationHandler
 
decorateFromAnnotation(T, X) - Method in interface org.tynamo.descriptor.annotation.DescriptorAnnotationHandler
 
decorateFromAnnotation(InitialValue, TynamoPropertyDescriptor) - Method in class org.tynamo.descriptor.annotation.InitialValueAnnotationHandler
Creates a InitialValueDescriptorExtension and adds it to the property descriptor.
decorateFromAnnotation(MethodDescriptor, IMethodDescriptor) - Method in class org.tynamo.descriptor.annotation.MethodDescriptorAnnotationHandler
 
decorateFromAnnotation(PossibleValues, TynamoPropertyDescriptor) - Method in class org.tynamo.descriptor.annotation.PossibleValuesAnnotationHandler
Creates a PossibleValuesDescriptorExtension and adds it to the property descriptor.
decorateFromAnnotation(PropertyDescriptor, TynamoPropertyDescriptor) - Method in class org.tynamo.descriptor.annotation.PropertyDescriptorAnnotationHandler
 
decorateMethodDescriptor(IMethodDescriptor) - Method in class org.tynamo.descriptor.annotation.AnnotationDecorator
 
decoratePropertyDescriptor(TynamoPropertyDescriptor) - Method in class org.tynamo.descriptor.annotation.AnnotationDecorator
 
DEFAULT - Static variable in class org.tynamo.util.Utils
 
DEFAULT_addExpression - Static variable in annotation type org.tynamo.descriptor.annotation.Collection
 
DEFAULT_CONTENT_TYPE - Static variable in class org.tynamo.blob.DefaultIconResolver
 
DEFAULT_contentType - Static variable in annotation type org.tynamo.descriptor.annotation.BlobDescriptor
 
DEFAULT_displayName - Static variable in annotation type org.tynamo.descriptor.annotation.ClassDescriptor
 
DEFAULT_displayName - Static variable in annotation type org.tynamo.descriptor.annotation.MethodDescriptor
 
DEFAULT_fileName - Static variable in annotation type org.tynamo.descriptor.annotation.BlobDescriptor
 
DEFAULT_format - Static variable in annotation type org.tynamo.descriptor.annotation.PropertyDescriptor
 
DEFAULT_hidden - Static variable in annotation type org.tynamo.descriptor.annotation.ClassDescriptor
 
DEFAULT_index - Static variable in annotation type org.tynamo.descriptor.annotation.PropertyDescriptor
 
DEFAULT_inverse - Static variable in annotation type org.tynamo.descriptor.annotation.Collection
 
DEFAULT_LENGTH - Static variable in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
DEFAULT_removeExpression - Static variable in annotation type org.tynamo.descriptor.annotation.Collection
 
DEFAULT_swapExpression - Static variable in annotation type org.tynamo.descriptor.annotation.Collection
 
DefaultBlobManager - Class in org.tynamo.blob
The Tynamo BlobManager default implementation.
DefaultBlobManager(PersistenceService, PropertyAccess, PageRenderLinkSource) - Constructor for class org.tynamo.blob.DefaultBlobManager
 
DefaultIconResolver - Class in org.tynamo.blob
The Trails org.trails.component.blob.IconResolver default implementation.
DefaultIconResolver(AssetFactory) - Constructor for class org.tynamo.blob.DefaultIconResolver
 
delete(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
delete(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
Descriptor - Interface in org.tynamo.descriptor
 
DescriptorAnnotation - Annotation Type in org.tynamo.descriptor.annotation
 
DescriptorAnnotationHandler<T extends Annotation,X extends Descriptor> - Interface in org.tynamo.descriptor.annotation
 
DescriptorDecorator - Interface in org.tynamo.descriptor
 
DescriptorExtension - Interface in org.tynamo.descriptor
 
DescriptorFactory - Interface in org.tynamo.descriptor
 
DescriptorService - Interface in org.tynamo.services
 
DescriptorServiceImpl - Class in org.tynamo.services
This class builds and caches TynamoClassDescriptors.
DescriptorServiceImpl(Collection<Class>, DescriptorFactory) - Constructor for class org.tynamo.services.DescriptorServiceImpl
For each class in types, a descriptor is built by the DescriptorFactory.
DisplayNameUtils - Class in org.tynamo.util
 
DisplayNameUtils() - Constructor for class org.tynamo.util.DisplayNameUtils
 
Download - Class in org.tynamo.components
 
Download() - Constructor for class org.tynamo.components.Download
 

E

EDIT_MESSAGE - Static variable in class org.tynamo.util.Utils
 
EditComposition - Class in org.tynamo.components
This component produces a editor for a Composition (child collection).
EditComposition() - Constructor for class org.tynamo.components.EditComposition
 
Editors - Class in org.tynamo.pages
 
Editors() - Constructor for class org.tynamo.pages.Editors
 
EmbeddedDescriptor - Class in org.tynamo.descriptor
 
EmbeddedDescriptor(Class, TynamoClassDescriptor) - Constructor for class org.tynamo.descriptor.EmbeddedDescriptor
 
EmptyModelException - Exception in org.tynamo.exception
 
EmptyModelException(String) - Constructor for exception org.tynamo.exception.EmptyModelException
 
EntityCoercerService - Interface in org.tynamo.services
 
EntityCoercerServiceImpl - Class in org.tynamo.services
 
EntityCoercerServiceImpl(DescriptorService) - Constructor for class org.tynamo.services.EntityCoercerServiceImpl
 
EnumReferenceDescriptor - Class in org.tynamo.descriptor.extension
 
EnumReferenceDescriptor(Class) - Constructor for class org.tynamo.descriptor.extension.EnumReferenceDescriptor
 
equals(Object) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
evaluateExpresion(Object) - Method in class org.tynamo.descriptor.annotation.ExpressionExtension
Method used to initialize the value of the filtering property using the value of the filtered one (for example, initialize the country based on the value of the state property.
ExceptionPage - Class in org.tynamo.pages
 
ExceptionPage() - Constructor for class org.tynamo.pages.ExceptionPage
 
exclude(BeanModel, TynamoClassDescriptor) - Static method in class org.tynamo.util.BeanModelUtils
Removes properties from the bean model.
executeOgnlExpression(String, Object, Object) - Static method in class org.tynamo.util.Utils
 
ExpressionExtension - Class in org.tynamo.descriptor.annotation
 
ExpressionExtension(String) - Constructor for class org.tynamo.descriptor.annotation.ExpressionExtension
Creates a ExpressionExtension.
ExpressionExtension(String, Map) - Constructor for class org.tynamo.descriptor.annotation.ExpressionExtension
Creates a ExpressionExtension.
ExpressionSupport - Interface in org.tynamo.descriptor
Extensible...
Extensible - Interface in org.tynamo.descriptor
Implementation of the "Extension Object Pattern (Erich Gamma)" Participant: Subject.

F

findAddExpression() - Method in interface org.tynamo.descriptor.ExpressionSupport
 
findRemoveExpression() - Method in interface org.tynamo.descriptor.ExpressionSupport
 
Flash - Class in org.tynamo.components
Displays message based on the message parameter Based on code from tapestry5-appfuse http://code.google.com/p/tapestry5-appfuse/ by Serge Eby
Flash() - Constructor for class org.tynamo.components.Flash
 
FlashMessage - Class in org.tynamo
Wrapper class for "flash" messages displayed on pages Based on code from tapestry5-appfuse http://code.google.com/p/tapestry5-appfuse/ by Serge Eby
FlashMessage(String, FlashMessage.MessageType) - Constructor for class org.tynamo.FlashMessage
 
FlashMessage.MessageType - Enum in org.tynamo
 

G

GenericSelectionModel<T> - Class in org.tynamo.util
 
GenericSelectionModel(List<T>) - Constructor for class org.tynamo.util.GenericSelectionModel
 
GenericSelectionModel(List<T>, String, PropertyAccess) - Constructor for class org.tynamo.util.GenericSelectionModel
 
getAddCompositionPageContext() - Method in class org.tynamo.components.EditComposition
 
getAddExpression() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
getAllDescriptors() - Method in class org.tynamo.components.ListPageLinkList
 
getAllDescriptors() - Method in interface org.tynamo.services.DescriptorService
 
getAllDescriptors() - Method in class org.tynamo.services.DescriptorServiceImpl
 
getArgumentTypes() - Method in interface org.tynamo.descriptor.IMethodDescriptor
 
getArgumentTypes() - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
(non-Javadoc)
getAsset(String) - Method in class org.tynamo.blob.DefaultIconResolver
 
getAsset(String) - Method in interface org.tynamo.blob.IconResolver
Returns an IAsset object for the given MIME type.
getBean() - Method in class org.tynamo.pages.ModelPage
 
getBean() - Method in interface org.tynamo.services.TynamoBeanContext
 
getBeanModelSource() - Method in class org.tynamo.pages.ModelPage
 
getBeanType() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getBeanType() - Method in interface org.tynamo.descriptor.IMethodDescriptor
 
getBeanType() - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
 
getBeanType() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getBeanType() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getBlobLink() - Method in class org.tynamo.components.Download
 
getBytes() - Method in class org.tynamo.blob.TynamoBlobImpl
 
getBytes() - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
getClassDescriptor() - Method in class org.tynamo.pages.ModelPage
 
getClassDescriptor(Class) - Method in interface org.tynamo.services.DescriptorService
 
getClassDescriptor(Class) - Method in class org.tynamo.services.DescriptorServiceImpl
 
getContentDisposition() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
getContentType(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
getContentType(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
getContentType() - Method in class org.tynamo.blob.TynamoBlobImpl
 
getContentType() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
getContentType() - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
getContextValueEncoder() - Method in class org.tynamo.pages.ModelPage
 
getData(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
getData(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
getDateFieldValidator() - Method in class org.tynamo.pages.Editors
 
getDeleteContext() - Method in class org.tynamo.components.Composition
 
getDescriptorService() - Method in class org.tynamo.pages.ModelPage
 
getDisplayName(TynamoClassDescriptor, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the class name.
getDisplayName(Class, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the class name.
getDisplayName(TynamoPropertyDescriptor, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the property name.
getEditCompositionPageContext() - Method in class org.tynamo.components.EditComposition
 
getElementType() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
getEmbeddedModel() - Method in class org.tynamo.pages.Editors
 
getEntityType() - Method in exception org.tynamo.exception.TynamoRuntimeException
 
getExpression(String) - Method in interface org.tynamo.descriptor.ExpressionSupport
 
getExtension(String) - Method in interface org.tynamo.descriptor.Extensible
 
getExtension(Class<E>) - Method in interface org.tynamo.descriptor.Extensible
 
getExtension(String) - Method in class org.tynamo.descriptor.TynamoDescriptor
Keye is property name preceded by package name
getExtension(Class<E>) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
getExtensions() - Method in interface org.tynamo.descriptor.Extensible
 
getExtensions() - Method in class org.tynamo.descriptor.TynamoDescriptor
This getter method is here just to allow clone(), copyFrom() and BeanUtils.copyProperties(this, descriptor); to work correctly
getFckTranslator() - Method in class org.tynamo.pages.Editors
 
getFckValidator() - Method in class org.tynamo.pages.Editors
 
getFile() - Method in class org.tynamo.components.Upload
 
getFileName(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
getFileName(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
getFileName() - Method in class org.tynamo.blob.TynamoBlobImpl
 
getFileName() - Method in class org.tynamo.components.Download
 
getFileName() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
getFileName() - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
getFilePath() - Method in class org.tynamo.blob.TynamoBlobImpl
 
getFilePath() - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
getFormat() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getFormat() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getFormat() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getHasCyclicRelationships() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getHasCyclicRelationships() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getHelpMessage() - Method in class org.tynamo.pages.Editors
Looks for a help message within the messages based on the id.
getId() - Method in class org.tynamo.blob.BlobAsset
 
getIdentifierDescriptor() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getIdentifierDescriptor() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getIndex() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getIndex() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getIndex() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getInstance(Class<T>, Serializable) - Method in interface org.tynamo.services.PersistenceService
 
getInstance(Class<T>) - Method in interface org.tynamo.services.PersistenceService
A convenience method for getting a singleton instance of specific type
getInstances(Class<T>) - Method in interface org.tynamo.services.PersistenceService
 
getInstances(Class<T>, int, int) - Method in interface org.tynamo.services.PersistenceService
 
getInverseProperty() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
getKey() - Method in class org.tynamo.util.Pair
 
getLegendMessage() - Method in class org.tynamo.components.Composition
 
getLength() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getLength() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getLength() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getListAllLinkMessage() - Method in class org.tynamo.components.ListPageLinkList
 
getListAllLinkMessage() - Method in class org.tynamo.pages.ModelPage
 
getLoopShowPageContext() - Method in class org.tynamo.pages.PropertyDisplayBlocks
 
getMessage() - Method in class org.tynamo.FlashMessage
 
getMessages() - Method in class org.tynamo.pages.ModelPage
 
getMethod() - Method in interface org.tynamo.descriptor.IMethodDescriptor
 
getMethod() - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
 
getMethodDescriptors() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getMethodDescriptors() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getModelId() - Method in class org.tynamo.components.EditComposition
 
getName() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getName() - Method in interface org.tynamo.descriptor.IMethodDescriptor
 
getName() - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
(non-Javadoc)
getName() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getName() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getOptionGroups() - Method in class org.tynamo.util.GenericSelectionModel
 
getOptions() - Method in class org.tynamo.util.GenericSelectionModel
 
getPageRenderLinkSource() - Method in class org.tynamo.pages.ModelPage
 
getPersitenceService() - Method in class org.tynamo.pages.ModelPage
 
getPluralDisplayName(TynamoClassDescriptor, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the class name.
getPropertyDescriptor() - Method in class org.tynamo.blob.BlobAsset
 
getPropertyDescriptor(String) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getPropertyDescriptor(String) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getPropertyDescriptor() - Method in class org.tynamo.pages.Editors
 
getPropertyDescriptor() - Method in class org.tynamo.pages.PropertyDisplayBlocks
 
getPropertyDescriptors() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getPropertyDescriptors(List<String>) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getPropertyDescriptors(List<String>) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getPropertyDescriptors() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
getPropertyType() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
getPropertyType() - Method in class org.tynamo.descriptor.extension.EnumReferenceDescriptor
 
getPropertyType() - Method in class org.tynamo.descriptor.ObjectReferenceDescriptor
 
getPropertyType() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
getPropertyType() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
getRemoveExpression() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
getRenderType() - Method in class org.tynamo.components.Download
 
getRenderType() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
getResource() - Method in class org.tynamo.blob.BlobAsset
 
getResourceAsStream() - Method in class org.tynamo.blob.BlobAsset
 
getSelected() - Method in class org.tynamo.pages.Editors
Palette's parameter "selected" only accepts java.util.List If the collection is a java.util.Set it needs to get converted
getSelectModel() - Method in class org.tynamo.pages.Editors
 
getShortDescription(TynamoClassDescriptor, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the class name.
getShortDescription(TynamoPropertyDescriptor, Messages) - Static method in class org.tynamo.util.DisplayNameUtils
Looks for a label within the messages based on the property name.
getShowPageContext() - Method in class org.tynamo.components.Composition
 
getShowPageContext() - Method in class org.tynamo.pages.PropertyDisplayBlocks
 
getSwapExpression() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
getTextFieldTranslator() - Method in class org.tynamo.pages.Editors
 
getTextFieldValidator() - Method in class org.tynamo.pages.Editors
 
getTitle() - Method in class org.tynamo.pages.ModelPage
 
getType() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
getType() - Method in class org.tynamo.descriptor.TynamoDescriptor
 
getType() - Method in class org.tynamo.FlashMessage
 
getValue() - Method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.ContentDisposition
 
getValue() - Method in class org.tynamo.util.Pair
 
getValueEncoderForProperty() - Method in class org.tynamo.pages.Editors
Provide a value encoder for a type.

I

IconResolver - Interface in org.tynamo.blob
An interface to allow the org.trails.component.blob.TrailsDownload component to resolve icons in a custom fashion.
IdentifierDescriptor - Interface in org.tynamo.descriptor
 
IdentifierDescriptorImpl - Class in org.tynamo.descriptor
 
IdentifierDescriptorImpl(Class, TynamoPropertyDescriptor) - Constructor for class org.tynamo.descriptor.IdentifierDescriptorImpl
 
IdentifierDescriptorImpl(Class, Class) - Constructor for class org.tynamo.descriptor.IdentifierDescriptorImpl
 
identifyDataType(PropertyAdapter) - Method in class org.tynamo.services.TynamoDataTypeAnalyzer
The first data type identifier in the editorMap whose "key" evaluates to true for the descriptor will be used to load an editor (or display) block for the descriptor.
IMethodDescriptor - Interface in org.tynamo.descriptor
 
InitialValue - Annotation Type in org.tynamo.descriptor.annotation
Annotation used to initialize a field based on an OGNL expression, usually another field.
InitialValueAnnotationHandler - Class in org.tynamo.descriptor.annotation
Creates a InitialValueDescriptorExtension using the information retrieved from a InitialValue annotation.
InitialValueAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.InitialValueAnnotationHandler
 
InitialValueDescriptorExtension - Class in org.tynamo.descriptor.annotation
Extension to the property descriptor that holds information about possible values.
InitialValueDescriptorExtension(String) - Constructor for class org.tynamo.descriptor.annotation.InitialValueDescriptorExtension
 
InitialValueDescriptorExtension(String, Map) - Constructor for class org.tynamo.descriptor.annotation.InitialValueDescriptorExtension
 
isAllowCreate() - Method in class org.tynamo.components.Composition
 
isAllowCreate() - Method in class org.tynamo.components.EditComposition
 
isAllowRemove() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
isAllowRemove() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
isAllowRemove() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
isAllowSave() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
isAllowSave() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
isBoolean() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isBoolean() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isBoolean() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isBytes() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
isChild() - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
isChild() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
isChildRelationship() - Method in class org.tynamo.descriptor.CollectionDescriptor
 
isCollection() - Method in class org.tynamo.descriptor.CollectionDescriptor
(non-Javadoc)
isCollection() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isCollection() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isCollection() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isDate() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isDate() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isDate() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isDefault(Annotation, Method) - Method in class org.tynamo.descriptor.annotation.AbstractAnnotationHandler
This method will check if an annotation property has a default value by see if there is a field named DEFAULT_ + property name.
isEmbedded() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isEmbedded() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isEmbedded() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isEnumReference() - Method in class org.tynamo.descriptor.extension.EnumReferenceDescriptor
 
isExcluded(String, Collection<String>) - Static method in class org.tynamo.util.Utils
Tests whether or not a name matches against at least one exclude pattern.
isGenerated() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isGenerated() - Method in interface org.tynamo.descriptor.IdentifierDescriptor
 
isGenerated() - Method in class org.tynamo.descriptor.IdentifierDescriptorImpl
 
isHidden() - Method in interface org.tynamo.descriptor.Descriptor
 
isHidden() - Method in class org.tynamo.descriptor.TynamoDescriptor
 
isIcon() - Method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
 
isIdentifier() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isIdentifier() - Method in class org.tynamo.descriptor.IdentifierDescriptorImpl
 
isIdentifier() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isIdentifier() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isIFrame() - Method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
 
isImage() - Method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
 
isITynamoBlob() - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
isLarge() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isLarge() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isLarge() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isLastElement() - Method in class org.tynamo.pages.PropertyDisplayBlocks
 
isLink() - Method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
 
isModelNew() - Method in class org.tynamo.components.Download
 
isNotEditable() - Method in class org.tynamo.pages.Editors
 
isNotImageNotIconNotNull() - Method in class org.tynamo.components.Download
 
isNotNull(TynamoPropertyDescriptor, Object) - Method in interface org.tynamo.blob.BlobManager
 
isNotNull(TynamoPropertyDescriptor, Object) - Method in class org.tynamo.blob.DefaultBlobManager
 
isNotNull() - Method in class org.tynamo.components.Download
 
isNumeric() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isNumeric() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isNumeric() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isObjectReference() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isObjectReference() - Method in class org.tynamo.descriptor.ObjectReferenceDescriptor
 
isObjectReference() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isObjectReference() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isOneToMany() - Method in class org.tynamo.descriptor.CollectionDescriptor
Is this a OneToMany collection? or a ManyToMany collection?
isOwningObjectReference() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isPropertyValueInstanceOfList() - Method in class org.tynamo.pages.Editors
 
isReadOnly() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isReadOnly() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isReadOnly() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isRequired() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isRequired() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isRequired() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isRichText() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isRichText() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isRichText() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isSearchable() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isSearchable() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isSearchable() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isString() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isString() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isString() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isSummary() - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
isSummary() - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
isSummary() - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
isTransient(Object, TynamoClassDescriptor) - Method in interface org.tynamo.services.PersistenceService
 

L

LIST_MESSAGE - Static variable in class org.tynamo.util.Utils
 
ListPageLinkList - Class in org.tynamo.components
 
ListPageLinkList() - Constructor for class org.tynamo.components.ListPageLinkList
 
loadInstance(Class<T>, Serializable) - Method in interface org.tynamo.services.PersistenceService
 
LOG - Static variable in class org.tynamo.descriptor.CollectionDescriptor
 
LOG - Static variable in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
LOG - Static variable in class org.tynamo.descriptor.ReflectionDescriptorFactory
 
LOG - Static variable in class org.tynamo.descriptor.TynamoDescriptor
 

M

MethodDescriptor - Annotation Type in org.tynamo.descriptor.annotation
 
MethodDescriptorAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
MethodDescriptorAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.MethodDescriptorAnnotationHandler
 
MethodDescriptorFactory - Interface in org.tynamo.descriptor
 
MethodDescriptorFactoryImpl - Class in org.tynamo.descriptor
 
MethodDescriptorFactoryImpl(Collection<String>) - Constructor for class org.tynamo.descriptor.MethodDescriptorFactoryImpl
 
ModelPage - Class in org.tynamo.pages
 
ModelPage() - Constructor for class org.tynamo.pages.ModelPage
 

N

NEW_MESSAGE - Static variable in class org.tynamo.util.Utils
 

O

ObjectReferenceDescriptor - Class in org.tynamo.descriptor
This class represents a to-one association and is created by HibernateDescriptorDecorator
ObjectReferenceDescriptor(Class, TynamoPropertyDescriptor, Class) - Constructor for class org.tynamo.descriptor.ObjectReferenceDescriptor
 
ObjectReferenceDescriptor(Class, Class, Class) - Constructor for class org.tynamo.descriptor.ObjectReferenceDescriptor
 
OgnlAnnotationsDecorator - Class in org.tynamo.descriptor.annotation
Creates InitialValueDescriptorExtension and PossibleValuesDescriptorExtension extensions using the information retrieved from InitialValue and PossibleValues annotations.
OgnlAnnotationsDecorator() - Constructor for class org.tynamo.descriptor.annotation.OgnlAnnotationsDecorator
 
onActionFromCancel() - Method in class org.tynamo.pages.ModelPage
 
onActionFromDeleteChild(String) - Method in class org.tynamo.components.Composition
 
onSuccess() - Method in class org.tynamo.components.Composition
 
org.tynamo - package org.tynamo
 
org.tynamo.blob - package org.tynamo.blob
 
org.tynamo.builder - package org.tynamo.builder
 
org.tynamo.components - package org.tynamo.components
 
org.tynamo.descriptor - package org.tynamo.descriptor
 
org.tynamo.descriptor.annotation - package org.tynamo.descriptor.annotation
 
org.tynamo.descriptor.extension - package org.tynamo.descriptor.extension
 
org.tynamo.exception - package org.tynamo.exception
 
org.tynamo.pages - package org.tynamo.pages
 
org.tynamo.services - package org.tynamo.services
 
org.tynamo.util - package org.tynamo.util
 

P

Pair<K,V> - Class in org.tynamo.util
 
Pair(K, V) - Constructor for class org.tynamo.util.Pair
 
PersistenceException - Exception in org.tynamo.exception
 
PersistenceException() - Constructor for exception org.tynamo.exception.PersistenceException
 
PersistenceException(String) - Constructor for exception org.tynamo.exception.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for exception org.tynamo.exception.PersistenceException
 
PersistenceException(Throwable) - Constructor for exception org.tynamo.exception.PersistenceException
 
PersistenceService - Interface in org.tynamo.services
 
pluralize(String) - Static method in class org.tynamo.util.Utils
Thank you, AndroMDA project...
PossibleValues - Annotation Type in org.tynamo.descriptor.annotation
Annotation used to declare filter options from a select based on other property.
PossibleValuesAnnotationHandler - Class in org.tynamo.descriptor.annotation
Creates a PossibleValuesDescriptorExtension using the information retrieved from a PossibleValues annotation.
PossibleValuesAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.PossibleValuesAnnotationHandler
 
PossibleValuesDescriptorExtension - Class in org.tynamo.descriptor.annotation
Extension to the property descriptor that holds information about possible values.
PossibleValuesDescriptorExtension(String) - Constructor for class org.tynamo.descriptor.annotation.PossibleValuesDescriptorExtension
 
PossibleValuesDescriptorExtension(String, Map) - Constructor for class org.tynamo.descriptor.annotation.PossibleValuesDescriptorExtension
 
PROPERTY_DISPLAY_BLOCKS - Static variable in class org.tynamo.services.TynamoCoreModule
 
PROPERTY_EDIT_BLOCKS - Static variable in class org.tynamo.services.TynamoCoreModule
 
PropertyDescriptor - Annotation Type in org.tynamo.descriptor.annotation
 
PropertyDescriptorAnnotationHandler - Class in org.tynamo.descriptor.annotation
 
PropertyDescriptorAnnotationHandler() - Constructor for class org.tynamo.descriptor.annotation.PropertyDescriptorAnnotationHandler
 
PropertyDescriptorFactory - Interface in org.tynamo.descriptor
 
PropertyDescriptorFactoryImpl - Class in org.tynamo.descriptor
 
PropertyDescriptorFactoryImpl(Collection<String>) - Constructor for class org.tynamo.descriptor.PropertyDescriptorFactoryImpl
 
PropertyDisplayBlocks - Class in org.tynamo.pages
 
PropertyDisplayBlocks() - Constructor for class org.tynamo.pages.PropertyDisplayBlocks
 

R

ReflectionDescriptorFactory - Class in org.tynamo.descriptor
Generate descriptors using reflection on the underlying class.
ReflectionDescriptorFactory(List<DescriptorDecorator>, MethodDescriptorFactory, PropertyDescriptorFactory) - Constructor for class org.tynamo.descriptor.ReflectionDescriptorFactory
 
remove(Object) - Method in interface org.tynamo.services.PersistenceService
 
REMOVE_MESSAGE - Static variable in class org.tynamo.util.Utils
 
removeAll(Collection) - Method in interface org.tynamo.services.PersistenceService
 
removeCollectionElement(String, Object, Object) - Method in interface org.tynamo.services.PersistenceService
 
removeExtension(String) - Method in interface org.tynamo.descriptor.Extensible
 
removeExtension(Class) - Method in interface org.tynamo.descriptor.Extensible
 
removeExtension(String) - Method in class org.tynamo.descriptor.TynamoDescriptor
Keye is property name preceded by package name
removeExtension(Class) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
reset() - Method in class org.tynamo.blob.TynamoBlobImpl
 
reset() - Method in interface org.tynamo.descriptor.extension.TynamoBlob
Clean and reset the internal state to leave it as a newly created object.

S

save(T) - Method in interface org.tynamo.services.PersistenceService
 
saveCollectionElement(String, T, Object) - Method in interface org.tynamo.services.PersistenceService
 
SAVED_MESSAGE - Static variable in class org.tynamo.util.Utils
 
SearchPage - Class in org.tynamo.pages
 
SearchPage() - Constructor for class org.tynamo.pages.SearchPage
 
setAddExpression(String) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setAllowRemove(boolean) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setAllowRemove(boolean) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setAllowRemove(boolean) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setAllowSave(boolean) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setAllowSave(boolean) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setArgumentTypes(Class[]) - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
just for serialization pourposes
setBeanType(Class) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setBeanType(Class) - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
just for serialization pourposes
setBeanType(Class) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setBeanType(Class) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setBytes(byte[]) - Method in class org.tynamo.blob.TynamoBlobImpl
 
setBytes(byte[]) - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
setChild(boolean) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setChild(boolean) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setChildRelationship(boolean) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setContentDisposition(BlobDescriptorExtension.ContentDisposition) - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
setContentType(String) - Method in class org.tynamo.blob.TynamoBlobImpl
 
setContentType(String) - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
setContentType(String) - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
setContext(Map) - Method in class org.tynamo.descriptor.annotation.OgnlAnnotationsDecorator
sets the context value
setElementType(Class) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setExtensions(Map<String, DescriptorExtension>) - Method in class org.tynamo.descriptor.TynamoDescriptor
This setter method is here just to allow clone(), copyFrom() and BeanUtils.copyProperties(this, descriptor); to work correctly
setFile(UploadedFile) - Method in class org.tynamo.components.Upload
 
setFileName(String) - Method in class org.tynamo.blob.TynamoBlobImpl
 
setFileName(String) - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
setFileName(String) - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
setFilePath(String) - Method in class org.tynamo.blob.TynamoBlobImpl
 
setFilePath(String) - Method in interface org.tynamo.descriptor.extension.TynamoBlob
 
setFormat(String) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setFormat(String) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setFormat(String) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setGenerated(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setGenerated(boolean) - Method in interface org.tynamo.descriptor.IdentifierDescriptor
 
setGenerated(boolean) - Method in class org.tynamo.descriptor.IdentifierDescriptorImpl
 
setHasCyclicRelationships(boolean) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setHasCyclicRelationships(boolean) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setHidden(boolean) - Method in interface org.tynamo.descriptor.Descriptor
 
setHidden(boolean) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
setIdentifier(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setIndex(int) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setIndex(int) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setIndex(int) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setInverseProperty(String) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setLarge(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setLarge(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setLarge(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setLength(int) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setLength(int) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setLength(int) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setMessage(String) - Method in class org.tynamo.FlashMessage
 
setMethodDescriptors(List<IMethodDescriptor>) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setMethodDescriptors(List<IMethodDescriptor>) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setName(String) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setName(String) - Method in class org.tynamo.descriptor.TynamoMethodDescriptorImpl
just for serialization pourposes
setName(String) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setName(String) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setOneToMany(boolean) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setPropertiesFromAnnotation(Annotation, Object) - Method in class org.tynamo.descriptor.annotation.AbstractAnnotationHandler
For each attribute of annotation, will search for a matching property on the target and set it with the value of the attribute unless the attribute is set to the "default" value
setPropertyDescriptors(List<TynamoPropertyDescriptor>) - Method in interface org.tynamo.descriptor.TynamoClassDescriptor
 
setPropertyDescriptors(List<TynamoPropertyDescriptor>) - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
setPropertyType(Class) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setReadOnly(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setReadOnly(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setReadOnly(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setRemoveExpression(String) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setRenderType(BlobDescriptorExtension.RenderType) - Method in class org.tynamo.descriptor.extension.BlobDescriptorExtension
 
setRequired(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setRequired(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setRequired(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setRichText(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setRichText(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setRichText(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setSearchable(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setSearchable(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setSearchable(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setSelected(List) - Method in class org.tynamo.pages.Editors
 
setSummary(boolean) - Method in class org.tynamo.descriptor.EmbeddedDescriptor
 
setSummary(boolean) - Method in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
setSummary(boolean) - Method in class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
setSwapExpression(String) - Method in class org.tynamo.descriptor.CollectionDescriptor
 
setType(Class) - Method in class org.tynamo.descriptor.TynamoDescriptor
 
setType(FlashMessage.MessageType) - Method in class org.tynamo.FlashMessage
 
SHOW_MESSAGE - Static variable in class org.tynamo.util.Utils
 
store(TynamoPropertyDescriptor, Object, UploadedFile) - Method in interface org.tynamo.blob.BlobManager
 
store(TynamoPropertyDescriptor, Object, UploadedFile) - Method in class org.tynamo.blob.DefaultBlobManager
 
stringToClass(String) - Method in interface org.tynamo.services.EntityCoercerService
 
stringToClass(String) - Method in class org.tynamo.services.EntityCoercerServiceImpl
 
supportsExtension(String) - Method in interface org.tynamo.descriptor.Extensible
 
supportsExtension(Class) - Method in interface org.tynamo.descriptor.Extensible
 
supportsExtension(String) - Method in class org.tynamo.descriptor.TynamoDescriptor
Keye is property name preceded by package name
supportsExtension(Class) - Method in class org.tynamo.descriptor.TynamoDescriptor
 

T

toClientURL() - Method in class org.tynamo.blob.BlobAsset
 
toString() - Method in class org.tynamo.descriptor.TynamoClassDescriptorImpl
Added toString method to help with unit testing debugging.
TynamoBeanContext - Interface in org.tynamo.services
Defines a context for editing a bean via BeanEditor.
TynamoBlob - Interface in org.tynamo.descriptor.extension
Represents an uploaded file.
TynamoBlobImpl - Class in org.tynamo.blob
 
TynamoBlobImpl() - Constructor for class org.tynamo.blob.TynamoBlobImpl
 
TynamoClassDescriptor - Interface in org.tynamo.descriptor
 
TynamoClassDescriptorImpl - Class in org.tynamo.descriptor
This represents all the Tynamo metadata for a single class.
TynamoClassDescriptorImpl(TynamoClassDescriptor) - Constructor for class org.tynamo.descriptor.TynamoClassDescriptorImpl
This is a copy constructor.
TynamoClassDescriptorImpl(Class) - Constructor for class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
TynamoClassDescriptorImpl(TynamoClassDescriptorImpl) - Constructor for class org.tynamo.descriptor.TynamoClassDescriptorImpl
 
TynamoCoreModule - Class in org.tynamo.services
 
TynamoCoreModule() - Constructor for class org.tynamo.services.TynamoCoreModule
 
TynamoDataTypeAnalyzer - Class in org.tynamo.services
 
TynamoDataTypeAnalyzer(DescriptorService, List<Pair>, Logger) - Constructor for class org.tynamo.services.TynamoDataTypeAnalyzer
 
TynamoDescriptor - Class in org.tynamo.descriptor
 
TynamoDescriptor(TynamoDescriptor) - Constructor for class org.tynamo.descriptor.TynamoDescriptor
 
TynamoDescriptor(Descriptor) - Constructor for class org.tynamo.descriptor.TynamoDescriptor
 
TynamoDescriptor(Class) - Constructor for class org.tynamo.descriptor.TynamoDescriptor
 
TynamoMethodDescriptorImpl - Class in org.tynamo.descriptor
 
TynamoMethodDescriptorImpl(IMethodDescriptor) - Constructor for class org.tynamo.descriptor.TynamoMethodDescriptorImpl
 
TynamoMethodDescriptorImpl(Class, String, Class, Class[]) - Constructor for class org.tynamo.descriptor.TynamoMethodDescriptorImpl
 
TynamoPropertyDescriptor - Interface in org.tynamo.descriptor
 
TynamoPropertyDescriptorImpl - Class in org.tynamo.descriptor
 
TynamoPropertyDescriptorImpl(Class, TynamoPropertyDescriptor) - Constructor for class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
It's kinda like an old-skool C++ copy constructor
TynamoPropertyDescriptorImpl(Class, Class) - Constructor for class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
TynamoPropertyDescriptorImpl(TynamoPropertyDescriptorImpl) - Constructor for class org.tynamo.descriptor.TynamoPropertyDescriptorImpl
 
TynamoRuntimeException - Exception in org.tynamo.exception
Runtime exceptions for Tynamo
TynamoRuntimeException(Exception, Class) - Constructor for exception org.tynamo.exception.TynamoRuntimeException
 
TynamoRuntimeException(String) - Constructor for exception org.tynamo.exception.TynamoRuntimeException
 
TynamoRuntimeException(String, Throwable) - Constructor for exception org.tynamo.exception.TynamoRuntimeException
 
TynamoRuntimeException(Throwable) - Constructor for exception org.tynamo.exception.TynamoRuntimeException
 
type - Variable in class org.tynamo.descriptor.TynamoDescriptor
 

U

UNDEFINED_INDEX - Static variable in interface org.tynamo.descriptor.TynamoPropertyDescriptor
 
unqualify(String) - Static method in class org.tynamo.util.Utils
 
Upload - Class in org.tynamo.components
 
Upload() - Constructor for class org.tynamo.components.Upload
 
Utils - Class in org.tynamo.util
 
Utils() - Constructor for class org.tynamo.util.Utils
 

V

ValidationException - Exception in org.tynamo.exception
 
ValidationException(TynamoPropertyDescriptor, String) - Constructor for exception org.tynamo.exception.ValidationException
 
ValidationException() - Constructor for exception org.tynamo.exception.ValidationException
 
ValidationException(String) - Constructor for exception org.tynamo.exception.ValidationException
 
valueOf(String) - Static method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.ContentDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tynamo.FlashMessage.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.ContentDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tynamo.FlashMessage.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Static variable in class org.tynamo.VersionedModule
 
VersionedModule - Class in org.tynamo
 
VersionedModule() - Constructor for class org.tynamo.VersionedModule
 

A B C D E F G I L M N O P R S T U V

Copyright © 2004-2009. All Rights Reserved.