Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W _ 

A

AbstractAuditableEntity<ID> - Class in com.ocs.dynamo.domain
Base class for entities that store auditing information
AbstractAuditableEntity() - Constructor for class com.ocs.dynamo.domain.AbstractAuditableEntity
 
abstractAuditableEntity - Static variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
AbstractEntity<ID> - Class in com.ocs.dynamo.domain
Base class for entities
AbstractEntity() - Constructor for class com.ocs.dynamo.domain.AbstractEntity
 
abstractEntity - Static variable in class com.ocs.dynamo.domain.QAbstractEntity
 
AbstractTreeEntity<ID,P extends AbstractTreeEntity> - Class in com.ocs.dynamo.domain
Base class for entities that have a tree hierarchy
AbstractTreeEntity() - Constructor for class com.ocs.dynamo.domain.AbstractTreeEntity
 
abstractTreeEntity - Static variable in class com.ocs.dynamo.domain.QAbstractTreeEntity
 
addAttributeGroup(String) - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
addAttributeModel(String, AttributeModel, AttributeModel) - Method in interface com.ocs.dynamo.domain.model.EntityModel
Adds a new attribute model on the position of the given existing attribute model.
addCascade(String, String, CascadeMode) - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Adds a cascade option
addChild(P) - Method in class com.ocs.dynamo.domain.AbstractTreeEntity
 
addGroupTogetherWith(String) - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Adds a "group together with" attribute.
addSortOrder(SortOrder) - Method in class com.ocs.dynamo.dao.SortOrders
Adds a sort order
ALLOWED_EXTENSIONS - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Allowed extensions (for a file upload)
allowTableExport() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
applyFilter(Collection<T>) - Method in interface com.ocs.dynamo.filter.Filter
Applies the filter to a collection of objects, and retunrs the objects that match the filter
Attribute - Annotation Type in com.ocs.dynamo.domain.model.annotation
An interface that can be used to specify the properties of an attribute - this will override any defaults
ATTRIBUTE_GROUP - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Used to define an attribute group in the message bundle
ATTRIBUTE_NAMES - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Attribute names
ATTRIBUTE_ORDER - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Attribute order
AttributeDateType - Enum in com.ocs.dynamo.domain.model
Indicates the date/time type of an attribute.
AttributeGroup - Annotation Type in com.ocs.dynamo.domain.model.annotation
An annotation that can be used to indicate that certain attribute should be grouped together on the screen
AttributeGroups - Annotation Type in com.ocs.dynamo.domain.model.annotation
An annotation that can be used to place multiple "AttributeGroup" annotation on an entity.
AttributeModel - Interface in com.ocs.dynamo.domain.model
An attribute model represents how a certain attribute of an entity will be behave in the user interface.
AttributeOrder - Annotation Type in com.ocs.dynamo.domain.model.annotation
An annotation that can be used to override the default attribute order
AttributeSelectMode - Enum in com.ocs.dynamo.domain.model
 
AttributeTextFieldMode - Enum in com.ocs.dynamo.domain.model
the various options for components for editing a String value
AttributeType - Enum in com.ocs.dynamo.domain.model
Indicates the main attribute types in the entity model

B

BaseDao<ID,T extends AbstractEntity<ID>> - Interface in com.ocs.dynamo.dao
Interface that all DAO objects must implement
BaseService<ID,T extends AbstractEntity<ID>> - Interface in com.ocs.dynamo.service
The interface for a service that manages an entity

C

CACHE_SIZE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Maximum cache size (for lazy query container)
canProvideModel(String, Class<T>) - Method in interface com.ocs.dynamo.domain.model.EntityModelFactory
Checks whether the factory can provide a model
Cascade - Annotation Type in com.ocs.dynamo.domain.model.annotation
Annotation used to define a cascade between components
CASCADE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Cascade attribute
CASCADE_FILTER_PATH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Cascade filter path (what to filter to receving end of the cascade on)
CASCADE_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Cascade mode (when to apply cascading - search, edit, or both)
CASCADE_OFF - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
To completely turn off cascading for an attribute
CascadeMode - Enum in com.ocs.dynamo.domain.model
When to apply cascading - search screen, edit screen, or both
changedBy - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
changedOn - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
CHECKBOX_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The "checkbox mode" for a boolean (either a checkbox or a toggle)
CheckboxMode - Enum in com.ocs.dynamo.domain.model
Checkbox mode for boolean properties
children - Variable in class com.ocs.dynamo.domain.QAbstractTreeEntity
 
com.ocs.dynamo.constants - package com.ocs.dynamo.constants
 
com.ocs.dynamo.dao - package com.ocs.dynamo.dao
 
com.ocs.dynamo.domain - package com.ocs.dynamo.domain
 
com.ocs.dynamo.domain.model - package com.ocs.dynamo.domain.model
 
