Uses of Class
org.openxava.util.XavaException
-
-
Uses of XavaException in org.openxava.actions
Methods in org.openxava.actions that throw XavaException Modifier and Type Method Description protected void
SaveElementInCollectionAction. associateEntity(java.util.Map keyValues)
void
CalendarViewDetailAction. execute()
protected MetaProperty
OnChangePropertyBaseAction. getChangedMetaProperty()
protected View
CollectionElementViewBaseAction. getCollectionElementView()
protected View
RemoveSelectedInElementCollectionAction. getCollectionElementView()
java.lang.String
NavigationFromReferenceBaseAction. getController()
protected java.util.List<java.util.Map>
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<java.util.Map>
CollectionBaseAction. getMapValues()
A list of all collection element when each element is a map with the values of the collection element.protected MetaCollection
CollectionElementViewBaseAction. getMetaCollection()
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.Map[]
CollectionBaseAction. getSelectedKeys()
Keys of the selected collection element.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()
protected boolean
CollectionElementViewBaseAction. isEntityReferencesCollection(View view)
protected boolean
RemoveSelectedInElementCollectionAction. isEntityReferencesCollection()
protected void
CollectionElementViewBaseAction. validateMaximum(int elementsToAdd)
protected void
CollectionElementViewBaseAction. validateMinimum(int elementsToRemove)
-
Uses of XavaException in org.openxava.application.meta
Methods in org.openxava.application.meta that throw XavaException Modifier and Type Method Description 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<MetaApplication>
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 Modifier and Type Method Description static void
ApplicationParser. configureApplications()
protected void
ApplicationParser. createObjects()
-
Uses of XavaException in org.openxava.component
Methods in org.openxava.component that throw XavaException Modifier and Type Method Description 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>
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 Modifier and Type Method Description boolean
ModuleContext. exists(java.lang.String application, java.lang.String module, java.lang.String objectName)
boolean
ModuleContext. exists(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)
java.lang.Object
ModuleContext. get(java.lang.String application, java.lang.String module, java.lang.String objectName)
If does not exist the it create one, as defined in controllers.xml.java.lang.Object
ModuleContext. get(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.String className)
java.lang.Object
ModuleContext. get(javax.servlet.http.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(javax.servlet.http.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.util.Map
ModuleContext. getContext(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)
Environment
ModuleManager. getEnvironment()
MetaModule
ModuleManager. getMetaModule()
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(javax.servlet.http.HttpServletRequest request)
void
ModuleManager. memorizeControllers()
void
ModuleContext. put(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.Object value)
void
ModuleContext. put(javax.servlet.http.HttpServletRequest request, java.lang.String objectName, java.lang.Object value)
void
ModuleContext. remove(java.lang.String application, java.lang.String module, java.lang.String objectName)
void
ModuleContext. remove(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)
void
ModuleContext. resetAllModulesExceptCurrent(javax.servlet.http.HttpServletRequest request)
Reset all the context state for all the module but the current one.void
ModuleContext. resetModule(javax.servlet.http.HttpServletRequest request)
Reset all the context state for the module.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 Modifier and Type Method Description 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.java.util.Collection
MetaController. getAllNotHiddenMetaActionsRecursive()
The not hidden MetaActions of this controller and all its parents and subcontrollers recursively.static java.lang.String
MetaControllers. getEnvironmentVariable(java.lang.String name)
static MetaAction
MetaControllers. getMetaAction(java.lang.String qualifiedName)
java.util.Collection
MetaController. getMetaActionsAfterEachRequest()
Actions from father and subcontrollers are included.java.util.Collection
MetaController. getMetaActionsBeforeEachRequest()
Actions from father and subcontrollers are included.java.util.Collection
MetaController. getMetaActionsOnEachRequest()
Actions from father and subcontrollers are included.java.util.Collection
MetaController. getMetaActionsOnInit()
Actions from father and subcontrollers are included.static MetaController
MetaControllers. getMetaController(java.lang.String name)
static MetaObject
MetaControllers. getMetaObject(java.lang.String name)
java.util.Collection<MetaController>
MetaController. getParents()
-
Uses of XavaException in org.openxava.controller.meta.xmlparse
Methods in org.openxava.controller.meta.xmlparse that throw XavaException Modifier and Type Method Description 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 Modifier and Type Class Description class
ConversionException
-
Uses of XavaException in org.openxava.filters
Subclasses of XavaException in org.openxava.filters Modifier and Type Class Description class
FilterException
Methods in org.openxava.filters that throw XavaException Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected java.lang.Object
BaseFormatter. get(javax.servlet.http.HttpServletRequest request, java.lang.String name)
Get a object from the context of the current module.protected java.lang.Object
BaseFormatter. get(javax.servlet.http.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(javax.servlet.http.HttpServletRequest request, java.lang.String name)
Get a Integer object from the context of the current module.protected java.lang.String
BaseFormatter. getString(javax.servlet.http.HttpServletRequest request, java.lang.String name)
Get a String object from the context of the current module.protected void
BaseFormatter. put(javax.servlet.http.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.mapping
Methods in org.openxava.mapping that throw XavaException Modifier and Type Method Description 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
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
ModelMapping. getConverter(java.lang.String modelProperty)
IConverter
PropertyMapping. getConverter()
IConverter
ReferenceMappingDetail. getConverter()
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
ModelMapping. getMultipleConverter(java.lang.String modelProperty)
IMultipleConverter
PropertyMapping. getMultipleConverter()
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
ModelMapping. getQualifiedColumn(java.lang.String modelProperty)
java.lang.String
ReferenceMappingDetail. getQualifiedColumn()
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 Modifier and Type Method Description static void
ConvertersParser. configureConverters()
protected void
ConvertersParser. createObjects()
-
Uses of XavaException in org.openxava.model
Methods in org.openxava.model that throw XavaException Modifier and Type Method Description 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.lang.Object container, int counter, java.util.Map values)
Deprecated.Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) instead.static java.lang.Object
MapFacade. createAggregate(java.lang.String modelName, java.util.Map containerKey, int counter, java.util.Map values)
Deprecated.Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) insteadstatic java.lang.Object
MapFacade. createAggregate(java.lang.String modelName, java.util.Map containerKey, java.lang.String collectionName, 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)
Deprecated.Use createAggregateReturningKey(String modelName, Map containerKey, String collectionName, Map values) instead.static java.util.Map
MapFacade. createAggregateReturningKey(java.lang.String modelName, java.util.Map containerKey, java.lang.String collectionName, 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.lang.Object entity, java.util.Map memberNames)
Obtain the values of the entity/aggregate from the own entity.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. 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. moveCollectionElement(java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, int from, int to)
Move an element in a collection.static void
MapFacade. moveCollectionElementToAnotherCollection(java.lang.String sourceContainerModelName, java.util.Map sourceContainerKeyValues, java.lang.String sourceCollectionName, java.lang.String targetContainerModelName, java.util.Map targetContainerKeyValues, java.lang.String targetCollectionName, java.util.Map collectionElementKeyValues)
Move an element from a collection to another.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 void
MapFacade. setValuesNotTracking(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 without tracking the changes.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.static Messages
MapFacade. validateIncludingMissingRequired(java.lang.String modelName, java.util.Map values)
Validates the sent values and if required values are included, but does not create or update the object.static Messages
MapFacade. validateIncludingMissingRequired(java.lang.String modelName, java.util.Map values, java.lang.String containerReference)
-
Uses of XavaException in org.openxava.model.impl
Methods in org.openxava.model.impl that throw XavaException Modifier and Type Method Description 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
MapFacadeBean. create(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
java.lang.Object
POJOPersistenceProviderBase. create(MetaModel metaModel, java.util.Map values)
java.lang.Object
TransientPersistenceProvider. create(MetaModel metaModel, 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
MapFacadeBean. 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.util.Map containerKeyValues, int counter, java.util.Map values)
java.lang.Object
MapFacadeBean. createAggregate(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, java.lang.String collectionName, java.util.Map values)
java.lang.Object
POJOPersistenceProviderBase. createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)
java.lang.Object
TransientPersistenceProvider. createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)
java.util.Map
MapFacadeBean. 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, java.lang.String collectionName, java.util.Map values)
java.util.Map
MapFacadeBean. createNotValidatingCollections(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
MapFacadeBean. createReturningValues(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
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
TransientPersistenceProvider. find(MetaModel metaModel, java.util.Map keyValues)
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
TransientPersistenceProvider. findByAnyProperty(MetaModel metaModel, java.util.Map searchingValues)
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
TransientPersistenceProvider. getContainer(MetaModel metaModel, java.util.Map containerKeyValues)
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.lang.Object
TransientPersistenceProvider. getKey(MetaModel metaModel, java.util.Map keyValues)
java.util.Map
MapFacadeBean. getKeyValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object entity)
java.util.Map
MapFacadeBean. 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.util.Map keyValues, java.util.Map membersNames)
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)
java.util.Map
TransientPersistenceProvider. keyToMap(MetaModel metaModel, java.lang.Object key)
void
IExplicitModifyPersistenceProvider. modify(MetaModel metaModel, java.util.Map keyValues, java.util.Map values)
Modify the object with that key from the values.void
IPersistenceProvider. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)
Move an element in a collection.void
MapFacadeBean. moveCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, int from, int to)
void
POJOPersistenceProviderBase. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)
void
TransientPersistenceProvider. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)
void
MapFacadeBean. moveCollectionElementToAnotherCollection(UserInfo userInfo, java.lang.String sourceModelName, java.util.Map sourceKeyValues, java.lang.String sourceCollectionName, java.lang.String targetModelName, java.util.Map targetKeyValues, java.lang.String targetCollectionName, java.util.Map collectionElementKeyValues)
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
TransientPersistenceProvider. remove(MetaModel metaModel, java.util.Map keyValues)
void
MapFacadeBean. removeCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)
void
MapFacadeBean. setValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map values)
void
MapFacadeBean. setValuesNotTracking(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)
IPropertiesContainer
TransientPersistenceProvider. toPropertiesContainer(MetaModel metaModel, java.lang.Object modelObject)
Messages
MapFacadeBean. validate(UserInfo userInfo, java.lang.String modelName, java.util.Map values)
Messages
MapFacadeBean. validateIncludingMissingRequired(UserInfo userInfo, java.lang.String modelName, java.util.Map values, java.lang.String containerReference)
-
Uses of XavaException in org.openxava.model.meta
Methods in org.openxava.model.meta that throw XavaException Modifier and Type Method Description static void
DefaultSize. _addForAnnotation(java.lang.String className, int length)
static void
TypeAnnotationDefault. _addForAnnotation(java.lang.String annotationClassName, java.lang.String type)
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. _addScaleForAnnotation(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()
ICalculator
MetaReference. createDefaultValueCalculator()
IHibernateIdGeneratorCalculator
MetaCalculator. createHibernateIdGeneratorCalculator()
Create aIHibernateIdGeneratorCalculator
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.java.util.Map
MetaModel. extractKeyValuesFlattenEmbeddedIds(java.util.Map values)
java.util.Map
MetaModel. extractSearchKeyValues(java.util.Map values)
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.static int
DefaultSize. forAnnotation(java.lang.annotation.Annotation annotation)
static java.lang.String
TypeAnnotationDefault. forAnnotation(java.lang.annotation.Annotation annotation)
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, ordered alphabetically.java.util.Collection<java.lang.String>
MetaModel. getAllKeyPropertiesNamesOrderedAsInModel()
Includes qualified properties in case of key references, ordered as in model.java.util.List<MetaProperty>
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
MetaReference. getFilterInDescriptionsList(MetaView metaView)
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<java.lang.String>
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 nulljava.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<MetaProperty>
MetaModel. getMetaPropertiesKey()
java.util.Collection
MetaAggregateForReference. getMetaPropertiesPersistents(MetaReference ref)
java.util.Collection<MetaProperty>
MetaModel. getMetaPropertiesPersistents()
Ordered as in component definition.java.util.Collection
MetaModel. getMetaPropertiesPersistentsFromReference(java.lang.String referenceName)
Ordered as in component definition.java.util.Collection<MetaProperty>
MetaModel. getMetaPropertiesWithDefaultValueOnCreate()
Excludes calculator that implementsIHibernateIdGeneratorCalculator
.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()
MetaView
MetaModel. getMetaViewOnlyKeys()
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.lang.String
MetaReference. getParameterValuesPropertiesInDescriptionsList(MetaView metaView, MetaView rootMetaView)
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<java.lang.String>
MetaModel. getPropertiesNamesWithoutHiddenNorTransient()
Ordered as in component definition.java.lang.String
MetaProperty. getQualifiedLabel(java.util.Locale locale)
java.lang.String
MetaProperty. getQualifiedLabel(javax.servlet.ServletRequest request)
java.util.Collection
MetaModel. getRecursiveQualifiedPropertiesNames()
Does not include Transient properties and properties from collectionsjava.util.Collection<java.lang.String>
MetaModel. getRecursiveQualifiedPropertiesNamesIncludingCollections()
Does not include Transient propertiesjava.util.Collection
MetaModel. getRecursiveQualifiedPropertiesNamesUntilSecondLevel()
Does not include Transient properties and properties from collectionsjava.util.Collection<java.lang.String>
MetaModel. getRecursiveQualifiedPropertiesNamesUntilSecondLevelIncludingCollections()
Does not include Transient propertiesjava.util.Collection<java.lang.String>
MetaModel. getRequiredMemberNames()
java.util.Collection
MetaModel. getRequiredPropertiesNames()
java.util.Collection<java.lang.String>
MetaModel. getSarchKeyPropertiesNames()
SearchKey properties names ordered in declaration order.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(java.util.Locale locale, int i)
java.lang.String
MetaProperty. getValidValueLabel(javax.servlet.ServletRequest request, int i)
Deprecated.Use getValidValueLabel(int i) insteadjava.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. scaleForAnnotation(java.lang.annotation.Annotation annotation)
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.lang.Object pojo)
The string representation of models represented by this meta model, from a pojo object.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. -
Uses of XavaException in org.openxava.model.meta.xmlparse
Methods in org.openxava.model.meta.xmlparse that throw XavaException Modifier and Type Method Description static void
AnnotationTypeDefaultParser. configureAnnotationTypeDefault()
static void
DefaultSizeParser. configureDefaultSize()
static void
StereotypeTypeDefaultParser. configureStereotypeTypeDefault()
protected void
AnnotationTypeDefaultParser. createObjects()
protected void
DefaultSizeParser. createObjects()
protected void
StereotypeTypeDefaultParser. createObjects()
-
Uses of XavaException in org.openxava.tab
Methods in org.openxava.tab that throw XavaException Modifier and Type Method Description void
Tab. addProperties(java.util.Collection properties)
void
Tab. addProperties(java.util.List<java.lang.String> propertiesName, java.lang.String[] conditionValues, java.lang.String[] conditionValuesTo, java.lang.String[] conditionComparators)
Add properties without using old configuration.void
Tab. addProperty(int index, java.lang.String propertyName)
void
Tab. addProperty(java.lang.String propertyName)
void
Tab. clearProperties()
void
Tab. cutOutRow(java.util.Map keyValues)
java.lang.String
Tab. getBaseCondition()
java.util.Collection
Tab. getColumnsToAdd()
java.lang.String
Tab. getConfigurationName()
IFilter
Tab. getFilter()
Filter used currently by this tab.java.util.List<MetaProperty>
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. 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 thisTab
in runtime.void
Tab. setMetaRowStyles(java.util.Collection styles)
void
Tab. setPropertiesNames(java.lang.String propertiesNames)
Set the properties to be displayed by thisTab
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 Modifier and Type Method Description static EntityTab
EntityTabFactory. create(MetaTab metaTab)
An EntityTab with on-demmand data reading.static EntityTab
EntityTabFactory. create(MetaTab metaTab, int chunkSize)
static EntityTab
EntityTabFactory. createAllData(MetaTab metaTab)
An EntityTab that load all data at once.protected java.util.Collection<ReferenceMapping>
TabProviderBase. getEntityReferencesMappings()
protected boolean
TabProviderBase. hasReferences()
Constructors in org.openxava.tab.impl that throw XavaException Constructor Description TabCalculator(MetaProperty metaProperty, int propertyIndex)
-
Uses of XavaException in org.openxava.tab.meta
Methods in org.openxava.tab.meta that throw XavaException Modifier and Type Method Description 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<MetaProperty>
MetaTab. getMetaProperties()
java.util.Collection
MetaTab. getMetaPropertiesCalculated()
Hidden ones are not includedjava.util.Collection
MetaTab. getMetaPropertiesHidden()
java.util.Collection
MetaTab. getMetaPropertiesHiddenCalculated()
java.util.List<java.lang.String>
MetaTab. getPropertiesNames()
java.util.List<java.lang.String>
MetaTab. getPropertiesNamesWithKeyAndHidden()
java.util.List<java.lang.String>
MetaTab. getRemainingPropertiesNames()
java.util.List
MetaTab. getRemainingPropertiesNamesUntilSecondLevel()
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<MetaProperty>
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 Modifier and Type Method Description 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 Modifier and Type Method Description protected java.lang.String
ModuleTestBase. getModuleURL()
-
Uses of XavaException in org.openxava.util
Subclasses of XavaException in org.openxava.util Modifier and Type Class Description class
ElementNotFoundException
A OpenXava element does no exists.class
PropertiesContainerException
Exception thrown byIPropertiesContainer
.Methods in org.openxava.util that throw XavaException Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 typeStereotypeOrAnnotation)
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 Modifier and Type Method Description static void
ValidatorsParser. configureValidators()
protected void
ValidatorsParser. createObjects()
-
Uses of XavaException in org.openxava.view
Methods in org.openxava.view that throw XavaException Modifier and Type Method Description void
View. addActionForProperty(java.lang.String property, java.lang.String qualifiedActionName)
Add an action to the property.void
View. addValues(java.util.Map values)
void
View. clear()
Clear all displayed data.boolean
View. displayAsDescriptionsList(MetaReference ref)
boolean
View. displayAsDescriptionsListAndReferenceView(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 referencejava.util.Collection<java.lang.String>
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<java.util.Map<java.lang.String,java.lang.Object>>
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)
java.lang.String
View. getDescriptionsListCondition(java.lang.String referenceName)
int
View. getDisplaySizeForProperty(java.lang.String propertyName)
int
View. getDisplaySizeForProperty(MetaProperty p)
java.lang.String
View. getFilterInDescriptionsList(MetaReference ref)
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<MetaMember>
View. getMetaMembers()
MetaModel
View. getMetaModel()
java.util.List<MetaProperty>
View. getMetaProperties()
java.util.List<MetaProperty>
View. getMetaPropertiesList()
MetaProperty
View. getMetaProperty(java.lang.String name)
MetaReference
View. getMetaReference(java.lang.String name)
MetaView
View. getMetaView()
java.lang.Object
View. getModel()
The model object attached to this view usingView.setModel(Object model)
.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<MetaView>
View. getSections()
View
View. getSectionView(int index)
View
View. getSubview(java.lang.String name)
java.lang.Object
View. getValue(java.lang.String name)
A value from the property 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()
Deprecated.Since 5.3, use isCollectionFromModel() instead.boolean
View. isCollectionFromModel()
If the collection data is obtained from the model collection directly.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(java.lang.String propertyName)
boolean
View. isLastSearchKey(MetaProperty p)
boolean
View. isModify()
boolean
View. isModifyForReference(MetaReference ref)
boolean
View. isOrderByKeyInDescriptionsList(MetaReference ref)
boolean
View. isRepresentsEntityCollection()
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)
Remove an action to the property.void
View. reset()
Clear all data and set the default values.void
View. setDescriptionsListCondition(java.lang.String referenceName, java.lang.String condition)
void
View. setEditable(boolean b)
void
View. setEditable(java.lang.String name, boolean editable)
To make an element of the user interface editable or not editable.void
View. setHidden(java.lang.String name, boolean hidden)
To hide/show an element of the user interface.void
View. setKeyEditable(boolean b)
void
View. setMemberName(java.lang.String string)
void
View. setMessages(Messages messages)
void
View. setMetaPropertiesList(java.util.List<MetaProperty> metaProperties)
void
View. setRequest(javax.servlet.http.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. setValuesChangingModel(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 Modifier and Type Method Description 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 sectionMetaView
MetaGroup. getMetaView()
MetaView
MetaView. getMetaView(MetaReference r)
MetaView
MetaView. getMetaView(MetaReference r, MetaModel metaModelReferenced)
MetaView
MetaView. getMetaViewOnlyKeys(MetaReference r)
java.lang.String
MetaView. getModelName()
java.util.List<MetaView>
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 Constructor Description MetaViewAction(java.lang.String action)
-
Uses of XavaException in org.openxava.web
Methods in org.openxava.web that throw XavaException Modifier and Type Method Description static java.lang.String
WebEditors. format(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)
static java.lang.String
WebEditors. format(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
static java.lang.String
WebEditors. formatNoFilterSpecialCharacters(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)
static java.lang.Object
WebEditors. formatTitle(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
static java.lang.Object
WebEditors. formatToStringOrArray(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)
static java.util.Collection<java.lang.String>
WebEditors. getEditors(MetaTab metaTab)
static java.lang.String
WebEditors. getIcon(java.lang.String editor)
static MetaEditor
WebEditors. getMetaEditorFor(MetaMember m, java.lang.String viewName)
static java.lang.String
WebEditors. getUrl(java.lang.String editor, MetaTab metaTab)
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(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.String[] strings, Messages errors, java.lang.String viewName)
static java.lang.Object
WebEditors. parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.String string, Messages errors, java.lang.String viewName)
static void
Charts. release(javax.servlet.http.HttpServletRequest request)
static void
Charts. updateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart)
Update Actions -
Uses of XavaException in org.openxava.web.dwr
Methods in org.openxava.web.dwr that throw XavaException Modifier and Type Method Description void
Calendar. dragAndDrop(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String calendarKey, java.lang.String dropDate, java.lang.String dropDateString)
-
Uses of XavaException in org.openxava.web.meta
Methods in org.openxava.web.meta that throw XavaException Modifier and Type Method Description static void
MetaWebEditors. addMetaEditor(MetaEditor editor)
static void
MetaWebEditors. addMetaEditorForAnnotation(java.lang.String annotation, 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()
java.lang.Object
MetaEditor. getFormatterObject()
IFormatter
MetaEditor. getListFormatter()
java.lang.Object
MetaEditor. getListFormatterObject()
static MetaEditor
MetaWebEditors. getMetaEditorByName(java.lang.String name)
static MetaEditor
MetaWebEditors. getMetaEditorFor(MetaMember member, java.lang.String viewName)
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.static java.util.Collection<MetaEditor>
MetaWebEditors. getMetaEditorsFor(MetaTab tab)
IMetaPropertyFormatter
MetaEditor. getMetaPropertyFormatter()
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 Modifier and Type Method Description 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 Modifier and Type Method Description protected java.lang.String
GenerateReportServlet. getOrganization(javax.servlet.http.HttpServletRequest request)
-