A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractFilter - Class in com.ocs.dynamo.filter
- AbstractFilter() - Constructor for class com.ocs.dynamo.filter.AbstractFilter
- AbstractJunctionFilter - Class in com.ocs.dynamo.filter
-
Abstract class for composite filters
- AbstractJunctionFilter(Filter...) - Constructor for class com.ocs.dynamo.filter.AbstractJunctionFilter
-
Constructor
- AbstractJunctionFilter(Collection<Filter>) - Constructor for class com.ocs.dynamo.filter.AbstractJunctionFilter
-
Constructor
- addAttributeGroup(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- addAttributeGroup(String) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- addAttributeModel(String, AttributeModel) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- addAttributeModel(String, AttributeModel, AttributeModel) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- addAttributeModel(String, AttributeModel, AttributeModel) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- addCascade(String, String, CascadeMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- addGroupTogetherWith(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- addParameter(Query, String, Object) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Adds a parameter to a query but only if the provided value is not null
- ALWAYS_IGNORE - Static variable in class com.ocs.dynamo.utils.EntityModelUtils
- and() - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Wraps the filter in an And filter (if not already present)
- and(Filter...) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a filter that is a conjunction of the provided filters
- and(Collection<Filter>) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a filter that is a conjunction of the provided filters
- And - Class in com.ocs.dynamo.filter
-
A composite filter that evaluates to true if all of the subfilters match
- And(Filter...) - Constructor for class com.ocs.dynamo.filter.And
- And(Collection<Filter>) - Constructor for class com.ocs.dynamo.filter.And
- anySaveMethod() - Static method in class com.ocs.dynamo.aop.AuditAspect
-
Intercept all save methods on all classes that inherit from BaseService
- ApplicationConfigurationSupport - Class in com.ocs.dynamo.configuration
-
Spring Java configuration
- ApplicationConfigurationSupport() - Constructor for class com.ocs.dynamo.configuration.ApplicationConfigurationSupport
- ApplicationContextProvider - Class in com.ocs.dynamo.service.impl
- ApplicationContextProvider() - Constructor for class com.ocs.dynamo.service.impl.ApplicationContextProvider
- applyFilter(Collection<T>) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Applies the filter to a collection of objects and returns those that match the filter
- AttributeComparator<T extends AbstractEntity<?>> - Class in com.ocs.dynamo.domain.comparator
-
A comparator for comparing two entities based on a value of an attribute (using reflection)
- AttributeComparator(String) - Constructor for class com.ocs.dynamo.domain.comparator.AttributeComparator
-
Constructor
- AttributeModelImpl - Class in com.ocs.dynamo.domain.model.impl
-
Implementation of the AttributeModel interface - simple container for properties
- AttributeModelImpl() - Constructor for class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- AuditAspect - Class in com.ocs.dynamo.aop
-
Aspect for intercepting calls and automatically setting audit information (created by/created on etc) Can be used in your application simply by adding "com.ocs.dynamo.aop" to the list of packages to scan for components
- AuditAspect() - Constructor for class com.ocs.dynamo.aop.AuditAspect
- auditSave(ProceedingJoinPoint, AbstractAuditableEntity<?>) - Method in class com.ocs.dynamo.aop.AuditAspect
-
intercept any method that saves an auditable entity
B
- BaseDaoImpl<ID,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.dao.impl
-
Base class for all DAO implementations
- BaseDaoImpl() - Constructor for class com.ocs.dynamo.dao.impl.BaseDaoImpl
- BaseServiceImpl<ID,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.service.impl
-
Base service implementation
- BaseServiceImpl() - Constructor for class com.ocs.dynamo.service.impl.BaseServiceImpl
- BaseSpringServiceLocator - Class in com.ocs.dynamo.service.impl
-
Static class for accessing the Spring container
- BaseSpringServiceLocator() - Constructor for class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
- between(String, Comparable<?>, Comparable<?>) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a "between" for the provided property
- Between - Class in com.ocs.dynamo.filter
-
A filter that matches if the property to check for falls within the defined range.
- Between(String, Comparable<?>, Comparable<?>) - Constructor for class com.ocs.dynamo.filter.Between
-
Constructor
- BETWEEN - com.ocs.dynamo.filter.FlexibleFilterType
- bigDecimalToString(boolean, boolean, boolean, int, BigDecimal, Locale, String) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
* Converts a BigDecimal value to a String
C
- camelCaseToHumanFriendly(String, boolean) - Static method in class com.ocs.dynamo.utils.StringUtils
-
Converts CamelCase string to human friendly
- canProvideModel(String, Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Indicates whether this factory can provide the model for the specified combination of reference and entity class
- canSetProperty(Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Checks if the specified property can be set for the specified object.
- checkWeekSettingAllowed(AttributeModel) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Check that the"week" setting is only allowed for java.time.LocalDate
- ClassUtils - Class in com.ocs.dynamo.utils
- clearFieldValue(Object, String, Class<?>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Clears a field
- com.ocs.dynamo - package com.ocs.dynamo
- com.ocs.dynamo.aop - package com.ocs.dynamo.aop
- com.ocs.dynamo.configuration - package com.ocs.dynamo.configuration
- com.ocs.dynamo.dao.impl - package com.ocs.dynamo.dao.impl
- com.ocs.dynamo.domain.comparator - package com.ocs.dynamo.domain.comparator
- com.ocs.dynamo.domain.model.impl - package com.ocs.dynamo.domain.model.impl
- com.ocs.dynamo.domain.model.validator - package com.ocs.dynamo.domain.model.validator
- com.ocs.dynamo.domain.query - package com.ocs.dynamo.domain.query
- com.ocs.dynamo.filter - package com.ocs.dynamo.filter
- com.ocs.dynamo.service.impl - package com.ocs.dynamo.service.impl
- com.ocs.dynamo.utils - package com.ocs.dynamo.utils
- compare(AbstractEntity<Integer>, AbstractEntity<Integer>) - Method in class com.ocs.dynamo.domain.comparator.IdComparator
- compare(T, T) - Method in class com.ocs.dynamo.domain.comparator.AttributeComparator
- Compare - Class in com.ocs.dynamo.filter
-
A filter that compares a property value against a provided value
- Compare.Equal - Class in com.ocs.dynamo.filter
-
A filter that evaluates to true if the property value is equal to the provided value
- Compare.Greater - Class in com.ocs.dynamo.filter
-
A filter that evaluates to true if the property value is greater than the provided value
- Compare.GreaterOrEqual - Class in com.ocs.dynamo.filter
-
A filter that evaluates to true if the property value is greater than or equal to the provided value
- Compare.Less - Class in com.ocs.dynamo.filter
-
A filter that evaluates to true if the property value is less than the provided value
- Compare.LessOrEqual - Class in com.ocs.dynamo.filter
-
A filter that evaluates to true if the property value is less than or equal to the provided value
- Compare.Operation - Enum in com.ocs.dynamo.filter
- compareTo(AttributeModel) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- compareValue(Object) - Method in class com.ocs.dynamo.filter.Compare
- constructAttributeModel(PropertyDescriptor, EntityModelImpl<T>, Class<?>, boolean, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Constructs an attribute model for a property
- constructModel(Class<T>, String, EntityModelImpl<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Constructs a model
- constructModel(String, Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Constructs the model for an entity
- constructNestedEntityModel(EntityModelFactory, Class<?>, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- Contains - Class in com.ocs.dynamo.filter
-
A filter that checks if a value is contained in a collection
- Contains(String, Object) - Constructor for class com.ocs.dynamo.filter.Contains
- CONTAINS - com.ocs.dynamo.filter.FlexibleFilterType
- copyFields(T, S) - Static method in class com.ocs.dynamo.utils.ClassUtils
- copySimpleAttributes(T, T, EntityModel<T>, String...) - Static method in class com.ocs.dynamo.utils.EntityModelUtils
-
Copies all simple attribute values from one entity to the other
- count() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- count() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- count(Filter, boolean) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- count(Filter, boolean) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- createCountQuery(EntityManager, Class<T>, Filter, boolean) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query that performs a count
- createDeleteClause() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Creates a new new JPADeleteClause for the entity
- createDistinctQuery(Filter, EntityManager, Class<T>, String, SortOrder...) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a distinct query
- createFetchQuery(EntityManager, Class<T>, List<ID>, Filter, SortOrders, FetchJoinInformation[]) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query that fetches objects based on their IDs
- createFetchSingleObjectQuery(EntityManager, Class<T>, ID, FetchJoinInformation[]) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Create a query for fetching a single object
- createIdQuery(EntityManager, Class<T>, Filter, SortOrder...) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query for retrieving the IDs of the entities that match the provided filter
- createJava8Date(Class<T>, String, String) - Static method in class com.ocs.dynamo.utils.DateUtils
- createLocalDate(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalTime based on a String representation
- createLocalDate(String, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalTime based on a String representation
- createLocalDateTime(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalDateTime based on a String representation
- createLocalDateTime(String, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalDateTime based on a String representation
- createLocalTime(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalTime based on a String representation
- createLocalTime(String, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a java.time.LocalTime based on a String representation
- createNewEntity() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- createParameterMap() - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates an empty parameter map
- createQuery() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Creates a default query that simply retrieves instances of the domain class
- createSelectQuery(Filter, EntityManager, Class<T>, FetchJoinInformation[], SortOrder...) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query that simply selects some objects based on some filter
- createSelectQuery(Filter, EntityManager, Class<T>, String[], SortOrders) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query that fetches properties instead of entities.
- createUniquePropertyFetchQuery(EntityManager, Class<T>, FetchJoinInformation[], String, Object, boolean) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query to fetch an object based on a value of a unique property
- createUniquePropertyQuery(EntityManager, Class<T>, String, Object, boolean) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Creates a query used to retrieve a single entity based on a unique property value
- createUpdateClause() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Creates a new new JPAUpdateClause for the entity
- createUrl(String, String...) - Static method in class com.ocs.dynamo.utils.UrlUtils
-
Create an http url query with the given key value parameters, will apply url encoding on the parameter values.
- createZonedDateTime(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Create a ZonedDateTime based from a String, using the default format
- createZonedDateTime(String, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Creates a ZonedDateTime from a String, using the provided format
- ctx - Variable in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
D
- DataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> - Interface in com.ocs.dynamo.domain.query
-
Interface for an iterator that iterators over a set of entities using paging
- DateUtils - Class in com.ocs.dynamo.utils
-
Date utility class
- DefaultDaoImpl<ID,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.dao.impl
-
A default DAO implementation
- DefaultDaoImpl(EntityPathBase<T>, Class<T>) - Constructor for class com.ocs.dynamo.dao.impl.DefaultDaoImpl
- DefaultDaoImpl(EntityPathBase<T>, Class<T>, String...) - Constructor for class com.ocs.dynamo.dao.impl.DefaultDaoImpl
-
Constructor
- DefaultProgressCounter - Class in com.ocs.dynamo.utils
- DefaultProgressCounter() - Constructor for class com.ocs.dynamo.utils.DefaultProgressCounter
- DefaultServiceImpl<ID,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.service.impl
-
Default implementation of BaseService for dealing with simple entities
- DefaultServiceImpl(BaseDao<ID, T>) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
- DefaultServiceImpl(BaseDao<ID, T>, String...) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Constructor
- DefaultServiceImpl(BaseDao<ID, T>, String[], boolean) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Constructor
- DefaultServiceImpl(EntityPathBase<T>, Class<T>) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Constructor - no unique property
- DefaultServiceImpl(EntityPathBase<T>, Class<T>, String[]) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Constructor - with unique property, not case sensitive
- DefaultServiceImpl(EntityPathBase<T>, Class<T>, String[], boolean) - Constructor for class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Constructor
- delete(List<T>) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- delete(List<T>) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- delete(T) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- delete(T) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- determineAttributeGroupMapping(EntityModel<T>, Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Constructs the attribute group mapping - from attribute name to the group it belongs to
- determineAttributeOrder(Class<T>, String, List<AttributeModel>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Determines the order of the attributes - this will first pick up any attributes that are mentioned in the @AttributeOrder annotation (in the order in which they occur) and then add any attributes that are not explicitly mentioned
- determineAttributeType(Class<?>, AttributeModelImpl) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Determines the attribute type of an attribute
- determineDateType(Class<?>, Class<T>, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Determines the "dateType" for an attribute
- determineDefaultDisplayFormat(Class<?>, AttributeDateType) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Determines the default format to use for a date or time property
- dividePercentage(Integer, Integer, int) - Static method in class com.ocs.dynamo.utils.MathUtils
-
Divides the first argument by the second argument, then converts to a percentage
- dividePercentage(BigDecimal, BigDecimal, int) - Static method in class com.ocs.dynamo.utils.MathUtils
-
Divides the first argument by the second argument, then converts the result to a percentage
- doubleToString(boolean, boolean, boolean, int, Double, Locale, String) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Converts a double to a String
- DynamoFilterUtil - Class in com.ocs.dynamo.filter
- DynamoImplAutoConfigure - Class in com.ocs.dynamo
-
Auto configuration for Dynamo implementation classes
- DynamoImplAutoConfigure() - Constructor for class com.ocs.dynamo.DynamoImplAutoConfigure
E
- Email - Annotation Type in com.ocs.dynamo.domain.model.validator
-
An annotation for email validation
- EmailValidator - Class in com.ocs.dynamo.domain.model.validator
-
A very simple
ConstraintValidatorfor checking if a string value is a valid email address. - EmailValidator() - Constructor for class com.ocs.dynamo.domain.model.validator.EmailValidator
- entityModelFactory() - Method in class com.ocs.dynamo.DynamoImplAutoConfigure
- EntityModelFactoryImpl - Class in com.ocs.dynamo.domain.model.impl
-
Implementation of the entity model factory - creates models that hold metadata about an entity
- EntityModelFactoryImpl() - Constructor for class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Default constructor without the use of delegated model factories
- EntityModelFactoryImpl(EntityModelFactory...) - Constructor for class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Use this constructor when one needs to delegate creation of models to other model factories
- EntityModelImpl<T> - Class in com.ocs.dynamo.domain.model.impl
-
An implementation of an entity model - holds metadata about an entity
- EntityModelImpl() - Constructor for class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- EntityModelUtils - Class in com.ocs.dynamo.utils
- Equal(String, Object) - Constructor for class com.ocs.dynamo.filter.Compare.Equal
-
Constructor
- EQUAL - com.ocs.dynamo.filter.Compare.Operation
- equals(Object) - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
- equals(Object) - Method in class com.ocs.dynamo.filter.Between
- equals(Object) - Method in class com.ocs.dynamo.filter.Compare
- equals(Object) - Method in class com.ocs.dynamo.filter.Contains
- equals(Object) - Method in class com.ocs.dynamo.filter.In
- equals(Object) - Method in class com.ocs.dynamo.filter.IsNull
- equals(Object) - Method in class com.ocs.dynamo.filter.Like
- equals(Object) - Method in class com.ocs.dynamo.filter.Not
- EQUALS - com.ocs.dynamo.filter.FlexibleFilterType
- evaluate(Object) - Method in class com.ocs.dynamo.filter.And
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Between
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Compare
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Contains
- evaluate(Object) - Method in class com.ocs.dynamo.filter.In
- evaluate(Object) - Method in class com.ocs.dynamo.filter.IsNull
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Like
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Modulo
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Not
- evaluate(Object) - Method in class com.ocs.dynamo.filter.Or
- extractAndFormat(EntityModelFactory, MessageService, AttributeModel, Object, Locale, String) - Static method in class com.ocs.dynamo.utils.FormatUtils
-
Extracts a field value from an object and formats it
- extractFilter(Filter, String) - Static method in class com.ocs.dynamo.filter.DynamoFilterUtil
-
Extracts a specific filter from a (possibly) composite filter
F
- fetch(Filter, int, int, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetch(Filter, int, int, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetch(Filter, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetch(Filter, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetch(Filter, Pageable, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetch(Filter, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetch(Filter, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetchById(ID, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetchById(ID, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetchByIds(List<ID>, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetchByIds(List<ID>, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetchByIds(List<ID>, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetchByIds(List<ID>, Filter, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetchByIds(List<ID>, Filter, SortOrders, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- fetchByUniqueProperty(String, Object, boolean, FetchJoinInformation...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- fetchByUniqueProperty(String, Object, boolean, FetchJoinInformation...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- find(Filter) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- find(Filter) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- find(Filter, SortOrder...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- find(Filter, SortOrder...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findAll() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findAll() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findAll(SortOrder...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findAll(SortOrder...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findById(ID) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findById(ID) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findByParent(T) - Method in class com.ocs.dynamo.dao.impl.TreeDaoImpl
- findByParentIsNull() - Method in class com.ocs.dynamo.dao.impl.TreeDaoImpl
- findByUniqueProperty(String, Object, boolean) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findByUniqueProperty(String, Object, boolean) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findDistinct(Filter, String, Class<S>, SortOrder...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findDistinct(Filter, String, Class<S>, SortOrder...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findDistinctInCollectionTable(String, String, Class<S>) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findDistinctInCollectionTable(String, String, Class<S>) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findIdenticalEntity(T) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
-
Looks for an identical entity (which has a different primary key but
- findIdenticalEntity(T) - Method in class com.ocs.dynamo.service.impl.DefaultServiceImpl
-
Check for an identical entry - by default we to this by simply checking for a unique property
- findIds(Filter, SortOrder...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findIds(Filter, SortOrder...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findIds(Filter, Integer, SortOrder...) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findIds(Filter, Integer, SortOrder...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findModelFactory(String, Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- findSelect(Filter, String[], int, int, SortOrders) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- findSelect(Filter, String[], Pageable) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findSelect(Filter, String[], SortOrders) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- findSelect(Filter, String[], SortOrders) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- FixedDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.domain.query
-
A simple iterator for iterating over a fixed set of data - this basically just delegates to the underlying collection
- FixedDataSetIterator(List<T>) - Constructor for class com.ocs.dynamo.domain.query.FixedDataSetIterator
- flattenAnd(And) - Static method in class com.ocs.dynamo.filter.DynamoFilterUtil
-
Take a (nested) And filter and flatten it to a single level
- FlexibleFilterDefinition - Class in com.ocs.dynamo.filter
-
Flexible filter definition
- FlexibleFilterDefinition() - Constructor for class com.ocs.dynamo.filter.FlexibleFilterDefinition
- FlexibleFilterType - Enum in com.ocs.dynamo.filter
-
Various filter types for the ModelBasedFlexibleSearchForm
- flushAndClear() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- forClass(String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
forClass which doesn't throw an exception and can handle empty class names
- format(Object) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Formats a value
- formatDate(LocalDate, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Formats a LocalDate according to the specified format
- formatDateTime(LocalDateTime, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Formats a LocalDateTime according to the specified format
- formatEntity(EntityModel<?>, Object) - Static method in class com.ocs.dynamo.utils.FormatUtils
-
Formats and entity
- formatEntityCollection(EntityModelFactory, AttributeModel, Object, String, Locale, String) - Static method in class com.ocs.dynamo.utils.FormatUtils
-
Formats a collection of entities (turns it into a comma-separated string based on the value of the "displayProperty")
- formatJava8Date(Class<?>, Object, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Formats a Java 8 date/time/datetime based on the specified format
- formatPropertyValue(EntityModelFactory, MessageService, AttributeModel, Object, String, Locale) - Static method in class com.ocs.dynamo.utils.FormatUtils
-
Formats a property value
- formatPropertyValue(EntityModelFactory, MessageService, AttributeModel, Object, String, Locale, String) - Static method in class com.ocs.dynamo.utils.FormatUtils
-
Formats a property value
- formatTime(LocalTime, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Formats a java.time.LocalTime according to the specified format
- FormatUtils - Class in com.ocs.dynamo.utils
-
Utilities for formatting property values
- formatZonedDateTime(ZonedDateTime, String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Formats a ZonedDateTime according to the specified format
- fractionalToString(boolean, boolean, boolean, int, Number, Locale, String) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Converts a fractional value to a String
G
- getActualSortPath() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getAllowedExtensions() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getAnnotation(Class<?>, String, Class<T>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Tries to retrieve an annotation, by first looking at the field name, and then at the getter method
- getAnnotationAttributeValue(Field, Class<T>, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Get the value of a field in an annotation
- getAnnotationOnField(Class<?>, String, Class<T>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Return an annotation on a certain field
- getAnnotationOnField(Field, Class<T>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns an annotation on a certain field
- getAnnotationOnMethod(Class<?>, String, Class<T>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Looks for an annotation on a getter method
- getAnnotationOnMethod(Method, Class<T>) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Looks for an annotation on a (getter) method
- getApplicationContext() - Static method in class com.ocs.dynamo.service.impl.ApplicationContextProvider
- getAttributeGroups() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getAttributeGroups() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getAttributeMessage(EntityModel<T>, AttributeModel, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Retrieves a message relating to an attribute from the message bundle
- getAttributeMessage(String, AttributeModel, String, Locale) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getAttributeModel() - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- getAttributeModel(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getAttributeModel(String) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getAttributeModelsForGroup(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getAttributeModelsForGroup(String) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getAttributeModelsForType(AttributeType, Class<?>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getAttributeModelsForType(AttributeType, Class<?>) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getAttributeType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getBaseNames() - Method in class com.ocs.dynamo.configuration.ApplicationConfigurationSupport
- getBytes(Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Retrieves the contents of a field as a byte array
- getCascadeAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getCascadeAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getCascadeAttributes() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getCascadeFilterPath(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getCascadeMode(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getCollectionTableFieldName() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getCollectionTableName() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getConstructor(Class<T>, Object...) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Find constructor based on the types of the given arguments used to instantiate the class with the found constructor
- getCurrent() - Method in class com.ocs.dynamo.utils.DefaultProgressCounter
- getCurrentUserName() - Method in class com.ocs.dynamo.service.impl.UserDetailsServiceMockImpl
- getCustomSetting(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDao() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- getDao() - Method in class com.ocs.dynamo.service.impl.DefaultServiceImpl
- getDateType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDefaultDescription() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDefaultDisplayName() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDefaultDisplayName() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDefaultDisplayNamePlural() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDefaultTrueRepresentation() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDefaultValue() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDelegate() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getDescription(Locale) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDescription(Locale) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDescription(Locale) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getDisplayFormat() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDisplayName(Locale) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getDisplayName(Locale) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDisplayName(Locale) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getDisplayNamePlural(Locale) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDisplayNamePlural(Locale) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getDisplayProperty() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getDisplayProperty() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getDisplayPropertyValue(Collection<T>, EntityModel<T>, int, MessageService, Locale) - Static method in class com.ocs.dynamo.utils.EntityModelUtils
-
Returns a comma separated String containing the display properties of the specified entities
- getDisplayPropertyValue(T, EntityModel<?>) - Static method in class com.ocs.dynamo.utils.EntityModelUtils
-
Returns the value of the display property of an entity
- getDslRoot() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Returns the query DSL root
- getDslRoot() - Method in class com.ocs.dynamo.dao.impl.DefaultDaoImpl
- getEditableType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getEndValue() - Method in class com.ocs.dynamo.filter.Between
- getEntityClass() - Method in class com.ocs.dynamo.dao.impl.DefaultDaoImpl
- getEntityClass() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getEntityClass() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getEntityClass() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- getEntityManager() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- getEntityMessage(String, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Retrieves a message relating to an entity from the message bundle
- getEntityMessage(String, String, Locale) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getEntityModel() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getEntityModelFactory() - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
-
Retrieves the entity model factory from the context
- getEnumMessage(Class<E>, E, Locale) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getFalseRepresentation(Locale) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getFetchJoins() - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Returns the fetch joins that must be included in a query to fetch the IDs.
- getFetchJoins() - Method in class com.ocs.dynamo.dao.impl.DefaultDaoImpl
- getField(Class<?>, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns a field with a certain name from a class
- getFieldValue(Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Retrieves a field value
- getFieldValueAsString(Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns a field value as a String
- getFieldValueAsString(Object, String, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns a field value as a String
- getFileNameProperty() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getFilter() - Method in class com.ocs.dynamo.filter.Not
- getFilters() - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
-
Returns an collection of the sub-filters of this composite filter.
- getFirstValue(List<T>) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Returns the first value of a list
- getFirstValueOptional(List<T>) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
-
Returns an optional containing the first value of the provided list
- getFlexibleFilterType() - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- getGetterMethod(Class<?>, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Retrieves the getter method for a certain property
- getGridSelectMode() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getGroupTogetherWith() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getHtmlLineBreak() - Static method in class com.ocs.dynamo.utils.StringUtils
- getIdAttributeModel() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getIdAttributeModel() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getLastWeekOfYear(int) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Return the week number (1 - 53) of the last week of the specified year
- getLocale() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- getMainAttributeModel() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getMainAttributeModel() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getMaxLength() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getMaxLength(Class<?>, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns the maximum allowed length of a field
- getMaxLengthInGrid() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getMaxValue() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getMemberType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getMessage(String, Locale, Object...) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getMessageNoDefault(String, Locale) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getMessageNoDefault(String, Locale, Object...) - Method in class com.ocs.dynamo.service.impl.MessageServiceImpl
- getMessageService() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- getMessageService() - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- getMessageService() - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
-
Retrieves the message service from the context
- getMinLength() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getMinValue() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getModel(Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- getModel(String, Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- getModExpression() - Method in class com.ocs.dynamo.filter.Modulo
- getModValue() - Method in class com.ocs.dynamo.filter.Modulo
- getName() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getNestedEntityModel() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getNextWeekCode(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Returns the next week code given an existing week code
- getNormalizedType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getOperation() - Method in class com.ocs.dynamo.filter.Compare
- getOrder() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getParentPath() - Method in class com.ocs.dynamo.dao.impl.TreeDaoImpl
- getPath() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getPrecision() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getPrompt(Locale) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getProperty(Object, String) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Get the value of a property of the given bean by use of optimized reflection by Spring.
- getPropertyDescriptorForNestedProperty(Class<?>, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Returns the property descriptor for a nested property
- getPropertyId() - Method in class com.ocs.dynamo.filter.Between
- getPropertyId() - Method in class com.ocs.dynamo.filter.Compare
- getPropertyId() - Method in class com.ocs.dynamo.filter.Contains
- getPropertyId() - Method in class com.ocs.dynamo.filter.In
- getPropertyId() - Method in class com.ocs.dynamo.filter.IsNull
- getPropertyId() - Method in class com.ocs.dynamo.filter.Like
- getPropertyId() - Method in class com.ocs.dynamo.filter.Modulo
- getQuarter(LocalDate) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Returns the quarter of the year of a date, as an integer (1 to 4).
- getQuickAddPropertyName() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getReference() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getReference() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getReplacementSearchPath() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getReplacementSortPath() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getRequiredForSearchingAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getRequiredForSearchingAttributeModels() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getResolvedType(Class<T>, String, int...) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Return a Class> representing the generic parameter for the given indexes.
- getResolvedType(Object, int...) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Return a Class> representing the generic parameter for the given indexes.
- getResult() - Method in class com.ocs.dynamo.filter.Modulo
- getSearchMode() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getSearchSelectMode() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getSelectMode() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getService(Class<T>) - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
-
Retrieves a service of a certain type
- getServiceByName(String, Class<T>) - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
- getServiceForEntity(Class<?>) - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
-
Returns a service that is used to manage a certain type of entity
- getServices(Class<T>) - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
- getSortOrder() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- getSortOrder() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- getStartDateOfWeek(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Translates a week code (yyyy-ww) to the starting day (this is taken to be a Monday) of that week
- getStartValue() - Method in class com.ocs.dynamo.filter.Between
- getStyles() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getTextFieldMode() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getTrueRepresentation(Locale) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getType() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- getUniquePropertyIds() - Method in class com.ocs.dynamo.service.impl.DefaultServiceImpl
- getValue() - Method in class com.ocs.dynamo.filter.Compare
- getValue() - Method in class com.ocs.dynamo.filter.Contains
- getValue() - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- getValue() - Method in class com.ocs.dynamo.filter.Like
- getValues() - Method in class com.ocs.dynamo.filter.In
- getValueTo() - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- greater(String, Object) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs an "greater than" filter for a property
- Greater(String, Object) - Constructor for class com.ocs.dynamo.filter.Compare.Greater
-
Constructor
- GREATER - com.ocs.dynamo.filter.Compare.Operation
- GREATER_OR_EQUAL - com.ocs.dynamo.filter.Compare.Operation
- GREATER_OR_EQUAL - com.ocs.dynamo.filter.FlexibleFilterType
- GREATER_THAN - com.ocs.dynamo.filter.FlexibleFilterType
- greaterOrEqual(String, Object) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs an "greater or equals" filter for a property
- GreaterOrEqual(String, Object) - Constructor for class com.ocs.dynamo.filter.Compare.GreaterOrEqual
- groups() - Method in annotation type com.ocs.dynamo.domain.model.validator.Email
- groups() - Method in annotation type com.ocs.dynamo.domain.model.validator.URL
H
- hasEntityModel(Class<?>, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Check if a certain entity model has already been processed
- hashCode() - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
- hashCode() - Method in class com.ocs.dynamo.filter.Between
- hashCode() - Method in class com.ocs.dynamo.filter.Compare
- hashCode() - Method in class com.ocs.dynamo.filter.Contains
- hashCode() - Method in class com.ocs.dynamo.filter.In
- hashCode() - Method in class com.ocs.dynamo.filter.IsNull
- hashCode() - Method in class com.ocs.dynamo.filter.Like
- hashCode() - Method in class com.ocs.dynamo.filter.Not
- hasMethod(Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Check if the object has a (public) method that has the specified name
- hasModel(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
- HTML_LINE_BREAK - Static variable in class com.ocs.dynamo.utils.StringUtils
- HUNDRED - Static variable in class com.ocs.dynamo.utils.MathUtils
I
- IdComparator - Class in com.ocs.dynamo.domain.comparator
-
A comparator for comparing entities based on their IDs
- IdComparator() - Constructor for class com.ocs.dynamo.domain.comparator.IdComparator
- identicalEntityExists(T) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
-
Checks if there is an entity that is identical to this one Subclasses must override the findIdenticalEntity method to perform the actual calculation
- In - Class in com.ocs.dynamo.filter
-
A filter for testing that the value of a certain property is included in a collection of values
- In(String, Collection<?>) - Constructor for class com.ocs.dynamo.filter.In
- increment() - Method in class com.ocs.dynamo.utils.DefaultProgressCounter
- incrementBy(int) - Method in class com.ocs.dynamo.utils.DefaultProgressCounter
- initialize(Email) - Method in class com.ocs.dynamo.domain.model.validator.EmailValidator
- initialize(URL) - Method in class com.ocs.dynamo.domain.model.validator.URLValidator
- instantiateClass(Class<T>, Object...) - Static method in class com.ocs.dynamo.utils.ClassUtils
-
Instantiate a class with the given arguments; assumed is that all arguments are not null so the types can be determined and a matching constructor can be found.
- integerToString(boolean, boolean, Integer, Locale) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Converts an Integer to a String, using the Vaadin converters
- isAlreadyGrouped() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isAttributeGroupVisible(String, boolean) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- isAttributeGroupVisible(String, boolean) - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
- isCaseSensitive() - Method in class com.ocs.dynamo.filter.Like
- isComplexEditable() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isCurrency() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isDouble(Class<?>) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks whether a class is a double (either wrapper or primitive)
- isDouble(Object) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if an object is a double (either wrapper or primitive)
- isEmail() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isEmbedded() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isEqual(String, Object) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs an "equals" filter
- isFloat(Class<?>) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if a class is a float (either wrapper or primitive)
- isIgnoreInSearchFilter() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isImage() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isInteger(Class<?>) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if a class is an integer (either wrapper or primitive)
- isInteger(Object) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if an object is an integer (either wrapper or primitive)
- isJava8DateType(Class<?>) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Çhecks whether a class represents a Java 8 date or time type
- isLong(Class<?>) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if a class is a long (either wrapper or primitive)
- isLong(Object) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Checks if an object is a Long (either primitive or wrapper)
- isMainAttribute() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isMultipleSearch() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isNavigable() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isNull(String) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a "isNull" filter for a property
- IsNull - Class in com.ocs.dynamo.filter
-
A filter for checking if a property is null
- IsNull(String) - Constructor for class com.ocs.dynamo.filter.IsNull
-
Constructor
- isNumeric(Class<?>) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Indicates whether a certain class is a numeric class (either a primitive or a wrapper that extends the Number class) that is supported by the framework
- isNumerical() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isPercentage() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isQuickAddAllowed() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isRequired() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isRequiredForSearching() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSearchable() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSearchCaseSensitive() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSearchDateOnly() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSearchForExactValue() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSearchPrefixOnly() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSortable() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isSupportedDateType(Class<?>) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Checks if a class represents a supported Date time.
- isThousandsGrouping() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isUniqueCaseSensitive() - Method in class com.ocs.dynamo.service.impl.DefaultServiceImpl
- isUrl() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isUserInRole(String...) - Method in class com.ocs.dynamo.service.impl.UserDetailsServiceMockImpl
- isValid(String, ConstraintValidatorContext) - Method in class com.ocs.dynamo.domain.model.validator.EmailValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.ocs.dynamo.domain.model.validator.URLValidator
- isValidEmail(String) - Static method in class com.ocs.dynamo.utils.StringUtils
-
Checks if an value is a valid email address - this is actually a very simple check that only checks for the @-sign
- isValidWeekCode(String) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Checks if a string represents a valid week code (yyyy-ww).
- isVisible() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isVisible(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Check whether a message contains a value that marks the attribute as "visible"
- isVisibleInGrid() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- isWeek() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
J
- JpaQueryBuilder - Class in com.ocs.dynamo.dao.impl
L
- LazyEntityModelWrapper<T> - Class in com.ocs.dynamo.domain.model.impl
-
A wrapper that adds lazy loading to an entity model definition
- LazyEntityModelWrapper(EntityModelFactory, String, Class<T>) - Constructor for class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
-
Constructor
- less(String, Object) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs an "less than" filter
- Less(String, Object) - Constructor for class com.ocs.dynamo.filter.Compare.Less
-
Constructor
- LESS - com.ocs.dynamo.filter.Compare.Operation
- LESS_OR_EQUAL - com.ocs.dynamo.filter.Compare.Operation
- LESS_OR_EQUAL - com.ocs.dynamo.filter.FlexibleFilterType
- LESS_THAN - com.ocs.dynamo.filter.FlexibleFilterType
- lessOrEqual(String, Object) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a "less or equal" filter
- LessOrEqual(String, Object) - Constructor for class com.ocs.dynamo.filter.Compare.LessOrEqual
-
Constructor
- like(String, String) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a case-sensitive "like" filter
- like(String, String, boolean) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a "like" filter for string comparison
- Like - Class in com.ocs.dynamo.filter
-
A filter for checking if a string value contains a certain pattern.
- Like(String, String) - Constructor for class com.ocs.dynamo.filter.Like
-
Constructor
- Like(String, String, boolean) - Constructor for class com.ocs.dynamo.filter.Like
-
Construct a new
Likewith given case sensitivity - likeIgnoreCase(String, String) - Method in class com.ocs.dynamo.filter.AbstractFilter
- loadCtx() - Method in class com.ocs.dynamo.service.impl.BaseSpringServiceLocator
- longToString(boolean, boolean, Long, Locale) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Converts an Long to a String, using the Vaadin converters
M
- MathUtils - Class in com.ocs.dynamo.utils
- message() - Method in annotation type com.ocs.dynamo.domain.model.validator.Email
- message() - Method in annotation type com.ocs.dynamo.domain.model.validator.URL
- message(String) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- message(String, Object...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- messageService() - Method in class com.ocs.dynamo.DynamoImplAutoConfigure
- MessageServiceImpl - Class in com.ocs.dynamo.service.impl
-
Implementation of the simple message service
- MessageServiceImpl() - Constructor for class com.ocs.dynamo.service.impl.MessageServiceImpl
- messageSource() - Method in class com.ocs.dynamo.configuration.ApplicationConfigurationSupport
- messageWithLocale(String, Locale, Object...) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- Modulo - Class in com.ocs.dynamo.filter
-
A filter for determining if an expression matches a certain modulo calculation
- Modulo(String, Integer, Number) - Constructor for class com.ocs.dynamo.filter.Modulo
- Modulo(String, String, Number) - Constructor for class com.ocs.dynamo.filter.Modulo
- multiplyPercentage(BigDecimal, BigDecimal, int) - Static method in class com.ocs.dynamo.utils.MathUtils
-
Returns the result of multiplying a value with a certain percentage, rounded to the specified precision
N
- next() - Method in interface com.ocs.dynamo.domain.query.DataSetIterator
-
Returns the next entity
- next() - Method in class com.ocs.dynamo.domain.query.FixedDataSetIterator
- next() - Method in class com.ocs.dynamo.domain.query.PagingDataSetIterator
- not(Filter) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a negation filter
- Not - Class in com.ocs.dynamo.filter
-
A filter that negates the value of another filter
- Not(Filter) - Constructor for class com.ocs.dynamo.filter.Not
-
Constructor
- NOT_CONTAINS - com.ocs.dynamo.filter.FlexibleFilterType
- NOT_EQUAL - com.ocs.dynamo.filter.FlexibleFilterType
- NOT_STARTS_WITH - com.ocs.dynamo.filter.FlexibleFilterType
- nullSafeGet(Integer) - Static method in class com.ocs.dynamo.utils.MathUtils
-
Performs a null-safe get of an Integer
- nullSafeGet(Long) - Static method in class com.ocs.dynamo.utils.MathUtils
- numberToString(AttributeModel, T, boolean, Locale, String) - Static method in class com.ocs.dynamo.utils.NumberUtils
-
Converts a number to a String
- NumberUtils - Class in com.ocs.dynamo.utils
-
Utility methods for dealing with numbers
O
- or() - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Wraps the filter in an Or filter (if not already present)
- or(Filter...) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a filter that is a disjunction of the provided filters
- or(Collection<Filter>) - Method in class com.ocs.dynamo.filter.AbstractFilter
-
Constructs a filter that is a disjunction of the provided filters
- Or - Class in com.ocs.dynamo.filter
-
A composite filter that evaluates to true if at least one of its subfilters does
- Or(Filter...) - Constructor for class com.ocs.dynamo.filter.Or
-
Constructor
- Or(Collection<Filter>) - Constructor for class com.ocs.dynamo.filter.Or
-
Constructor
P
- PagingDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.domain.query
-
An iterator for traversing large data sets without loading them all into memory
- PagingDataSetIterator(List<ID>) - Constructor for class com.ocs.dynamo.domain.query.PagingDataSetIterator
-
Constructor
- PagingDataSetIterator(List<ID>, int) - Constructor for class com.ocs.dynamo.domain.query.PagingDataSetIterator
-
Constructor
- payload() - Method in annotation type com.ocs.dynamo.domain.model.validator.Email
- payload() - Method in annotation type com.ocs.dynamo.domain.model.validator.URL
- prependProtocol(String) - Static method in class com.ocs.dynamo.utils.StringUtils
-
Prepends the default protocol ("http://") to a value that represents a URL
- propertyIdToHumanFriendly(Object, boolean) - Static method in class com.ocs.dynamo.utils.StringUtils
-
Converts a propertyId to a
R
- readPage(List<ID>) - Method in class com.ocs.dynamo.domain.query.PagingDataSetIterator
-
Returns a page of data given a list of IDs
- remove(Filter) - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
-
Removes a filter
- removeCascades() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- removeFilters(Filter, String...) - Static method in class com.ocs.dynamo.filter.DynamoFilterUtil
-
Removes filters with certain property IDs from a certain filter
- replace(Filter, Filter, boolean) - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
-
Replaces a filter by a new filter.
- replaceFilter(Filter, Filter, String, boolean) - Static method in class com.ocs.dynamo.filter.DynamoFilterUtil
-
Replaces a filter by another filter
- replaceMasterAndDetailFilters(Filter, EntityModel<?>) - Static method in class com.ocs.dynamo.filter.DynamoFilterUtil
-
Replaces all filters that query a detail relation by the appropriate filters
- reset() - Method in class com.ocs.dynamo.utils.DefaultProgressCounter
- restrictToMaxFieldLength(String, Class<?>, String) - Static method in class com.ocs.dynamo.utils.StringUtils
-
Restricts a string value to the maximum length of a certain field
S
- save(List<T>) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- save(List<T>) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- save(T) - Method in class com.ocs.dynamo.dao.impl.BaseDaoImpl
- save(T) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
- setAllowedExtensions(Set<String>) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setAlreadyGrouped(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setAnnotationOverrides(Class<?>, AttributeModelImpl, PropertyDescriptor, boolean) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Overwrite the default values with annotation values
- setApplicationContext(ApplicationContext) - Method in class com.ocs.dynamo.service.impl.ApplicationContextProvider
- setAttributeModel(AttributeModel) - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- setAttributeType(AttributeType) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setBytes(byte[], Object, String) - Static method in class com.ocs.dynamo.utils.ClassUtils
- setCaseSensitive(boolean) - Method in class com.ocs.dynamo.filter.Like
- setCollectionTableFieldName(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setCollectionTableName(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setComplexEditable(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setCurrency(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setCustomSetting(String, Object) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDateType(AttributeDateType) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultDescription(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultDescription(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setDefaultDisplayName(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultDisplayName(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setDefaultDisplayNamePlural(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setDefaultFalseRepresentation(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultPrompt(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultTrueRepresentation(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDefaultValue(AttributeModelImpl, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Sets the default value on the attribute model (translates a String to the appropriate type)
- setDefaultValue(Object) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDisplayFormat(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setDisplayProperty(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setEditableType(EditableType) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setEmail(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setEntityClass(Class<T>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setEntityModel(EntityModel<?>) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setFieldValue(Object, String, Object) - Static method in class com.ocs.dynamo.utils.ClassUtils
- setFileNameProperty(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setFilter(Filter) - Method in class com.ocs.dynamo.filter.Not
- setFlexibleFilterType(FlexibleFilterType) - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- setGridSelectMode(AttributeSelectMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setIgnoreInSearchFilter(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setImage(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMainAttribute(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMaxLength(Integer) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMaxLengthInGrid(Integer) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMaxValue(Long) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMemberType(Class<?>) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMinLength(Integer) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setMinValue(Long) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setModValue(Integer) - Method in class com.ocs.dynamo.filter.Modulo
- setMultipleSearch(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setName(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setNavigable(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setNestedEntityModel(EntityModel<?>) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setNestedEntityModel(AttributeModelImpl) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Calculates the entity model for a nested property, recursively up until a certain depth
- setOrder(Integer) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setParameters(TypedQuery<?>, Map<String, Object>) - Static method in class com.ocs.dynamo.dao.impl.JpaQueryBuilder
-
Sets any parameter values on the query
- setPercentage(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setPrecision(int) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setQuickAddAllowed(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setQuickAddPropertyName(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setReference(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setReplacementSearchPath(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setReplacementSortPath(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setRequired(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setRequiredForSearching(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchCaseSensitive(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchDateOnly(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchForExactValue(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchMode(SearchMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchPrefixOnly(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSearchSelectMode(AttributeSelectMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSelectMode(AttributeSelectMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSortable(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setSortOrder(EntityModel<T>, String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Sets the sort order on an entity model
- setSortOrder(Map<AttributeModel, Boolean>) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- setStyles(String) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setTextFieldMode(AttributeTextFieldMode) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setThousandsGrouping(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setType(Class<?>) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setUrl(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setValue(Object) - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- setValueTo(Object) - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- setVisible(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setVisibleInGrid(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- setWeek(boolean) - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- size() - Method in interface com.ocs.dynamo.domain.query.DataSetIterator
-
Returns the total number of entities
- size() - Method in class com.ocs.dynamo.domain.query.FixedDataSetIterator
- size() - Method in class com.ocs.dynamo.domain.query.PagingDataSetIterator
-
Returns the size
- skipAttribute(String) - Method in class com.ocs.dynamo.domain.model.impl.EntityModelFactoryImpl
-
Indicates whether to skip an attribute since it does not constitute an actual property but rather a generic or technical field that all entities have
- STARTS_WITH - com.ocs.dynamo.filter.FlexibleFilterType
- StringUtils - Class in com.ocs.dynamo.utils
-
String utility functions
T
- toLegacyDate(LocalDate) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Converts a LocalDate to a legacy java.time.LocalTime
- toLegacyDate(LocalDateTime) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Converts a java.time.LocalDateTime to a java.time.LocalTime
- toString() - Method in class com.ocs.dynamo.domain.model.impl.AttributeModelImpl
- toString() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- toString() - Method in class com.ocs.dynamo.filter.AbstractFilter
- toString() - Method in class com.ocs.dynamo.filter.AbstractJunctionFilter
- toString() - Method in class com.ocs.dynamo.filter.Between
- toString() - Method in class com.ocs.dynamo.filter.Compare
- toString() - Method in class com.ocs.dynamo.filter.Contains
- toString() - Method in class com.ocs.dynamo.filter.FlexibleFilterDefinition
- toString() - Method in class com.ocs.dynamo.filter.In
- toString() - Method in class com.ocs.dynamo.filter.IsNull
- toString() - Method in class com.ocs.dynamo.filter.Like
- toString() - Method in class com.ocs.dynamo.filter.Modulo
- toString() - Method in class com.ocs.dynamo.filter.Not
- toWeekCode(LocalDate) - Static method in class com.ocs.dynamo.utils.DateUtils
-
Converts a date to its corresponding week code
- TreeDaoImpl<ID,T extends AbstractEntity<ID>> - Class in com.ocs.dynamo.dao.impl
-
Base implementation of a DAO with tree support
- TreeDaoImpl() - Constructor for class com.ocs.dynamo.dao.impl.TreeDaoImpl
U
- URL - Annotation Type in com.ocs.dynamo.domain.model.validator
- UrlUtils - Class in com.ocs.dynamo.utils
-
Some utilities to simplify working with URL's
- URLValidator - Class in com.ocs.dynamo.domain.model.validator
-
A validator for checking if a String is a valid URL
- URLValidator() - Constructor for class com.ocs.dynamo.domain.model.validator.URLValidator
- UserDetailsServiceMockImpl - Class in com.ocs.dynamo.service.impl
-
Mock implementation of the user details service.
- UserDetailsServiceMockImpl() - Constructor for class com.ocs.dynamo.service.impl.UserDetailsServiceMockImpl
- usesDefaultGroupOnly() - Method in class com.ocs.dynamo.domain.model.impl.EntityModelImpl
- usesDefaultGroupOnly() - Method in class com.ocs.dynamo.domain.model.impl.LazyEntityModelWrapper
V
- validate(T) - Method in class com.ocs.dynamo.service.impl.BaseServiceImpl
-
Validates an entity
- validatorFactory() - Method in class com.ocs.dynamo.configuration.ApplicationConfigurationSupport
- valueOf(String) - Static method in enum com.ocs.dynamo.filter.Compare.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ocs.dynamo.filter.FlexibleFilterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ocs.dynamo.filter.Compare.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.ocs.dynamo.filter.FlexibleFilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WEEK_CODE_PATTERN - Static variable in class com.ocs.dynamo.utils.DateUtils
All Classes All Packages