com.ocs.dynamo.domain.model.annotation - package com.ocs.dynamo.domain.model.annotation
 
com.ocs.dynamo.exception - package com.ocs.dynamo.exception
 
com.ocs.dynamo.filter - package com.ocs.dynamo.filter
 
com.ocs.dynamo.service - package com.ocs.dynamo.service
 
com.ocs.dynamo.util - package com.ocs.dynamo.util
 
COMPLEX_EDITABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether the attribute (of type MASTER, DETAIL or ELEMENT_TABLE) can be edited in an edit form
count() - Method in interface com.ocs.dynamo.dao.BaseDao
Returns the total number of entities of this type
count(Filter, boolean) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns the number of entities that match the provided filter
count() - Method in interface com.ocs.dynamo.service.BaseService
Returns the total number of entities of this type
count(Filter, boolean) - Method in interface com.ocs.dynamo.service.BaseService
Returns the number of entities that match the provided filter
createdBy - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
createdOn - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
createNewEntity() - Method in interface com.ocs.dynamo.service.BaseService
Creates a new entity
CSS_ADDITIONAL - Static variable in class com.ocs.dynamo.constants.DynamoConstants
CSS style for additional colums
CSS_BUTTON_BAR - Static variable in class com.ocs.dynamo.constants.DynamoConstants
CSS style for button bar components
CSS_CLASS_HALFSCREEN - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Custom style for forms that should span 50% of the screen
CSS_CLASS_UPLOAD - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class that is given to an image component used to display an uploaded file
CSS_DANGER - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class that indicates a dangerous value
CSS_DIVIDER - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class used to indicate a divider row in a table
CSS_FIRST - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class used to indicate that an element is the first child element
CSS_LAST_VISITED - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class for the last visited main menu item
CSS_NESTED - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class
CSS_NUMERICAL - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class that is assigned to numerical cells in a table
CSS_OCS_DIALOG - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class for popup dialogs
CSS_PARENT_ROW - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class for the parent row
CSS_REQUIRED - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The CSS class for a field that must be marked as "required"
CURRENCY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether an amount represents a currency
CURRENCY_SYMBOL - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Currency symbol

D

DATE_LOCALE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The locale to use in Date components (can be different from the main locale)
DATE_TYPE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The date type (date, time, or time stamp) of a value of type java.util.Date
DEFAULT_GROUP - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The name of the default group for all attributes for which no explicit group is specified
DEFAULT_LOCALE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The default locale
DEFAULT_VALUE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Default value when creating new entity
delete(List<T>) - Method in interface com.ocs.dynamo.dao.BaseDao
Deletes all entities in the provided list
delete(T) - Method in interface com.ocs.dynamo.dao.BaseDao
Deletes the provided entity
delete(List<T>) - Method in interface com.ocs.dynamo.service.BaseService
Deletes all entities in the provided list
delete(T) - Method in interface com.ocs.dynamo.service.BaseService
Deletes the provided entity
DESCRIPTION - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Description (used for tool tip)
DIRECT_NAVIGATION - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates whether direct navigation to this linked entity is allowed
DISPLAY_FORMAT - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Display format for date, time, or time stamp fields
DISPLAY_NAME - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Display name (used as title/caption)
DISPLAY_NAME_PLURAL - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Display name plural form (used as title above tables/lists)
DISPLAY_PROPERTY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The display property (used to determine what to display when using the entity inside a lookup component or inside a table)
DynamoConstants - Class in com.ocs.dynamo.constants
Various constants that are used by the Dynamo framework.

E

EDITABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The editable modus (EDITABLE, READ_ONLY, or CREATE_ONLY)
EditableType - Enum in com.ocs.dynamo.domain.model
Indicates when an attribute can be edited
EMBEDDED - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether the property is embedded
EntityModel<T> - Interface in com.ocs.dynamo.domain.model
An interface representing a model that contains an entity's metadata
EntityModelFactory - Interface in com.ocs.dynamo.domain.model
Factory for entity models
equals(Object) - Method in class com.ocs.dynamo.dao.FetchJoinInformation
 
equals(Object) - Method in class com.ocs.dynamo.dao.SortOrder
 
equals(Object) - Method in class com.ocs.dynamo.domain.AbstractEntity
Basic equals function.
evaluate(Object) - Method in interface com.ocs.dynamo.filter.Filter
Evaluates an object against the filter
EXTENDED_PAGE_SIZE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Larger page size (for lazy query container)

F

