Uses of Class
org.openxava.validators.ValidationException
×News: XavaPro 7.7 released - March 11 · Read more
Packages that use ValidationException
Package
Description
-
Uses of ValidationException in org.openxava.actions
Methods in org.openxava.actions that throw ValidationExceptionModifier and TypeMethodDescriptionprotected voidSaveElementInCollectionAction.associateEntity(Map keyValues) protected voidCollectionElementViewBaseAction.validateMaximum(int elementsToAdd) protected voidCollectionElementViewBaseAction.validateMinimum(int elementsToRemove) -
Uses of ValidationException in org.openxava.model
Methods in org.openxava.model that throw ValidationExceptionModifier 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 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. -
Uses of ValidationException in org.openxava.model.impl
Methods in org.openxava.model.impl that throw ValidationExceptionModifier 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) voidvoidModify the object with that key from the values.voidMapFacadeBean.moveCollectionElementToAnotherCollection(UserInfo userInfo, String sourceModelName, Map sourceKeyValues, String sourceCollectionName, String targetModelName, Map targetKeyValues, String targetCollectionName, Map collectionElementKeyValues) voidMapFacadeBean.removeCollectionElement(UserInfo userInfo, String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) voidvoidMapFacadeBean.setValuesNotTracking(UserInfo userInfo, String modelName, Map keyValues, Map values) -
Uses of ValidationException in org.openxava.util
Methods in org.openxava.util that throw ValidationExceptionModifier and TypeMethodDescriptionvoidIPropertiesContainer.executeSets(Map properties) Update the properties from a map. -
Uses of ValidationException in org.openxava.validators
Constructors in org.openxava.validators with parameters of type ValidationException -
Uses of ValidationException in org.openxava.web.dwr
Methods in org.openxava.web.dwr that throw ValidationException