Uses of Class
org.openxava.util.XavaException

Packages that use XavaException
org.openxava.actions   
org.openxava.application.meta   
org.openxava.application.meta.xmlparse   
org.openxava.component   
org.openxava.controller   
org.openxava.controller.meta   
org.openxava.controller.meta.xmlparse   
org.openxava.converters   
org.openxava.filters   
org.openxava.filters.meta   
org.openxava.filters.meta.xmlparse   
org.openxava.formatters   
org.openxava.generators   
org.openxava.generators.xmlparse   
org.openxava.mapping   
org.openxava.mapping.xmlparse   
org.openxava.model   
org.openxava.model.impl   
org.openxava.model.meta   
org.openxava.model.meta.xmlparse   
org.openxava.tab   
org.openxava.tab.impl   
org.openxava.tab.meta   
org.openxava.tab.meta.xmlparse   
org.openxava.tests   
org.openxava.util   
org.openxava.util.xmlparse   
org.openxava.validators.meta   
org.openxava.validators.meta.xmlparse   
org.openxava.view   
org.openxava.view.meta   
org.openxava.view.meta.xmlparse   
org.openxava.web   
org.openxava.web.meta   
org.openxava.web.meta.xmlparse   
org.openxava.web.servlets   
 

Uses of XavaException in org.openxava.actions
 

Methods in org.openxava.actions that throw XavaException
protected  void SaveElementInCollectionAction.associateEntity(java.util.Map keyValues)
           
protected  MetaProperty OnChangePropertyBaseAction.getChangedMetaProperty()
           
protected  View CollectionElementViewBaseAction.getCollectionElementView()
           
 java.lang.String NavigationFromReferenceBaseAction.getController()
           
protected  java.util.List CollectionBaseAction.getMapsSelectedValues()
          A list of selected collection element when each element is a map with the values of the collection element.
protected  java.util.List CollectionBaseAction.getMapValues()
          A list of all collection element when each element is a map with the values of the collection element.
 java.lang.String GoDetailAction.getNextAction()
           
 java.lang.String ViewDetailAction.getNextAction()
           
protected  java.util.List CollectionBaseAction.getObjects()
          A list of all objects (POJOs or EntityBeans) in the collection.
protected  View CollectionElementViewBaseAction.getParentView()
           
protected  java.util.List CollectionBaseAction.getSelectedObjects()
          A list of selected objects (POJOs or EntityBeans) in the collection.
protected  Tab TabBaseAction.getTab()
           
protected  Tab ViewDetailAction.getTab()
           
protected  boolean CollectionElementViewBaseAction.isEntityReferencesCollection()
           
 

Uses of XavaException in org.openxava.application.meta
 

Methods in org.openxava.application.meta that throw XavaException
static void MetaApplications._addMetaApplication(MetaApplication application)
          Only call this from parser.
static java.util.Collection MetaApplications.getApplicationsNames()
           
 java.util.Collection MetaApplication.getFolders()
           
static MetaApplication MetaApplications.getMetaApplication(java.lang.String name)
           
static java.util.Collection MetaApplications.getMetaApplications()
           
 MetaModule MetaApplication.getMetaModule(java.lang.String name)
           
 java.util.Collection MetaApplication.getMetaModules()
           
 java.util.Collection MetaApplication.getModulesNamesByFolder(java.lang.String folder)
          The modules in the indicated folder in the same order that they are found in application.xml/aplicacion.xml.
 

Uses of XavaException in org.openxava.application.meta.xmlparse
 

Methods in org.openxava.application.meta.xmlparse that throw XavaException
static void ApplicationParser.configureApplications()
           
protected  void ApplicationParser.createObjects()
           
 

Uses of XavaException in org.openxava.component
 

Methods in org.openxava.component that throw XavaException
 void MetaComponent.addAggregateMapping(AggregateMapping aggregateMapping)
           
 void MetaComponent.addMetaTab(MetaTab metaTab)
           
 void MetaComponent.addMetaView(MetaView metaView)
           
static boolean MetaComponent.exists(java.lang.String name)
           
static MetaComponent MetaComponent.get(java.lang.String name)
           
 AggregateMapping MetaComponent.getAggregateMapping(java.lang.String name)
           
 java.util.Collection MetaComponent.getAggregateMappings()
           
static java.util.Collection MetaComponent.getAll()
           
static java.util.Set MetaComponent.getAllPackageNames()
          The names of all the root Java packages used by the components of all OpenXava application in the classpath.
 EntityMapping MetaComponent.getEntityMapping()
           
 MetaAggregate MetaComponent.getMetaAggregate(java.lang.String name)
           
 java.util.Collection MetaComponent.getMetaAggregates()
           
 java.util.Collection MetaComponent.getMetaAggregatesBeanGenerated()
           
 java.util.Collection MetaComponent.getMetaAggregatesForCollectionPojoGenerated()
           
 MetaTab MetaComponent.getMetaTab()
          MetaTab by default.
 MetaTab MetaComponent.getMetaTab(java.lang.String name)
          MetaTab from name.
 java.lang.String MetaComponent.getPackageName()
          Java package where the model classes resides.
 java.lang.String MetaComponent.getPackageNameWithSlashWithoutModel()
          Package using / instead of . and it does not includes the model package.
static java.lang.String MetaComponent.getQualifiedPackageForUnqualifiedPackage(java.lang.String unqualifiedPackage)
           
 void MetaComponent.setEntityMapping(EntityMapping mapping)
           
 void MetaComponent.setMetaEntity(MetaEntity metaEntity)
           
 

Uses of XavaException in org.openxava.controller
 

Methods in org.openxava.controller that throw XavaException
 boolean ModuleContext.exists(HttpServletRequest request, java.lang.String objectName)
           
 boolean ModuleContext.exists(java.lang.String application, java.lang.String module, java.lang.String objectName)
           
 java.lang.Object ModuleContext.get(HttpServletRequest request, java.lang.String objectName)
          Return a object associated to the specified module in 'application' and 'module' of request.
 java.lang.Object ModuleContext.get(HttpServletRequest request, java.lang.String objectName, java.lang.String className)
          Return a object asociate to the specified module in 'application' and 'module' of request.
 java.lang.Object ModuleContext.get(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.String className)
           
 Environment ModuleManager.getEnvironment()
           
 java.lang.String ModuleManager.getModelName()
           
 java.lang.String ModuleManager.getTabName()
           
 java.lang.String Environment.getValue(java.lang.String name)
           
 java.lang.String ModuleManager.getXavaViewName()
           
 boolean ModuleManager.isXavaView(HttpServletRequest request)
           
 void ModuleManager.memorizeControllers()
           
 void ModuleContext.put(HttpServletRequest request, java.lang.String objectName, java.lang.Object value)
           
 void ModuleContext.put(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.Object value)
           
 void ModuleContext.remove(HttpServletRequest request, java.lang.String objectName)
           
 void ModuleContext.remove(java.lang.String application, java.lang.String module, java.lang.String objectName)
           
 void ModuleManager.restorePreviousControllers()
           
 void ModuleManager.setApplicationName(java.lang.String newName)
           
 void ModuleManager.setModuleName(java.lang.String newModule)
           
 

Uses of XavaException in org.openxava.controller.meta
 

Methods in org.openxava.controller.meta that throw XavaException
static void MetaControllers._addMetaController(MetaController newController)
           
