Uses of Class
is.codion.framework.domain.entity.exception.EntityValidationException
Packages that use EntityValidationException
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
EntitySearchModel.PERSISTENCE_AWARE
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditPanel.Config.VALID_INDICATOR
EntityEditPanel.Config.MODIFIED_INDICATOR
EntityEditPanel.Config.TEXT_FIELD_COLUMNS
EntityEditPanel.Config.MODIFIED_WARNING
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_VIEWER
EntityEditPanel.Config.TRANSFER_FOCUS_ON_ENTER
EntityPanel.Config.KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_VIEWER
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of EntityValidationException in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that throw EntityValidationException -
Uses of EntityValidationException in is.codion.framework.model
Methods in is.codion.framework.model that throw EntityValidationExceptionModifier and TypeMethodDescriptionEntityEditor.InsertTaskBuilder.build()EntityEditor.UpdateTaskBuilder.build()final EntityDefaultEntityEditModel.insert()final Collection<Entity> DefaultEntityEditModel.insert(Collection<Entity> entities) EntityEditModel.insert()Note: This method must be called on the UI thread in case a panel has been based on this model.EntityEditModel.insert(Collection<Entity> entities) Note: This method must be called on the UI thread in case a panel has been based on this model.EntityEditModel.PersistTasks.insert()Creates a newEntityEditor.PersistTaskinstance for inserting the active entity.Creates a newEntityEditor.PersistTaskinstance for inserting the given entity.EntityEditModel.PersistTasks.insert(Collection<Entity> entities) Creates a newEntityEditor.PersistTaskinstance for inserting the given entities.final EntityDefaultEntityEditModel.update()final Collection<Entity> DefaultEntityEditModel.update(Collection<Entity> entities) EntityEditModel.PersistTasks.update()Creates a newEntityEditor.PersistTaskinstance for updating the active entity.Creates a newEntityEditor.PersistTaskinstance for updating the given entity.EntityEditModel.PersistTasks.update(Collection<Entity> entities) Creates a newEntityEditor.PersistTaskinstance for updating the given entities.EntityEditModel.update()Note: This method must be called on the UI thread in case a panel has been based on this model.EntityEditModel.update(Collection<Entity> entities) Note: This method must be called on the UI thread in case a panel has been based on this model.final voidDefaultEntityEditor.validate()final voidfinal voidDefaultEntityEditor.validate(Collection<Entity> entities) voidEntityEditor.validate()Validates the current state of the entityvoidValidates the given entity, using the underlying validator.voidEntityEditor.validate(Collection<Entity> entities) Validates the given entities, using the underlying validator. -
Uses of EntityValidationException in is.codion.framework.model.test
Methods in is.codion.framework.model.test that throw EntityValidationExceptionModifier and TypeMethodDescriptionvoidAbstractEntityModelTest.insertDifferentTypes()voidAbstractEntityTableModelTest.onInsert()voidAbstractEntityModelTest.setConditionOnInsert()voidAbstractEntityModelTest.setValueOnInsert()voidAbstractEntityModelTest.testDetailModels()voidAbstractEntityModelTest.testUpdatePrimaryKey() -
Uses of EntityValidationException in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type EntityValidationExceptionModifier and TypeMethodDescriptionprotected voidEntityEditPanel.onValidationException(EntityValidationException exception) Displays the exception message after which the first component involved receives the focus.Methods in is.codion.swing.framework.ui that throw EntityValidationExceptionModifier and TypeMethodDescriptionvoidEntityEditPanel.DefaultInsertCommand.execute()voidEntityEditPanel.InsertCommand.Builder.execute()Builds and executes this commandvoidEntityEditPanel.InsertCommand.execute()voidEntityEditPanel.UpdateCommand.Builder.execute()Builds and executes this commandvoidEntityEditPanel.UpdateCommand.execute()final voidEntityEditPanel.insert()Performs insert on the active entity.final voidEntityEditPanel.update()Performs update on the active entity.