Uses of Class
org.openxava.util.XavaException
×News: XavaPro 7.7 released - March 11 · Read more
Packages that use XavaException
Package
Description
-
Uses of XavaException in org.openxava.actions
Methods in org.openxava.actions that throw XavaExceptionModifier and TypeMethodDescriptionprotected voidSaveElementInCollectionAction.associateEntity(Map keyValues) voidCalendarViewDetailAction.execute()protected MetaPropertyOnChangePropertyBaseAction.getChangedMetaProperty()protected ViewCollectionElementViewBaseAction.getCollectionElementView()protected ViewRemoveSelectedInElementCollectionAction.getCollectionElementView()NavigationFromReferenceBaseAction.getController()CollectionBaseAction.getMapsSelectedValues()A list of selected collection element when each element is a map with the values of the collection element.CollectionBaseAction.getMapValues()A list of all collection element when each element is a map with the values of the collection element.protected MetaCollectionCollectionElementViewBaseAction.getMetaCollection()GoDetailAction.getNextAction()ViewDetailAction.getNextAction()protected ListCollectionBaseAction.getObjects()A list of all objects (POJOs or EntityBeans) in the collection.protected ViewCollectionElementViewBaseAction.getParentView()protected Map[]CollectionBaseAction.getSelectedKeys()Keys of the selected collection element.protected 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 XavaExceptionModifier and TypeMethodDescriptionstatic voidMetaApplications._addMetaApplication(MetaApplication application) Only call this from parser.static CollectionMetaApplications.getApplicationsNames()MetaApplication.getFolders()static MetaApplicationMetaApplications.getMetaApplication(String name) static Collection<MetaApplication> MetaApplications.getMetaApplications()MetaApplication.getMetaModule(String name) MetaApplication.getMetaModules()MetaApplication.getModulesNamesByFolder(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 XavaExceptionModifier and TypeMethodDescriptionstatic voidApplicationParser.configureApplications()protected voidApplicationParser.createObjects() -
Uses of XavaException in org.openxava.component
Methods in org.openxava.component that throw XavaExceptionModifier and TypeMethodDescriptionvoidMetaComponent.addAggregateMapping(AggregateMapping aggregateMapping) voidMetaComponent.addMetaTab(MetaTab metaTab) voidMetaComponent.addMetaView(MetaView metaView) static booleanstatic MetaComponentMetaComponent.getAggregateMapping(String name) MetaComponent.getAggregateMappings()static Collection<MetaComponent> MetaComponent.getAll()static SetMetaComponent.getAllPackageNames()The names of all the root Java packages used by the components of all OpenXava application in the classpath.MetaComponent.getEntityMapping()MetaComponent.getMetaAggregate(String name) MetaComponent.getMetaAggregates()MetaComponent.getMetaAggregatesBeanGenerated()MetaComponent.getMetaAggregatesForCollectionPojoGenerated()MetaComponent.getMetaTab()MetaTab by default.MetaComponent.getMetaTab(String name) MetaTab from name.MetaComponent.getPackageName()Java package where the model classes resides.MetaComponent.getPackageNameWithSlashWithoutModel()Package using / instead of . and it does not includes the model package.static StringMetaComponent.getQualifiedPackageForUnqualifiedPackage(String unqualifiedPackage) voidMetaComponent.setEntityMapping(EntityMapping mapping) voidMetaComponent.setMetaEntity(MetaEntity metaEntity) -
Uses of XavaException in org.openxava.controller
Methods in org.openxava.controller that throw XavaExceptionModifier and TypeMethodDescriptionbooleanbooleanIf does not exist the it create one, as defined in controllers.xml.Return a object associated to the specified module in 'application' and 'module' of request.ModuleContext.get(javax.servlet.http.HttpServletRequest request, String objectName, String className) Return a object asociate to the specified module in 'application' and 'module' of request.ModuleContext.getContext(javax.servlet.http.HttpServletRequest request, String objectName) ModuleManager.getEnvironment()ModuleManager.getMetaModule()ModuleManager.getModelName()ModuleManager.getTabName()ModuleManager.getXavaViewName()booleanModuleManager.isXavaView(javax.servlet.http.HttpServletRequest request) voidModuleManager.memorizeControllers()voidvoidvoidvoidvoidModuleContext.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(String newName) voidModuleManager.setModuleName(String newModule) -
Uses of XavaException in org.openxava.controller.meta
Methods in org.openxava.controller.meta that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidMetaControllers._addMetaController(MetaController newController) static booleanMetaAction.createAction()MetaObject.createObject()MetaController.getAllMetaActions()The MetaActions of this controller and all its parents.MetaController.getAllNotHiddenMetaActions()The not hidden MetaActions of this controller and all its parents.MetaController.getAllNotHiddenMetaActionsRecursive()The not hidden MetaActions of this controller and all its parents and subcontrollers recursively.static StringMetaControllers.getEnvironmentVariable(String name) static MetaActionMetaControllers.getMetaAction(String qualifiedName) MetaController.getMetaActionsAfterEachRequest()Actions from father and subcontrollers are included.MetaController.getMetaActionsBeforeEachRequest()Actions from father and subcontrollers are included.MetaController.getMetaActionsOnEachRequest()Actions from father and subcontrollers are included.MetaController.getMetaActionsOnInit()Actions from father and subcontrollers are included.static MetaControllerMetaControllers.getMetaController(String name) static MetaObjectMetaControllers.getMetaObject(String name) MetaController.getParents() -
Uses of XavaException in org.openxava.controller.meta.xmlparse
Methods in org.openxava.controller.meta.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidControllersParser.configureControllers(String context) protected voidControllersParser.createObjects() -
Uses of XavaException in org.openxava.converters
Subclasses of XavaException in org.openxava.converters -
Uses of XavaException in org.openxava.filters
Subclasses of XavaException in org.openxava.filtersMethods in org.openxava.filters that throw XavaExceptionModifier and TypeMethodDescriptionprotected Objectprotected EnvironmentBaseContextFilter.getEnvironment()Environment allows you access to the environment variables for the current module.protected IntegerBaseContextFilter.getInteger(String name) protected abstract CollectionCollectionInViewBaseFilter.getKeyValues()Values to add as key at the begin of arguments for filtering.protected CollectionCollectionInViewFilter.getKeyValues()protected CollectionCollectionWithConditionInViewFilter.getKeyValues()protected Longprotected String -
Uses of XavaException in org.openxava.filters.meta
Methods in org.openxava.filters.meta that throw XavaException -
Uses of XavaException in org.openxava.filters.meta.xmlparse
Methods in org.openxava.filters.meta.xmlparse that throw XavaException -
Uses of XavaException in org.openxava.formatters
Methods in org.openxava.formatters that throw XavaExceptionModifier and TypeMethodDescriptionprotected ObjectGet a object from the context of the current module.protected ObjectGet a object from the context of the current module.protected IntegerBaseFormatter.getInteger(javax.servlet.http.HttpServletRequest request, String name) Get a Integer object from the context of the current module.protected StringGet a String object from the context of the current module.protected voidPut a object in the context of the current module. -
Uses of XavaException in org.openxava.mapping
Methods in org.openxava.mapping that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidConverters._addForStereotype(String name, String converterClass, String cmpType) static voidConverters._addForType(String typeName, String converterClass, String cmpType) voidModelMapping.addPropertyMapping(PropertyMapping propertyMapping) voidModelMapping.addReferenceMapping(ReferenceMapping referenceMapping) ModelMapping.changePropertiesByCMPAttributes(String source) ModelMapping.changePropertiesByColumns(String source) Change the properties inside ${ } by the database qualified(schema + table) columns.ModelMapping.changePropertiesByNotQualifiedColumns(String source) Change the properties inside ${ } by the database columns without table and schema as prefix.ReferenceMapping.getCMPAttribute(String propertyNameOfReferencedModel) ModelMapping.getCmpFields()PropertyMapping.getCmpFields()ReferenceMapping.getCmpFields()PropertyMapping.getCmpType()static StringConverters.getCmpTypeFor(MetaProperty p) PropertyMapping.getCmpTypeName()ReferenceMapping.getCmpTypeNameForReferencedModelProperty(String property) Support the use of references with dots, this is: myreference.myproperty.ReferenceMapping.getColumnForReferencedModelProperty(String property) Qualified column.ReferenceMapping.getColumns()ModelMapping.getConverter(String modelProperty) PropertyMapping.getConverter()ReferenceMappingDetail.getConverter()static StringConverters.getConverterClassNameFor(MetaProperty p) ReferenceMapping.getConverterForReferencedModelProperty(String property) ModelMapping.getKeyColumnsAsString()AggregateMapping.getMetaModel()EntityMapping.getMetaModel()abstract MetaModelModelMapping.getMetaModel()EntityMapping.getModelName()abstract StringModelMapping.getModelName()ModelMapping.getMultipleConverter(String modelProperty) PropertyMapping.getMultipleConverter()ModelMapping.getOverlappingPropertiesOfReference(String reference) ModelMapping.getOverlappingPropertyForReference(String reference, String propertyOfReference) ModelMapping.getPropertyMapping(String name) ModelMapping.getPropertyMappingsNotInModel()ModelMapping.getQualifiedColumn(String modelProperty) ReferenceMappingDetail.getQualifiedColumn()ReferenceMappingDetail.getQualifiedColumnOfReferencedTable()ReferenceMapping.getReferencedTable()ReferenceMappingDetail.getReferencedTableColumn()ModelMapping.getReferenceMapping(String name) static CollectionMapping.getSchemas()static CollectionMapping.getTables()static CollectionMapping.getTablesBySchema(String schema) Util specially to find out the type of properties that are not in model, only in mapping.booleanModelMapping.isReferenceOverlappingWithSomeProperty(String reference) booleanModelMapping.isReferenceOverlappingWithSomeProperty(String reference, String propertiesOfReference) booleanModelMapping.isReferencePropertyOverlappingWithSomeProperty(String qualifiedProperty) voidPropertyMapping.setDefaultConverter()voidModelMapping.setMetaComponent(MetaComponent componente) -
Uses of XavaException in org.openxava.mapping.xmlparse
Methods in org.openxava.mapping.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidConvertersParser.configureConverters()protected voidConvertersParser.createObjects() -
Uses of XavaException in org.openxava.model
Methods in org.openxava.model that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidMapFacade.addCollectionElement(String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) Add an element to a collection.static ObjectCreates a new entity from a map with its initial values.static ObjectMapFacade.createAggregate(String modelName, Object container, int counter, Map values) Deprecated.Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) instead.static ObjectMapFacade.createAggregate(String modelName, Map containerKey, int counter, Map values) Deprecated.Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) insteadstatic ObjectMapFacade.createAggregate(String modelName, Map containerKey, String collectionName, Map values) Creates a new aggregate from a map with its initial values.static MapMapFacade.createAggregateReturningKey(String modelName, Map containerKey, int counter, Map values) Deprecated.Use createAggregateReturningKey(String modelName, Map containerKey, String collectionName, Map values) instead.static MapMapFacade.createAggregateReturningKey(String modelName, Map containerKey, String collectionName, Map values) Creates a new aggregate from a map with its initial values and return a map with the key.static MapMapFacade.createNotValidatingCollections(String modelName, 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 MapMapFacade.createReturningKey(String modelName, 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 MapMapFacade.createReturningValues(String modelName, Map values) Creates a new entity from a map with its initials values and return a map with the values of created entity.static MapMapFacade.getKeyValues(String modelName, Object entity) Obtains the values of the key of entity/aggregate.IModel.getMetaModel()Returns metadata about object.static MapObtain the values of the entity/aggregate from the own entity.static MapObtain the specified values from entity/aggregate from a map with primary key values.static MapMapFacade.getValuesByAnyProperty(String modelName, Map searchingValues, Map memberNames) Obtain the specified values from entity/aggregate searching it by any property.static MapMapFacade.getValuesNotTracking(String modelName, Map keyValues, Map memberNames) Obtain the specified values from entity/aggregate from a map with primary key values, not tracking the query.static voidMapFacade.moveCollectionElement(String modelName, Map keyValues, String collectionName, int from, int to) Move an element in a collection.static voidMapFacade.moveCollectionElementToAnotherCollection(String sourceContainerModelName, Map sourceContainerKeyValues, String sourceCollectionName, String targetContainerModelName, Map targetContainerKeyValues, String targetCollectionName, Map collectionElementKeyValues) Move an element from a collection to another.static voidRemove the entity/aggregate from a map with its key.static voidMapFacade.removeCollectionElement(String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) Removes an elemente from a collection.static voidSet new values to a entity/aggregate that is found from its key values.static voidMapFacade.setValuesNotTracking(String modelName, Map keyValues, Map values) Set new values to a entity/aggregate that is found from its key values without tracking the changes.static ObjectMapFacade.toPrimaryKey(String entityName, Map keyValues) Convert from a map with primary key values to primary key object.static MessagesValidates the sent values but does not create or update the object.static MessagesMapFacade.validateIncludingMissingRequired(String modelName, Map values) Validates the sent values and if required values are included, but does not create or update the object.static MessagesMapFacade.validateIncludingMissingRequired(String modelName, Map values, String containerReference) -
Uses of XavaException in org.openxava.model.impl
Methods in org.openxava.model.impl that throw XavaExceptionModifier and TypeMethodDescriptionvoidMapFacadeBean.addCollectionElement(UserInfo userInfo, String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) Create a persistent object (saved in database) from the data passed in map format.IPersistenceProvider.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) Create an aggregate (saving it in database) from the data passed in map format.MapFacadeBean.createAggregate(UserInfo userInfo, String modelName, Object container, int counter, Map values) MapFacadeBean.createAggregate(UserInfo userInfo, String modelName, Map containerKeyValues, int counter, Map values) MapFacadeBean.createAggregate(UserInfo userInfo, String modelName, Map containerKeyValues, String collectionName, Map values) POJOPersistenceProviderBase.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) TransientPersistenceProvider.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) MapFacadeBean.createAggregateReturningKey(UserInfo userInfo, String modelName, Map containerKeyValues, int counter, Map values) MapFacadeBean.createAggregateReturningKey(UserInfo userInfo, String modelName, Map containerKeyValues, String collectionName, Map values) MapFacadeBean.createNotValidatingCollections(UserInfo userInfo, String modelName, Map values) MapFacadeBean.createReturningKey(UserInfo userInfo, String modelName, Map values) MapFacadeBean.createReturningValues(UserInfo userInfo, String modelName, Map values) voidFind an object from its key in map format.IPersistenceProvider.findByAnyProperty(MetaModel metaModel, Map searchingValues) Find an object by any property (or properties).POJOPersistenceProviderBase.findByAnyProperty(MetaModel metaModel, Map keyValues) TransientPersistenceProvider.findByAnyProperty(MetaModel metaModel, Map searchingValues) POJOPersistenceProviderBase.findByKeyUsingQuery(MetaModel metaModel, Map keyValues) IPersistenceProvider.getContainer(MetaModel metaModel, Map containerKeyValues) Return the object that represents the container object.POJOPersistenceProviderBase.getContainer(MetaModel metaModel, Map containerKeyValues) TransientPersistenceProvider.getContainer(MetaModel metaModel, Map containerKeyValues) Return an object that can be used as primary key in model layer.MapFacadeBean.getKeyValues(UserInfo userInfo, String modelName, Object entity) MapFacadeBean.getValuesByAnyProperty(UserInfo userInfo, String modelName, Map searchingValues, Map membersNames) MapFacadeBean.getValuesNotTracking(UserInfo userInfo, String modelName, Map keyValues, Map membersNames) Returns a map that contains the value of primary key sent as object.voidModify the object with that key from the values.voidIPersistenceProvider.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) Move an element in a collection.voidMapFacadeBean.moveCollectionElement(UserInfo userInfo, String modelName, Map keyValues, String collectionName, int from, int to) voidPOJOPersistenceProviderBase.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) voidTransientPersistenceProvider.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) voidMapFacadeBean.moveCollectionElementToAnotherCollection(UserInfo userInfo, String sourceModelName, Map sourceKeyValues, String sourceCollectionName, String targetModelName, Map targetKeyValues, String targetCollectionName, Map collectionElementKeyValues) voidRemove the object from persistent storage.voidvoidvoidMapFacadeBean.removeCollectionElement(UserInfo userInfo, String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) voidvoidMapFacadeBean.setValuesNotTracking(UserInfo userInfo, String modelName, Map keyValues, Map values) IPersistenceProvider.toPropertiesContainer(MetaModel metaModel, Object modelObject) Return an IPropertiesContainer to manage using introspection the sent object.POJOPersistenceProviderBase.toPropertiesContainer(MetaModel metaModel, Object o) TransientPersistenceProvider.toPropertiesContainer(MetaModel metaModel, Object modelObject) MapFacadeBean.validateIncludingMissingRequired(UserInfo userInfo, String modelName, Map values, String containerReference) -
Uses of XavaException in org.openxava.model.meta
Methods in org.openxava.model.meta that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidDefaultSize._addForAnnotation(String className, int length) static voidTypeAnnotationDefault._addForAnnotation(String annotationClassName, String type) static voidDefaultSize._addForStereotype(String name, int length) static voidTypeStereotypeDefault._addForStereotype(String name, String type) static voidDefaultSize._addForType(String className, int length) static voidDefaultSize._addScaleForAnnotation(String className, int length) static voidDefaultSize._addScaleForStereotype(String name, int length) static voidDefaultSize._addScaleForType(String className, int length) voidMetaModel.addMetaProperty(MetaProperty newMetaProperty) voidMetaModel.addMetaReference(MetaReference newMetaReference) voidMetaModel.addMetaView(MetaView newMetaView) MetaProperty.cloneMetaProperty()MetaReference.cloneMetaReference()MetaCalculator.createCalculator()Create a calculator whenever this method is called, congured with values assigned in xml.MetaProperty.createDefaultValueCalculator()MetaReference.createDefaultValueCalculator()MetaCalculator.createHibernateIdGeneratorCalculator()Create aIHibernateIdGeneratorCalculatorwhenever this method is called, congured with values assigned in xml.booleanMetaProperty.depends(MetaProperty other) MetaModel.extractKeyValues(Map values) A map with the values that are keys in the sent map.MetaModel.extractKeyValuesFlattenEmbeddedIds(Map values) MetaModel.extractSearchKeyValues(Map values) voidFill an already existing POJO corresponding to this model, and populate it with the sent values in map format.static intDefaultSize.forAnnotation(Annotation annotation) static StringTypeAnnotationDefault.forAnnotation(Annotation annotation) Convert a valid value for this property in a String valid for display to user.Convert a valid value for this property in a String valid for display to user.static intDefaultSize.forStereotype(String name) static StringTypeStereotypeDefault.forStereotype(String name) static intstatic MetaModelGets the MetaModel from its name.MetaModel.getAggregateReferencesNames()MetaModel.getAllKeyPropertiesNames()Includes qualified properties in case of key references, ordered alphabetically.MetaModel.getAllKeyPropertiesNamesOrderedAsInModel()Includes qualified properties in case of key references, ordered as in model.MetaModel.getAllMetaPropertiesKey()Include qualified properties in case of key references.static CollectionMetaModel.getAllPersistent()All models (Entities and Aggregates) with a mapping associated.static CollectionMetaModel.getAllPojoGenerated()All models (Entities and Aggregates) where its POJO code and Hiberante mapping is generated.MetaAggregateForCollection.getBeanClass()MetaAggregateForReference.getBeanClass()MetaProperty.getCalculator()MetaProperty.getCMPTypeName()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.MetaReference.getDefaultValueCalculator()MetaProperty.getDependentPropertiesNames()MetaFinder.getEJBQLCondition()MetaModel.getEntityReferencesNames()MetaReference.getFilterInDescriptionsList(MetaView metaView) MetaCollection.getFinderArguments()Util to generate EJB code.static MetaModelMetaModel.getForPOJO(Object pojo) Gets the MetaModel for the pojo class specified.static MetaModelMetaModel.getForPOJOClass(Class pojoClass) Gets the MetaModel for the pojo class specified.MetaProperty.getHbmGeneratorCode()MetaCollection.getHQLCondition()MetaFinder.getHQLCondition()MetaFinder.getHQLCountSentence()MetaModel.getInterfaceName()MetaCollection.getJPACondition()MetaEntity.getKeyFields()MetaModel.getKeyPropertiesNames()Key properties names ordered in declaration order.MetaModel.getKeyReferencesNames()Key reference names in undetermined order.MetaAggregateForCollection.getMapping()MetaAggregateForReference.getMapping()MetaEntity.getMapping()abstract ModelMappingMetaModel.getMapping()MetaProperty.getMapping()Can be nullMetaModel.getMetaAggregateReferences()MetaModel.getMetaCollection(String name) MetaReference.getMetaCollectionFromReferencedModel()MetaModel.getMetaCollectionsAgregate()MetaModel.getMetaCollectionsWithConditionInOthersModels()MetaModel.getMetaEntityReferences()MetaModel.getMetaMember(String name) MetaModel.getMetaMembersKey()Key members.MetaModel.getMetaMethod(String name) MetaModel.getMetaModelContainer()If this is a aggregate the return the container, else the main entity.MetaReference.getMetaModelReferenced()MetaFinder.getMetaPropertiesArguments()MetaModel.getMetaPropertiesCalculated()MetaCollection.getMetaPropertiesFinderArguments(boolean withDots) Util to generate EJB code.MetaModel.getMetaPropertiesKey()MetaAggregateForReference.getMetaPropertiesPersistents(MetaReference ref) MetaModel.getMetaPropertiesPersistents()Ordered as in component definition.MetaModel.getMetaPropertiesPersistentsFromReference(String referenceName) Ordered as in component definition.MetaModel.getMetaPropertiesWithDefaultValueOnCreate()Excludes calculator that implementsIHibernateIdGeneratorCalculator.MetaModel.getMetaProperty(String name) Support qualified for properties of references with dot (.).MetaModel.getMetaPropertyView(String name) MetaModel.getMetaReference(String name) MetaModel.getMetaReferencesKey()MetaModel.getMetaReferencesKeyAndSearchKey()MetaModel.getMetaReferencesToEntity()MetaModel.getMetaReferencesWithMapping()MetaModel.getMetaView(String name) MetaModel.getMetaViewByDefault()MetaModel.getMetaViewOnlyKeys()MetaModel.getMetaViews()MetaModel.getOnlyReadPropertiesNames()MetaModel.getOnlyReadWithFormulaPropertiesNames()MetaReference.getOrderFromReferencedModel()MetaReference.getParameterValuesPropertiesInDescriptionsList(MetaView metaView) MetaReference.getParameterValuesPropertiesInDescriptionsList(MetaView metaView, MetaView rootMetaView) MetaModel.getPersistentPropertiesNames()Ordered as in component definition.MetaAggregateForReference.getPersistentsPropertiesNames(MetaReference ref) MetaModel.getPOJOClass()MetaModel.getPOJOClassName()MetaModel.getPOJOKeyClass()MetaAggregateForReference.getPropertiesClass()MetaEntity.getPropertiesClass()MetaModel.getPropertiesClass()Class that contains the properties defined in this model.MetaModel.getPropertiesNamesWithoutHiddenNorTransient()Ordered as in component definition.MetaProperty.getQualifiedLabel(Locale locale) MetaProperty.getQualifiedLabel(javax.servlet.ServletRequest request) MetaModel.getRecursiveQualifiedPropertiesNames()Does not include Transient properties and properties from collectionsDoes not include Transient propertiesDoes not include Transient properties and properties from collectionsDoes not include Transient propertiesMetaModel.getRequiredMemberNames()MetaModel.getRequiredPropertiesNames()MetaModel.getSarchKeyPropertiesNames()SearchKey properties names ordered in declaration order.intMetaProperty.getScale()intMetaProperty.getSize()MetaCollection.getSQLConditionWithoutChangePropertiesByColumns()MetaCollection.getSQLOrder()MetaProperty.getType()MetaProperty.getTypeName()MetaProperty.getValidValue(int i) MetaProperty.getValidValueLabel(int i) MetaProperty.getValidValueLabel(Locale locale, int i) MetaProperty.getValidValueLabel(javax.servlet.ServletRequest request, int i) Deprecated.Use getValidValueLabel(int i) insteadMetaModel.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(String propertyName) booleanMetaProperty.isDefaultCalculatorHibernateIdGenerator()booleanMetaModel.isHiddenKey(String name) booleanbooleanbooleanMetaModel.isKeyOrSearchKey(String name) booleanMetaProperty.isNumber()booleanMetaProperty.isPersistent()booleanMetaProperty.isReadOnly()booleanMetaFinder.isSupportedForEJB2()booleanConvert the argument in a object of type valid for assign to this property.Convert the argument in a object of type valid for assign to this property.static intDefaultSize.scaleForAnnotation(Annotation annotation) static intDefaultSize.scaleForStereotype(String name) static intDefaultSize.scaleForType(Class className) voidMetaReference.setMetaCalculatorDefaultValue(MetaCalculator metaCalculatorDefaultValue) voidMetaModel.setPOJOClassName(String pojoClassName) voidMetaProperty.setTypeName(String type) Convert an object of this model in a map of values with its key values.Convert an object of this model in a map of values.Create a POJO corresponding to this model, and populate it with the sent values in map format.The string representation of models represented by this meta model, from a pojo object.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 XavaExceptionModifier and TypeMethodDescriptionstatic 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 XavaExceptionModifier and TypeMethodDescriptionvoidTab.addProperties(Collection properties) voidTab.addProperties(List<String> propertiesName, String[] conditionValues, String[] conditionValuesTo, String[] conditionComparators) Add properties without using old configuration.voidTab.addProperty(int index, String propertyName) voidTab.addProperty(String propertyName) voidTab.clearProperties()voidTab.getBaseCondition()Tab.getColumnsToAdd()Tab.getConfigurationName()Tab.getFilter()Filter used currently by this tab.Tab.getMetaTab()Tab.getTitle()static StringTab.getTitleI18n(Locale locale, String modelName, String tabName) voidTab.removeProperty(int index) voidTab.removeProperty(String propertyName) voidTab.restoreDefaultProperties()voidTab.setBaseCondition(String condition) voidTab.setBaseConditionValuesForReference(Map values) voidTab.setConditionComparators(Collection<String> comparators) voidTab.setConditionValues(Collection<String> values) voidTab.setDefaultOrder(String defaultOrder) Set the default order for thisTabin runtime.voidTab.setMetaRowStyles(Collection styles) voidTab.setPropertiesNames(String propertiesNames) Set the properties to be displayed by thisTabin runtime.voidTab.setReferencesCollection(String model, 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 XavaExceptionModifier and TypeMethodDescriptionstatic EntityTabAn EntityTab with on-demmand data reading.static EntityTabstatic EntityTabEntityTabFactory.createAllData(MetaTab metaTab) An EntityTab that load all data at once.protected Collection<ReferenceMapping> TabProviderBase.getEntityReferencesMappings()protected booleanTabProviderBase.hasReferences()Constructors in org.openxava.tab.impl that throw XavaException -
Uses of XavaException in org.openxava.tab.meta
Methods in org.openxava.tab.meta that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidMetaTabsDefaultValues._addDefaultMetaTab(MetaTab tab) static voidMetaTabsDefaultValues._putMetaTabExceptForModel(String model, MetaTab tab) static voidMetaTabsDefaultValues._putMetaTabForModel(String model, MetaTab tab) MetaTab.buildFilterConditionForContent(String content) Convenience overload that filters using all non-calculated visible properties of this tab.MetaTab.buildFilterConditionForContent(String content, Collection<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) Apply the tab filter to sent objects.MetaTab.getCmpFieldsColumnsInMultipleProperties()MetaTab.getHiddenPropertiesNames()Names of properties that must to exist but is not needed show they to users.MetaTab.getHiddenTableColumns()MetaTab.getMetaModel()MetaTab.getMetaProperties()MetaTab.getMetaPropertiesCalculated()Hidden ones are not includedMetaTab.getMetaPropertiesHidden()MetaTab.getMetaPropertiesHiddenCalculated()MetaTab.getPropertiesNames()MetaTab.getPropertiesNamesWithKeyAndHidden()MetaTab.getRemainingPropertiesNames()MetaTab.getSelect()MetaTab.getTableColumns()static StringMetaTab.getTitleI18n(Locale locale, String modelName, String tabName) booleanMetaTab.hasCalculatedProperties()MetaTab.namesToMetaProperties(Collection names) voidMetaTab.setModelName(String modelName) -
Uses of XavaException in org.openxava.tab.meta.xmlparse
Methods in org.openxava.tab.meta.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionprotected voidTabsDefaultValuesParser.createObjects()static MetaRowStyleTabParser.createRowStyle(Node n, int lang) static MetaTabstatic voidTabsDefaultValuesParser.setupTabs() -
Uses of XavaException in org.openxava.tests
Methods in org.openxava.tests that throw XavaException -
Uses of XavaException in org.openxava.util
Subclasses of XavaException in org.openxava.utilModifier and TypeClassDescriptionclassA OpenXava element does no exists.classException thrown byIPropertiesContainer.Methods in org.openxava.util that throw XavaExceptionModifier and TypeMethodDescriptionstatic IConnectionProviderDataSourceConnectionProvider.createByComponent(String componentName) static booleanLabels.existsExact(String id) static booleanLabels.existsExact(String id, Locale locale) static IConnectionProviderDataSourceConnectionProvider.getByComponent(String componentName) -
Uses of XavaException in org.openxava.util.xmlparse
Methods in org.openxava.util.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionprotected abstract voidParserBase.createObjects()protected intParserBase.getAttributeInt(Element el, String label) static intParserUtil.getAttributeInt(Element el, String label) protected intstatic intvoidParserBase.parse() -
Uses of XavaException in org.openxava.validators.meta
Methods in org.openxava.validators.meta that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidMetaValidators._addMetaValidator(MetaValidator newMetaValidator) static voidMetaValidators._addMetaValidatorDefault(MetaValidatorFor newMetaValidator) static voidMetaValidators._addMetaValidatorRequired(MetaValidatorFor newMetaValidator) MetaValidator.createPropertyValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.MetaValidator.createRemoveValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.MetaValidator.createValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.MetaValidator.getClassName()static MetaValidatorMetaValidators.getMetaValidator(String name) static MetaValidatorForMetaValidators.getMetaValidatorDefaultFor(String typeStereotypeOrAnnotation) static MetaValidatorForMetaValidators.getMetaValidatorRequiredFor(String typeOrStereotype) MetaValidator.getPropertyValidator()The first time the validator is created, the other times returns the created one.MetaValidatorFor.getPropertyValidator()The first time the validator is created, the other times returns the created one.MetaValidator.getRemoveValidator()The first time the validator is created, the other times returns the created one.MetaValidator.getValidator()The first time the validator is created, the other times returns the created one.MetaValidatorFor.getValidatorClass() -
Uses of XavaException in org.openxava.validators.meta.xmlparse
Methods in org.openxava.validators.meta.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidValidatorsParser.configureValidators()protected voidValidatorsParser.createObjects() -
Uses of XavaException in org.openxava.view
Methods in org.openxava.view that throw XavaExceptionModifier and TypeMethodDescriptionvoidView.addActionForProperty(String property, String qualifiedActionName) Add an action to the property.voidvoidView.clear()Clear all displayed data.booleanView.displayAsDescriptionsList(MetaReference ref) booleanbooleanView.displayDetailInCollection(String collectionName) View.getActionsNamesForProperty(MetaProperty p, boolean editable) View.getActionsNamesForReference(boolean editable) If this is a view that represents a referenceView.getActionsNamesForReference(MetaReference ref, boolean editable) intView.getActiveSection()View.getAllValues()Copy of all values showed in view.View.getCalculatedPropertiesNames()View.getCollectionObjects()A list of all objects (POJOs or EntityBeans) in the collection.View.getCollectionSelectedObjects()A list of selected objects (POJOs or EntityBeans) in the collection.View.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.View.getCollectionTab()Tabused for manage the data of this collection.View.getCollectionValues()A list of all collection element when each element is a map with the values of the collection element.View.getConditionInDescriptionsList(MetaReference ref) View.getDescriptionsListCondition(String referenceName) intView.getDisplaySizeForProperty(String propertyName) intView.getEditAction()View.getEditActionForReference(MetaReference ref) View.getFilterInDescriptionsList(MetaReference ref) View.getGroupView(String name) View.getKeyValues()View.getKeyValuesWithValue()Excludes those values that are null, zero or empty string.View.getLabelFor(MetaMember p) intintView.getLabelFormatForReference(MetaReference ref) View.getLabelStyleForProperty(MetaProperty p) View.getLabelStyleForReference(MetaReference ref) View.getMembersNames()View.getMembersNamesWithHidden()View.getMetaCollection()Meta data about the collection, only if this view represents a collection.View.getMetaMembers()View.getMetaModel()View.getMetaProperties()View.getMetaPropertiesList()View.getMetaProperty(String name) View.getMetaReference(String name) View.getMetaView()View.getModel()The model object attached to this view usingView.setModel(Object model).View.getNewAction()View.getNewActionForReference(MetaReference ref) View.getOrderInDescriptionsList(MetaReference ref) View.getPropertiesNamesFromPropertiesList(String propertiesList) View.getPropertiesNamesFromStereotypesList(String stereotypesList) View.getSearchAction()View.getSections()View.getSectionView(int index) View.getSubview(String name) A value from the property name.intView.getValueInt(String name) View.getValues()Copy of the values showed in view.View.getValueString(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(String member) booleanbooleanView.isFrame()booleanView.isLastSearchKey(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(String sectionName) voidView.removeActionForProperty(String property, String qualifiedActionName) Remove an action to the property.voidView.reset()Clear all data and set the default values.voidView.setDescriptionsListCondition(String referenceName, String condition) voidView.setEditable(boolean b) voidView.setEditable(String name, boolean editable) To make an element of the user interface editable or not editable.voidTo hide/show an element of the user interface.voidView.setKeyEditable(boolean b) voidView.setMemberName(String string) voidView.setMessages(Messages messages) voidView.setMetaPropertiesList(List<MetaProperty> metaProperties) voidView.setRequest(javax.servlet.http.HttpServletRequest request) voidView.setSectionEditable(String sectionName, boolean editable) voidSet the value to the indicated member.voidView.setValueNotifying(String name, Object value) Set the value and notifies the property change, recalculating all dependent properties.voidvoidView.setValuesChangingModel(Map values) voidView.setValuesExecutingOnChangeActions(Map values) Set the values and execute the on-change actions associated to the assigned properties.voidView.setValuesNotifying(Map values) Set the values and throws are events associated to the changed values.booleanView.throwsPropertyChanged(String propertyName) booleanView.throwsReferenceChanged(MetaReference ref) booleanView.trySetValue(String name, 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 XavaExceptionModifier and TypeMethodDescriptionvoidMetaView.addMetaGroup(String name, String label, String members, boolean alignedByColumns) voidMetaView.addMetaViewCollection(MetaCollectionView metaCollectionView) voidMetaView.addMetaViewProperty(MetaProperty metaProperty) voidMetaView.addMetaViewProperty(MetaPropertyView metaPropertyView) voidMetaView.addMetaViewReference(MetaReferenceView metaReferenceView) MetaView.addSection(String name, String label, String members, boolean alignedByColumns) MetaView.createMetaDescriptionList(MetaReference r) MetaPropertyView.createOnChangeAction()MetaView.createOnChangeAction(String qualifiedPropertyName) MetaReferenceView.createOnChangeSearchAction()MetaView.createOnChangeSearchAction(String refName) intMetaView.getDisplaySizeForProperty(MetaProperty p) MetaView.getMediatorClassName()MetaView.getMembersNames()MetaView.getMetaDescriptionList(MetaReference r) MetaView.getMetaMembers()MetaView.getMetaModel()MetaView.getMetaProperty(String name) Including if property is inside a sectionMetaGroup.getMetaView()MetaView.getMetaView(MetaReference r) MetaView.getMetaView(MetaReference r, MetaModel metaModelReferenced) MetaView.getMetaViewOnlyKeys(MetaReference r) MetaView.getModelName()MetaView.getSections()booleanMetaView.isEmpty()If does not have members to visualize.voidMetaView.setMembersNames(String membersNames) voidMetaView.setMembersNamesNotResetSections(String membersNames) voidMetaView.setMetaModel(MetaModel metaModel) voidMetaView.setModelName(String modelName) Constructors in org.openxava.view.meta that throw XavaException -
Uses of XavaException in org.openxava.web
Methods in org.openxava.web that throw XavaExceptionModifier and TypeMethodDescriptionstatic StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static StringWebEditors.format(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static StringWebEditors.formatNoFilterSpecialCharacters(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName) static ObjectWebEditors.formatTitle(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static ObjectWebEditors.formatToStringOrArray(javax.servlet.http.HttpServletRequest request, MetaProperty p, Object object, Messages errors, String viewName, boolean fromList) static Collection<String> WebEditors.getEditors(MetaTab metaTab) static Stringstatic MetaEditorWebEditors.getMetaEditorFor(MetaMember m, String viewName) static MetaEditorWebEditors.getMetaEditorForDescriptionsList(MetaReference ref, String viewName) static Stringstatic StringWebEditors.getUrl(MetaProperty p, String viewName) static Stringstatic booleanWebEditors.hasFrame(MetaProperty p, String viewName) static booleanWebEditors.hasMultipleValuesFormatter(MetaProperty p, String viewName) static booleanWebEditors.mustToFormat(MetaProperty p, String viewName) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String[] strings, Messages errors, String viewName) static ObjectWebEditors.parse(javax.servlet.http.HttpServletRequest request, MetaProperty p, String string, Messages errors, 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 -
Uses of XavaException in org.openxava.web.meta
Methods in org.openxava.web.meta that throw XavaExceptionModifier and TypeMethodDescriptionstatic voidMetaWebEditors.addMetaEditor(MetaEditor editor) static voidMetaWebEditors.addMetaEditorForAnnotation(String annotation, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForCollectionModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForModelProperty(String property, String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForReferenceModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForStereotype(String stereotype, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForTabModel(String model, MetaEditor editor) static voidMetaWebEditors.addMetaEditorForType(String type, MetaEditor editor) MetaEditor.getFormatter()MetaEditor.getFormatterObject()MetaEditor.getListFormatter()MetaEditor.getListFormatterObject()static MetaEditorMetaWebEditors.getMetaEditorByName(String name) static MetaEditorMetaWebEditors.getMetaEditorFor(MetaMember member, String viewName) static MetaEditorMetaWebEditors.getMetaEditorFor(MetaTab tab) static MetaEditorMetaWebEditors.getMetaEditorForModelProperty(String property, String model) static MetaEditorMetaWebEditors.getMetaEditorForReferenceModel(String model) static MetaEditorMetaWebEditors.getMetaEditorForStereotype(String stereotype) static MetaEditorMetaWebEditors.getMetaEditorForType(String type) static MetaEditorMetaWebEditors.getMetaEditorForTypeOfProperty(MetaProperty p) It's like getMetaEditorForType but extract the type of property.static Collection<MetaEditor> MetaWebEditors.getMetaEditorsFor(MetaTab tab) MetaEditor.getMetaPropertyFormatter()MetaEditor.getMultipleValuesFormatter()booleanMetaEditor.hasFormatter()booleanMetaEditor.hasMultipleValuesFormatter() -
Uses of XavaException in org.openxava.web.meta.xmlparse
Methods in org.openxava.web.meta.xmlparse that throw XavaExceptionModifier and TypeMethodDescriptionprotected voidEditorsParser.createObjects()static voidEditorsParser.setupEditors() -
Uses of XavaException in org.openxava.web.servlets
Methods in org.openxava.web.servlets that throw XavaExceptionModifier and TypeMethodDescriptionprotected StringGenerateReportServlet.getOrganization(javax.servlet.http.HttpServletRequest request)