static boolean MetaControllers.contains(java.lang.String name)
           
 IAction MetaAction.createAction()
           
 java.lang.Object MetaObject.createObject()
           
 java.util.Collection MetaController.getAllMetaActions()
          The MetaActions of this controller and all its parents.
 java.util.Collection MetaController.getAllNotHiddenMetaActions()
          The not hidden MetaActions of this controller and all its parents.
static java.lang.String MetaControllers.getEnvironmentVariable(java.lang.String name)
           
static MetaAction MetaControllers.getMetaAction(java.lang.String qualifiedName)
           
 java.util.Collection MetaController.getMetaActionsAfterEachRequest()
           
 java.util.Collection MetaController.getMetaActionsBeforeEachRequest()
           
 java.util.Collection MetaController.getMetaActionsOnEachRequest()
           
 java.util.Collection MetaController.getMetaActionsOnInit()
          Fathers actions are included.
static MetaController MetaControllers.getMetaController(java.lang.String name)
           
static MetaObject MetaControllers.getMetaObject(java.lang.String name)
           
 java.util.Collection MetaController.getParents()
           
 

Uses of XavaException in org.openxava.controller.meta.xmlparse
 

Methods in org.openxava.controller.meta.xmlparse that throw XavaException
static void ControllersParser.configureControllers(java.lang.String context)
           
protected  void ControllersParser.createObjects()
           
 

Uses of XavaException in org.openxava.converters
 

Subclasses of XavaException in org.openxava.converters
 class ConversionException
           
 

Uses of XavaException in org.openxava.filters
 

Subclasses of XavaException in org.openxava.filters
 class FilterException
           
 

Methods in org.openxava.filters that throw XavaException
protected  java.lang.Object BaseContextFilter.get(java.lang.String name)
           
protected  Environment BaseContextFilter.getEnvironment()
          Environment allows you access to the environment variables for the current module.
protected  java.lang.Integer BaseContextFilter.getInteger(java.lang.String name)
           
protected abstract  java.util.Collection CollectionInViewBaseFilter.getKeyValues()
          Values to add as key at the begin of arguments for filtering.
protected  java.util.Collection CollectionInViewFilter.getKeyValues()
           
protected  java.util.Collection CollectionWithConditionInViewFilter.getKeyValues()
           
protected  java.lang.Long BaseContextFilter.getLong(java.lang.String name)
           
protected  java.lang.String BaseContextFilter.getString(java.lang.String name)
           
 

Uses of XavaException in org.openxava.filters.meta
 

Methods in org.openxava.filters.meta that throw XavaException
 IFilter MetaFilter.createFilter()
           
 java.lang.Object MetaFilter.filter(java.lang.Object[] objects)
           
 IFilter MetaFilter.getFilter()
           
 

Uses of XavaException in org.openxava.filters.meta.xmlparse
 

Methods in org.openxava.filters.meta.xmlparse that throw XavaException
static MetaFilter FilterParser.parseFilter(org.w3c.dom.Node n, int lang)
           
 

Uses of XavaException in org.openxava.formatters
 

Methods in org.openxava.formatters that throw XavaException
protected  java.lang.Object BaseFormatter.get(HttpServletRequest request, java.lang.String name)
          Get a object from the context of the current module.
protected  java.lang.Object BaseFormatter.get(HttpServletRequest request, java.lang.String name, java.lang.String className)
          Get a object from the context of the current module.
protected  java.lang.Integer BaseFormatter.getInteger(HttpServletRequest request, java.lang.String name)
          Get a Integer object from the context of the current module.
protected  java.lang.String BaseFormatter.getString(HttpServletRequest request, java.lang.String name)
          Get a String object from the context of the current module.
protected  void BaseFormatter.put(HttpServletRequest request, java.lang.String name, java.lang.Object value)
          Put a object in the context of the current module.
 

Uses of XavaException in org.openxava.generators
 

Methods in org.openxava.generators that throw XavaException
static void GeneratorFactory._addForStereotype(java.lang.String name, java.lang.String modelType, java.lang.String className)
           
static java.lang.String Generators.generateCast(java.lang.String type, java.lang.String sentence)
           
static java.lang.String Generators.generateCastFromString(java.lang.String type, java.lang.String sentence)
           
static java.lang.String Generators.generatePrimitiveWrapper(java.lang.String type, java.lang.String sentence)
           
static java.lang.String Generators.getWebsphereSQLType(java.lang.String javaTypeName, boolean href)
           
 

Uses of XavaException in org.openxava.generators.xmlparse
 

Methods in org.openxava.generators.xmlparse that throw XavaException
static void GeneratorsParser.configureGenerators()
           
protected  void GeneratorsParser.createObjects()
           
 

Uses of XavaException in org.openxava.mapping
 

Methods in org.openxava.mapping that throw XavaException
static void Converters._addForStereotype(java.lang.String name, java.lang.String converterClass, java.lang.String cmpType)
           
static void Converters._addForType(java.lang.String typeName, java.lang.String converterClass, java.lang.String cmpType)
           
 void ModelMapping.addPropertyMapping(PropertyMapping propertyMapping)
           
 void AggregateMapping.addReferenceMapping(ReferenceMapping referenceMapping)
           
 void ModelMapping.addReferenceMapping(ReferenceMapping referenceMapping)
           
 java.lang.String ModelMapping.changePropertiesByCMPAttributes(java.lang.String source)
           
 java.lang.String ModelMapping.changePropertiesByColumns(java.lang.String source)
          Change the properties inside ${ } by the database qualified(schema + table) columns.
 java.lang.String ModelMapping.changePropertiesByNotQualifiedColumns(java.lang.String source)
          Change the properties inside ${ } by the database columns without table and schema as prefix.
 java.lang.String ReferenceMapping.getCMPAttribute(java.lang.String propertyNameOfReferencedModel)
           
 java.util.Collection ModelMapping.getCmpFields()
           
 java.util.Collection PropertyMapping.getCmpFields()
           
 java.util.Collection ReferenceMapping.getCmpFields()
           
 java.lang.Class PropertyMapping.getCmpType()
           
static java.lang.String Converters.getCmpTypeFor(MetaProperty p)
           
 java.lang.String PropertyMapping.getCmpTypeName()
           
 java.lang.String ReferenceMapping.getCmpTypeNameForReferencedModelProperty(java.lang.String property)
           
 java.lang.String ModelMapping.getColumn(java.lang.String modelProperty)
          Support the use of references with dots, this is: myreference.myproperty.
 java.lang.String ReferenceMapping.getColumnForReferencedModelProperty(java.lang.String property)
          Qualified column.
 java.util.Collection ReferenceMapping.getColumns()
           
 IConverter PropertyMapping.getConverter()
           
 IConverter ReferenceMappingDetail.getConverter()
           
 IConverter ModelMapping.getConverter(java.lang.String modelProperty)
           
static java.lang.String Converters.getConverterClassNameFor(MetaProperty p)
           
 IConverter ReferenceMapping.getConverterForReferencedModelProperty(java.lang.String property)
           
 java.lang.String ModelMapping.getKeyColumnsAsString()
           
 MetaModel AggregateMapping.getMetaModel()
           
 MetaModel EntityMapping.getMetaModel()
           
