Uses of Class
org.openxava.util.SystemException
×News: OpenXava 7.7 released - March 9 · Read more
Packages that use SystemException
-
Uses of SystemException in org.openxava.model
Methods in org.openxava.model that throw SystemExceptionModifier and TypeMethodDescriptionstatic voidMapFacade.addCollectionElement(String modelName, Map keyValues, String collectionName, Map collectionElementKeyValues) Add an element to a collection.static voidMapFacade.commit()Commit in database the changes done using MapFacade.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 ObjectMapFacade.findEntity(String modelName, Map keyValues) Obtain the entity/aggregate from a map with key values.static MapMapFacade.getKeyValues(String modelName, Object entity) Obtains the values of the key of entity/aggregate.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 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 SystemException in org.openxava.web.dwr
Methods in org.openxava.web.dwr that throw SystemException