FALSE_REPRESENTATION - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The String representation for the boolean "false" value
fetch(Filter, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches entities that match the provided filter
fetch(Filter, Pageable, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches entities that match the provided filter
fetch(Filter, SortOrders, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches entities that match the provided filter
fetch(Filter, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches entities that match the provided filter
fetch(Filter, int, int, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches a page of entities that match the provided filter
fetch(Filter, int, int, SortOrders, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches a page of entities that match the provided filter
fetch(Filter, SortOrders, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches a list of entities that match the provided filter
fetchById(ID, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches an entity (and its relations) based on its ID
fetchById(ID, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches an entity (and its relations) based on its ID
fetchByIds(List<ID>, SortOrders, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches the entities identified by the provided IDs
fetchByIds(List<ID>, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches the entities identified by the provided IDs
fetchByIds(List<ID>, SortOrders, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches the entities identified by the provided IDs
fetchByUniqueProperty(String, Object, boolean, FetchJoinInformation...) - Method in interface com.ocs.dynamo.dao.BaseDao
Fetches an entity based on a unique property
fetchByUniqueProperty(String, Object, boolean, FetchJoinInformation...) - Method in interface com.ocs.dynamo.service.BaseService
Fetches an entity based on a unique property
FetchJoinInformation - Class in com.ocs.dynamo.dao
A DTO representing the properties of a fetch join
FetchJoinInformation(String, JoinType) - Constructor for class com.ocs.dynamo.dao.FetchJoinInformation
Constructor
FetchJoinInformation(String) - Constructor for class com.ocs.dynamo.dao.FetchJoinInformation
Constructor - defaults to left join
Filter - Interface in com.ocs.dynamo.filter
Interface for objects that
find(Filter) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns all entities that match the provided filter
find(Filter, SortOrder...) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns all entities that match the provided filter
find(Filter) - Method in interface com.ocs.dynamo.service.BaseService
Returns all entities that match the provided filter
find(Filter, SortOrder...) - Method in interface com.ocs.dynamo.service.BaseService
Returns all entities that match the provided filter, sorted according to the provided sort orders
findAll() - Method in interface com.ocs.dynamo.dao.BaseDao
Returns a list of all entities.
findAll(SortOrder...) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns a list of all entities.
findAll() - Method in interface com.ocs.dynamo.service.BaseService
Returns a list of all entities.
findAll(SortOrder...) - Method in interface com.ocs.dynamo.service.BaseService
Returns a list of all entities, sorted according to the provided sort orders
findById(ID) - Method in interface com.ocs.dynamo.dao.BaseDao
Finds an object based on its ID
findById(ID) - Method in interface com.ocs.dynamo.service.BaseService
Finds an object based on its ID
findByParent(T) - Method in interface com.ocs.dynamo.dao.TreeDao
Find all children for a given parent.
findByParentIsNull() - Method in interface com.ocs.dynamo.dao.TreeDao
Find all root objects.
findByUniqueProperty(String, Object, boolean) - Method in interface com.ocs.dynamo.dao.BaseDao
Finds an object based on a unique property value
findByUniqueProperty(String, Object, boolean) - Method in interface com.ocs.dynamo.service.BaseService
Finds an object based on a unique property value
findDistinct(Filter, String, Class<S>, SortOrder...) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns all entities that match the provided filter and apply a distinct on the given column
findDistinct(Filter, String, Class<S>, SortOrder...) - Method in interface com.ocs.dynamo.service.BaseService
Returns all distinct values that appear in a certain field for all entities that match the provided filter
findDistinctInCollectionTable(String, String, Class<S>) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns all distinct values in a collection table
findDistinctInCollectionTable(String, String, Class<S>) - Method in interface com.ocs.dynamo.service.BaseService
Finds distinct elements in a collection table
findIds(Filter, SortOrder...) - Method in interface com.ocs.dynamo.dao.BaseDao
Returns the IDS of the entities that match the provided filter
findIds(Filter, SortOrder...) - Method in interface com.ocs.dynamo.service.BaseService
Returns the IDs of the entities that match the provided filter
flushAndClear() - Method in interface com.ocs.dynamo.dao.BaseDao
Flushes and clears the entity manager (useful after an explicit update or delete)
fromString(String) - Static method in enum com.ocs.dynamo.dao.SortOrder.Direction
Translates the provided String into the corresponding Direction enum

G

getAllowedExtensions() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getAttributeGroups() - Method in interface com.ocs.dynamo.domain.model.EntityModel
Returns the attribute groups that are defined for this entity
getAttributeMessage(String, AttributeModel, String, Locale) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a message that is used to override an attribute model setting
getAttributeModel(String) - Method in interface com.ocs.dynamo.domain.model.EntityModel
Looks up an attribute model by its name
getAttributeModels() - Method in interface com.ocs.dynamo.domain.model.EntityModel
Returns an ordered list of all attribute models
getAttributeModelsForGroup(String) - Method in interface com.ocs.dynamo.domain.model.EntityModel
Returns the attribute models for a certain group
getAttributeModelsForType(AttributeType, Class<?>) - Method in interface com.ocs.dynamo.domain.model.EntityModel
Returns the attribute models for a certain attribute type and type.
getAttributeType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getCascadeAttributeModels() - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
getCascadeAttributes() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getCascadeFilterPath(String) - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Returns the path to filter on when applying a cascade
getCascadeMode(String) - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Returns the cascade mode
getChangedBy() - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
getChangedOn() - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
getCheckboxMode() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getChildren() - Method in class com.ocs.dynamo.domain.AbstractTreeEntity
 
getCollectionTableFieldName() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getCollectionTableName() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getCreatedBy() - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
getCreatedOn() - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
getCurrentUserName() - Method in interface com.ocs.dynamo.service.UserDetailsService
Retrieve the name of the currently logged in user
getDateType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getDefaultCaptionFormat() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultCurrencySymbol() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultDateFormat() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
The default date format
getDefaultDateLocale() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultDateTimeFormat() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
The default date/time format
getDefaultDateTimeWithTimezoneFormat() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
The default date/time format with time zone
getDefaultDecimalPrecision() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
The default decimal precision
getDefaultFalseRepresentation() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultFieldWidth() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultFormTitleWidth() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultListSelectRows() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultLocale() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultSearchCaseSensitive() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultSearchPrefixOnly() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultTimeFormat() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultTrueRepresentation() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultValidationMode() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getDefaultValue() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getDescription() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getDescription() - Method in interface com.ocs.dynamo.domain.model.EntityModel
Textual description of the entity
getDirection() - Method in class com.ocs.dynamo.dao.SortOrder
 
getDisplayFormat() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getDisplayName() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getDisplayName() - Method in interface com.ocs.dynamo.domain.model.EntityModel
The display name of the entity
getDisplayNamePlural() - Method in interface com.ocs.dynamo.domain.model.EntityModel
The display name (plural) of the entity
getDisplayProperty() - Method in interface com.ocs.dynamo.domain.model.EntityModel
The name of the property that is used when displaying the entity inside a select component (like a combo box) or a table
getEditableType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getEntityClass() - Method in interface com.ocs.dynamo.dao.BaseDao
Returns the class of the entity managed by this DAO
getEntityClass() - Method in interface com.ocs.dynamo.domain.model.EntityModel
The class of the entity that this model is based on
getEntityClass() - Method in interface com.ocs.dynamo.service.BaseService
Returns the class of the entity managed by this DAO
getEntityMessage(String, String, Locale) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a message that is used to override an entity model setting
getEntityModel() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getEntityModelFactory() - Method in interface com.ocs.dynamo.service.ServiceLocator
Retrieves the entity model factory from the context
getEnumMessage(Class<E>, E, Locale) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a message that is used as the human-readable definition of an enum
getErrors() - Method in exception com.ocs.dynamo.exception.OCSValidationException
 
getExpansionFactor() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
The expansion factor for sizing components that are rendered on the same row
getExportCsvQuoteChar() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getExportCsvSeparator() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getFalseRepresentation() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getFileNameProperty() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getGroupTogetherWith() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getId() - Method in class com.ocs.dynamo.domain.AbstractEntity
 
getIdAttributeModel() - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
getJoinType() - Method in class com.ocs.dynamo.dao.FetchJoinInformation
 
getLookupFieldMaxItems() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getMainAttributeModel() - Method in interface com.ocs.dynamo.domain.model.EntityModel
Returns the main attribute
getMaximumExportRowsNonStreaming() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getMaximumExportRowsStreaming() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getMaximumExportRowsStreamingPivot() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getMaxLength() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getMaxLengthInTable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
The maximum length of the text representation inside a table
getMaxValue() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getMemberType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getMessage() - Method in exception com.ocs.dynamo.exception.OCSValidationException
 
getMessage(String, Locale) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a simple message - returns a warning if no such message can be found
getMessage(String, Locale, Object...) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a simple parameterized message - returns a warning if no such message can be found
getMessageNoDefault(String, Locale) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a message - does NOT fall back to a default version if the message is not found.
getMessageNoDefault(String, Locale, Object...) - Method in interface com.ocs.dynamo.service.MessageService
Retrieves a message - does NOT fall back to a default version if the message is not found.
getMessageService() - Method in interface com.ocs.dynamo.service.ServiceLocator
Retrieves the message service from the context
getMinLength() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getMinValue() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getModel(Class<T>) - Method in interface com.ocs.dynamo.domain.model.EntityModelFactory
Retrieves the entity model for a class
getModel(String, Class<T>) - Method in interface com.ocs.dynamo.domain.model.EntityModelFactory
Retrieves a named entity model for a class
getName() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getNestedEntityModel() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getNormalizedType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getNumberSelectMode() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Returns the number select mode
getOffset() - Method in interface com.ocs.dynamo.dao.Pageable
 
getOffset() - Method in class com.ocs.dynamo.dao.PageableImpl
 
getOrder() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getOrderFor(String) - Method in class com.ocs.dynamo.dao.SortOrders
Returns the first sort order for the specified property
getPageNumber() - Method in interface com.ocs.dynamo.dao.Pageable
 
getPageNumber() - Method in class com.ocs.dynamo.dao.PageableImpl
 
getPageSize() - Method in interface com.ocs.dynamo.dao.Pageable
 
getPageSize() - Method in class com.ocs.dynamo.dao.PageableImpl
 
getParent() - Method in class com.ocs.dynamo.domain.AbstractTreeEntity
 
getPath() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getPrecision() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getPrompt() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getProperty() - Method in class com.ocs.dynamo.dao.FetchJoinInformation
 
getProperty() - Method in class com.ocs.dynamo.dao.SortOrder
 
getPropertyId() - Method in interface com.ocs.dynamo.filter.PropertyFilter
The name of the property
getQuickAddPropertyName() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getReference() - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
getReplacementSearchPath() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getRequiredForSearchingAttributeModels() - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
getSearchSelectMode() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getSelectMode() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getService(Class<T>) - Method in interface com.ocs.dynamo.service.ServiceLocator
Retrieves a service of a certain type
getServiceForEntity(Class<?>) - Method in interface com.ocs.dynamo.service.ServiceLocator
Returns a service that is used to manage a certain type of entity
getServiceLocator() - Static method in class com.ocs.dynamo.service.ServiceLocatorFactory
 
getServiceLocatorClassName() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
getServices(Class<T>) - Method in interface com.ocs.dynamo.service.ServiceLocator
 
getSortOrder() - Method in interface com.ocs.dynamo.domain.model.EntityModel
Get the default sort order
getSortOrders() - Method in interface com.ocs.dynamo.dao.Pageable
 
getSortOrders() - Method in class com.ocs.dynamo.dao.PageableImpl
 
getStyles() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getTextFieldMode() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getTrueRepresentation() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getType() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
getVersion() - Method in class com.ocs.dynamo.domain.AbstractEntity
 
GROUP_TOGETHER_WITH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Names of other attributes that must appear on the same line inside an edit form

H

hashCode() - Method in class com.ocs.dynamo.dao.FetchJoinInformation
 
hashCode() - Method in class com.ocs.dynamo.dao.SortOrder
 
hashCode() - Method in class com.ocs.dynamo.domain.AbstractEntity
Basic hash code function - uses the ID.

I

ID - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The default ID field
IDS - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Additional ID field
IMAGE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether a field represents an image
INTERMEDIATE_PRECISION - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Intermediate precision for floating point calculations
isAlreadyGrouped() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isAscending() - Method in class com.ocs.dynamo.dao.SortOrder
 
isAttributeGroupVisible(String, boolean) - Method in interface com.ocs.dynamo.domain.model.EntityModel
Indicates whether an attribute group should be visible
isCapitalizeWords() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
Whether to capitalize every word in a property name
isComplexEditable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isCurrency() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isDirectNavigation() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether this attribute allows direct navigation to entity edit screen
isEmail() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isEmbedded() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isImage() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isMainAttribute() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isMultipleSearch() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isNavigable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isNumerical() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isPercentage() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isQuickAddAllowed() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isRequired() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isRequiredForSearching() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isSearchable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isSearchCaseSensitive() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isSearchForExactValue() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isSearchPrefixOnly() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isSortable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isTransient() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
 
isUrl() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether this represents a (clickable) URL
isUserInRole(String) - Method in interface com.ocs.dynamo.service.UserDetailsService
Indicates whether the currently logged in user has a certain role
isUserInRole(String...) - Method in interface com.ocs.dynamo.service.UserDetailsService
Returns true when the user is in (at least one of) the provided roles
isUseThousandsGrouping() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether to use a thousands grouping character
isVisible() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether the attribute is visible
isVisibleInTable() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether the attribute must be shown in a table
isWeek() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Indicates whether this attribute represents a weekly recurring date

J

JoinType - Enum in com.ocs.dynamo.dao
 

M

MAIN - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether the attribute is the main attribute
MAX_LENGTH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The maximum length of the items inside an element collection
MAX_LENGTH_IN_TABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The maximum string length of the textual representation inside a table
MAX_VALUE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The maximum value of the numeric items inside an element collection
MESSAGE_KEY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Message key
MessageService - Interface in com.ocs.dynamo.service
A service for convenient access to message bundles - catches any exceptions related to missing messages and returns either NULL or a warning when no message can be found
MIN_LENGTH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The minimum length of the numeric items inside an element collection
MIN_VALUE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The minimum value of the items inside an element collection
Model - Annotation Type in com.ocs.dynamo.domain.model.annotation
An annotation that can be placed on an entity - allows you to override metadata defaults
MULTIPLE_SEARCH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether to allow searching for multiple values in case of a MASTER attribute

N

NAVIGABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether a link in a table is navigable
NUMBER_SELECT_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Type of number input field to use instead of a text field
NumberSelectMode - Enum in com.ocs.dynamo.domain.model
The various options for components for editing a numerical value

O

OCSCalculationException - Exception in com.ocs.dynamo.exception
An exception used to indicate that something went wrong with regard to a (long-running) calculation
OCSCalculationException(String) - Constructor for exception com.ocs.dynamo.exception.OCSCalculationException
Constructor
OCSException - Exception in com.ocs.dynamo.exception
Base class for OCS checked exceptions
OCSException() - Constructor for exception com.ocs.dynamo.exception.OCSException
 
OCSException(String) - Constructor for exception com.ocs.dynamo.exception.OCSException
Constructor
OCSException(String, Throwable) - Constructor for exception com.ocs.dynamo.exception.OCSException
Constructor
OCSImportException - Exception in com.ocs.dynamo.exception
An exception used to indicate that something went wrong during an import
OCSImportException() - Constructor for exception com.ocs.dynamo.exception.OCSImportException
 
OCSImportException(String) - Constructor for exception com.ocs.dynamo.exception.OCSImportException
 
OCSImportException(String, Throwable) - Constructor for exception com.ocs.dynamo.exception.OCSImportException
 
OCSNonUniqueException - Exception in com.ocs.dynamo.exception
An exception that is used to indicates that an entity cannot be added or update because it would violate a uniqueness constraint
OCSNonUniqueException() - Constructor for exception com.ocs.dynamo.exception.OCSNonUniqueException
 
OCSNonUniqueException(String) - Constructor for exception com.ocs.dynamo.exception.OCSNonUniqueException
 
OCSNonUniqueException(String, Throwable) - Constructor for exception com.ocs.dynamo.exception.OCSNonUniqueException
 
OCSRuntimeException - Exception in com.ocs.dynamo.exception
Base class for any runtime exceptions.
OCSRuntimeException() - Constructor for exception com.ocs.dynamo.exception.OCSRuntimeException
 
OCSRuntimeException(String) - Constructor for exception com.ocs.dynamo.exception.OCSRuntimeException
 
OCSRuntimeException(String, Throwable) - Constructor for exception com.ocs.dynamo.exception.OCSRuntimeException
 
OCSSecurityException - Exception in com.ocs.dynamo.exception
An exception that indicates that a security-related issues has occurrred
OCSSecurityException(String) - Constructor for exception com.ocs.dynamo.exception.OCSSecurityException
 
OCSValidationException - Exception in com.ocs.dynamo.exception
An exception indicating that one or more validation errors have occurred
OCSValidationException(String) - Constructor for exception com.ocs.dynamo.exception.OCSValidationException
Constructor
OCSValidationException(List<String>) - Constructor for exception com.ocs.dynamo.exception.OCSValidationException
Constructor

P

PAGE_SIZE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The default page size for the lazy query container.
Pageable - Interface in com.ocs.dynamo.dao
Interface for pagination information
PageableImpl - Class in com.ocs.dynamo.dao
Implementation of an object that holds paging information
PageableImpl(int, int, SortOrder...) - Constructor for class com.ocs.dynamo.dao.PageableImpl
Constructor
PageableImpl(int, int, SortOrders) - Constructor for class com.ocs.dynamo.dao.PageableImpl
Constructor
parent - Variable in class com.ocs.dynamo.domain.QAbstractTreeEntity
 
PERCENTAGE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether to include a percentage sign to a numerical field (cosmetic only)
PRECISION - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The decimal precision
PROMPT - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The prompt value that appears inside empty input fields
PropertyFilter - Interface in com.ocs.dynamo.filter
A filter that is used to filter on a single property value

Q

QAbstractAuditableEntity - Class in com.ocs.dynamo.domain
QAbstractAuditableEntity is a Querydsl query type for AbstractAuditableEntity
QAbstractAuditableEntity(String) - Constructor for class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
QAbstractAuditableEntity(Path<? extends AbstractAuditableEntity>) - Constructor for class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
QAbstractAuditableEntity(PathMetadata<?>) - Constructor for class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
QAbstractEntity - Class in com.ocs.dynamo.domain
QAbstractEntity is a Querydsl query type for AbstractEntity
QAbstractEntity(String) - Constructor for class com.ocs.dynamo.domain.QAbstractEntity
 
QAbstractEntity(Path<? extends AbstractEntity>) - Constructor for class com.ocs.dynamo.domain.QAbstractEntity
 
QAbstractEntity(PathMetadata<?>) - Constructor for class com.ocs.dynamo.domain.QAbstractEntity
 
QAbstractTreeEntity - Class in com.ocs.dynamo.domain
QAbstractTreeEntity is a Querydsl query type for AbstractTreeEntity
QAbstractTreeEntity(String) - Constructor for class com.ocs.dynamo.domain.QAbstractTreeEntity
 
QAbstractTreeEntity(Path<? extends AbstractTreeEntity>) - Constructor for class com.ocs.dynamo.domain.QAbstractTreeEntity
 
QAbstractTreeEntity(PathMetadata<?>) - Constructor for class com.ocs.dynamo.domain.QAbstractTreeEntity
 
QAbstractTreeEntity(PathMetadata<?>, PathInits) - Constructor for class com.ocs.dynamo.domain.QAbstractTreeEntity
 
QAbstractTreeEntity(Class<? extends AbstractTreeEntity<?, ?>>, PathMetadata<?>, PathInits) - Constructor for class com.ocs.dynamo.domain.QAbstractTreeEntity
 
QUICK_ADD_PROPERTY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates that quick add functionality is enabled

R

READ_ONLY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates whether the property is read-only.
removeCascades() - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Removes all cascading
REPLACEMENT_SEARCH_PATH - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The path to actually search for (replaces the standard search path)
REQUIRED_FOR_SEARCHING - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether this attribute is required when performing a search

S

save(List<T>) - Method in interface com.ocs.dynamo.dao.BaseDao
Saves the provide list of entities
save(T) - Method in interface com.ocs.dynamo.dao.BaseDao
Saves the provided entity
save(List<T>) - Method in interface com.ocs.dynamo.service.BaseService
Saves the provide list of entities
save(T) - Method in interface com.ocs.dynamo.service.BaseService
Saves the provided entity
SCREEN_MODE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The screen mode
SEARCH_CASE_SENSITIVE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether searching is case sensivite
SEARCH_EXACT_VALUE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether to search for exact values (in case of numbers and dates)
SEARCH_PREFIX_ONLY - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether to only search on prefix values
SEARCH_SELECT_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The select mode in a search screen
SEARCHABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether the field is searchable
SELECT_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates that a lookup field (rather than a combo box) must be used when selecting the component
SELECTED_TAB - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The name of the variable that keeps track of which tab is selected
ServiceLocator - Interface in com.ocs.dynamo.service
Service locator
ServiceLocatorFactory - Class in com.ocs.dynamo.service
Factory class for creating a service locator.
setChangedBy(String) - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
setChangedOn(Date) - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
setChildren(List<P>) - Method in class com.ocs.dynamo.domain.AbstractTreeEntity
 
setCreatedBy(String) - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
setCreatedOn(Date) - Method in class com.ocs.dynamo.domain.AbstractAuditableEntity
 
setId(ID) - Method in class com.ocs.dynamo.domain.AbstractEntity
 
setMainAttribute(boolean) - Method in interface com.ocs.dynamo.domain.model.AttributeModel
Marks the attribute as the main attribute
setParent(P) - Method in class com.ocs.dynamo.domain.AbstractTreeEntity
 
setVersion(Integer) - Method in class com.ocs.dynamo.domain.AbstractEntity
 
SHOW_IN_TABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether to show an attribute inside a table
SORT_ORDER - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Default sort order for an entity
SORTABLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Whether it is possible to sort on an attribute
SortOrder - Class in com.ocs.dynamo.dao
Object representing a sort order and direction
SortOrder(SortOrder.Direction, String) - Constructor for class com.ocs.dynamo.dao.SortOrder
Constructor
SortOrder(String) - Constructor for class com.ocs.dynamo.dao.SortOrder
Constructor
SortOrder.Direction - Enum in com.ocs.dynamo.dao
 
SortOrders - Class in com.ocs.dynamo.dao
A list of SortOrder objects
SortOrders(SortOrder...) - Constructor for class com.ocs.dynamo.dao.SortOrders
Constructor
SP_ALLOW_TABLE_EXPORT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine if table export is allowed
SP_CAPITALIZE_WORDS - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Indicates whether to capitalize individual words in property names
SP_DATE_LOCALE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to set the locale used for month names in date components
SP_DECIMAL_PRECISION - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default decimal precision
SP_DEFAULT_CAPTION_FORMAT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Default caption format
SP_DEFAULT_CAPTION_FORMAT_VAADIN - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Use Vaadin for formatting properties.
SP_DEFAULT_CURRENCY_SYMBOL - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default currency symbol
SP_DEFAULT_DATE_FORMAT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default date format
SP_DEFAULT_DATETIME_FORMAT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default date/time (timestamp) format
SP_DEFAULT_DATETIME_ZONE_FORMAT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default date/time (timestamp) format with time zone
SP_DEFAULT_DECIMAL_PRECISION - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default decimal precision
SP_DEFAULT_FALSE_REPRESENTATION - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the representation of the value false
SP_DEFAULT_FIELD_WIDTH - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Default width of input components
SP_DEFAULT_FORM_TITLE_WIDTH - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Default form title width
SP_DEFAULT_LISTSELECT_ROWS - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the amount of rows in a list select
SP_DEFAULT_LOCALE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to set the default locale
SP_DEFAULT_SEARCH_CASE_SENSITIVE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default case sensitiveness for search
SP_DEFAULT_SEARCH_PREFIX_ONLY - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine whether search is prefix only
SP_DEFAULT_TIME_FORMAT - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the default time format
SP_DEFAULT_TRUE_REPRESENTATION - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used to determine the representation of the value true
SP_DEFAULT_VALIDATION_MODE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Default validation mode
SP_EXPORT_CSV_QUOTE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used as the CSV quote char when exporting
SP_EXPORT_CSV_SEPARATOR - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that is used as the CSV separator when exporting
SP_LOOKUP_FIELD_MAX_ITEMS - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Name of the system property that indicates the maximum number of items to display in an entity lookup field in multiple select mode
SP_MAX_ROWS_NON_STREAMING - Static variable in class com.ocs.dynamo.constants.DynamoConstants
System property that indicates that maximum allowed number of rows in a non-streaming export
SP_MAX_ROWS_STREAMING - Static variable in class com.ocs.dynamo.constants.DynamoConstants
System property that indicates that maximum allowed number of rows in a streaming export
SP_MAX_ROWS_STREAMING_PIVOTED - Static variable in class com.ocs.dynamo.constants.DynamoConstants
System property that indicates that maximum allowed number of rows in a streaming export of a pivoted data set
SP_SERVICE_LOCATOR_CLASS_NAME - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Class name for the service locator (override to create a different service locator, e.g.
SP_THOUSAND_GROUPING - Static variable in class com.ocs.dynamo.constants.DynamoConstants
System property that indicates whether to use the thousands grouping separator in edit mode
SP_USE_DEFAULT_PROMPT_VALUE - Static variable in class com.ocs.dynamo.constants.DynamoConstants
Indicates whether to use the display name as the input prompt by default
STYLES - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
One or more styles for the field
SystemPropertyUtils - Class in com.ocs.dynamo.util
Utility methods for retrieving system property values

T

TEXTFIELD_MODE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The text field mode - indicates whether to use a text field or text area for editing a String field
THOUSANDS_GROUPING - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates whether to use thousand grouping characters in view mode
toArray() - Method in class com.ocs.dynamo.dao.SortOrders
 
toString() - Method in class com.ocs.dynamo.dao.SortOrder
 
TreeDao<ID,T extends AbstractEntity<ID>> - Interface in com.ocs.dynamo.dao
DAO for managing entities that support a tree structure
TRUE_REPRESENTATION - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
The textual representation of the boolean "TRUE" value

U

update(List<T>, List<T>, List<T>) - Method in interface com.ocs.dynamo.service.BaseService
Updates, adds, and deletes
URL - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates that a value must be represented in a table as a clickable URL
useDefaultPromptValue() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
USER - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The name of the variable that is used to store the user
USER_NAME - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The name of the variable that is used to store the user name in the session
UserDetailsService - Interface in com.ocs.dynamo.service
Service for retrieving the details of the logged in user
usesDefaultGroupOnly() - Method in interface com.ocs.dynamo.domain.model.EntityModel
 
useThousandsGroupingInEditMode() - Static method in class com.ocs.dynamo.util.SystemPropertyUtils
 
UTF_8 - Static variable in class com.ocs.dynamo.constants.DynamoConstants
The UTF-8 character set

V

validate(T) - Method in interface com.ocs.dynamo.service.BaseService
 
ValidationMode - Enum in com.ocs.dynamo.util
The various ways of handling form validation.
valueOf(String) - Static method in enum com.ocs.dynamo.dao.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.dao.SortOrder.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.AttributeDateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.AttributeSelectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.AttributeTextFieldMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.CascadeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.CheckboxMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.EditableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.NumberSelectMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.domain.model.VisibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ocs.dynamo.util.ValidationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ocs.dynamo.dao.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.dao.SortOrder.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.AttributeDateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.AttributeSelectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.AttributeTextFieldMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.CascadeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.CheckboxMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.EditableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.NumberSelectMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.domain.model.VisibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ocs.dynamo.util.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
version - Variable in class com.ocs.dynamo.domain.QAbstractEntity
 
version - Variable in class com.ocs.dynamo.domain.QAbstractTreeEntity
 
VisibilityType - Enum in com.ocs.dynamo.domain.model
Indicates whether an attribute is visible
VISIBLE - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicated whether the field is visible

W

WEEK - Static variable in interface com.ocs.dynamo.domain.model.EntityModel
Indicates whether to format a date field as a week code
with(SortOrder.Direction) - Method in class com.ocs.dynamo.dao.SortOrder
 

_

_super - Variable in class com.ocs.dynamo.domain.QAbstractAuditableEntity
 
_super - Variable in class com.ocs.dynamo.domain.QAbstractTreeEntity
 
A B C D E F G H I J M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2019 Open Circle Solutions. All rights reserved.