abstract  MetaModel ModelMapping.getMetaModel()
           
 java.lang.String EntityMapping.getModelName()
           
abstract  java.lang.String ModelMapping.getModelName()
           
 IMultipleConverter PropertyMapping.getMultipleConverter()
           
 IMultipleConverter ModelMapping.getMultipleConverter(java.lang.String modelProperty)
           
 java.util.Collection ModelMapping.getOverlappingPropertiesOfReference(java.lang.String reference)
           
 java.lang.String ModelMapping.getOverlappingPropertyForReference(java.lang.String reference, java.lang.String propertyOfReference)
           
 PropertyMapping ModelMapping.getPropertyMapping(java.lang.String name)
           
 java.util.Collection ModelMapping.getPropertyMappingsNotInModel()
           
 java.lang.String ReferenceMappingDetail.getQualifiedColumn()
           
 java.lang.String ModelMapping.getQualifiedColumn(java.lang.String modelProperty)
           
 java.lang.String ReferenceMappingDetail.getQualifiedColumnOfReferencedTable()
           
 java.lang.String ReferenceMapping.getReferencedTable()
           
 java.lang.String ReferenceMappingDetail.getReferencedTableColumn()
           
 ReferenceMapping ModelMapping.getReferenceMapping(java.lang.String name)
           
static java.util.Collection Mapping.getSchemas()
           
static java.util.Collection Mapping.getTables()
           
static java.util.Collection Mapping.getTablesBySchema(java.lang.String schema)
           
 java.lang.Class ModelMapping.getType(java.lang.String propertyName)
          Util specially to find out the type of properties that are not in model, only in mapping.
 boolean ModelMapping.isReferenceOverlappingWithSomeProperty(java.lang.String reference)
           
 boolean ModelMapping.isReferenceOverlappingWithSomeProperty(java.lang.String reference, java.lang.String propertiesOfReference)
           
 boolean ModelMapping.isReferencePropertyOverlappingWithSomeProperty(java.lang.String qualifiedProperty)
           
 void PropertyMapping.setDefaultConverter()
           
 void ModelMapping.setMetaComponent(MetaComponent componente)
           
 

Uses of XavaException in org.openxava.mapping.xmlparse
 

Methods in org.openxava.mapping.xmlparse that throw XavaException
static void ConvertersParser.configureConverters()
           
protected  void ConvertersParser.createObjects()
           
static AggregateMapping MappingParser.parseAggregateMapping(MetaComponent component, org.w3c.dom.Node n, int lang)
           
static EntityMapping MappingParser.parseEntityMapping(MetaComponent component, org.w3c.dom.Node n, int lang)
           
 

Uses of XavaException in org.openxava.model
 

