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 voidSaveElementInCollectionAction. associateEntity(java.util.Map keyValues)voidCalendarViewDetailAction. execute()protected MetaPropertyOnChangePropertyBaseAction. getChangedMetaProperty()protected ViewCollectionElementViewBaseAction. getCollectionElementView()protected ViewRemoveSelectedInElementCollectionAction. getCollectionElementView()java.lang.StringNavigationFromReferenceBaseAction. 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 MetaCollectionCollectionElementViewBaseAction. getMetaCollection()java.lang.StringGoDetailAction. getNextAction()java.lang.StringViewDetailAction. getNextAction()protected java.util.ListCollectionBaseAction. getObjects()A list of all objects (POJOs or EntityBeans) in the collection.protected ViewCollectionElementViewBaseAction. getParentView()protected java.util.Map[]CollectionBaseAction. getSelectedKeys()Keys of the selected collection element.protected java.util.ListCollectionBaseAction. getSelectedObjects()A list of selected objects (POJOs or EntityBeans) in the collection.protected TabTabBaseAction. getTab()protected TabViewDetailAction. getTab()protected booleanCollectionElementViewBaseAction. isEntityReferencesCollection()protected booleanCollectionElementViewBaseAction. isEntityReferencesCollection(View view)protected booleanRemoveSelectedInElementCollectionAction. isEntityReferencesCollection()protected voidCollectionElementViewBaseAction. validateMaximum(int elementsToAdd)protected voidCollectionElementViewBaseAction. 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 voidMetaApplications. _addMetaApplication(MetaApplication application)Only call this from parser.static java.util.CollectionMetaApplications. getApplicationsNames()java.util.CollectionMetaApplication. getFolders()static MetaApplicationMetaApplications. getMetaApplication(java.lang.String name)static java.util.Collection<MetaApplication>MetaApplications. getMetaApplications()MetaModuleMetaApplication. getMetaModule(java.lang.String name)java.util.Collection<MetaModule>MetaApplication. getMetaModules()java.util.CollectionMetaApplication. 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 voidApplicationParser. configureApplications()protected voidApplicationParser. createObjects() -
Uses of XavaException in org.openxava.component
Methods in org.openxava.component that throw XavaException Modifier and Type Method Description voidMetaComponent. addAggregateMapping(AggregateMapping aggregateMapping)voidMetaComponent. addMetaTab(MetaTab metaTab)voidMetaComponent. addMetaView(MetaView metaView)static booleanMetaComponent. exists(java.lang.String name)static MetaComponentMetaComponent. get(java.lang.String name)AggregateMappingMetaComponent. getAggregateMapping(java.lang.String name)java.util.CollectionMetaComponent. getAggregateMappings()static java.util.Collection<MetaComponent>MetaComponent. getAll()static java.util.SetMetaComponent. getAllPackageNames()The names of all the root Java packages used by the components of all OpenXava application in the classpath.EntityMappingMetaComponent. getEntityMapping()MetaAggregateMetaComponent. getMetaAggregate(java.lang.String name)java.util.CollectionMetaComponent. getMetaAggregates()java.util.CollectionMetaComponent. getMetaAggregatesBeanGenerated()java.util.CollectionMetaComponent. getMetaAggregatesForCollectionPojoGenerated()MetaTabMetaComponent. getMetaTab()MetaTab by default.MetaTabMetaComponent. getMetaTab(java.lang.String name)MetaTab from name.java.lang.StringMetaComponent. getPackageName()Java package where the model classes resides.java.lang.StringMetaComponent. getPackageNameWithSlashWithoutModel()Package using / instead of . and it does not includes the model package.static java.lang.StringMetaComponent. getQualifiedPackageForUnqualifiedPackage(java.lang.String unqualifiedPackage)voidMetaComponent. setEntityMapping(EntityMapping mapping)voidMetaComponent. setMetaEntity(MetaEntity metaEntity) -
Uses of XavaException in org.openxava.controller
Methods in org.openxava.controller that throw XavaException Modifier and Type Method Description booleanModuleContext. exists(java.lang.String application, java.lang.String module, java.lang.String objectName)booleanModuleContext. exists(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)java.lang.ObjectModuleContext. 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.ObjectModuleContext. get(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.String className)java.lang.ObjectModuleContext. 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.ObjectModuleContext. 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.MapModuleContext. getContext(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)EnvironmentModuleManager. getEnvironment()MetaModuleModuleManager. getMetaModule()java.lang.StringModuleManager. getModelName()java.lang.StringModuleManager. getTabName()java.lang.StringEnvironment. getValue(java.lang.String name)java.lang.StringModuleManager. getXavaViewName()booleanModuleManager. isXavaView(javax.servlet.http.HttpServletRequest request)voidModuleManager. memorizeControllers()voidModuleContext. put(java.lang.String application, java.lang.String module, java.lang.String objectName, java.lang.Object value)voidModuleContext. put(javax.servlet.http.HttpServletRequest request, java.lang.String objectName, java.lang.Object value)voidModuleContext. remove(java.lang.String application, java.lang.String module, java.lang.String objectName)voidModuleContext. remove(javax.servlet.http.HttpServletRequest request, java.lang.String objectName)voidModuleContext. resetAllModulesExceptCurrent(javax.servlet.http.HttpServletRequest request)Reset all the context state for all the module but the current one.voidModuleContext. resetModule(javax.servlet.http.HttpServletRequest request)Reset all the context state for the module.voidModuleManager. restorePreviousControllers()voidModuleManager. setApplicationName(java.lang.String newName)voidModuleManager. 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 voidMetaControllers. _addMetaController(MetaController newController)static booleanMetaControllers. contains(java.lang.String name)IActionMetaAction. createAction()java.lang.ObjectMetaObject. createObject()java.util.CollectionMetaController. getAllMetaActions()The MetaActions of this controller and all its parents.java.util.CollectionMetaController. getAllNotHiddenMetaActions()The not hidden MetaActions of this controller and all its parents.java.util.CollectionMetaController. getAllNotHiddenMetaActionsRecursive()The not hidden MetaActions of this controller and all its parents and subcontrollers recursively.static java.lang.StringMetaControllers. getEnvironmentVariable(java.lang.String name)static MetaActionMetaControllers. getMetaAction(java.lang.String qualifiedName)java.util.CollectionMetaController. getMetaActionsAfterEachRequest()Actions from father and subcontrollers are included.java.util.CollectionMetaController. getMetaActionsBeforeEachRequest()Actions from father and subcontrollers are included.java.util.CollectionMetaController. getMetaActionsOnEachRequest()Actions from father and subcontrollers are included.java.util.CollectionMetaController. getMetaActionsOnInit()Actions from father and subcontrollers are included.static MetaControllerMetaControllers. getMetaController(java.lang.String name)static MetaObjectMetaControllers. 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 voidControllersParser. configureControllers(java.lang.String context)protected voidControllersParser. createObjects() -
Uses of XavaException in org.openxava.converters
Subclasses of XavaException in org.openxava.converters Modifier and Type Class Description classConversionException -
Uses of XavaException in org.openxava.filters
Subclasses of XavaException in org.openxava.filters Modifier and Type Class Description classFilterExceptionMethods in org.openxava.filters that throw XavaException Modifier and Type Method Description protected java.lang.ObjectBaseContextFilter. get(java.lang.String name)protected EnvironmentBaseContextFilter. getEnvironment()Environment allows you access to the environment variables for the current module.protected java.lang.IntegerBaseContextFilter. getInteger(java.lang.String name)protected abstract java.util.CollectionCollectionInViewBaseFilter. getKeyValues()Values to add as key at the begin of arguments for filtering.protected java.util.CollectionCollectionInViewFilter. getKeyValues()protected java.util.CollectionCollectionWithConditionInViewFilter. getKeyValues()protected java.lang.LongBaseContextFilter. getLong(java.lang.String name)protected java.lang.StringBaseContextFilter. 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 IFilterMetaFilter. createFilter()java.lang.ObjectMetaFilter. filter(java.lang.Object[] objects)IFilterMetaFilter. 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 MetaFilterFilterParser. 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.ObjectBaseFormatter. get(javax.servlet.http.HttpServletRequest request, java.lang.String name)Get a object from the context of the current module.protected java.lang.ObjectBaseFormatter. 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.IntegerBaseFormatter. getInteger(javax.servlet.http.HttpServletRequest request, java.lang.String name)Get a Integer object from the context of the current module.protected java.lang.StringBaseFormatter. getString(javax.servlet.http.HttpServletRequest request, java.lang.String name)Get a String object from the context of the current module.protected voidBaseFormatter. 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 voidConverters. _addForStereotype(java.lang.String name, java.lang.String converterClass, java.lang.String cmpType)static voidConverters. _addForType(java.lang.String typeName, java.lang.String converterClass, java.lang.String cmpType)voidModelMapping. addPropertyMapping(PropertyMapping propertyMapping)voidModelMapping. addReferenceMapping(ReferenceMapping referenceMapping)java.lang.StringModelMapping. changePropertiesByCMPAttributes(java.lang.String source)java.lang.StringModelMapping. changePropertiesByColumns(java.lang.String source)Change the properties inside ${ } by the database qualified(schema + table) columns.java.lang.StringModelMapping. changePropertiesByNotQualifiedColumns(java.lang.String source)Change the properties inside ${ } by the database columns without table and schema as prefix.java.lang.StringReferenceMapping. getCMPAttribute(java.lang.String propertyNameOfReferencedModel)java.util.CollectionModelMapping. getCmpFields()java.util.CollectionPropertyMapping. getCmpFields()java.util.CollectionReferenceMapping. getCmpFields()java.lang.ClassPropertyMapping. getCmpType()static java.lang.StringConverters. getCmpTypeFor(MetaProperty p)java.lang.StringPropertyMapping. getCmpTypeName()java.lang.StringReferenceMapping. getCmpTypeNameForReferencedModelProperty(java.lang.String property)java.lang.StringModelMapping. getColumn(java.lang.String modelProperty)Support the use of references with dots, this is: myreference.myproperty.java.lang.StringReferenceMapping. getColumnForReferencedModelProperty(java.lang.String property)Qualified column.java.util.CollectionReferenceMapping. getColumns()IConverterModelMapping. getConverter(java.lang.String modelProperty)IConverterPropertyMapping. getConverter()IConverterReferenceMappingDetail. getConverter()static java.lang.StringConverters. getConverterClassNameFor(MetaProperty p)IConverterReferenceMapping. getConverterForReferencedModelProperty(java.lang.String property)java.lang.StringModelMapping. getKeyColumnsAsString()MetaModelAggregateMapping. getMetaModel()MetaModelEntityMapping. getMetaModel()abstract MetaModelModelMapping. getMetaModel()java.lang.StringEntityMapping. getModelName()abstract java.lang.StringModelMapping. getModelName()IMultipleConverterModelMapping. getMultipleConverter(java.lang.String modelProperty)IMultipleConverterPropertyMapping. getMultipleConverter()java.util.CollectionModelMapping. getOverlappingPropertiesOfReference(java.lang.String reference)java.lang.StringModelMapping. getOverlappingPropertyForReference(java.lang.String reference, java.lang.String propertyOfReference)PropertyMappingModelMapping. getPropertyMapping(java.lang.String name)java.util.CollectionModelMapping. getPropertyMappingsNotInModel()java.lang.StringModelMapping. getQualifiedColumn(java.lang.String modelProperty)java.lang.StringReferenceMappingDetail. getQualifiedColumn()java.lang.StringReferenceMappingDetail. getQualifiedColumnOfReferencedTable()java.lang.StringReferenceMapping. getReferencedTable()java.lang.StringReferenceMappingDetail. getReferencedTableColumn()ReferenceMappingModelMapping. getReferenceMapping(java.lang.String name)static java.util.CollectionMapping. getSchemas()static java.util.CollectionMapping. getTables()static java.util.CollectionMapping. getTablesBySchema(java.lang.String schema)java.lang.ClassModelMapping. getType(java.lang.String propertyName)Util specially to find out the type of properties that are not in model, only in mapping.booleanModelMapping. isReferenceOverlappingWithSomeProperty(java.lang.String reference)booleanModelMapping. isReferenceOverlappingWithSomeProperty(java.lang.String reference, java.lang.String propertiesOfReference)booleanModelMapping. isReferencePropertyOverlappingWithSomeProperty(java.lang.String qualifiedProperty)voidPropertyMapping. setDefaultConverter()voidModelMapping. 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 voidConvertersParser. configureConverters()protected voidConvertersParser. createObjects() -
Uses of XavaException in org.openxava.model
Methods in org.openxava.model that throw XavaException Modifier and Type Method Description static voidMapFacade. 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.ObjectMapFacade. create(java.lang.String modelName, java.util.Map values)Creates a new entity from a map with its initial values.static java.lang.ObjectMapFacade. 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.ObjectMapFacade. 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.ObjectMapFacade. 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.MapMapFacade. 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.MapMapFacade. 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.MapMapFacade. 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.MapMapFacade. 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.MapMapFacade. 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.MapMapFacade. getKeyValues(java.lang.String modelName, java.lang.Object entity)Obtains the values of the key of entity/aggregate.MetaModelIModel. getMetaModel()Returns metadata about object.static java.util.MapMapFacade. 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.MapMapFacade. 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.MapMapFacade. 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 java.util.MapMapFacade. getValuesNotTracking(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, not tracking the query.static voidMapFacade. moveCollectionElement(java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, int from, int to)Move an element in a collection.static voidMapFacade. 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 voidMapFacade. remove(java.lang.String modelName, java.util.Map keyValues)Remove the entity/aggregate from a map with its key.static voidMapFacade. removeCollectionElement(java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)Removes an elemente from a collection.static voidMapFacade. 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 voidMapFacade. 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.ObjectMapFacade. toPrimaryKey(java.lang.String entityName, java.util.Map keyValues)Convert from a map with primary key values to primary key object.static MessagesMapFacade. validate(java.lang.String modelName, java.util.Map values)Validates the sent values but does not create or update the object.static MessagesMapFacade. 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 MessagesMapFacade. 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 voidMapFacadeBean. addCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)java.lang.ObjectIPersistenceProvider. create(MetaModel metaModel, java.util.Map values)Create a persistent object (saved in database) from the data passed in map format.java.lang.ObjectMapFacadeBean. create(UserInfo userInfo, java.lang.String modelName, java.util.Map values)java.lang.ObjectPOJOPersistenceProviderBase. create(MetaModel metaModel, java.util.Map values)java.lang.ObjectTransientPersistenceProvider. create(MetaModel metaModel, java.util.Map values)java.lang.ObjectIPersistenceProvider. 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.ObjectMapFacadeBean. createAggregate(UserInfo userInfo, java.lang.String modelName, java.lang.Object container, int counter, java.util.Map values)java.lang.ObjectMapFacadeBean. createAggregate(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)java.lang.ObjectMapFacadeBean. createAggregate(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, java.lang.String collectionName, java.util.Map values)java.lang.ObjectPOJOPersistenceProviderBase. createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)java.lang.ObjectTransientPersistenceProvider. createAggregate(MetaModel metaModel, java.util.Map values, MetaModel metaModelContainer, java.lang.Object containerModel, int number)java.util.MapMapFacadeBean. createAggregateReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, int counter, java.util.Map values)java.util.MapMapFacadeBean. createAggregateReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map containerKeyValues, java.lang.String collectionName, java.util.Map values)java.util.MapMapFacadeBean. createNotValidatingCollections(UserInfo userInfo, java.lang.String modelName, java.util.Map values)java.util.MapMapFacadeBean. createReturningKey(UserInfo userInfo, java.lang.String modelName, java.util.Map values)java.util.MapMapFacadeBean. createReturningValues(UserInfo userInfo, java.lang.String modelName, java.util.Map values)voidMapFacadeBean. delete(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues)java.lang.ObjectIPersistenceProvider. find(MetaModel metaModel, java.util.Map keyValues)Find an object from its key in map format.java.lang.ObjectTransientPersistenceProvider. find(MetaModel metaModel, java.util.Map keyValues)java.lang.ObjectIPersistenceProvider. findByAnyProperty(MetaModel metaModel, java.util.Map searchingValues)Find an object by any property (or properties).java.lang.ObjectPOJOPersistenceProviderBase. findByAnyProperty(MetaModel metaModel, java.util.Map keyValues)java.lang.ObjectTransientPersistenceProvider. findByAnyProperty(MetaModel metaModel, java.util.Map searchingValues)java.lang.ObjectPOJOPersistenceProviderBase. findByKeyUsingQuery(MetaModel metaModel, java.util.Map keyValues)java.lang.ObjectIPersistenceProvider. getContainer(MetaModel metaModel, java.util.Map containerKeyValues)Return the object that represents the container object.java.lang.ObjectPOJOPersistenceProviderBase. getContainer(MetaModel metaModel, java.util.Map containerKeyValues)java.lang.ObjectTransientPersistenceProvider. getContainer(MetaModel metaModel, java.util.Map containerKeyValues)java.lang.ObjectIPersistenceProvider. getKey(MetaModel metaModel, java.util.Map keyValues)Return an object that can be used as primary key in model layer.java.lang.ObjectMapFacadeBean. getKey(MetaModel metaModel, java.util.Map keyValues)java.lang.ObjectPOJOPersistenceProviderBase. getKey(MetaModel metaModel, java.util.Map keyValues)java.lang.ObjectTransientPersistenceProvider. getKey(MetaModel metaModel, java.util.Map keyValues)java.util.MapMapFacadeBean. getKeyValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object entity)java.util.MapMapFacadeBean. getValues(UserInfo userInfo, java.lang.String modelName, java.lang.Object modelObject, java.util.Map memberNames)java.util.MapMapFacadeBean. getValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map membersNames)java.util.MapMapFacadeBean. getValuesByAnyProperty(UserInfo userInfo, java.lang.String modelName, java.util.Map searchingValues, java.util.Map membersNames)java.util.MapMapFacadeBean. getValuesNotTracking(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map membersNames)java.util.MapIPersistenceProvider. keyToMap(MetaModel metaModel, java.lang.Object key)Returns a map that contains the value of primary key sent as object.java.util.MapPOJOPersistenceProviderBase. keyToMap(MetaModel metaModel, java.lang.Object key)java.util.MapTransientPersistenceProvider. keyToMap(MetaModel metaModel, java.lang.Object key)voidIExplicitModifyPersistenceProvider. modify(MetaModel metaModel, java.util.Map keyValues, java.util.Map values)Modify the object with that key from the values.voidIPersistenceProvider. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)Move an element in a collection.voidMapFacadeBean. moveCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, int from, int to)voidPOJOPersistenceProviderBase. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)voidTransientPersistenceProvider. moveCollectionElement(MetaModel metaModel, java.util.Map keyValues, java.lang.String collectionName, int from, int to)voidMapFacadeBean. 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)voidIPersistenceProvider. remove(MetaModel metaModel, java.util.Map keyValues)Remove the object from persistent storage.voidJPAPersistenceProvider. remove(MetaModel metaModel, java.util.Map keyValues)voidTransientPersistenceProvider. remove(MetaModel metaModel, java.util.Map keyValues)voidMapFacadeBean. removeCollectionElement(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.lang.String collectionName, java.util.Map collectionElementKeyValues)voidMapFacadeBean. setValues(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map values)voidMapFacadeBean. setValuesNotTracking(UserInfo userInfo, java.lang.String modelName, java.util.Map keyValues, java.util.Map values)IPropertiesContainerIPersistenceProvider. toPropertiesContainer(MetaModel metaModel, java.lang.Object modelObject)Return an IPropertiesContainer to manage using introspection the sent object.IPropertiesContainerPOJOPersistenceProviderBase. toPropertiesContainer(MetaModel metaModel, java.lang.Object o)IPropertiesContainerTransientPersistenceProvider. toPropertiesContainer(MetaModel metaModel, java.lang.Object modelObject)MessagesMapFacadeBean. validate(UserInfo userInfo, java.lang.String modelName, java.util.Map values)MessagesMapFacadeBean. 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 voidDefaultSize. _addForAnnotation(java.lang.String className, int length)static voidTypeAnnotationDefault. _addForAnnotation(java.lang.String annotationClassName, java.lang.String type)static voidDefaultSize. _addForStereotype(java.lang.String name, int length)static voidTypeStereotypeDefault. _addForStereotype(java.lang.String name, java.lang.String type)static voidDefaultSize. _addForType(java.lang.String className, int length)static voidDefaultSize. _addScaleForAnnotation(java.lang.String className, int length)static voidDefaultSize. _addScaleForStereotype(java.lang.String name, int length)static voidDefaultSize. _addScaleForType(java.lang.String className, int length)voidMetaModel. addMetaProperty(MetaProperty newMetaProperty)voidMetaModel. addMetaReference(MetaReference newMetaReference)voidMetaModel. addMetaView(MetaView newMetaView)MetaPropertyMetaProperty. cloneMetaProperty()MetaReferenceMetaReference. cloneMetaReference()ICalculatorMetaCalculator. createCalculator()Create a calculator whenever this method is called, congured with values assigned in xml.ICalculatorMetaProperty. createDefaultValueCalculator()ICalculatorMetaReference. createDefaultValueCalculator()IHibernateIdGeneratorCalculatorMetaCalculator. createHibernateIdGeneratorCalculator()Create aIHibernateIdGeneratorCalculatorwhenever this method is called, congured with values assigned in xml.booleanMetaProperty. depends(MetaProperty other)java.util.MapMetaModel. extractKeyValues(java.util.Map values)A map with the values that are keys in the sent map.java.util.MapMetaModel. extractKeyValuesFlattenEmbeddedIds(java.util.Map values)java.util.MapMetaModel. extractSearchKeyValues(java.util.Map values)voidMetaModel. 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 intDefaultSize. forAnnotation(java.lang.annotation.Annotation annotation)static java.lang.StringTypeAnnotationDefault. forAnnotation(java.lang.annotation.Annotation annotation)java.lang.StringMetaProperty. format(java.lang.Object value)Convert a valid value for this property in a String valid for display to user.java.lang.StringMetaProperty. 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 intDefaultSize. forStereotype(java.lang.String name)static java.lang.StringTypeStereotypeDefault. forStereotype(java.lang.String name)static intDefaultSize. forType(java.lang.Class className)static MetaModelMetaModel. get(java.lang.String modelName)Gets the MetaModel from its name.java.util.CollectionMetaModel. 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.CollectionMetaModel. getAllPersistent()All models (Entities and Aggregates) with a mapping associated.static java.util.CollectionMetaModel. getAllPojoGenerated()All models (Entities and Aggregates) where its POJO code and Hiberante mapping is generated.java.lang.ClassMetaAggregateForCollection. getBeanClass()java.lang.StringMetaAggregateForReference. getBeanClass()ICalculatorMetaProperty. getCalculator()java.lang.StringMetaProperty. getCMPTypeName()java.util.CollectionMetaCollection. 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.ICalculatorMetaReference. getDefaultValueCalculator()java.util.CollectionMetaProperty. getDependentPropertiesNames()java.lang.StringMetaFinder. getEJBQLCondition()java.util.CollectionMetaModel. getEntityReferencesNames()java.lang.StringMetaReference. getFilterInDescriptionsList(MetaView metaView)java.lang.StringMetaCollection. getFinderArguments()Util to generate EJB code.static MetaModelMetaModel. getForPOJO(java.lang.Object pojo)Gets the MetaModel for the pojo class specified.static MetaModelMetaModel. getForPOJOClass(java.lang.Class pojoClass)Gets the MetaModel for the pojo class specified.java.lang.StringMetaProperty. getHbmGeneratorCode()java.lang.StringMetaCollection. getHQLCondition()java.lang.StringMetaFinder. getHQLCondition()java.lang.StringMetaFinder. getHQLCountSentence()java.lang.StringMetaModel. getInterfaceName()java.lang.StringMetaCollection. getJPACondition()java.util.CollectionMetaEntity. getKeyFields()java.util.Collection<java.lang.String>MetaModel. getKeyPropertiesNames()Key properties names ordered in declaration order.java.util.CollectionMetaModel. getKeyReferencesNames()Key reference names in undetermined order.ModelMappingMetaAggregateForCollection. getMapping()ModelMappingMetaAggregateForReference. getMapping()ModelMappingMetaEntity. getMapping()abstract ModelMappingMetaModel. getMapping()PropertyMappingMetaProperty. getMapping()Can be nulljava.util.CollectionMetaModel. getMetaAggregateReferences()MetaCollectionMetaModel. getMetaCollection(java.lang.String name)MetaCollectionMetaReference. getMetaCollectionFromReferencedModel()java.util.CollectionMetaModel. getMetaCollectionsAgregate()java.util.CollectionMetaModel. getMetaCollectionsWithConditionInOthersModels()java.util.CollectionMetaModel. getMetaEntityReferences()MetaMemberMetaModel. getMetaMember(java.lang.String name)java.util.CollectionMetaModel. getMetaMembersKey()Key members.MetaMethodMetaModel. getMetaMethod(java.lang.String name)MetaModelMetaModel. getMetaModelContainer()If this is a aggregate the return the container, else the main entity.MetaModelMetaReference. getMetaModelReferenced()java.util.CollectionMetaFinder. getMetaPropertiesArguments()java.util.CollectionMetaModel. getMetaPropertiesCalculated()java.util.CollectionMetaCollection. getMetaPropertiesFinderArguments(boolean withDots)Util to generate EJB code.java.util.Collection<MetaProperty>MetaModel. getMetaPropertiesKey()java.util.CollectionMetaAggregateForReference. getMetaPropertiesPersistents(MetaReference ref)java.util.Collection<MetaProperty>MetaModel. getMetaPropertiesPersistents()Ordered as in component definition.java.util.CollectionMetaModel. getMetaPropertiesPersistentsFromReference(java.lang.String referenceName)Ordered as in component definition.java.util.Collection<MetaProperty>MetaModel. getMetaPropertiesWithDefaultValueOnCreate()Excludes calculator that implementsIHibernateIdGeneratorCalculator.MetaPropertyMetaModel. getMetaProperty(java.lang.String name)Support qualified for properties of references with dot (.).MetaPropertyMetaModel. getMetaPropertyView(java.lang.String name)MetaReferenceMetaModel. getMetaReference(java.lang.String name)java.util.CollectionMetaModel. getMetaReferencesKey()java.util.CollectionMetaModel. getMetaReferencesKeyAndSearchKey()java.util.CollectionMetaModel. getMetaReferencesToEntity()java.util.CollectionMetaModel. getMetaReferencesWithMapping()MetaViewMetaModel. getMetaView(java.lang.String name)MetaViewMetaModel. getMetaViewByDefault()MetaViewMetaModel. getMetaViewOnlyKeys()java.util.CollectionMetaModel. getMetaViews()java.util.CollectionMetaModel. getOnlyReadPropertiesNames()java.util.CollectionMetaModel. getOnlyReadWithFormulaPropertiesNames()java.lang.StringMetaReference. getOrderFromReferencedModel()java.lang.StringMetaReference. getParameterValuesPropertiesInDescriptionsList(MetaView metaView)java.lang.StringMetaReference. getParameterValuesPropertiesInDescriptionsList(MetaView metaView, MetaView rootMetaView)java.util.CollectionMetaModel. getPersistentPropertiesNames()Ordered as in component definition.java.util.CollectionMetaAggregateForReference. getPersistentsPropertiesNames(MetaReference ref)java.lang.ClassMetaModel. getPOJOClass()java.lang.StringMetaModel. getPOJOClassName()java.lang.ClassMetaModel. getPOJOKeyClass()java.lang.ClassMetaAggregateForReference. getPropertiesClass()java.lang.ClassMetaEntity. getPropertiesClass()java.lang.ClassMetaModel. 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.StringMetaProperty. getQualifiedLabel(java.util.Locale locale)java.lang.StringMetaProperty. getQualifiedLabel(javax.servlet.ServletRequest request)java.util.CollectionMetaModel. getRecursiveQualifiedPropertiesNames()Does not include Transient properties and properties from collectionsjava.util.Collection<java.lang.String>MetaModel. getRecursiveQualifiedPropertiesNamesIncludingCollections()Does not include Transient propertiesjava.util.CollectionMetaModel. 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.CollectionMetaModel. getRequiredPropertiesNames()java.util.Collection<java.lang.String>MetaModel. getSarchKeyPropertiesNames()SearchKey properties names ordered in declaration order.intMetaProperty. getScale()intMetaProperty. getSize()java.lang.StringMetaCollection. getSQLConditionWithoutChangePropertiesByColumns()java.lang.StringMetaCollection. getSQLOrder()java.lang.ClassMetaProperty. getType()java.lang.StringMetaProperty. getTypeName()java.lang.ObjectMetaProperty. getValidValue(int i)java.lang.StringMetaProperty. getValidValueLabel(int i)java.lang.StringMetaProperty. getValidValueLabel(java.util.Locale locale, int i)java.lang.StringMetaProperty. getValidValueLabel(javax.servlet.ServletRequest request, int i)Deprecated.Use getValidValueLabel(int i) insteadjava.lang.StringMetaModel. getVersionPropertyName()booleanMetaProperty. hasDependentProperties()booleanMetaEntity. hasHiddenKeys()If has key fields that aren't properties hence does not math with key properties.booleanMetaModel. hasVersionProperty()booleanMetaCollection. isAggregate()booleanMetaReference. isAggregate()booleanMetaModel. isCalculated(java.lang.String propertyName)booleanMetaProperty. isDefaultCalculatorHibernateIdGenerator()booleanMetaModel. isHiddenKey(java.lang.String name)booleanMetaEntity. isKey(java.lang.String propertyName)booleanMetaModel. isKey(java.lang.String name)booleanMetaModel. isKeyOrSearchKey(java.lang.String name)booleanMetaProperty. isNumber()booleanMetaProperty. isPersistent()booleanMetaProperty. isReadOnly()booleanMetaFinder. isSupportedForEJB2()booleanMetaModel. isVersion(java.lang.String name)java.lang.ObjectMetaProperty. parse(java.lang.String value)Convert the argument in a object of type valid for assign to this property.java.lang.ObjectMetaProperty. parse(java.lang.String value, java.util.Locale locale)Convert the argument in a object of type valid for assign to this property.static intDefaultSize. scaleForAnnotation(java.lang.annotation.Annotation annotation)static intDefaultSize. scaleForStereotype(java.lang.String name)static intDefaultSize. scaleForType(java.lang.Class className)voidMetaReference. setMetaCalculatorDefaultValue(MetaCalculator metaCalculatorDefaultValue)voidMetaModel. setPOJOClassName(java.lang.String pojoClassName)voidMetaProperty. setTypeName(java.lang.String type)java.util.MapMetaModel. toKeyMap(java.lang.Object modelObject)Convert an object of this model in a map of values with its key values.java.util.MapMetaModel. toMap(java.lang.Object modelObject)Convert an object of this model in a map of values.java.lang.ObjectMetaModel. toPOJO(java.util.Map values)Create a POJO corresponding to this model, and populate it with the sent values in map format.java.lang.StringMetaModel. toString(java.lang.Object pojo)The string representation of models represented by this meta model, from a pojo object.java.lang.StringMetaModel. 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 voidAnnotationTypeDefaultParser. configureAnnotationTypeDefault()static voidDefaultSizeParser. configureDefaultSize()static voidStereotypeTypeDefaultParser. configureStereotypeTypeDefault()protected voidAnnotationTypeDefaultParser. createObjects()protected voidDefaultSizeParser. createObjects()protected voidStereotypeTypeDefaultParser. createObjects() -
Uses of XavaException in org.openxava.tab
Methods in org.openxava.tab that throw XavaException Modifier and Type Method Description voidTab. addProperties(java.util.Collection properties)voidTab. 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.voidTab. addProperty(int index, java.lang.String propertyName)voidTab. addProperty(java.lang.String propertyName)voidTab. clearProperties()voidTab. cutOutRow(java.util.Map keyValues)java.lang.StringTab. getBaseCondition()java.util.CollectionTab. getColumnsToAdd()java.lang.StringTab. getConfigurationName()IFilterTab. getFilter()Filter used currently by this tab.java.util.List<MetaProperty>Tab. getMetaPropertiesNotCalculated()MetaTabTab. getMetaTab()java.lang.StringTab. getTitle()static java.lang.StringTab. getTitleI18n(java.util.Locale locale, java.lang.String modelName, java.lang.String tabName)voidTab. removeProperty(int index)voidTab. removeProperty(java.lang.String propertyName)voidTab. restoreDefaultProperties()voidTab. setBaseCondition(java.lang.String condition)voidTab. setBaseConditionValuesForReference(java.util.Map values)voidTab. setConditionComparators(java.util.Collection<java.lang.String> comparators)voidTab. setConditionValues(java.util.Collection<java.lang.String> values)voidTab. setDefaultOrder(java.lang.String defaultOrder)Set the default order for thisTabin runtime.voidTab. setMetaRowStyles(java.util.Collection styles)voidTab. setPropertiesNames(java.lang.String propertiesNames)Set the properties to be displayed by thisTabin runtime.voidTab. 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 EntityTabEntityTabFactory. create(MetaTab metaTab)An EntityTab with on-demmand data reading.static EntityTabEntityTabFactory. create(MetaTab metaTab, int chunkSize)static EntityTabEntityTabFactory. createAllData(MetaTab metaTab)An EntityTab that load all data at once.protected java.util.Collection<ReferenceMapping>TabProviderBase. getEntityReferencesMappings()protected booleanTabProviderBase. 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 voidMetaTabsDefaultValues. _addDefaultMetaTab(MetaTab tab)static voidMetaTabsDefaultValues. _putMetaTabExceptForModel(java.lang.String model, MetaTab tab)static voidMetaTabsDefaultValues. _putMetaTabForModel(java.lang.String model, MetaTab tab)java.lang.StringMetaTab. buildFilterConditionForContent(java.lang.String content)Convenience overload that filters using all non-calculated visible properties of this tab.java.lang.StringMetaTab. buildFilterConditionForContent(java.lang.String content, java.util.Collection<java.lang.String> propertiesToUse)Builds a condition to filter rows by textual content across one or more properties, reusing the same semantics as Tab.filterByContentInAnyProperty.static MetaTabMetaTab. createDefault(MetaComponent component)java.lang.ObjectMetaTab. filter(java.lang.Object[] objects)Apply the tab filter to sent objects.java.util.CollectionMetaTab. getCmpFieldsColumnsInMultipleProperties()java.util.ListMetaTab. getHiddenPropertiesNames()Names of properties that must to exist but is not needed show they to users.java.util.CollectionMetaTab. getHiddenTableColumns()MetaModelMetaTab. getMetaModel()java.util.List<MetaProperty>MetaTab. getMetaProperties()java.util.CollectionMetaTab. getMetaPropertiesCalculated()Hidden ones are not includedjava.util.CollectionMetaTab. getMetaPropertiesHidden()java.util.CollectionMetaTab. 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.ListMetaTab. getRemainingPropertiesNamesUntilSecondLevel()java.lang.StringMetaTab. getSelect()java.util.CollectionMetaTab. getTableColumns()static java.lang.StringMetaTab. getTitleI18n(java.util.Locale locale, java.lang.String modelName, java.lang.String tabName)booleanMetaTab. hasCalculatedProperties()java.util.List<MetaProperty>MetaTab. namesToMetaProperties(java.util.Collection names)voidMetaTab. 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 voidTabsDefaultValuesParser. createObjects()static MetaRowStyleTabParser. createRowStyle(org.w3c.dom.Node n, int lang)static MetaTabTabParser. parseTab(org.w3c.dom.Node n, int lang)static voidTabsDefaultValuesParser. setupTabs() -
Uses of XavaException in org.openxava.tests
Methods in org.openxava.tests that throw XavaException Modifier and Type Method Description protected java.lang.StringModuleTestBase. getModuleURL() -
Uses of XavaException in org.openxava.util
Subclasses of XavaException in org.openxava.util Modifier and Type Class Description classElementNotFoundExceptionA OpenXava element does no exists.classPropertiesContainerExceptionException thrown byIPropertiesContainer.Methods in org.openxava.util that throw XavaException Modifier and Type Method Description static IConnectionProviderDataSourceConnectionProvider. createByComponent(java.lang.String componentName)static booleanLabels. existsExact(java.lang.String id)static booleanLabels. existsExact(java.lang.String id, java.util.Locale locale)static IConnectionProviderDataSourceConnectionProvider. 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 voidParserBase. createObjects()protected intParserBase. getAttributeInt(org.w3c.dom.Element el, java.lang.String label)static intParserUtil. getAttributeInt(org.w3c.dom.Element el, java.lang.String label)protected intParserBase. getInt(org.w3c.dom.Element el, java.lang.String label)static intParserUtil. getInt(org.w3c.dom.Element el, java.lang.String label)voidParserBase. parse() -
Uses of XavaException in org.openxava.validators.meta
Methods in org.openxava.validators.meta that throw XavaException Modifier and Type Method Description static voidMetaValidators. _addMetaValidator(MetaValidator newMetaValidator)static voidMetaValidators. _addMetaValidatorDefault(MetaValidatorFor newMetaValidator)static voidMetaValidators. _addMetaValidatorRequired(MetaValidatorFor newMetaValidator)IPropertyValidatorMetaValidator. createPropertyValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.IRemoveValidatorMetaValidator. createRemoveValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.IValidatorMetaValidator. createValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.java.lang.StringMetaValidator. getClassName()static MetaValidatorMetaValidators. getMetaValidator(java.lang.String name)static MetaValidatorForMetaValidators. getMetaValidatorDefaultFor(java.lang.String typeStereotypeOrAnnotation)static MetaValidatorForMetaValidators. getMetaValidatorRequiredFor(java.lang.String typeOrStereotype)IPropertyValidatorMetaValidator. getPropertyValidator()The first time the validator is created, the other times returns the created one.IPropertyValidatorMetaValidatorFor. getPropertyValidator()The first time the validator is created, the other times returns the created one.IRemoveValidatorMetaValidator. getRemoveValidator()The first time the validator is created, the other times returns the created one.IValidatorMetaValidator. getValidator()The first time the validator is created, the other times returns the created one.java.lang.StringMetaValidatorFor. 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 voidValidatorsParser. configureValidators()protected voidValidatorsParser. createObjects() -
Uses of XavaException in org.openxava.view
Methods in org.openxava.view that throw XavaException Modifier and Type Method Description voidView. addActionForProperty(java.lang.String property, java.lang.String qualifiedActionName)Add an action to the property.voidView. addValues(java.util.Map values)voidView. clear()Clear all displayed data.booleanView. displayAsDescriptionsList(MetaReference ref)booleanView. displayAsDescriptionsListAndReferenceView(MetaReference ref)booleanView. displayDetailInCollection(java.lang.String collectionName)java.util.CollectionView. getActionsNamesForProperty(MetaProperty p, boolean editable)java.util.CollectionView. getActionsNamesForReference(boolean editable)If this is a view that represents a referencejava.util.Collection<java.lang.String>View. getActionsNamesForReference(MetaReference ref, boolean editable)intView. getActiveSection()java.util.MapView. getAllValues()Copy of all values showed in view.java.util.MapView. getCalculatedPropertiesNames()java.util.ListView. getCollectionObjects()A list of all objects (POJOs or EntityBeans) in the collection.java.util.ListView. getCollectionSelectedObjects()A list of selected objects (POJOs or EntityBeans) in the collection.java.util.ListView. getCollectionSelectedValues()A list of selected collection element when each element is a map with the values of the collection element.intView. getCollectionSize()The size of the collection.TabView. getCollectionTab()Tabused 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.StringView. getConditionInDescriptionsList(MetaReference ref)java.lang.StringView. getDescriptionPropertiesInDescriptionsList(MetaReference ref)java.lang.StringView. getDescriptionPropertyInDescriptionsList(MetaReference ref)java.lang.StringView. getDescriptionsListCondition(java.lang.String referenceName)intView. getDisplaySizeForProperty(java.lang.String propertyName)intView. getDisplaySizeForProperty(MetaProperty p)java.lang.StringView. getFilterInDescriptionsList(MetaReference ref)ViewView. getGroupView(java.lang.String name)java.util.MapView. getKeyValues()java.util.MapView. getKeyValuesWithValue()Excludes those values that are null, zero or empty string.java.lang.StringView. getLabelFor(MetaMember p)intView. getLabelFormatForProperty(MetaProperty p)intView. getLabelFormatForReference(MetaReference ref)java.lang.StringView. getLabelStyleForProperty(MetaProperty p)java.lang.StringView. getLabelStyleForReference(MetaReference ref)java.util.MapView. getMembersNames()java.util.MapView. getMembersNamesWithHidden()java.util.CollectionView. getMembersNamesWithoutSectionsAndCollections()MetaCollectionView. getMetaCollection()Meta data about the collection, only if this view represents a collection.java.util.Collection<MetaMember>View. getMetaMembers()MetaModelView. getMetaModel()java.util.List<MetaProperty>View. getMetaProperties()java.util.List<MetaProperty>View. getMetaPropertiesList()MetaPropertyView. getMetaProperty(java.lang.String name)MetaReferenceView. getMetaReference(java.lang.String name)MetaViewView. getMetaView()java.lang.ObjectView. getModel()The model object attached to this view usingView.setModel(Object model).java.lang.StringView. getOrderInDescriptionsList(MetaReference ref)java.lang.StringView. getParameterValuesPropertiesInDescriptionsList(MetaReference ref)java.util.CollectionView. getPropertiesNamesFromPropertiesList(java.lang.String propertiesList)java.util.CollectionView. getPropertiesNamesFromStereotypesList(java.lang.String stereotypesList)java.lang.StringView. getSearchAction()java.util.List<MetaView>View. getSections()ViewView. getSectionView(int index)ViewView. getSubview(java.lang.String name)java.lang.ObjectView. getValue(java.lang.String name)A value from the property name.intView. getValueInt(java.lang.String name)java.util.MapView. getValues()Copy of the values showed in view.java.lang.StringView. getValueString(java.lang.String name)booleanView. hasKeyProperties()booleanView. hasSections()booleanView. isAlignedByColumns()booleanView. isCollectionCalculated()Deprecated.Since 5.3, use isCollectionFromModel() instead.booleanView. isCollectionFromModel()If the collection data is obtained from the model collection directly.booleanView. isCreateNew()booleanView. isCreateNewForReference(MetaReference ref)booleanView. isEditable(java.lang.String member)booleanView. isFirstPropertyAndViewHasNoKeys(MetaProperty pr)booleanView. isFrame()booleanView. isLastSearchKey(java.lang.String propertyName)booleanView. isLastSearchKey(MetaProperty p)booleanView. isModify()booleanView. isModifyForReference(MetaReference ref)booleanView. isOrderByKeyInDescriptionsList(MetaReference ref)booleanView. isRepresentsEntityCollection()booleanView. isSearch()booleanView. isSearchForReference(MetaReference ref)booleanView. isSectionEditable(java.lang.String sectionName)voidView. removeActionForProperty(java.lang.String property, java.lang.String qualifiedActionName)Remove an action to the property.voidView. reset()Clear all data and set the default values.voidView. setDescriptionsListCondition(java.lang.String referenceName, java.lang.String condition)voidView. setEditable(boolean b)voidView. setEditable(java.lang.String name, boolean editable)To make an element of the user interface editable or not editable.voidView. setHidden(java.lang.String name, boolean hidden)To hide/show an element of the user interface.voidView. setKeyEditable(boolean b)voidView. setMemberName(java.lang.String string)voidView. setMessages(Messages messages)voidView. setMetaPropertiesList(java.util.List<MetaProperty> metaProperties)voidView. setRequest(javax.servlet.http.HttpServletRequest request)voidView. setSectionEditable(java.lang.String sectionName, boolean editable)voidView. setValue(java.lang.String name, java.lang.Object value)Set the value to the indicated member.voidView. setValueNotifying(java.lang.String name, java.lang.Object value)Set the value and notifies the property change, recalculating all dependent properties.voidView. setValues(java.util.Map values)voidView. setValuesChangingModel(java.util.Map values)voidView. setValuesExecutingOnChangeActions(java.util.Map values)Set the values and execute the on-change actions associated to the assigned properties.voidView. setValuesNotifying(java.util.Map values)Set the values and throws are events associated to the changed values.booleanView. throwsPropertyChanged(java.lang.String propertyName)booleanView. throwsReferenceChanged(MetaReference ref)booleanView. 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 voidMetaView. addMetaGroup(java.lang.String name, java.lang.String label, java.lang.String members, boolean alignedByColumns)voidMetaView. addMetaViewCollection(MetaCollectionView metaCollectionView)voidMetaView. addMetaViewProperty(MetaProperty metaProperty)voidMetaView. addMetaViewProperty(MetaPropertyView metaPropertyView)voidMetaView. addMetaViewReference(MetaReferenceView metaReferenceView)MetaViewMetaView. addSection(java.lang.String name, java.lang.String label, java.lang.String members, boolean alignedByColumns)MetaDescriptionsListMetaView. createMetaDescriptionList(MetaReference r)IOnChangePropertyActionMetaPropertyView. createOnChangeAction()IOnChangePropertyActionMetaView. createOnChangeAction(java.lang.String qualifiedPropertyName)IOnChangePropertyActionMetaReferenceView. createOnChangeSearchAction()IOnChangePropertyActionMetaView. createOnChangeSearchAction(java.lang.String refName)intMetaView. getDisplaySizeForProperty(MetaProperty p)java.lang.StringMetaView. getMediatorClassName()java.util.CollectionMetaView. getMembersNames()MetaDescriptionsListMetaView. getMetaDescriptionList(MetaReference r)java.util.CollectionMetaView. getMetaMembers()MetaModelMetaView. getMetaModel()MetaPropertyMetaView. getMetaProperty(java.lang.String name)Including if property is inside a sectionMetaViewMetaGroup. getMetaView()MetaViewMetaView. getMetaView(MetaReference r)MetaViewMetaView. getMetaView(MetaReference r, MetaModel metaModelReferenced)MetaViewMetaView. getMetaViewOnlyKeys(MetaReference r)java.lang.StringMetaView. getModelName()java.util.List<MetaView>MetaView. getSections()booleanMetaView. isEmpty()If does not have members to visualize.voidMetaView. setMembersNames(java.lang.String membersNames)voidMetaView. setMembersNamesNotResetSections(java.lang.String membersNames)voidMetaView. setMetaModel(MetaModel metaModel)voidMetaView. 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.StringWebEditors. format(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)static java.lang.StringWebEditors. format(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)static java.lang.StringWebEditors. formatNoFilterSpecialCharacters(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName)static java.lang.ObjectWebEditors. formatTitle(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.Object object, Messages errors, java.lang.String viewName, boolean fromList)static java.lang.ObjectWebEditors. 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.StringWebEditors. getIcon(java.lang.String editor)static MetaEditorWebEditors. getMetaEditorFor(MetaMember m, java.lang.String viewName)static java.lang.StringWebEditors. getUrl(java.lang.String editor, MetaTab metaTab)static java.lang.StringWebEditors. getUrl(MetaProperty p, java.lang.String viewName)static java.lang.StringWebEditors. getUrl(MetaTab metaTab)static booleanWebEditors. hasFrame(MetaProperty p, java.lang.String viewName)static booleanWebEditors. hasMultipleValuesFormatter(MetaProperty p, java.lang.String viewName)static booleanWebEditors. mustToFormat(MetaProperty p, java.lang.String viewName)static java.lang.ObjectWebEditors. parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.String[] strings, Messages errors, java.lang.String viewName)static java.lang.ObjectWebEditors. parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, java.lang.String string, Messages errors, java.lang.String viewName)static voidCharts. release(javax.servlet.http.HttpServletRequest request)static voidCharts. 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 voidCalendar. 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 voidMetaWebEditors. addMetaEditor(MetaEditor editor)static voidMetaWebEditors. addMetaEditorForAnnotation(java.lang.String annotation, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForCollectionModel(java.lang.String model, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForModelProperty(java.lang.String property, java.lang.String model, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForReferenceModel(java.lang.String model, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForStereotype(java.lang.String stereotype, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForTabModel(java.lang.String model, MetaEditor editor)static voidMetaWebEditors. addMetaEditorForType(java.lang.String type, MetaEditor editor)IFormatterMetaEditor. getFormatter()java.lang.ObjectMetaEditor. getFormatterObject()IFormatterMetaEditor. getListFormatter()java.lang.ObjectMetaEditor. getListFormatterObject()static MetaEditorMetaWebEditors. getMetaEditorByName(java.lang.String name)static MetaEditorMetaWebEditors. getMetaEditorFor(MetaMember member, java.lang.String viewName)static MetaEditorMetaWebEditors. getMetaEditorFor(MetaTab tab)static MetaEditorMetaWebEditors. getMetaEditorForModelProperty(java.lang.String property, java.lang.String model)static MetaEditorMetaWebEditors. getMetaEditorForReferenceModel(java.lang.String model)static MetaEditorMetaWebEditors. getMetaEditorForStereotype(java.lang.String stereotype)static MetaEditorMetaWebEditors. getMetaEditorForType(java.lang.String type)static MetaEditorMetaWebEditors. getMetaEditorForTypeOfProperty(MetaProperty p)It's like getMetaEditorForType but extract the type of property.static java.util.Collection<MetaEditor>MetaWebEditors. getMetaEditorsFor(MetaTab tab)IMetaPropertyFormatterMetaEditor. getMetaPropertyFormatter()IMultipleValuesFormatterMetaEditor. getMultipleValuesFormatter()booleanMetaEditor. hasFormatter()booleanMetaEditor. 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 voidEditorsParser. createObjects()static voidEditorsParser. 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.StringGenerateReportServlet. getOrganization(javax.servlet.http.HttpServletRequest request)
-