Uses of Class
org.openxava.validators.ValidationException
-
Packages that use ValidationException Package Description org.openxava.actions org.openxava.model org.openxava.model.impl org.openxava.util org.openxava.validators org.openxava.web.dwr -
-
Uses of ValidationException in org.openxava.actions
Methods in org.openxava.actions that throw ValidationException Modifier and Type Method Description protected voidSaveElementInCollectionAction. associateEntity(java.util.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 ValidationException 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 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. -
Uses of ValidationException in org.openxava.model.impl
Methods in org.openxava.model.impl that throw ValidationException 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)voidIExplicitModifyPersistenceProvider. modify(MetaModel metaModel, java.util.Map keyValues, java.util.Map values)Modify the object with that key from the values.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)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) -
Uses of ValidationException in org.openxava.util
Methods in org.openxava.util that throw ValidationException Modifier and Type Method Description voidIPropertiesContainer. executeSets(java.util.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 Constructor Description ValidationException(ValidationException ex) -
Uses of ValidationException in org.openxava.web.dwr
Methods in org.openxava.web.dwr that throw ValidationException 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)
-