Methods in org.openxava.model that throw XavaException
static void MapFacade.addCollectionElement(java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
          Add an element to a collection.
static java.lang.Object MapFacade.create(java.lang.String modelName, java.util.Map values)
          Creates a new entity from a map with its initial values.
static java.lang.Object MapFacade.createAggregate(java.lang.String modelName, java.util.Map containerKey, int counter, java.util.Map values)
          Creates a new aggregate from a map with its initial values.
static java.lang.Object MapFacade.createAggregate(java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)
          Creates a new aggregate from a map with its initial values.
static java.util.Map MapFacade.createAggregateReturningKey(java.lang.String modelName, java.util.Map containerKey, int counter, java.util.Map values)
          Creates a new aggregate from a map with its initial values and return a map with the key.
static java.util.Map MapFacade.createNotValidatingCollections(java.lang.String modelName, java.util.Map values)
          Creates a new entity from a map with its initial values and return a map with the key values of the created entity.
static java.util.Map MapFacade.createReturningKey(java.lang.String modelName, java.util.Map values)
          Creates a new entity from a map with its initial values and return a map with the key values of the created entity.
static java.util.Map MapFacade.createReturningValues(java.lang.String modelName, java.util.Map values)
          Creates a new entity from a map with its initials values and return a map with the values of created entity.
static java.util.Map MapFacade.getKeyValues(java.lang.String modelName, java.lang.Object entity)
          Obtains the values of the key of entity/aggregate.
 MetaModel IModel.getMetaModel()
          Returns metadata about object.
static java.util.Map MapFacade.getValues(java.lang.String modelName, java.util.Map keyValues, java.util.Map memberNames)
          Obtain the specified values from entity/aggregate from a map with primary key values.
static java.util.Map MapFacade.getValues(java.lang.String modelName, java.lang.Object entity, java.util.Map memberNames)
          Obtain the values of the entity/aggregate from the own entity.
static java.util.Map MapFacade.getValuesByAnyProperty(java.lang.String modelName, java.util.Map searchingValues, java.util.Map memberNames)
          Obtain the specified values from entity/aggregate searching it by any property.
static void MapFacade.remove(java.lang.String modelName, java.util.Map keyValues)
          Remove the entity/aggregate from a map with its key.
static void MapFacade.removeCollectionElement(java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
          Removes an elemente from a collection.
static void MapFacade.setValues(java.lang.String modelName, java.util.Map keyValues, java.util.Map values)
          Set new values to a entity/aggregate that is found from its key values.
static java.lang.Object MapFacade.toPrimaryKey(java.lang.String entityName, java.util.Map keyValues)
          Convert from a map with primary key values to primary key object.
static Messages MapFacade.validate(java.lang.String modelName, java.util.Map values)
          Validates the sent values but does not create or update the object.
 

Uses of XavaException in org.openxava.model.impl
 

Methods in org.openxava.model.impl that throw XavaException
 void IMapFacadeImpl.addCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValue)
           
 void MapFacadeBean.addCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
           
 java.lang.Object IPersistenceProvider.create(MetaModel metaModel, java.util.Map values)
          Create a persistent object (saved in database) from the data passed in map format.
 java.lang.Object POJOPersistenceProviderBase.create(MetaModel metaModel, java.util.Map values)
           
 java.lang.Object IMapFacadeImpl.create(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.lang.Object MapFacadeBean.create(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.lang.Object IPersistenceProvider.createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)
          Create an aggregate (saving it in database) from the data passed in map format.
 java.lang.Object POJOPersistenceProviderBase.createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)
           
 java.lang.Object IMapFacadeImpl.createAggregate(UserInfo userInfo, java.lang.String modelName, java.util.Map keyContainer, int counter, java.util.Map values)
           
 java.lang.Object MapFacadeBean.createAggregate(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.lang.Object IMapFacadeImpl.createAggregate(UserInfo userInfo, java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)
           
 java.lang.Object MapFacadeBean.createAggregate(UserInfo userInfo, java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createAggregateReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.util.Map MapFacadeBean.createAggregateReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createNotValidatingCollections(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.util.Map MapFacadeBean.createNotValidatingCollections(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.util.Map MapFacadeBean.createReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createReturningValues(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 java.util.Map MapFacadeBean.createReturningValues(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 void IMapFacadeImpl.delete(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues)
           
 void MapFacadeBean.delete(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues)
           
 java.lang.Object IPersistenceProvider.find(MetaModel metaModel, java.util.Map keyValues)
          Find an object from its key in map format.
 java.lang.Object IPersistenceProvider.findByAnyProperty(MetaModel metaModel, java.util.Map searchingValues)
          Find an object by any property (or properties).
 java.lang.Object POJOPersistenceProviderBase.findByAnyProperty(MetaModel metaModel, java.util.Map keyValues)
           
 java.lang.Object POJOPersistenceProviderBase.findByKeyUsingQuery(MetaModel metaModel, java.util.Map keyValues)
           
 java.lang.Object IPersistenceProvider.getContainer(MetaModel metaModel, java.util.Map containerKeyValues)
          Return the object that represents the container object.
 java.lang.Object POJOPersistenceProviderBase.getContainer(MetaModel metaModel, java.util.Map containerKeyValues)
           
 java.lang.Object IMapFacadeImpl.getKey(MetaModel metaModel, java.util.Map keyValues)
           
 java.lang.Object IPersistenceProvider.getKey(MetaModel metaModel, java.util.Map keyValues)
          Return an object that can be used as primary key in model layer.
 java.lang.Object MapFacadeBean.getKey(MetaModel metaModel, java.util.Map keyValues)
           
 java.lang.Object POJOPersistenceProviderBase.getKey(MetaModel metaModel, java.util.Map keyValues)
           
 java.util.Map IMapFacadeImpl.getKeyValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object modelObject)
           
 java.util.Map MapFacadeBean.getKeyValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object entity)
           
 java.util.Map IMapFacadeImpl.getValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map memberNames)
           
 java.util.Map MapFacadeBean.getValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map membersNames)
           
 java.util.Map IMapFacadeImpl.getValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object modelObject, java.util.Map memberNames)
           
 java.util.Map MapFacadeBean.getValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object modelObject, java.util.Map memberNames)
           
 java.util.Map IMapFacadeImpl.getValuesByAnyProperty(UserInfo userInfo, java.lang.String modelName, java.util.Map searchingValues, java.util.Map memberNames)
           
 java.util.Map MapFacadeBean.getValuesByAnyProperty(UserInfo userInfo, java.lang.String modelName, java.util.Map searchingValues, java.util.Map membersNames)
           
 java.util.Map IPersistenceProvider.keyToMap(MetaModel metaModel, java.lang.Object key)
          Returns a map that contains the value of primary key sent as object.
 java.util.Map POJOPersistenceProviderBase.keyToMap(MetaModel metaModel, java.lang.Object key)
           
 void HibernatePersistenceProvider.remove(MetaModel metaModel, java.util.Map keyValues)
           
 void IPersistenceProvider.remove(MetaModel metaModel, java.util.Map keyValues)
          Remove the object from persistent storage.
 void JPAPersistenceProvider.remove(MetaModel metaModel, java.util.Map keyValues)
           
 void IMapFacadeImpl.removeCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValue)
           
 void MapFacadeBean.removeCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
           
 void IMapFacadeImpl.setValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map values)
           
 void MapFacadeBean.setValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map values)
           
 IPropertiesContainer IPersistenceProvider.toPropertiesContainer(MetaModel metaModel, java.lang.Object modelObject)
          Return an IPropertiesContainer to manage using introspection the sent object.
 IPropertiesContainer POJOPersistenceProviderBase.toPropertiesContainer(MetaModel metaModel, java.lang.Object o)
           
 Messages IMapFacadeImpl.validate(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 Messages MapFacadeBean.validate(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
           
 

Uses of XavaException in org.openxava.model.meta
 

Methods in org.openxava.model.meta that throw XavaException
static void DefaultSize._addForStereotype(java.lang.String name, int length)
           
static void TypeStereotypeDefault._addForStereotype(java.lang.String name, java.lang.String type)
           
static void DefaultSize._addForType(java.lang.String className, int length)
           
static void DefaultSize._addScaleForStereotype(java.lang.String name, int length)
           
static void DefaultSize._addScaleForType(java.lang.String className, int length)
           
 void MetaModel.addMetaProperty(MetaProperty newMetaProperty)
           
 void MetaModel.addMetaReference(MetaReference newMetaReference)
           
 void MetaModel.addMetaView(MetaView newMetaView)
           
 MetaProperty MetaProperty.cloneMetaProperty()
           
 MetaReference MetaReference.cloneMetaReference()
           
 ICalculator MetaCalculator.createCalculator()
          Create a calculator whenever this method is called, congured with values assigned in xml.
 ICalculator MetaProperty.createDefaultValueCalculator()
           
 IHibernateIdGeneratorCalculator MetaCalculator.createHibernateIdGeneratorCalculator()
          Create a IHibernateIdGeneratorCalculator whenever this method is called, congured with values assigned in xml.
 boolean MetaProperty.depends(MetaProperty other)
           
 java.util.Map MetaModel.extractKeyValues(java.util.Map values)
          A map with the values that are keys in the sent map.
 void MetaModel.fillPOJO(java.lang.Object pojo, java.util.Map values)
          Fill an already existing POJO corresponding to this model, and populate it with the sent values in map format.
 java.lang.String MetaProperty.format(java.lang.Object value)
          Convert a valid value for this property in a String valid for display to user.
 java.lang.String MetaProperty.format(java.lang.Object value, java.util.Locale locale)
          Convert a valid value for this property in a String valid for display to user.
static int DefaultSize.forStereotype(java.lang.String name)
           
static java.lang.String TypeStereotypeDefault.forStereotype(java.lang.String name)
           
static int DefaultSize.forType(java.lang.Class className)
           
static MetaModel MetaModel.get(java.lang.String modelName)
          Gets the MetaModel from its name.
 java.util.Collection MetaModel.getAggregateReferencesNames()
           
 java.util.Collection<java.lang.String> MetaModel.getAllKeyPropertiesNames()
          Includes qualified properties in case of key references.
 java.util.Collection MetaModel.getAllMetaPropertiesKey()
          Include qualified properties in case of key references.
static java.util.Collection MetaModel.getAllPersistent()
          All models (Entities and Aggregates) with a mapping associated.
static java.util.Collection MetaModel.getAllPojoGenerated()
          All models (Entities and Aggregates) where its POJO code and Hiberante mapping is generated.
 java.lang.Class MetaAggregateForCollection.getBeanClass()
           
 java.lang.String MetaAggregateForReference.getBeanClass()
           
 ICalculator MetaProperty.getCalculator()
           
 java.lang.String MetaProperty.getCMPTypeName()
           
 java.util.Collection MetaCollection.getConditionArgumentsPropertyNames()
          These arguments can be used in a condition for extracting the values of the collection from the total of the elements of the type.
 ICalculator MetaReference.getDefaultValueCalculator()
           
 java.util.Collection MetaProperty.getDependentPropertiesNames()
           
 java.lang.String MetaFinder.getEJBQLCondition()
           
 java.util.Collection MetaModel.getEntityReferencesNames()
           
 java.lang.String MetaCollection.getFinderArguments()
          Util to generate EJB code.
static MetaModel MetaModel.getForPOJO(java.lang.Object pojo)
          Gets the MetaModel for the pojo class specified.
static MetaModel MetaModel.getForPOJOClass(java.lang.Class pojoClass)
          Gets the MetaModel for the pojo class specified.
 java.lang.String MetaProperty.getHbmGeneratorCode()
           
 java.lang.String MetaCollection.getHQLCondition()
           
 java.lang.String MetaFinder.getHQLCondition()
           
 java.lang.String MetaFinder.getHQLCountSentence()
           
 java.lang.String MetaModel.getInterfaceName()
           
 java.lang.String MetaCollection.getJPACondition()
           
 java.util.Collection MetaEntity.getKeyFields()
           
 java.util.Collection MetaModel.getKeyPropertiesNames()
          Key properties names ordered in declaration order.
 java.util.Collection MetaModel.getKeyReferencesNames()
          Key reference names in undetermined order.
 ModelMapping MetaAggregateForCollection.getMapping()
           
 ModelMapping MetaAggregateForReference.getMapping()
           
 ModelMapping MetaEntity.getMapping()
           
abstract  ModelMapping MetaModel.getMapping()
           
 PropertyMapping MetaProperty.getMapping()
          Can be null
 java.util.Collection MetaModel.getMetaAggregateReferences()
           
 MetaCollection MetaModel.getMetaCollection(java.lang.String name)
           
 MetaCollection MetaReference.getMetaCollectionFromReferencedModel()
           
 java.util.Collection MetaModel.getMetaCollectionsAgregate()
           
 java.util.Collection MetaModel.getMetaCollectionsWithConditionInOthersModels()
           
 java.util.Collection MetaModel.getMetaEntityReferences()
           
 MetaMember MetaModel.getMetaMember(java.lang.String name)
           
 java.util.Collection MetaModel.getMetaMembersKey()
          Key members.
 MetaMethod MetaModel.getMetaMethod(java.lang.String name)
           
 MetaModel MetaModel.getMetaModelContainer()
          If this is a aggregate the return the container, else the main entity.
 MetaModel MetaReference.getMetaModelReferenced()
           
 java.util.Collection MetaFinder.getMetaPropertiesArguments()
           
 java.util.Collection MetaModel.getMetaPropertiesCalculated()
           
 java.util.Collection MetaCollection.getMetaPropertiesFinderArguments(boolean withDots)
          Util to generate EJB code.
 java.util.Collection MetaModel.getMetaPropertiesKey()
           
 java.util.Collection MetaModel.getMetaPropertiesPersistents()
          Ordered as in component definition.
 java.util.Collection MetaAggregateForReference.getMetaPropertiesPersistents(MetaReference ref)
           
 java.util.Collection MetaModel.getMetaPropertiesPersistentsFromReference(java.lang.String referenceName)
          Ordered as in component definition.
 java.util.Collection MetaModel.getMetaPropertiesWithDefaultValueOnCreate()
          Excludes calculator that implements IHibernateIdGeneratorCalculator.
 MetaProperty MetaModel.getMetaProperty(java.lang.String name)
          Support qualified for properties of references with dot (.).
 MetaProperty MetaModel.getMetaPropertyView(java.lang.String name)
           
 MetaReference MetaModel.getMetaReference(java.lang.String name)
           
 java.util.Collection MetaModel.getMetaReferencesKey()
           
 java.util.Collection MetaModel.getMetaReferencesKeyAndSearchKey()
           
 java.util.Collection MetaModel.getMetaReferencesToEntity()
           
 java.util.Collection MetaModel.getMetaReferencesWithMapping()
           
 MetaView MetaModel.getMetaView(java.lang.String name)
           
 MetaView MetaModel.getMetaViewByDefault()
           
 java.util.Collection MetaModel.getMetaViews()
           
 java.util.Collection MetaModel.getOnlyReadPropertiesNames()
           
 java.util.Collection MetaModel.getOnlyReadWithFormulaPropertiesNames()
           
 java.lang.String MetaReference.getOrderFromReferencedModel()
           
 java.lang.String MetaReference.getParameterValuesPropertiesInDescriptionsList(MetaView metaView)
           
 java.util.Collection MetaModel.getPersistentPropertiesNames()
          Ordered as in component definition.
 java.util.Collection MetaAggregateForReference.getPersistentsPropertiesNames(MetaReference ref)
           
 java.lang.Class MetaModel.getPOJOClass()
           
 java.lang.String MetaModel.getPOJOClassName()
           
 java.lang.Class MetaModel.getPOJOKeyClass()
           
 java.lang.Class MetaAggregateForReference.getPropertiesClass()
           
 java.lang.Class MetaEntity.getPropertiesClass()
           
 java.lang.Class MetaModel.getPropertiesClass()
          Class that contains the properties defined in this model.
 java.util.List MetaModel.getPropertiesNamesWithoutHiddenNorTransient()
          Ordered as in component definition.
 java.lang.String MetaProperty.getQualifiedLabel(java.util.Locale locale)
           
 java.util.Collection MetaModel.getRecursiveQualifiedPropertiesNames()
          Does not include Transient properties
 java.util.Collection MetaModel.getRequiredMemberNames()
           
 java.util.Collection MetaModel.getRequiredPropertiesNames()
           
 int MetaProperty.getScale()
           
 int MetaProperty.getSize()
           
 java.lang.String MetaCollection.getSQLConditionWithoutChangePropertiesByColumns()
           
 java.lang.String MetaCollection.getSQLOrder()
           
 java.lang.Class MetaProperty.getType()
           
 java.lang.String MetaProperty.getTypeName()
           
 java.lang.Object MetaProperty.getValidValue(int i)
           
 java.lang.String MetaProperty.getValidValueLabel(int i)
           
 java.lang.String MetaProperty.getValidValueLabel(ServletRequest request, int i)
          Deprecated. Use getValidValueLabel(int i) instead
 java.lang.String MetaModel.getVersionPropertyName()
           
 boolean MetaProperty.hasDependentProperties()
           
 boolean MetaEntity.hasHiddenKeys()
          If has key fields that aren't properties hence does not math with key properties.
 boolean MetaModel.hasVersionProperty()
           
 boolean MetaCollection.isAggregate()
           
 boolean MetaReference.isAggregate()
           
 boolean MetaModel.isCalculated(java.lang.String propertyName)
           
 boolean MetaProperty.isDefaultCalculatorHibernateIdGenerator()
           
 boolean MetaModel.isHiddenKey(java.lang.String name)
           
 boolean MetaEntity.isKey(java.lang.String propertyName)
           
 boolean MetaModel.isKey(java.lang.String name)
           
 boolean MetaModel.isKeyOrSearchKey(java.lang.String name)
           
 boolean MetaProperty.isNumber()
           
 boolean MetaProperty.isPersistent()
           
 boolean MetaProperty.isReadOnly()
           
 boolean MetaFinder.isSupportedForEJB2()
           
 boolean MetaModel.isVersion(java.lang.String name)
           
 java.lang.Object MetaProperty.parse(java.lang.String value)
          Convert the argument in a object of type valid for assign to this property.
 java.lang.Object MetaProperty.parse(java.lang.String value, java.util.Locale locale)
          Convert the argument in a object of type valid for assign to this property.
static int DefaultSize.scaleForStereotype(java.lang.String name)
           
static int DefaultSize.scaleForType(java.lang.Class className)
           
 void MetaReference.setMetaCalculatorDefaultValue(MetaCalculator metaCalculatorDefaultValue)
           
 void MetaModel.setPOJOClassName(java.lang.String pojoClassName)
           
 void MetaProperty.setTypeName(java.lang.String type)
           
 java.util.Map MetaModel.toKeyMap(java.lang.Object modelObject)
          Convert an object of this model in a map of values with its key values.
 java.util.Map MetaModel.toMap(java.lang.Object modelObject)
          Convert an object of this model in a map of values.
 java.lang.Object MetaModel.toPOJO(java.util.Map values)
          Create a POJO corresponding to this model, and populate it with the sent values in map format.
 java.lang.String MetaModel.toString(java.util.Map key)
          The string representation of models represented by this meta model, from a map with its values.
 java.lang.String MetaModel.toString(java.lang.Object pojo)
          The string representation of models represented by this meta model, from a pojo object.
 

Uses of XavaException in org.openxava.model.meta.xmlparse
 

Methods in org.openxava.model.meta.xmlparse that throw XavaException
static void AspectsParser.configureAspects()
           
static void DefaultSizeParser.configureDefaultSize()
           
static void StereotypeTypeDefaultParser.configureStereotypeTypeDefault()
           
protected  void AspectsParser.createApplys()
           
protected  void AspectsParser.createAspects()
           
protected  void AspectsParser.createObjects()
           
protected  void DefaultSizeParser.createObjects()
           
protected  void StereotypeTypeDefaultParser.createObjects()
           
static MetaProperty ModelParser.createProperty(org.w3c.dom.Node n, int lang)
           
static void Aspects.fillImplicitCalculators(MetaModel container)
           
static MetaAggregate ModelParser.parseAggregate(org.w3c.dom.Node n, MetaModel container, int lang)
           
static MetaCalculator CalculatorParser.parseCalculator(org.w3c.dom.Node n, int lang)
           
static MetaEntity ModelParser.parseEntity(org.w3c.dom.Node n, java.lang.String name, int lang)
           
 

Uses of XavaException in org.openxava.tab
 

Methods in org.openxava.tab that throw XavaException
 void Tab.addProperties(java.util.Collection properties)
           
 void Tab.addProperty(int index, java.lang.String propertyName)
           
 void Tab.addProperty(java.lang.String propertyName)
           
 void Tab.clearProperties()
           
 java.lang.String Tab.getBaseCondition()
           
 java.util.Collection Tab.getColumnsToAdd()
           
 IFilter Tab.getFilter()
          Filter used currently by this tab.
 java.util.List Tab.getMetaPropertiesNotCalculated()
           
 MetaTab Tab.getMetaTab()
           
 java.lang.String Tab.getTitle()
           
static java.lang.String Tab.getTitleI18n(java.util.Locale locale, java.lang.String modelName, java.lang.String tabName)
           
 void Tab.movePropertyToLeft(int index)
           
 void Tab.movePropertyToRight(int index)
           
 void Tab.removeProperty(int index)
           
 void Tab.removeProperty(java.lang.String propertyName)
           
 void Tab.restoreDefaultProperties()
           
 void Tab.setBaseCondition(java.lang.String condition)
           
 void Tab.setBaseConditionValuesForReference(java.util.Map values)
           
 void Tab.setConditionComparators(java.util.Collection<java.lang.String> comparators)
           
 void Tab.setConditionValues(java.util.Collection<java.lang.String> values)
           
 void Tab.setDefaultOrder(java.lang.String defaultOrder)
          Set the default order for this Tab in runtime.
 void Tab.setMetaRowStyles(java.util.Collection styles)
           
 void Tab.setPropertiesNames(java.lang.String propertiesNames)
          Set the properties to be displayed by this Tab in runtime.
 void Tab.setReferencesCollection(java.lang.String model, java.lang.String collectionName)
          This is an alternative to setModelName, and is used when this tab represent a collection of references.
 

Uses of XavaException in org.openxava.tab.impl
 

Methods in org.openxava.tab.impl that throw XavaException
static EntityTab EntityTabFactory.create(MetaTab metaTab)
          An EntityTab with on-demmand data reading.
static EntityTab EntityTabFactory.createAllData(MetaTab metaTab)
          An EntityTab that load all data at once.
 java.util.Collection<org.openxava.tab.impl.TabConverter> JDBCTabProvider.getConverters()
           
protected  java.util.Collection TabProviderBase.getEntityReferencesMappings()
           
protected  boolean TabProviderBase.hasReferences()
           
 

Constructors in org.openxava.tab.impl that throw XavaException
TabCalculator(MetaProperty metaProperty, int propertyIndex)
           
 

Uses of XavaException in org.openxava.tab.meta
 

Methods in org.openxava.tab.meta that throw XavaException
static void MetaTabsDefaultValues._addDefaultMetaTab(MetaTab tab)
           
static void MetaTabsDefaultValues._putMetaTabExceptForModel(java.lang.String model, MetaTab tab)
           
static void MetaTabsDefaultValues._putMetaTabForModel(java.lang.String model, MetaTab tab)
           
static MetaTab MetaTab.createDefault(MetaComponent component)
           
 java.lang.Object MetaTab.filter(java.lang.Object[] objects)
          Apply the tab filter to sent objects.
 java.util.Collection MetaTab.getCmpFieldsColumnsInMultipleProperties()
           
 java.util.List MetaTab.getHiddenPropertiesNames()
          Names of properties that must to exist but is not needed show they to users.
 java.util.Collection MetaTab.getHiddenTableColumns()
           
 MetaModel MetaTab.getMetaModel()
           
 java.util.List MetaTab.getMetaProperties()
           
 java.util.Collection MetaTab.getMetaPropertiesCalculated()
          Hidden ones are not included
 java.util.Collection MetaTab.getMetaPropertiesHidden()
           
 java.util.Collection MetaTab.getMetaPropertiesHiddenCalculated()
           
 java.util.List MetaTab.getPropertiesNames()
           
 java.util.List<java.lang.String> MetaTab.getPropertiesNamesWithKeyAndHidden()
           
 java.util.List MetaTab.getRemainingPropertiesNames()
           
 java.lang.String MetaTab.getSelect()
           
 java.util.Collection MetaTab.getTableColumns()
           
static java.lang.String MetaTab.getTitleI18n(java.util.Locale locale, java.lang.String modelName, java.lang.String tabName)
           
 boolean MetaTab.hasCalculatedProperties()
           
 java.util.List MetaTab.namesToMetaProperties(java.util.Collection names)
           
 void MetaTab.setModelName(java.lang.String modelName)
           
 

Uses of XavaException in org.openxava.tab.meta.xmlparse
 

Methods in org.openxava.tab.meta.xmlparse that throw XavaException
protected  void TabsDefaultValuesParser.createObjects()
           
static MetaRowStyle TabParser.createRowStyle(org.w3c.dom.Node n, int lang)
           
static MetaTab TabParser.parseTab(org.w3c.dom.Node n, int lang)
           
static void TabsDefaultValuesParser.setupTabs()
           
 

Uses of XavaException in org.openxava.tests
 

Methods in org.openxava.tests that throw XavaException
protected  java.lang.String ModuleTestBase.getModuleURL()
           
 

Uses of XavaException in org.openxava.util
 

Subclasses of XavaException in org.openxava.util
 class ElementNotFoundException
          A OpenXava element does no exists.
 

Methods in org.openxava.util that throw XavaException
static IConnectionProvider DataSourceConnectionProvider.createByComponent(java.lang.String componentName)
           
static boolean Labels.existsExact(java.lang.String id)
           
static boolean Labels.existsExact(java.lang.String id, java.util.Locale locale)
           
static IConnectionProvider DataSourceConnectionProvider.getByComponent(java.lang.String componentName)
           
 

Uses of XavaException in org.openxava.util.xmlparse
 

Methods in org.openxava.util.xmlparse that throw XavaException
protected abstract  void ParserBase.createObjects()
           
protected  int ParserBase.getAttributeInt(org.w3c.dom.Element el, java.lang.String label)
           
static int ParserUtil.getAttributeInt(org.w3c.dom.Element el, java.lang.String label)
           
protected  int ParserBase.getInt(org.w3c.dom.Element el, java.lang.String label)
           
static int ParserUtil.getInt(org.w3c.dom.Element el, java.lang.String label)
           
 void ParserBase.parse()
           
 

Uses of XavaException in org.openxava.validators.meta
 

Methods in org.openxava.validators.meta that throw XavaException
static void MetaValidators._addMetaValidator(MetaValidator newMetaValidator)
           
static void MetaValidators._addMetaValidatorDefault(MetaValidatorFor newMetaValidator)
           
static void MetaValidators._addMetaValidatorRequired(MetaValidatorFor newMetaValidator)
           
 IPropertyValidator MetaValidator.createPropertyValidator()
          Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
 IRemoveValidator MetaValidator.createRemoveValidator()
          Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
 IValidator MetaValidator.createValidator()
          Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
 java.lang.String MetaValidator.getClassName()
           
static MetaValidator MetaValidators.getMetaValidator(java.lang.String name)
           
static MetaValidatorFor MetaValidators.getMetaValidatorDefaultFor(java.lang.String typeOrStereotype)
           
static MetaValidatorFor MetaValidators.getMetaValidatorRequiredFor(java.lang.String typeOrStereotype)
           
 IPropertyValidator MetaValidator.getPropertyValidator()
          The first time the validator is created, the other times returns the created one.
 IPropertyValidator MetaValidatorFor.getPropertyValidator()
          The first time the validator is created, the other times returns the created one.
 IRemoveValidator MetaValidator.getRemoveValidator()
          The first time the validator is created, the other times returns the created one.
 IValidator MetaValidator.getValidator()
          The first time the validator is created, the other times returns the created one.
 java.lang.String MetaValidatorFor.getValidatorClass()
           
 

Uses of XavaException in org.openxava.validators.meta.xmlparse
 

Methods in org.openxava.validators.meta.xmlparse that throw XavaException
static void ValidatorsParser.configureValidators()
           
protected  void ValidatorsParser.createObjects()
           
 

Uses of XavaException in org.openxava.view
 

Methods in org.openxava.view that throw XavaException
 void View.addActionForProperty(java.lang.String property, java.lang.String qualifiedActionName)
          Add an action to the property.
 void View.addValues(java.util.Map map)
           
 void View.clear()
          Clear all displayed data.
 boolean View.displayAsDescriptionsList(MetaReference ref)
           
 boolean View.displayDetailInCollection(java.lang.String collectionName)
           
 java.util.Collection View.getActionsNamesForProperty(MetaProperty p, boolean editable)
           
 java.util.Collection View.getActionsNamesForReference(boolean editable)
          If this is a view that represents a reference
 java.util.Collection View.getActionsNamesForReference(MetaReference ref, boolean editable)
           
 int View.getActiveSection()
           
 java.util.Map View.getAllValues()
          Copy of all values showed in view.
 java.util.Map View.getCalculatedPropertiesNames()
           
 java.util.List View.getCollectionObjects()
          A list of all objects (POJOs or EntityBeans) in the collection.
 java.util.List View.getCollectionSelectedObjects()
          A list of selected objects (POJOs or EntityBeans) in the collection.
 java.util.List View.getCollectionSelectedValues()
          A list of selected collection element when each element is a map with the values of the collection element.
 int View.getCollectionSize()
          The size of the collection.
 Tab View.getCollectionTab()
          Tab used for manage the data of this collection.
 java.util.List View.getCollectionValues()
          A list of all collection element when each element is a map with the values of the collection element.
 java.lang.String View.getConditionInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getDescriptionPropertiesInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getDescriptionPropertyInDescriptionsList(MetaReference ref)
           
 int View.getDisplaySizeForProperty(MetaProperty p)
           
 int View.getDisplaySizeForProperty(java.lang.String propertyName)
           
 View View.getGroupView(java.lang.String name)
           
 java.util.Map View.getKeyValues()
           
 java.util.Map View.getKeyValuesWithValue()
          Excludes those values that are null, zero or empty string.
 java.lang.String View.getLabelFor(MetaMember p)
           
 int View.getLabelFormatForProperty(MetaProperty p)
           
 int View.getLabelFormatForReference(MetaReference ref)
           
 java.lang.String View.getLabelStyleForProperty(MetaProperty p)
           
 java.lang.String View.getLabelStyleForReference(MetaReference ref)
           
 java.util.Map View.getMembersNames()
           
 java.util.Map View.getMembersNamesWithHidden()
           
 java.util.Collection View.getMembersNamesWithoutSectionsAndCollections()
           
 MetaCollection View.getMetaCollection()
          Meta data about the collection, only if this view represents a collection.
 java.util.Collection View.getMetaMembers()
           
 MetaModel View.getMetaModel()
           
 java.util.List View.getMetaProperties()
           
 java.util.List<MetaProperty> View.getMetaPropertiesList()
           
 MetaProperty View.getMetaProperty(java.lang.String name)
           
 MetaReference View.getMetaReference(java.lang.String name)
           
 java.lang.String View.getOrderInDescriptionsList(MetaReference ref)
           
 java.lang.String View.getParameterValuesPropertiesInDescriptionsList(MetaReference ref)
           
 java.util.Collection View.getPropertiesNamesFromPropertiesList(java.lang.String propertiesList)
           
 java.util.Collection View.getPropertiesNamesFromStereotypesList(java.lang.String stereotypesList)
           
 java.lang.String View.getSearchAction()
           
 java.util.List View.getSections()
           
 View View.getSectionView(int index)
           
 View View.getSubview(java.lang.String name)
           
 java.lang.Object View.getValue(java.lang.String name)
           
 int View.getValueInt(java.lang.String name)
           
 java.util.Map View.getValues()
          Copy of the values showed in view.
 java.lang.String View.getValueString(java.lang.String name)
           
 boolean View.hasKeyProperties()
           
 boolean View.hasSections()
           
 boolean View.isAlignedByColumns()
           
 boolean View.isCollectionCalculated()
          If the collection represents by this view is calculated.
 boolean View.isCreateNew()
           
 boolean View.isCreateNewForReference(MetaReference ref)
           
 boolean View.isEditable(java.lang.String member)
           
 boolean View.isFirstPropertyAndViewHasNoKeys(MetaProperty pr)
           
 boolean View.isFrame()
           
 boolean View.isLastSearchKey(MetaProperty p)
           
 boolean View.isLastSearchKey(java.lang.String propertyName)
           
 boolean View.isModify()
           
 boolean View.isModifyForReference(MetaReference ref)
           
 boolean View.isOrderByKeyInDescriptionsList(MetaReference ref)
           
 boolean View.isSearch()
           
 boolean View.isSearchForReference(MetaReference ref)
           
 boolean View.isSectionEditable(java.lang.String sectionName)
           
 void View.removeActionForProperty(java.lang.String property, java.lang.String qualifiedActionName)
          Add an action to the property.
 void View.reset()
          Clear all data and set the default values.
 void View.setEditable(boolean b)
           
 void View.setEditable(java.lang.String name, boolean editable)
           
 void View.setHidden(java.lang.String name, boolean hidden)
           
 void View.setKeyEditable(boolean b)
           
 void View.setMemberName(java.lang.String string)
           
 void View.setMessages(Messages messages)
           
 void View.setRequest(HttpServletRequest request)
           
 void View.setSectionEditable(java.lang.String sectionName, boolean editable)
           
 void View.setValue(java.lang.String name, java.lang.Object value)
          Set the value to the indicated member.
 void View.setValueNotifying(java.lang.String name, java.lang.Object value)
          Set the value and notifies the property change, recalculating all dependent properties.
 void View.setValues(java.util.Map values)
           
 void View.setValuesExecutingOnChangeActions(java.util.Map values)
          Set the values and execute the on-change actions associated to the assigned properties.
 void View.setValuesNotifying(java.util.Map values)
          Set the values and throws are events associated to the changed values.
 boolean View.throwsPropertyChanged(java.lang.String propertyName)
           
 boolean View.throwsReferenceChanged(MetaReference ref)
           
 boolean View.trySetValue(java.lang.String name, java.lang.Object value)
          Try to set the value to the indicated member.
 

Uses of XavaException in org.openxava.view.meta
 

Methods in org.openxava.view.meta that throw XavaException
 void MetaView.addMetaGroup(java.lang.String name, java.lang.String label, java.lang.String members, boolean alignedByColumns)
           
 void MetaView.addMetaViewCollection(MetaCollectionView metaCollectionView)
           
 void MetaView.addMetaViewProperty(MetaProperty metaProperty)
           
 void MetaView.addMetaViewProperty(MetaPropertyView metaPropertyView)
           
 void MetaView.addMetaViewReference(MetaReferenceView metaReferenceView)
           
 MetaView MetaView.addSection(java.lang.String name, java.lang.String label, java.lang.String members, boolean alignedByColumns)
           
 MetaDescriptionsList MetaView.createMetaDescriptionList(MetaReference r)
           
 IOnChangePropertyAction MetaPropertyView.createOnChangeAction()
           
 IOnChangePropertyAction MetaView.createOnChangeAction(java.lang.String qualifiedPropertyName)
           
 IOnChangePropertyAction MetaReferenceView.createOnChangeSearchAction()
           
 IOnChangePropertyAction MetaView.createOnChangeSearchAction(java.lang.String refName)
           
 int MetaView.getDisplaySizeForProperty(MetaProperty p)
           
 java.lang.String MetaView.getMediatorClassName()
           
 java.util.Collection MetaView.getMembersNames()
           
 MetaDescriptionsList MetaView.getMetaDescriptionList(MetaReference r)
           
 java.util.Collection MetaView.getMetaMembers()
           
 MetaModel MetaView.getMetaModel()
           
 MetaProperty MetaView.getMetaProperty(java.lang.String name)
          Including if property is inside a section
 MetaView MetaGroup.getMetaView()
           
 MetaView MetaView.getMetaView(MetaReference r)
           
 MetaView MetaView.getMetaViewOnlyKeys(MetaReference r)
           
 java.lang.String MetaView.getModelName()
           
 java.util.List MetaView.getSections()
           
 boolean MetaView.isEmpty()
          If does not have members to visualize.
 void MetaView.setMembersNames(java.lang.String membersNames)
           
 void MetaView.setMembersNamesNotResetSections(java.lang.String membersNames)
           
 void MetaView.setMetaModel(MetaModel metaModel)
           
 void MetaView.setModelName(java.lang.String modelName)
           
 

Constructors in org.openxava.view.meta that throw XavaException
MetaViewAction(java.lang.String action)
           
 

Uses of XavaException in org.openxava.view.meta.xmlparse
 

Methods in org.openxava.view.meta.xmlparse that throw XavaException
static MetaRowStyle ViewParser.createRowStyle(org.w3c.dom.Node n, int lang)
           
static MetaView ViewParser.parseView(org.w3c.dom.Node n, int lang)
           
 

Uses of XavaException in org.openxava.web
 

Methods in org.openxava.web that throw XavaException
static java.lang.String WebEditors.format(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)
           
static java.lang.String WebEditors.format(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatTitle(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatToStringOrArray(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static java.lang.Object WebEditors.formatToStringOrArrayImpl(HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
           
static MetaEditor WebEditors.getMetaEditorFor(MetaMember m, java.lang.String viewName)
           
static java.lang.String WebEditors.getUrl(MetaProperty p, java.lang.String viewName)
           
static java.lang.String WebEditors.getUrl(MetaTab metaTab)
           
static boolean WebEditors.hasFrame(MetaProperty p, java.lang.String viewName)
           
static boolean WebEditors.hasMultipleValuesFormatter(MetaProperty p, java.lang.String viewName)
           
static boolean WebEditors.mustToFormat(MetaProperty p, java.lang.String viewName)
           
static java.lang.Object WebEditors.parse(HttpServletRequest request, MetaProperty p, java.lang.String[] strings, Messages errors, java.lang.String viewName)
           
static java.lang.Object WebEditors.parse(HttpServletRequest request, MetaProperty p, java.lang.String string, Messages errors, java.lang.String viewName)
           
 

Uses of XavaException in org.openxava.web.meta
 

Methods in org.openxava.web.meta that throw XavaException
static void MetaWebEditors.addMetaEditor(MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForCollectionModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForModelProperty(java.lang.String property, java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForReferenceModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForStereotype(java.lang.String stereotype, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForTabModel(java.lang.String model, MetaEditor editor)
           
static void MetaWebEditors.addMetaEditorForType(java.lang.String type, MetaEditor editor)
           
 IFormatter MetaEditor.getFormatter()
           
 IFormatter MetaEditor.getListFormatter()
           
static MetaEditor MetaWebEditors.getMetaEditorByName(java.lang.String name)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaCollection col)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaMember member)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaProperty p)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaReference ref)
           
static MetaEditor MetaWebEditors.getMetaEditorFor(MetaTab tab)
           
static MetaEditor MetaWebEditors.getMetaEditorForModelProperty(java.lang.String property, java.lang.String model)
           
static MetaEditor MetaWebEditors.getMetaEditorForReferenceModel(java.lang.String model)
           
static MetaEditor MetaWebEditors.getMetaEditorForStereotype(java.lang.String stereotype)
           
static MetaEditor MetaWebEditors.getMetaEditorForType(java.lang.String type)
           
static MetaEditor MetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p)
          It's like getMetaEditorForType but extract the type of property.
 IMultipleValuesFormatter MetaEditor.getMultipleValuesFormatter()
           
 boolean MetaEditor.hasFormatter()
           
 boolean MetaEditor.hasMultipleValuesFormatter()
           
 

Uses of XavaException in org.openxava.web.meta.xmlparse
 

Methods in org.openxava.web.meta.xmlparse that throw XavaException
protected  void EditorsParser.createObjects()
           
static void EditorsParser.setupEditors()
           
 

Uses of XavaException in org.openxava.web.servlets
 

Methods in org.openxava.web.servlets that throw XavaException
protected  java.lang.String GenerateReportServlet.getOrganization()