Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ApplicationConfigurationSupport - Class in org.dynamoframework.config
-
Default configuration for Dynamo applications.
- ApplicationConfigurationSupport() - Constructor for class org.dynamoframework.config.ApplicationConfigurationSupport
- ASC - Enum constant in enum class org.dynamoframework.rest.crud.search.SortDirection
- AttributeBooleanFieldModeExternal - Enum Class in org.dynamoframework.rest.model
- AttributeEnumFieldModeExternal - Enum Class in org.dynamoframework.rest.model
- AttributeGroupResponse - Class in org.dynamoframework.rest.model
- AttributeGroupResponse() - Constructor for class org.dynamoframework.rest.model.AttributeGroupResponse
- AttributeModelResponse - Class in org.dynamoframework.rest.model
- AttributeModelResponse() - Constructor for class org.dynamoframework.rest.model.AttributeModelResponse
- AttributeModelType - Enum Class in org.dynamoframework.rest.model
-
The specific attribute types - these basically govern how the component is rendered
- AttributeSelectModeExternal - Enum Class in org.dynamoframework.rest.model
-
The various attribute selection modes that determine which component to use for entity fields
- AttributeTextFieldModeExternal - Enum Class in org.dynamoframework.rest.model
- AUTO_COMPLETE - Enum constant in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
B
- BaseController - Class in org.dynamoframework.rest
- BaseController() - Constructor for class org.dynamoframework.rest.BaseController
- BOOL - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
C
- CascadeModel - Class in org.dynamoframework.rest.model
- CascadeModel() - Constructor for class org.dynamoframework.rest.model.CascadeModel
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.dynamoframework.config.CustomSerializerModifier
- CHECKBOX - Enum constant in enum class org.dynamoframework.rest.model.AttributeBooleanFieldModeExternal
- CHIPS - Enum constant in enum class org.dynamoframework.rest.model.ElementCollectionModeExternal
- clear(String, String, String) - Method in class org.dynamoframework.rest.FileController
- COMBO - Enum constant in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
- constraintViolation(ConstraintViolationException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- ControllerExceptionHandler - Class in org.dynamoframework.rest
- ControllerExceptionHandler() - Constructor for class org.dynamoframework.rest.ControllerExceptionHandler
- copyResult(U, EntityModel<U>) - Method in class org.dynamoframework.rest.crud.EntityCopier
-
Creates a copy of the provided entity with all irrelevant fields omitted
- copyResults(List<U>, EntityModel<U>) - Method in class org.dynamoframework.rest.crud.EntityCopier
-
Creates a copy of the provided list of entities, with all irrelevant fields omitted
- createFilter(SearchModel, EntityModel<T>) - Method in class org.dynamoframework.rest.crud.SearchService
- createSortOrders(SearchModel, EntityModel<?>) - Method in class org.dynamoframework.rest.crud.SearchService
- CrudController<ID,
T> - Class in org.dynamoframework.rest.crud - CrudController() - Constructor for class org.dynamoframework.rest.crud.CrudController
- customise(OpenAPI) - Method in class org.dynamoframework.openapi.OpenApiTagsCustomizer
- CustomSerializerModifier - Class in org.dynamoframework.config
-
Custom serializer that will remove any properties from the serialization process that are not backed up by an attribute from the attribute model or that are hidden
- CustomSerializerModifier() - Constructor for class org.dynamoframework.config.CustomSerializerModifier
D
- DATE - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- DATE_RANGE - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- DateRangeFilterModel - Class in org.dynamoframework.rest.crud.search
- DateRangeFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.DateRangeFilterModel
- DECIMAL - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- delete(String, String) - Method in class org.dynamoframework.rest.crud.CrudController
- DESC - Enum constant in enum class org.dynamoframework.rest.crud.search.SortDirection
- DIALOG - Enum constant in enum class org.dynamoframework.rest.model.ElementCollectionModeExternal
- download(String, String, String) - Method in class org.dynamoframework.rest.FileController
- downloadBase64(String, String, String) - Method in class org.dynamoframework.rest.FileController
-
Downloads a file as a Base64 string
- DROPDOWN - Enum constant in enum class org.dynamoframework.rest.model.AttributeEnumFieldModeExternal
E
- ELEMENT_COLLECTION - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- ELEMENT_COLLECTION - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- ElementCollectionFilterModel - Class in org.dynamoframework.rest.crud.search
- ElementCollectionFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.ElementCollectionFilterModel
- ElementCollectionModeExternal - Enum Class in org.dynamoframework.rest.model
- EntityCopier - Class in org.dynamoframework.rest.crud
-
A class used to create copies of an entity or list of entities
- EntityCopier() - Constructor for class org.dynamoframework.rest.crud.EntityCopier
- EntityModelActionResponse - Class in org.dynamoframework.rest.model
- EntityModelActionResponse() - Constructor for class org.dynamoframework.rest.model.EntityModelActionResponse
- EntityModelAttributeMapper - Class in org.dynamoframework.rest.model
- EntityModelAttributeMapper() - Constructor for class org.dynamoframework.rest.model.EntityModelAttributeMapper
- EntityModelController - Class in org.dynamoframework.rest.model
- EntityModelController() - Constructor for class org.dynamoframework.rest.model.EntityModelController
- EntityModelMapper - Class in org.dynamoframework.rest.model
- EntityModelMapper() - Constructor for class org.dynamoframework.rest.model.EntityModelMapper
- EntityModelResponse - Class in org.dynamoframework.rest.model
- EntityModelResponse() - Constructor for class org.dynamoframework.rest.model.EntityModelResponse
- ENUM - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- EQUALS - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- EqualsFilterModel - Class in org.dynamoframework.rest.crud.search
- EqualsFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.EqualsFilterModel
- ErrorMessageResponse - Class in org.dynamoframework.rest.model
- ErrorMessageResponse() - Constructor for class org.dynamoframework.rest.model.ErrorMessageResponse
- executeAction(String, String, String, String, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Executes an action defined in the entity model
F
- fallback(Exception) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- FileController - Class in org.dynamoframework.rest
-
Generic controller for uploading and downloading files
- FileController() - Constructor for class org.dynamoframework.rest.FileController
- FilterModel - Class in org.dynamoframework.rest.crud.search
- FilterModel() - Constructor for class org.dynamoframework.rest.crud.search.FilterModel
- FilterType - Enum Class in org.dynamoframework.rest.crud.search
- findClass(String) - Method in class org.dynamoframework.rest.BaseController
-
Looks up the class corresponding to the provided entity name.
- findEntityModel(String, Class<T>) - Method in class org.dynamoframework.rest.BaseController
-
Retrieves the entity model for a class
G
- get(String, String, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Retrieve the details of a single entity
- getActionEntityModel(String, String, String) - Method in class org.dynamoframework.rest.model.EntityModelController
-
Retrieves a nested entity model based on the main attribute name and the name of the attribute
- getBaseNames() - Method in class org.dynamoframework.config.ApplicationConfigurationSupport
- getEntityModel(String, String) - Method in class org.dynamoframework.rest.model.EntityModelController
-
Retrieves an entity model based on the name of the entity
- getNestedEntityModel(String, String, String) - Method in class org.dynamoframework.rest.model.EntityModelController
-
Retrieves a nested entity model based on entity name and the name of the attribute
- getNestedEntityModel2(String, String, String, String) - Method in class org.dynamoframework.rest.model.EntityModelController
-
Retrieves a nested entity model based on entity name and two nested attributes
H
- HidePropertiesMixin - Class in org.dynamoframework.config
-
Mixin for configuring the properties that will always be ignored
- HidePropertiesMixin() - Constructor for class org.dynamoframework.config.HidePropertiesMixin
I
- ID_BASED - Enum constant in enum class org.dynamoframework.rest.model.QueryTypeExternal
- init(String, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Instantiates a new entity
- INSTANT - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- INSTANT_RANGE - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- InstantRangeFilterModel - Class in org.dynamoframework.rest.crud.search
- InstantRangeFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.InstantRangeFilterModel
- INTEGRAL - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- IS_NULL - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
J
- JacksonConfig - Class in org.dynamoframework.config
-
Custom configuration for JSON mapping
- JacksonConfig() - Constructor for class org.dynamoframework.config.JacksonConfig
- jsonProcessingException(JsonProcessingException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
L
- list(String, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Retrieves a simple list of entities (without any sorting or filtering)
- LOB - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- LOCAL_DATE_TIME - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- LOCAL_DATE_TIME_RANGE - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- LocalDateTimeRangeFilterModel - Class in org.dynamoframework.rest.crud.search
- LocalDateTimeRangeFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.LocalDateTimeRangeFilterModel
- LOOKUP - Enum constant in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
M
- MANY_TO_MANY - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- mapAttributeModel(AttributeModel, Set<Locale>) - Method in class org.dynamoframework.rest.model.EntityModelAttributeMapper
- mapEntityModel(EntityModel<?>) - Method in class org.dynamoframework.rest.model.EntityModelMapper
- MASTER - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- messageSource() - Method in class org.dynamoframework.config.ApplicationConfigurationSupport
- MULTI_SELECT - Enum constant in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
N
- nonUniqueException(OCSNonUniqueException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- noResourceFound(OcsNotFoundException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- noResourceFound(NoResourceFoundException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
-
Called when the REST endpoint cannot be found
- NOT - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- NotFilterModel - Class in org.dynamoframework.rest.crud.search
- NotFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.NotFilterModel
- NullFilterModel - Class in org.dynamoframework.rest.crud.search
- NullFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.NullFilterModel
- NUMBER_IN - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- NUMBER_RANGE - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- NumberInFilterModel - Class in org.dynamoframework.rest.crud.search
- NumberInFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.NumberInFilterModel
- NumberRangeFilterModel - Class in org.dynamoframework.rest.crud.search
- NumberRangeFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.NumberRangeFilterModel
O
- objectMapper() - Method in class org.dynamoframework.config.JacksonConfig
- ONE_TO_MANY - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- OpenApiTagsCustomizer - Class in org.dynamoframework.openapi
-
Customizer for modifying the OpenAPI generation
- OpenApiTagsCustomizer() - Constructor for class org.dynamoframework.openapi.OpenApiTagsCustomizer
- OR - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- OrFilterModel - Class in org.dynamoframework.rest.crud.search
- OrFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.OrFilterModel
- org.dynamoframework.config - package org.dynamoframework.config
- org.dynamoframework.openapi - package org.dynamoframework.openapi
- org.dynamoframework.rest - package org.dynamoframework.rest
- org.dynamoframework.rest.crud - package org.dynamoframework.rest.crud
- org.dynamoframework.rest.crud.search - package org.dynamoframework.rest.crud.search
- org.dynamoframework.rest.model - package org.dynamoframework.rest.model
P
- PAGING - Enum constant in enum class org.dynamoframework.rest.model.QueryTypeExternal
- PagingModel - Class in org.dynamoframework.rest.crud.search
- PagingModel() - Constructor for class org.dynamoframework.rest.crud.search.PagingModel
- PASSWORD - Enum constant in enum class org.dynamoframework.rest.model.AttributeTextFieldModeExternal
- post(String, String, String) - Method in class org.dynamoframework.rest.crud.CrudController
- put(String, String, String, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Updates an existing entity
Q
- QueryTypeExternal - Enum Class in org.dynamoframework.rest.model
R
- RADIO - Enum constant in enum class org.dynamoframework.rest.model.AttributeEnumFieldModeExternal
S
- search(String, SearchModel, String) - Method in class org.dynamoframework.rest.crud.CrudController
-
Executes a search request
- search(SearchModel, EntityModel<T>) - Method in class org.dynamoframework.rest.crud.SearchService
- SearchModel - Class in org.dynamoframework.rest.crud.search
- SearchModel() - Constructor for class org.dynamoframework.rest.crud.search.SearchModel
- SearchResultsModel<T> - Class in org.dynamoframework.rest.crud.search
- SearchResultsModel() - Constructor for class org.dynamoframework.rest.crud.search.SearchResultsModel
- SearchService - Class in org.dynamoframework.rest.crud
- SearchService() - Constructor for class org.dynamoframework.rest.crud.SearchService
- securityException(OCSSecurityException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- SortDirection - Enum Class in org.dynamoframework.rest.crud.search
- SortModel - Class in org.dynamoframework.rest.crud.search
- SortModel() - Constructor for class org.dynamoframework.rest.crud.search.SortModel
- StatsModel - Class in org.dynamoframework.rest.crud.search
- StatsModel() - Constructor for class org.dynamoframework.rest.crud.search.StatsModel
- StatusController - Class in org.dynamoframework.rest
-
A simple controller for returning an "OK" when the application is running
- StatusController() - Constructor for class org.dynamoframework.rest.StatusController
- StatusResponse - Class in org.dynamoframework.rest.model
- StatusResponse() - Constructor for class org.dynamoframework.rest.model.StatusResponse
- STRING - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- SWITCH - Enum constant in enum class org.dynamoframework.rest.model.AttributeBooleanFieldModeExternal
T
- TEXTAREA - Enum constant in enum class org.dynamoframework.rest.model.AttributeTextFieldModeExternal
- TEXTFIELD - Enum constant in enum class org.dynamoframework.rest.model.AttributeTextFieldModeExternal
- TIME - Enum constant in enum class org.dynamoframework.rest.model.AttributeModelType
- TIME_RANGE - Enum constant in enum class org.dynamoframework.rest.crud.search.FilterType
- TimeRangeFilterModel - Class in org.dynamoframework.rest.crud.search
- TimeRangeFilterModel() - Constructor for class org.dynamoframework.rest.crud.search.TimeRangeFilterModel
- TOGGLE - Enum constant in enum class org.dynamoframework.rest.model.AttributeBooleanFieldModeExternal
U
- unproxy(Object) - Static method in class org.dynamoframework.rest.crud.EntityCopier
- upload(MultipartFile, String, String, String) - Method in class org.dynamoframework.rest.FileController
-
Uploads a file
V
- validationError(OCSValidationException) - Method in class org.dynamoframework.rest.ControllerExceptionHandler
- validatorFactory() - Method in class org.dynamoframework.config.ApplicationConfigurationSupport
- valueOf(String) - Static method in enum class org.dynamoframework.rest.crud.search.FilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.crud.search.SortDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.AttributeBooleanFieldModeExternal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.AttributeEnumFieldModeExternal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.AttributeModelType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.AttributeTextFieldModeExternal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.ElementCollectionModeExternal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dynamoframework.rest.model.QueryTypeExternal
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.dynamoframework.rest.crud.search.FilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.crud.search.SortDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.AttributeBooleanFieldModeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.AttributeEnumFieldModeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.AttributeModelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.AttributeSelectModeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.AttributeTextFieldModeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.ElementCollectionModeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dynamoframework.rest.model.QueryTypeExternal
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form