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.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  java.util.List CollectionBaseAction.getSelectedObjects()
          A list of selected objects (POJOs or EntityBeans) in the collection.
protected  Tab TabBaseAction.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.getMetaAggregatesForCollectionEjbGenerated()
           
 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()
           
 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.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 controllers 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.getMetaActionsBeforeEachRequest()
           
 java.util.Collection MetaController.getMetaActionsForMode(java.lang.String mode)
           
 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 nombre)
          Get a object from the context of the current module.
protected  java.lang.Object BaseFormatter.get(HttpServletRequest request, java.lang.String nombre, java.lang.String clase)
          Get a object from the context of the current module.
protected  java.lang.Integer BaseFormatter.getInteger(HttpServletRequest request, java.lang.String nombre)
          Get a Integer object from the context of the current module.
protected  java.lang.String BaseFormatter.getString(HttpServletRequest request, java.lang.String nombre)
          Get a String object from the context of the current module.
protected  void BaseFormatter.put(HttpServletRequest request, java.lang.String nombre, java.lang.Object valor)
          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(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.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(java.lang.String user, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValue)
           
 void MapFacadeBean.addCollectionElement(java.lang.String user, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
           
 java.lang.Object EJBPersistenceProvider.create(MetaModel metaModel, java.util.Map values)
           
 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(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 java.lang.Object MapFacadeBean.create(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 java.lang.Object EJBPersistenceProvider.createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)
           
 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(java.lang.String user, java.lang.String modelName, java.util.Map keyContainer, int counter, java.util.Map values)
           
 java.lang.Object MapFacadeBean.createAggregate(java.lang.String user, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.lang.Object IMapFacadeImpl.createAggregate(java.lang.String user, java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)
           
 java.lang.Object MapFacadeBean.createAggregate(java.lang.String user, java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createAggregateReturningKey(java.lang.String user, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.util.Map MapFacadeBean.createAggregateReturningKey(java.lang.String user, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createReturningKey(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 java.util.Map MapFacadeBean.createReturningKey(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 java.util.Map IMapFacadeImpl.createReturningValues(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 java.util.Map MapFacadeBean.createReturningValues(java.lang.String user, java.lang.String modelName, java.util.Map values)
           
 void IMapFacadeImpl.delete(java.lang.String user, java.lang.String modelName, java.util.Map keyValues)
           
 void MapFacadeBean.delete(java.lang.String user, java.lang.String modelName, java.util.Map keyValues)
           
 java.lang.Object EJBPersistenceProvider.find(MetaModel metaModel, 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 EJBPersistenceProvider.findByAnyProperty(MetaModel metaModel, java.util.Map searchingValues)
           
 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 EJBPersistenceProvider.getContainer(MetaModel metaModel, java.util.Map containerKeyValues)
           
 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