All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractFilter AbstractJunctionFilter Abstract class for composite filtersAnd A composite filter that evaluates to true if all of the subfilters matchApplicationConfigurationSupport Spring Java configurationApplicationContextProvider AttributeComparator<T extends AbstractEntity<?>> A comparator for comparing two entities based on a value of an attribute (using reflection)AttributeModelImpl Implementation of the AttributeModel interface - simple container for propertiesAuditAspect 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 componentsBaseDaoImpl<ID,T extends AbstractEntity<ID>> Base class for all DAO implementationsBaseServiceImpl<ID,T extends AbstractEntity<ID>> Base service implementationBaseSpringServiceLocator Static class for accessing the Spring containerBetween A filter that matches if the property to check for falls within the defined range.ClassUtils Compare A filter that compares a property value against a provided valueCompare.Equal A filter that evaluates to true if the property value is equal to the provided valueCompare.Greater A filter that evaluates to true if the property value is greater than the provided valueCompare.GreaterOrEqual A filter that evaluates to true if the property value is greater than or equal to the provided valueCompare.Less A filter that evaluates to true if the property value is less than the provided valueCompare.LessOrEqual A filter that evaluates to true if the property value is less than or equal to the provided valueCompare.Operation Contains A filter that checks if a value is contained in a collectionDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> Interface for an iterator that iterators over a set of entities using pagingDateUtils Date utility classDefaultDaoImpl<ID,T extends AbstractEntity<ID>> A default DAO implementationDefaultProgressCounter DefaultServiceImpl<ID,T extends AbstractEntity<ID>> Default implementation of BaseService for dealing with simple entitiesDynamoFilterUtil DynamoImplAutoConfigure Auto configuration for Dynamo implementation classesEmail An annotation for email validationEmailValidator A very simpleConstraintValidatorfor checking if a string value is a valid email address.EntityModelFactoryImpl Implementation of the entity model factory - creates models that hold metadata about an entityEntityModelImpl<T> An implementation of an entity model - holds metadata about an entityEntityModelUtils FixedDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> A simple iterator for iterating over a fixed set of data - this basically just delegates to the underlying collectionFlexibleFilterDefinition Flexible filter definitionFlexibleFilterType Various filter types for the ModelBasedFlexibleSearchFormFormatUtils Utilities for formatting property valuesIdComparator A comparator for comparing entities based on their IDsIn A filter for testing that the value of a certain property is included in a collection of valuesIsNull A filter for checking if a property is nullJpaQueryBuilder LazyEntityModelWrapper<T> A wrapper that adds lazy loading to an entity model definitionLike A filter for checking if a string value contains a certain pattern.MathUtils MessageServiceImpl Implementation of the simple message serviceModulo A filter for determining if an expression matches a certain modulo calculationNot A filter that negates the value of another filterNumberUtils Utility methods for dealing with numbersOr A composite filter that evaluates to true if at least one of its subfilters doesPagingDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> An iterator for traversing large data sets without loading them all into memoryStringUtils String utility functionsTreeDaoImpl<ID,T extends AbstractEntity<ID>> Base implementation of a DAO with tree supportURL UrlUtils Some utilities to simplify working with URL'sURLValidator A validator for checking if a String is a valid URLUserDetailsServiceMockImpl Mock implementation of the user details service.