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

A

activate(Long...) - Method in interface com.qcadoo.model.api.DataDefinition
Activate given entities.
activeValues(Locale) - Method in interface com.qcadoo.model.api.types.EnumeratedType
Returns active possible field values with its translations.
add(SearchCriterion) - Method in interface com.qcadoo.model.api.search.SearchConjunction
Adds criterion to this conjunction.
add(SearchCriterion) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Adds restriction to the criteria.
add(SearchCriterion) - Method in interface com.qcadoo.model.api.search.SearchDisjunction
Adds criterion to this disjunction.
add(SearchProjection) - Method in interface com.qcadoo.model.api.search.SearchProjectionList
Adds projection to this projection's list.
addBackgroundStrip(GanttChartItemStrip) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
addCacheable(Query) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Add caching parameter to query
addError(FieldDefinition, String, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Set error for given field.
addExceptionInfoResolver(Class<T>, ExceptionInfoResolver<T>) - Method in interface com.qcadoo.view.api.exception.ClassDrivenExceptionResolver
 
addFilters(Map<String, String>, Map<String, GridComponentColumn>, String, DataDefinition) - Static method in class com.qcadoo.view.api.components.grid.GridComponentFilterSQLUtils
 
addGlobalError(String, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Set global error, not related with fields.
addGlobalError(String, boolean, boolean, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Set global error, not related with fields.
addGlobalError(String, boolean, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Set global error, not related with fields.
addGlobalMessage(String, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Add global info message not related with fields.
addGlobalMessage(String, boolean, boolean, String...) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Add global message, not related with fields.
addLineToContent(String) - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 
addMessage(ErrorMessage) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds message to this component with type set to MessageType.FAILURE.
addMessage(GlobalMessage) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds message to this component with type set to MessageType.INFO.
addMessage(String, ComponentState.MessageType, String...) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds message (translated using given key) to this component.
addMessage(String, ComponentState.MessageType, boolean, String...) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds message (translated using given key) to this component.
addMessage(String, ComponentState.MessageType, boolean, boolean, String...) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds message (translated using given key) to this component.
addMultiSearchFilter(GridComponentMultiSearchFilter, Map<String, GridComponentColumn>, String, DataDefinition) - Static method in class com.qcadoo.view.api.components.grid.GridComponentFilterSQLUtils
 
addOption(String) - Method in interface com.qcadoo.view.api.ribbon.RibbonComboBox
Add new option to this ribbon combo box
addOrder(SearchOrder) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Adds order to the criteria.
addRestriction(SearchCriteriaBuilder) - Method in interface com.qcadoo.model.api.search.CustomRestriction
Modify given SearchCriteriaBuilder.
addRestriction(SearchCriteriaBuilder) - Method in class com.qcadoo.model.api.units.restrictions.BelongingTo
 
addRule(String, String, String) - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
addTranslatedMessage(String, ComponentState.MessageType) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds already translated message to this component.
addTranslatedMessage(String, ComponentState.MessageType, boolean) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds already translated message to this component.
addTranslatedMessage(String, ComponentState.MessageType, boolean, boolean) - Method in interface com.qcadoo.view.api.ComponentMessagesHolder
Adds already translated message to this component.
alias(SearchProjection, String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Wraps projection with aliased projection.
allEq(Map<String, Object>) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if all given fields match given values.
and(SearchCriterion, SearchCriterion, SearchCriterion...) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates restriction which join given restrictions with "AND" operator.
appendCommonViewObjects(ModelAndView) - Method in class com.qcadoo.view.utils.ViewParametersAppender
 
asc(String) - Static method in class com.qcadoo.model.api.search.SearchOrders
Creates ascending order using given field.
asEntities(String, Entity) - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
Get all matching conversions as list of UnitConversionItem entities, belonging to specified owner Entity.
asUnitToConversionMap() - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
Auditable - Annotation Type in com.qcadoo.model.api.aop
Describes auditable attributes on a method.
avg(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "avg" to the "SELECT" clause.
AwesomeDynamicListComponent - Interface in com.qcadoo.view.api.components
Represents awesome dynamic list component

B

BelongingTo - Class in com.qcadoo.model.api.units.restrictions
 
BelongingTo(String, Entity) - Constructor for class com.qcadoo.model.api.units.restrictions.BelongingTo
 
belongsTo(String, String, String, long) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "belongsTo" field is equal to given entity.
belongsTo(String, DataDefinition, long) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "belongsTo" field is equal to given entity.
belongsTo(String, Entity) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "belongsTo" field is equal to given entity.
BelongsToType - Interface in com.qcadoo.model.api.types
Object represents "belongs to" field type.
between(String, Object, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is between given values.
BigDecimalUtils - Class in com.qcadoo.model.api
 
build() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 

C

callValidators(Entity) - Method in interface com.qcadoo.model.api.DataDefinition
Validate specified entity.
canAccess(SecurityRole) - Method in interface com.qcadoo.security.api.SecurityRolesService
Checks if current user can access resource with specified access role
canAccess(String) - Method in interface com.qcadoo.security.api.SecurityRolesService
Checks if current user can access resource with specified access role identifier
Cascadeable - Interface in com.qcadoo.model.api.types
 
Cascadeable.Cascade - Enum in com.qcadoo.model.api.types
Cascade type.
CheckBoxComponent - Interface in com.qcadoo.view.api.components
CheckBox component
checkIfCorrectDecimalValue(Entity, String) - Static method in class com.qcadoo.model.api.BigDecimalUtils
 
checkIfShouldInsertNumber(ViewDefinitionState, String, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Checks if new entity number should be generated and inserted
checkIfUnitIsInteger(String) - Method in interface com.qcadoo.model.api.DictionaryService
 
ClassDrivenExceptionResolver - Interface in com.qcadoo.view.api.exception
 
clear() - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
CollectionFieldType - Interface in com.qcadoo.model.api.types
This interface composes common traits of a collection-like fields.
com.qcadoo.localization.api - package com.qcadoo.localization.api
Services for localizating application.
com.qcadoo.localization.api.utils - package com.qcadoo.localization.api.utils
Utilities for localizating application.
com.qcadoo.model.api - package com.qcadoo.model.api
Services for managing data in the framework.
com.qcadoo.model.api.aop - package com.qcadoo.model.api.aop
Aspect for application monitoring.
com.qcadoo.model.api.exception - package com.qcadoo.model.api.exception
 
com.qcadoo.model.api.expression - package com.qcadoo.model.api.expression
Utility to evaluate expression for entity.
com.qcadoo.model.api.file - package com.qcadoo.model.api.file
 
com.qcadoo.model.api.search - package com.qcadoo.model.api.search
Objects used for searching database entities.
com.qcadoo.model.api.types - package com.qcadoo.model.api.types
Types.
com.qcadoo.model.api.units - package com.qcadoo.model.api.units
 
com.qcadoo.model.api.units.restrictions - package com.qcadoo.model.api.units.restrictions
 
com.qcadoo.model.api.utils - package com.qcadoo.model.api.utils
 
com.qcadoo.model.api.validators - package com.qcadoo.model.api.validators
Holder for validation's message.
com.qcadoo.plugin.api - package com.qcadoo.plugin.api
Services for managing plugins in the framework.
com.qcadoo.plugin.api.artifact - package com.qcadoo.plugin.api.artifact
Artifacts which represents location of the plugin.
com.qcadoo.security.api - package com.qcadoo.security.api
Services for managing security in the framework.
com.qcadoo.view - package com.qcadoo.view
 
com.qcadoo.view.api - package com.qcadoo.view.api
Services and interfaces for managing views and menu in the framework.
com.qcadoo.view.api.components - package com.qcadoo.view.api.components
View components interfaces.
com.qcadoo.view.api.components.ganttChart - package com.qcadoo.view.api.components.ganttChart
 
com.qcadoo.view.api.components.grid - package com.qcadoo.view.api.components.grid
 
com.qcadoo.view.api.components.lookup - package com.qcadoo.view.api.components.lookup
 
com.qcadoo.view.api.crud - package com.qcadoo.view.api.crud
Crud services.
com.qcadoo.view.api.exception - package com.qcadoo.view.api.exception
 
com.qcadoo.view.api.listeners - package com.qcadoo.view.api.listeners
 
com.qcadoo.view.api.notifications - package com.qcadoo.view.api.notifications
 
com.qcadoo.view.api.ribbon - package com.qcadoo.view.api.ribbon
Window ribbon.
com.qcadoo.view.api.utils - package com.qcadoo.view.api.utils
Provides utils services for view definitions hooks and listeners.
com.qcadoo.view.utils - package com.qcadoo.view.utils
 
compareTo(Version) - Method in class com.qcadoo.plugin.api.Version
compareVersion(Version) - Method in interface com.qcadoo.plugin.api.Plugin
Compares version of the plugin with given version.
ComponentMessagesHolder - Interface in com.qcadoo.view.api
ComponentMessagesHolder is simple container of component-related messages to display.
ComponentState - Interface in com.qcadoo.view.api
ComponentState is instance of single view element.
ComponentState.MessageType - Enum in com.qcadoo.view.api
Type of displayed message.
compressToZipFile(List<File>, boolean) - Method in interface com.qcadoo.model.api.file.FileService
Compress documents to newly created zip file.
conjunction() - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates conjunction - (...
contains(Version) - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
Returns true if the required plugin's version contains the given one.
contains(Version) - Method in class com.qcadoo.plugin.api.VersionOfDependency
Returns true if version contains the given one.
convertCollectionToString(Collection<String>) - Static method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
convertNullToOne(Object) - Static method in class com.qcadoo.model.api.BigDecimalUtils
Converts value, if null returns one
convertNullToOne(Object) - Static method in class com.qcadoo.model.api.IntegerUtils
Converts value, if null returns one
convertNullToZero(Object) - Static method in class com.qcadoo.model.api.BigDecimalUtils
Converts value, if null returns zero
convertNullToZero(Object) - Static method in class com.qcadoo.model.api.IntegerUtils
Converts value, if null returns zero
convertTimeToString(Object) - Static method in class com.qcadoo.view.api.utils.TimeConverterService
Convert string time value to string in format hh:mm:ss
convertTo(BigDecimal, String) - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
convertTo(BigDecimal, String, int) - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
copy(Date) - Static method in class com.qcadoo.localization.api.utils.DateUtils
 
copy(Long...) - Method in interface com.qcadoo.model.api.DataDefinition
Return the copied entity related with this data definition.
copy() - Method in interface com.qcadoo.model.api.Entity
Create new entity and copy fields values.
CopyException - Exception in com.qcadoo.model.api
An CopyException is thrown by an DataAccessService if copied entity is in corrupted state
CopyException(Entity) - Constructor for exception com.qcadoo.model.api.CopyException
Creates new CopyException for the specified entity
count() - Method in interface com.qcadoo.model.api.DataDefinition
Counts all model entities.
count(SearchCriterion) - Method in interface com.qcadoo.model.api.DataDefinition
Counts entities found by given criteria.
count(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "count" to the "SELECT" clause.
countDistinct(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "count with distinct" to the "SELECT" clause.
create(Long) - Method in interface com.qcadoo.model.api.DataDefinition
Create entity with given id.
create() - Method in interface com.qcadoo.model.api.DataDefinition
Create entity.
create(String, int) - Static method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemStripFactory
Creates item's strip with given color and size.
createAlias(String, String, JoinType) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Create alias for the association to the criteria using the specified join-type.
createCriteria(String, String) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Create a new SearchCriteriaBuilder, "rooted" at the associated entity, assigning the given alias and using the inner join.
createCriteria(String, String, JoinType) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Create a new SearchCriteriaBuilder, "rooted" at the associated entity, assigning the given alias and using the specified join-type.
createExportFile(String) - Method in interface com.qcadoo.model.api.file.FileService
Create empty export file with given name.
createGanttChartItem(String, String, Long, Date, Date) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
Create a new chart item.
createGanttChartItem(String, String, GanttChartItemTooltip, Long, Date, Date) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
Create a new chart item
createPasswordResetTokenForUser(Entity) - Method in interface com.qcadoo.security.api.PasswordResetTokenService
 
createReportFile(String) - Method in interface com.qcadoo.model.api.file.FileService
Create empty report file with given name.
CrudService - Interface in com.qcadoo.view.api.crud
Service for accessing high-level controller functions.
CustomRestriction - Interface in com.qcadoo.model.api.search
Custom implementation of search restriction which can modify SearchCriteriaBuilder.

D

DataDefinition - Interface in com.qcadoo.model.api
Object defines database structure.
DataDefinitionHolder - Interface in com.qcadoo.model.api.types
Interface for fields that can return DataDefinition of corresponding model.
DataDefinitionService - Interface in com.qcadoo.model.api
Service for manipulating data definitions.
DateUtils - Class in com.qcadoo.localization.api.utils
Utility for date localization.
deactivate(Long...) - Method in interface com.qcadoo.model.api.DataDefinition
Deactivate given entities.
decodeHtml(String) - Method in class com.qcadoo.view.api.utils.SecurityEscapeService
 
DEFAULT_MAX_DIGITS_IN_INTEGER - Static variable in interface com.qcadoo.model.api.NumberService
Default maximum number of digits in integer number
DEFAULT_MAX_FRACTION_DIGITS_IN_DECIMAL - Static variable in interface com.qcadoo.model.api.NumberService
Default maximum number of fraction digits in decimal number
DEFAULT_MAX_INTEGER_DIGITS_IN_DECIMAL - Static variable in interface com.qcadoo.model.api.NumberService
Default maximum number of integer digits in decimal number
DEFAULT_MIN_FRACTION_DIGITS_IN_DECIMAL - Static variable in interface com.qcadoo.model.api.NumberService
Default minimum number of fraction digits in decimal number
DEFAULT_MISSING_MESSAGE - Static variable in interface com.qcadoo.localization.api.TranslationService
Default message, used when ignoreMissingTranslations is set to true and message translation was not found
DEFAULT_NUM_OF_DIGITS - Static variable in class com.qcadoo.view.api.utils.NumberGeneratorService
 
DEFAULT_NUMBER_FIELD_NAME - Static variable in class com.qcadoo.view.api.utils.NumberGeneratorService
 
DEFAULT_PASSWORD_LENGTH - Static variable in interface com.qcadoo.security.api.PasswordGeneratorService
Default password length
delete(Long...) - Method in interface com.qcadoo.model.api.DataDefinition
Delete the entity related with this data definition, by its id.
desc(String) - Static method in class com.qcadoo.model.api.search.SearchOrders
Creates descending order using given field.
destroy() - Method in class com.qcadoo.view.FilesystemResourcesFilter
 
DictionaryService - Interface in com.qcadoo.model.api
Service for getting dictionaries.
disable() - Method in class com.qcadoo.plugin.api.Module
Callback invoke when plugin change its state from PluginState.ENABLED.
disableOnStartup() - Method in class com.qcadoo.plugin.api.Module
Callback invoke once on application startup, if plugin isn't or won't be enabled - neither PluginState.ENABLED nor PluginState.ENABLING.
disablePlugin(String...) - Method in interface com.qcadoo.plugin.api.PluginManager
Disables plugins with given identifiers.
disjunction() - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates disjunction - (...
distinct(SearchProjection) - Static method in class com.qcadoo.model.api.search.SearchProjections
Wraps projection with distinct projection.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.qcadoo.view.FilesystemResourcesFilter
 
durationToString(Integer) - Static method in class com.qcadoo.view.api.utils.TimeConverterService
 

E

enable() - Method in class com.qcadoo.plugin.api.Module
Callback invoke when plugin change its state to PluginState.ENABLED.
enableOnStartup() - Method in class com.qcadoo.plugin.api.Module
Callback invoke once on application startup, if plugin is enabled - in state PluginState.ENABLED.
enablePlugin(String...) - Method in interface com.qcadoo.plugin.api.PluginManager
Enables plugins with given identifiers.
encodeHtml(String) - Method in class com.qcadoo.view.api.utils.SecurityEscapeService
 
Entity - Interface in com.qcadoo.model.api
Object represents data from the database tables.
EntityList - Interface in com.qcadoo.model.api
Object represents list of entities from hasMany relation.
EntityMessagesHolder - Interface in com.qcadoo.model.api
 
EntityOpResult - Class in com.qcadoo.model.api
 
EntityOpResult(boolean, EntityMessagesHolder) - Constructor for class com.qcadoo.model.api.EntityOpResult
 
EntityRuntimeException - Exception in com.qcadoo.model.api.exception
 
EntityRuntimeException(Entity) - Constructor for exception com.qcadoo.model.api.exception.EntityRuntimeException
 
EntityTree - Interface in com.qcadoo.model.api
Object represents list of entities from tree relation.
EntityTreeNode - Interface in com.qcadoo.model.api
Object represents tree's node.
EntityTreeUtilsService - Class in com.qcadoo.model.api.utils
Helper service for EntityTree
EntityTreeUtilsService() - Constructor for class com.qcadoo.model.api.utils.EntityTreeUtilsService
 
EntityUtils - Class in com.qcadoo.model.api.utils
 
EnumeratedType - Interface in com.qcadoo.model.api.types
Object represents "enum" field type.
eq(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal to given value.
eq(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
eqAll(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
eqField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal to other field.
equals(Object) - Method in class com.qcadoo.model.api.units.restrictions.BelongingTo
 
equals(Object) - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
equals(Object) - Method in class com.qcadoo.plugin.api.PluginInformation
equals(Object) - Method in class com.qcadoo.plugin.api.Version
equals(Object) - Method in class com.qcadoo.plugin.api.VersionOfDependency
equals(Object) - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltip
 
equals(Object) - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 
ErrorMessage - Class in com.qcadoo.model.api.validators
Object holds validation error message.
ErrorMessage(String, String...) - Constructor for class com.qcadoo.model.api.validators.ErrorMessage
Create new validation error message.
ErrorMessage(String, boolean, String...) - Constructor for class com.qcadoo.model.api.validators.ErrorMessage
Create new validation error message.
ErrorMessage(String, boolean, boolean, String...) - Constructor for class com.qcadoo.model.api.validators.ErrorMessage
Create new validation error message.
ExceptionInfo - Class in com.qcadoo.view.api.exception
 
ExceptionInfo(String, String, String...) - Constructor for class com.qcadoo.view.api.exception.ExceptionInfo
 
ExceptionInfoResolver<T extends Exception> - Interface in com.qcadoo.view.api.exception
 
exists(SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if any row exists in given subquery.
existsAliasForAssociation(String) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
 
ExpressionService - Interface in com.qcadoo.model.api
Service to evaluate expression for entity.
ExpressionUtils - Class in com.qcadoo.model.api.expression
Utility to evaluate expression for entity.
extractFullName(Entity) - Method in interface com.qcadoo.security.api.UserService
Extract user's first and last names.

F

failure(EntityMessagesHolder) - Static method in class com.qcadoo.model.api.EntityOpResult
 
fastSave(Entity) - Method in interface com.qcadoo.model.api.DataDefinition
Save the entity related with this data definition without invoke hooks.
field(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "SELECT" clause.
FieldComponent - Interface in com.qcadoo.view.api.components
Represents universal field component.
FieldDefinition - Interface in com.qcadoo.model.api
Object defines database field.
fieldEq(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldEqAll(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGe(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGeAll(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGeSome(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGt(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGtAll(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldGtSome(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldIn(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if given field's value exists in given subquery.
fieldLe(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldLeAll(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldLeSome(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldLt(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldLtAll(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldLtSome(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldNe(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
fieldNotIn(String, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if given field's value doesn't exist in given subquery.
FieldType - Interface in com.qcadoo.model.api.types
Object represents field type.
FileAccessUtils - Class in com.qcadoo.view.utils
 
FileService - Interface in com.qcadoo.model.api.file
Service for managing files.
FilesystemResourcesFilter - Class in com.qcadoo.view
 
FilesystemResourcesFilter() - Constructor for class com.qcadoo.view.FilesystemResourcesFilter
 
FileUtils - Class in com.qcadoo.model.api.file
Helper for getting the FileService instance.
FilterValueHolder - Interface in com.qcadoo.view.api.components.lookup
Holder that keeps key/value pairs to pass to the criteria modifier of lookup.
find() - Method in interface com.qcadoo.model.api.DataDefinition
Create search criteria builder for this data definition.
find(String) - Method in interface com.qcadoo.model.api.DataDefinition
Create search query builder for given HQL query string.
find() - Method in interface com.qcadoo.model.api.EntityList
Creates search criteria builder for this entities' data definition - it will be automatically restricted with hasMany relation.
find() - Method in interface com.qcadoo.model.api.EntityTree
Creates search criteria builder for this entities' data definition - it will be automatically restricted with tree relation.
find(String) - Method in interface com.qcadoo.model.api.units.UnitConversionModelService
 
find(String, CustomRestriction) - Method in interface com.qcadoo.model.api.units.UnitConversionModelService
 
find(Long) - Method in interface com.qcadoo.security.api.UserService
Find user by id
find(String) - Method in interface com.qcadoo.security.api.UserService
Find user by name
findFieldComponentByName(String) - Method in interface com.qcadoo.view.api.components.FormComponent
Returns child field component with specified name (first occurence) or null if no such component found
findWithAlias(String) - Method in interface com.qcadoo.model.api.DataDefinition
Create search criteria builder for this data definition.
format(Object) - Method in interface com.qcadoo.model.api.NumberService
Formats an object with DecimalFormat to produce a String.
formatWithMinimumFractionDigits(Object, int) - Method in interface com.qcadoo.model.api.NumberService
Formats an object with DecimalFormat to produce a String.
FormComponent - Interface in com.qcadoo.view.api.components
Represents form component
fromString(String, Locale) - Method in interface com.qcadoo.model.api.types.FieldType
Convert field's value to object defined in FieldType.getType().

G

GanttChartItem - Interface in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemResolver - Interface in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemStrip - Interface in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemStrip.Orientation - Enum in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemStripFactory - Class in com.qcadoo.view.api.components.ganttChart
Factory for gantt chart item's strips.
GanttChartItemTooltip - Class in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemTooltipBuilder - Class in com.qcadoo.view.api.components.ganttChart
 
GanttChartItemTooltipBuilder() - Constructor for class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 
GanttChartScale - Interface in com.qcadoo.view.api.components.ganttChart
 
ge(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is greater than or equal to given value.
ge(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
geAll(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
geField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is greater than or equal to other field.
generateAndInsertNumber(ViewDefinitionState, String, String, String, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Generates and inserts new number to entity's form
generateAndSendPasswordResetLink(String) - Method in interface com.qcadoo.security.api.PasswordReminderService
Generate and send via email password reset link for specified user
generateNumber(String, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Generate new 6-digits number of entity
generateNumber(String, String, int) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Generate new number of entity with specified digits number
generateNumbersAndUpdateTree(EntityTree) - Method in interface com.qcadoo.model.api.utils.TreeNumberingService
Generate new numbers for all nodes of the tree and save them
generateNumbersAndUpdateTree(DataDefinition, String, Long) - Method in interface com.qcadoo.model.api.utils.TreeNumberingService
Generate new numbers for all nodes of the tree and save them
generateNumbersAndUpdateTree(EntityTree) - Method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
generateNumbersAndUpdateTree(DataDefinition, String, Long) - Method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
generateNumberWithPrefix(String, String, int, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Generate new number of entity with specified digits number
generateNumberWithSuffix(String, String, int, String, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorService
Generate new number of entity with specified digits number
generatePassword() - Method in interface com.qcadoo.security.api.PasswordGeneratorService
Generate random password with default length PasswordGeneratorService.DEFAULT_PASSWORD_LENGTH
generatePassword(int) - Method in interface com.qcadoo.security.api.PasswordGeneratorService
Generate random password with specified length
generateTreeNumbers(EntityTree) - Method in interface com.qcadoo.model.api.utils.TreeNumberingService
Generate new numbers for all nodes of the tree
generateTreeNumbers(EntityTreeNode) - Method in interface com.qcadoo.model.api.utils.TreeNumberingService
Generate new numbers for all sub-nodes of given tree node
generateTreeNumbers(EntityTree) - Method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
generateTreeNumbers(EntityTreeNode) - Method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
geSome(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
get(Long) - Method in interface com.qcadoo.model.api.DataDefinition
Return the entity related with this data definition, by its id.
get(String, String) - Method in interface com.qcadoo.model.api.DataDefinitionService
Return the data definition matching the given plugin's identifier and model's name.
getAccesskey() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Get identifier of this ribbon item
getAction() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Get defined item click action
getActiveKeys(String) - Method in interface com.qcadoo.model.api.DictionaryService
 
getActiveValues(String, Locale) - Method in interface com.qcadoo.model.api.DictionaryService
Return active values for given dictionary's name.
getAliasForAssociation(String) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
 
getApplicationProfile() - Method in class com.qcadoo.view.utils.ViewParametersAppender
 
getArguments() - Method in exception com.qcadoo.model.api.exception.RuntimeExceptionWithArguments
 
getAsJson() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getAsJson() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip
 
getAsJson() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltip
 
getAuthorizationRole() - Method in interface com.qcadoo.view.api.ribbon.RibbonGroup
Returns default authorization role necessary to be able to see this ribbon group or null if no such role defined
getAutoClose() - Method in class com.qcadoo.model.api.validators.ErrorMessage
Return autoClose.
getAutoClose() - Method in class com.qcadoo.model.api.validators.GlobalMessage
Return autoClose.
getBelongsToField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value, casted to entity, of the field with given name.
getBelongsToFieldExtractor(String) - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getBigDecimal(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the boolean value associated with a key.
getBoolean(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the boolean value associated with a key.
getBooleanField(String) - Method in interface com.qcadoo.model.api.Entity
Return the boolean value of the field with given name
getCascade() - Method in interface com.qcadoo.model.api.types.Cascadeable
Returns cascade type.
getCategoryDescriptionTranslation(Entity, Locale) - Method in class com.qcadoo.view.api.utils.TranslationUtilsService
Returns menu category description translation
getCategoryTranslation(Entity, Locale) - Method in class com.qcadoo.view.api.utils.TranslationUtilsService
Returns menu category translation
getChildren() - Method in interface com.qcadoo.model.api.EntityTreeNode
Returns node's children.
getColor() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip
 
getColumnNames() - Method in interface com.qcadoo.view.api.components.GridComponent
Returns column names of the current grid
getColumns() - Method in interface com.qcadoo.view.api.components.GridComponent
 
getColumnValuesOfAllRecords() - Method in interface com.qcadoo.view.api.components.GridComponent
Returns column values of the current grid of all records
getColumnValuesOfSelectedRecords() - Method in interface com.qcadoo.view.api.components.GridComponent
Returns column values of the current grid of selected records
getComponentByReference(String) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Returns component state with specified reference name or null if no such component found
getContent() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltip
 
getContentType(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns content type of the file from given path.
getCurrentCode() - Method in interface com.qcadoo.view.api.components.LookupComponent
Get current filed code
getCurrentUserEntity() - Method in interface com.qcadoo.security.api.UserService
Get current user entity
getCurrentUserId() - Method in interface com.qcadoo.security.api.SecurityService
Returns the id of the currently logged in user
getCurrentUserName() - Method in interface com.qcadoo.security.api.SecurityService
Returns the name of the currently logged in user
getCurrentUserOrQcadooBotId() - Method in interface com.qcadoo.security.api.SecurityService
Returns the id of the currently logged in user or qcadoo_bot
getCurrentUserOrQcadooBotName() - Method in interface com.qcadoo.security.api.SecurityService
Returns the name of the currently logged in user or qcadoo_bot
getDataDefinition() - Method in interface com.qcadoo.model.api.Entity
Return the entity's dataDefinition.
getDataDefinition() - Method in interface com.qcadoo.model.api.FieldDefinition
Return data definition which this field belongs to.
getDataDefinition() - Method in interface com.qcadoo.model.api.types.DataDefinitionHolder
Returns data definition of corresponding model.
getDataDefinition() - Method in interface com.qcadoo.model.api.units.UnitConversionModelService
 
getDateField(String) - Method in interface com.qcadoo.model.api.Entity
Return the Date value of the field with given name
getDateFrom() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getDateFrom() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
getDateTo() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getDateTo() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
getDecimalField(String) - Method in interface com.qcadoo.model.api.Entity
Return the decimal (java.math.BigDecimal) value of the field with given name
getDefaultValue() - Method in interface com.qcadoo.model.api.FieldDefinition
Return default value for this field.
getDependenciesToDisable() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Set of plugins which have to been disabled.
getDependenciesToDisableUnsatisfiedAfterUpdate() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Set of plugins which have to disabled after plugin update.
getDependenciesToEnable() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Set of plugins which have to been enabled.
getDependenciesToUninstall() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Set of plugins which have to been uninstalled.
getDescription() - Method in class com.qcadoo.plugin.api.PluginInformation
Returns plugin's description
getDetachedEntityTree(List<Entity>) - Static method in class com.qcadoo.model.api.utils.EntityTreeUtilsService
Return new instance of DetachedEntityTreeImpl, contains specified entities
getDictionaries() - Method in interface com.qcadoo.model.api.DictionaryService
Return all defined dictionaries.
getEnabledPlugin(String) - Method in interface com.qcadoo.plugin.api.PluginAccessor
Returns plugin with given identifier and status PluginState.ENABLED.
getEnabledPlugins() - Method in interface com.qcadoo.plugin.api.PluginAccessor
Returns all registered plugins with status PluginState.ENABLED.
getEnabledPluginsList() - Method in interface com.qcadoo.plugin.api.PluginManager
Gets list of enabled plugins
getEntities() - Method in interface com.qcadoo.model.api.search.SearchResult
Returns list of entities matching given criteria.
getEntities() - Method in interface com.qcadoo.view.api.components.AwesomeDynamicListComponent
Returns a list of underlying entities (entity proxies).
getEntities() - Method in interface com.qcadoo.view.api.components.GridComponent
Returns current content of grid
getEntity() - Method in exception com.qcadoo.model.api.CopyException
 
getEntity() - Method in exception com.qcadoo.model.api.exception.EntityRuntimeException
 
getEntity() - Method in interface com.qcadoo.view.api.components.FormComponent
Returns entity filled with this forms values
getEntity() - Method in interface com.qcadoo.view.api.components.LookupComponent
Returns entity which is selected in lookup
getEntityId() - Method in interface com.qcadoo.view.api.components.FormComponent
Gets id of this form entity
getEntityId() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getEntityNoteType() - Method in interface com.qcadoo.model.api.EntityTreeNode
Returns node's type - it can be used to distinguish hook logic or UI representation of different types.
getError(String) - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Return error for given field.
getErrors() - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Return all field's errors.
getErrors() - Method in exception com.qcadoo.model.api.exception.EntityRuntimeException
 
getExceptionInfo(T) - Method in interface com.qcadoo.view.api.exception.ExceptionInfoResolver
 
getExpression() - Method in interface com.qcadoo.model.api.FieldDefinition
Get expression to get the field value.
getField(String) - Method in interface com.qcadoo.model.api.DataDefinition
Return field definition by its name.
getField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value of the field with given name.
getFieldExtractor(String) - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getFieldNameByColumnName(Map<String, GridComponentColumn>, String) - Static method in class com.qcadoo.view.api.components.grid.GridComponentFilterSQLUtils
 
getFields() - Method in interface com.qcadoo.model.api.DataDefinition
Return all defined fields' definitions.
getFields() - Method in interface com.qcadoo.model.api.Entity
Return all field's values.
getFieldsView(Collection<Entity>, String) - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getFieldValue() - Method in interface com.qcadoo.view.api.ComponentState
Returns value of element defined by this component or null if this component don't contains value
getFileAccessService() - Method in class com.qcadoo.view.utils.FileAccessUtils
 
getFileFromFilenameWithRandomDirectory(String) - Method in interface com.qcadoo.model.api.file.FileService
 
getFileFromFilenameWithRandomDirectory(String, boolean) - Method in interface com.qcadoo.model.api.file.FileService
 
getFilename() - Method in interface com.qcadoo.plugin.api.Plugin
Returns name the file with plugin.
getFilters() - Method in interface com.qcadoo.view.api.components.GridComponent
Gets current filters.
getFilterValue() - Method in interface com.qcadoo.view.api.components.GridComponent
Gets current criteria modifier parameters value.
getFilterValue() - Method in interface com.qcadoo.view.api.components.LookupComponent
Gets current criteria modifier parameters value.
getFormComponent(Long) - Method in interface com.qcadoo.view.api.components.AwesomeDynamicListComponent
Returns child form component (row) with specified id or null if no such component can be found
getFormComponents() - Method in interface com.qcadoo.view.api.components.AwesomeDynamicListComponent
Returns list of all children form components (rows) of this awesome dynamic list component
getFrom() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getGlobalErrors() - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Return all global errors.
getGlobalErrors() - Method in exception com.qcadoo.model.api.exception.EntityRuntimeException
 
getGlobalMessages() - Method in interface com.qcadoo.model.api.EntityMessagesHolder
Return all global messages.
getGroup() - Method in class com.qcadoo.plugin.api.PluginInformation
 
getGroupByName(String) - Method in interface com.qcadoo.view.api.ribbon.Ribbon
Get group by name of this ribbon
getGroupOperator() - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
getGroups() - Method in interface com.qcadoo.view.api.ribbon.Ribbon
Get groups of this ribbon
getHasManyField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value, casted to list of entities, of the field with given name.
getHeader() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltip
 
getHibernateCriterion() - Method in interface com.qcadoo.model.api.search.SearchCriterion
Returns Hibernate's representation of this criterion.
getHibernateMatchMode() - Method in enum com.qcadoo.model.api.search.SearchRestrictions.SearchMatchMode
 
getHibernateOrder() - Method in interface com.qcadoo.model.api.search.SearchOrder
Returns Hibernate's representation of this order.
getHibernateProjection() - Method in interface com.qcadoo.model.api.search.SearchProjection
Returns Hibernate's representation of this projection.
getIcon() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Get item icon (null if item without icon)
getId() - Method in interface com.qcadoo.model.api.Entity
Return the entity's id.
getIdentifier() - Method in class com.qcadoo.plugin.api.ModuleFactory
Identifier is used to distinguish the type of the module.
getIdentifier() - Method in interface com.qcadoo.plugin.api.Plugin
Returns plugin's identifier, it is unique in the whole system.
getIdentifier() - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
Returns required plugin's identifier.
getIdExtractor() - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getIdsView(Collection<Entity>) - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getInputStream(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns stream of the file from given path.
getInputStream() - Method in class com.qcadoo.plugin.api.artifact.InputStreamPluginArtifact
 
getInputStream() - Method in class com.qcadoo.plugin.api.artifact.JarPluginArtifact
 
getInputStream() - Method in interface com.qcadoo.plugin.api.artifact.PluginArtifact
Stream containing the jar with plugin.
getInstance() - Static method in class com.qcadoo.model.api.file.FileUtils
Returns the FileService instance.
getInstance() - Static method in class com.qcadoo.view.utils.FileAccessUtils
 
getInteger(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the int value associated with a key.
getIntegerField(String) - Method in interface com.qcadoo.model.api.Entity
Return the Integer value of the field with given name
getIntValue() - Method in enum com.qcadoo.model.api.search.JoinType
Get corresponding Hibernate's integer constant value for this join type.
getIsDatesSet() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
getItemByName(String) - Method in interface com.qcadoo.view.api.ribbon.RibbonGroup
Get item by name
getItemDescriptionTranslation(Entity, Locale) - Method in class com.qcadoo.view.api.utils.TranslationUtilsService
Returns menu item description translation
getItemEntity(String, String) - Method in interface com.qcadoo.model.api.DictionaryService
Return dictionary item's entity
getItemEntityByTechnicalCode(String, String) - Method in interface com.qcadoo.model.api.DictionaryService
 
getItems() - Method in interface com.qcadoo.view.api.ribbon.RibbonComboItem
Get list of dropdown items
getItems() - Method in interface com.qcadoo.view.api.ribbon.RibbonGroup
Get items of this group
getItemTranslation(Entity, Locale) - Method in class com.qcadoo.view.api.utils.TranslationUtilsService
Returns menu item translation
getJoinFieldName() - Method in interface com.qcadoo.model.api.types.JoinFieldHolder
Returns field name joining the relation.
getJsonContext() - Method in interface com.qcadoo.view.api.ViewDefinitionState
Get context from url
getKeys(String) - Method in interface com.qcadoo.model.api.DictionaryService
 
getKeyValues(String, Locale) - Method in interface com.qcadoo.model.api.DictionaryService
 
getLastModificationDate(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns last modification date of the file from given path.
getLicense() - Method in class com.qcadoo.plugin.api.PluginInformation
Returns plugin's license
getListOfLongs(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the List value associated with a key.
getLocale() - Method in interface com.qcadoo.view.api.ComponentState
Returns current localization
getLocales() - Method in interface com.qcadoo.localization.api.TranslationService
Returns a map of available locales.
getLong(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the Long value associated with a key.
getLongField(String) - Method in interface com.qcadoo.model.api.Entity
Return the Long value of the field with given name
getManyToManyField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value, casted to list of entities, of the field with given name.
getMasterModelEntity(Long) - Method in interface com.qcadoo.model.api.DataDefinition
Return the entity related with master model data definition, by its id.
getMathContext() - Method in interface com.qcadoo.model.api.NumberService
Provide global MathContext.
getMaxUploadSize() - Method in interface com.qcadoo.localization.api.TranslationService
Returns a max upload size.
getMaxVersion() - Method in class com.qcadoo.plugin.api.VersionOfDependency
Returns maximum version of required plugin.
getMessage() - Method in class com.qcadoo.model.api.validators.ErrorMessage
Return validation error message.
getMessage() - Method in class com.qcadoo.model.api.validators.GlobalMessage
Return validation error message.
getMessage() - Method in class com.qcadoo.view.api.notifications.Notification
 
getMessage() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Returns message connected to this item
getMessageExplanation() - Method in class com.qcadoo.view.api.exception.ExceptionInfo
 
getMessageExplanationArgs() - Method in class com.qcadoo.view.api.exception.ExceptionInfo
 
getMessageHeader() - Method in class com.qcadoo.view.api.exception.ExceptionInfo
 
getMessagesGroup(String, Locale) - Method in interface com.qcadoo.localization.api.TranslationService
Returns all messages (key and translation) for given group name.
getMessagesHolder() - Method in class com.qcadoo.model.api.EntityOpResult
 
getMinVersion() - Method in class com.qcadoo.plugin.api.VersionOfDependency
Returns minimum version of required plugin.
getMultiSearchFilter() - Method in interface com.qcadoo.view.api.components.GridComponent
 
getName() - Method in interface com.qcadoo.model.api.DataDefinition
Return name of this data definition.
getName(String, Locale) - Method in interface com.qcadoo.model.api.DictionaryService
Translate dictionary name.
getName() - Method in interface com.qcadoo.model.api.FieldDefinition
Return field's name.
getName(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns name of the file from given path.
getName() - Method in class com.qcadoo.plugin.api.artifact.InputStreamPluginArtifact
 
getName() - Method in class com.qcadoo.plugin.api.artifact.JarPluginArtifact
 
getName() - Method in interface com.qcadoo.plugin.api.artifact.PluginArtifact
Name of the plugin, will be used to create filename.
getName() - Method in class com.qcadoo.plugin.api.PluginInformation
Return plugin's readable name.
getName() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getName() - Method in interface com.qcadoo.view.api.ComponentState
Returns name of this component.
getName() - Method in interface com.qcadoo.view.api.ribbon.Ribbon
Get identifier of this ribbon
getName() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Get identifier of this ribbon item
getName() - Method in interface com.qcadoo.view.api.ribbon.RibbonGroup
Get identifier of this ribbon group
getNotification() - Method in class com.qcadoo.view.api.notifications.NotificationService
 
getNotifications() - Method in class com.qcadoo.view.api.notifications.NotificationContainer
 
getNumbersProjection(String, String, String, String, String) - Method in class com.qcadoo.view.api.utils.NumberGeneratorModelHelper
Returns a list of projection entities containing NUM_PROJECTION_ALIAS field with numberFieldName values with trimmed out leading zeros.
getParsedBasenames() - Method in interface com.qcadoo.localization.api.TranslationPropertiesHolder
Returns all parsed basenames.
getPathFromUrl(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns path for the file from given URL.
getPersistedEntityWithIncludedFormValues() - Method in interface com.qcadoo.view.api.components.FormComponent
Returns entity from database updated with this form values.
getPlugin(String) - Method in interface com.qcadoo.plugin.api.PluginAccessor
Returns plugin with given identifier.
getPluginDependencyResult() - Method in interface com.qcadoo.plugin.api.PluginOperationResult
Returns dependencies information.
getPluginIdentifier() - Method in interface com.qcadoo.localization.api.TranslationPropertiesHolder
Returns plugin identifier.
getPluginIdentifier() - Method in interface com.qcadoo.model.api.DataDefinition
Return plugin's identifier for this data definition.
getPluginInformation() - Method in interface com.qcadoo.plugin.api.Plugin
Returns additional information.
getPlugins() - Method in interface com.qcadoo.plugin.api.PluginAccessor
Returns all registered plugins.
getPossibleConversions(String) - Method in interface com.qcadoo.model.api.units.UnitConversionService
 
getPossibleConversions(String, CustomRestriction) - Method in interface com.qcadoo.model.api.units.UnitConversionService
 
getPossibleConversions(String, String) - Method in interface com.qcadoo.model.api.units.UnitConversionService
 
getPriorityField() - Method in interface com.qcadoo.model.api.DataDefinition
Return priority field's definition.
getRatio() - Method in interface com.qcadoo.model.api.units.UnitConversion
 
getRequiredPlugins() - Method in interface com.qcadoo.plugin.api.Plugin
Returns requirements information.
getRibbon() - Method in interface com.qcadoo.view.api.components.WindowComponent
Returns ribbon of this window
getRibbon() - Method in interface com.qcadoo.view.api.components.WindowTabComponent
Returns ribbon of this window
getRoleByIdentifier(String) - Method in interface com.qcadoo.security.api.SecurityRolesService
Returns role with defined identifier or null if no such role found
getRoleIdentifier() - Method in interface com.qcadoo.security.api.SecurityRole
Returns identifier of role
getRoot() - Method in interface com.qcadoo.model.api.EntityTree
Returns root of the tree.
getRowName() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getRules() - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
getSafeFieldExtractor(String) - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getSafeIdExtractor() - Static method in class com.qcadoo.model.api.utils.EntityUtils
 
getScript() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Returns script of this ribbon item
getSelectedEntities() - Method in interface com.qcadoo.view.api.components.GridComponent
Gets all selected entities
getSelectedEntitiesIds() - Method in interface com.qcadoo.view.api.components.GridComponent
Gets ids of all selected entities
getSelectedEntityId() - Method in interface com.qcadoo.view.api.components.TreeComponent
Returns id of entity selected on tree
getSize() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip
 
getSortedEntities(EntityTree) - Method in class com.qcadoo.model.api.utils.EntityTreeUtilsService
Return list of entities sorted in the same order as they appear on the tree
getState() - Method in interface com.qcadoo.plugin.api.Plugin
Returns state of the plugin, only PluginState.ENABLED plugins are usable in system.
getStatus() - Method in interface com.qcadoo.plugin.api.PluginOperationResult
Returns status.
getString(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Get the String value associated with a key.
getStringField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value, casted to string, of the field with given name.
getStringValue() - Method in enum com.qcadoo.model.api.types.Cascadeable.Cascade
 
getStringValue() - Method in enum com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip.Orientation
 
getSupportedUnits() - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
getSystemPlugins() - Method in interface com.qcadoo.plugin.api.PluginAccessor
Returns all system plugins.
getTo() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getTooltip() - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItem
 
getTotalNumberOfEntities() - Method in interface com.qcadoo.model.api.search.SearchResult
Returns total number of matching entities.
getTreeField(String) - Method in interface com.qcadoo.model.api.Entity
Return the value, casted to tree, of the field with given name.
getTreeNodesNumberComparator() - Method in interface com.qcadoo.model.api.utils.TreeNumberingService
Getter for tree node numbers comparator
getTreeNodesNumberComparator() - Method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
getType() - Method in interface com.qcadoo.model.api.FieldDefinition
Return field's type.
getType() - Method in interface com.qcadoo.model.api.types.FieldType
Returns field class.
getType() - Method in class com.qcadoo.view.api.notifications.Notification
 
getType() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Get item type
getUnitFrom() - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
getUnitFrom() - Method in interface com.qcadoo.model.api.units.UnitConversion
 
getUnitTo() - Method in interface com.qcadoo.model.api.units.UnitConversion
 
getUnsatisfiedDependencies() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Set of plugins which are missing.
getUrl(String) - Method in interface com.qcadoo.model.api.file.FileService
Returns URL for the file from given path.
getUserHiddenColumns() - Method in interface com.qcadoo.view.api.components.GridComponent
 
getUuid() - Method in interface com.qcadoo.view.api.ComponentState
Returns unique identifier of this component.
getValue(Entity, List<FieldDefinition>, Locale) - Static method in class com.qcadoo.model.api.expression.ExpressionUtils
Evaluate expression - result is value of field (or comma separated fields values).
getValue(Entity, String, Locale) - Static method in class com.qcadoo.model.api.expression.ExpressionUtils
Evaluate expression value using entity fields values.
getValue(Entity, List<FieldDefinition>, Locale) - Method in interface com.qcadoo.model.api.ExpressionService
Evaluate expression - result is value of field (or comma separated fields values).
getValue(Entity, String, Locale) - Method in interface com.qcadoo.model.api.ExpressionService
Evaluate expression value using entity fields values.
getValue(Object, Locale) - Method in interface com.qcadoo.model.api.FieldDefinition
Convert value to string.
getValues(String, Locale) - Method in interface com.qcadoo.model.api.DictionaryService
 
getVars() - Method in class com.qcadoo.model.api.validators.ErrorMessage
Return validation error message's vars.
getVars() - Method in class com.qcadoo.model.api.validators.GlobalMessage
Return validation error message's vars.
getVendor() - Method in class com.qcadoo.plugin.api.PluginInformation
Returns plugin's vendor
getVendorUrl() - Method in class com.qcadoo.plugin.api.PluginInformation
Return's plugin's vendor's URL.
getVersion() - Method in interface com.qcadoo.plugin.api.Plugin
Returns version of the plugin.
getVersionOfDependency() - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
Returns required plugin's version
GlobalMessage - Class in com.qcadoo.model.api.validators
Object holds validation messages.
GlobalMessage(String, String...) - Constructor for class com.qcadoo.model.api.validators.GlobalMessage
Create new validation error message.
GlobalMessage(String, boolean, String...) - Constructor for class com.qcadoo.model.api.validators.GlobalMessage
Create new validation error message.
GlobalMessage(String, boolean, boolean, String...) - Constructor for class com.qcadoo.model.api.validators.GlobalMessage
Create new validation error message.
GridComponent - Interface in com.qcadoo.view.api.components
Represents grid component
GridComponentFilterSQLUtils - Class in com.qcadoo.view.api.components.grid
 
GridComponentMultiSearchFilter - Class in com.qcadoo.view.api.components.grid
 
GridComponentMultiSearchFilter() - Constructor for class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
groupField(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause.
gt(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is greater than given value.
gt(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
gtAll(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
gtField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is greater than other field.
gtSome(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 

H

has(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Determine if the FilterValueHolder contains a specific key.
hasCurrentUserRole(String) - Method in interface com.qcadoo.security.api.SecurityService
 
hashCode() - Method in class com.qcadoo.model.api.units.restrictions.BelongingTo
 
hashCode() - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
hashCode() - Method in class com.qcadoo.plugin.api.PluginInformation
hashCode() - Method in class com.qcadoo.plugin.api.Version
hashCode() - Method in class com.qcadoo.plugin.api.VersionOfDependency
hashCode() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltip
 
hashCode() - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 
HasManyType - Interface in com.qcadoo.model.api.types
Object represents "has many" field type.
hasRole(Entity, String) - Method in interface com.qcadoo.security.api.SecurityService
Checks if given user can access resource with specified access role identifier
hasState(PluginState) - Method in interface com.qcadoo.plugin.api.Plugin
Checks if plugin has expected state.

I

id() - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add "id" field to the "SELECT" clause.
idEq(long) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if id is equal to given value.
idNe(long) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if id isn't equal to given value.
iEq(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal (using case-insensitive "eq" operator) to given value.
ilike(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal (using case-insensitive "like" operator) to given value.
ilike(String, String, SearchRestrictions.SearchMatchMode) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal (using case-insensitive "like" operator) to given value.
in(String, Collection<?>) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is in given values.
in(String, Object...) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is in given values.
in(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if given value exists in given subquery.
incrementLastChainCharacter(Deque<String>, int) - Static method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
incrementLastChainNumber(Deque<String>) - Static method in class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
inIgnoringCase(String, Collection<?>) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is in given values ignoring case.
init() - Method in class com.qcadoo.plugin.api.Module
Callback invoke once on application startup.
init(FilterConfig) - Method in class com.qcadoo.view.FilesystemResourcesFilter
 
initialize(JSONObject) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Initializes holder with key/value pairs from JSONObject.
InputStreamPluginArtifact - Class in com.qcadoo.plugin.api.artifact
Plugin artifact build on raw input stream.
InputStreamPluginArtifact(String, InputStream) - Constructor for class com.qcadoo.plugin.api.artifact.InputStreamPluginArtifact
Create artifact build on raw input stream.
InputWithActionComponent - Interface in com.qcadoo.view.api.components
 
installPlugin(PluginArtifact) - Method in interface com.qcadoo.plugin.api.PluginManager
Installs plugin from given artifact.
IntegerUtils - Class in com.qcadoo.model.api
 
invokeEvent(String, String, JSONObject, Locale) - Method in interface com.qcadoo.view.api.crud.CrudService
Performs event on specified view and returns view definition state.
invokeEventAndRenderView(String, String, JSONObject, Locale) - Method in interface com.qcadoo.view.api.crud.CrudService
Performs event on specified view and returns the result
isAccessibleForUsers() - Method in interface com.qcadoo.security.api.SecurityRole
Returns true if administrator is allowed to link this role to user
isActivable() - Method in interface com.qcadoo.model.api.DataDefinition
Return true if entity is activable.
isActive() - Method in interface com.qcadoo.model.api.Entity
Returns true if entity is active.
isAuditable() - Method in interface com.qcadoo.model.api.DataDefinition
Return true if entity is auditable.
isAutoClose() - Method in class com.qcadoo.view.api.notifications.Notification
 
isChecked() - Method in interface com.qcadoo.view.api.components.CheckBoxComponent
Check if this component is checked
isClearCurrentCode() - Method in interface com.qcadoo.view.api.components.LookupComponent
 
isCopied() - Method in interface com.qcadoo.model.api.Entity
 
isCopyable() - Method in interface com.qcadoo.model.api.types.FieldType
Returns true if field should be copied.
isCyclic() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Returns true if there is a cycle between plugins.
isDefinedFor(String) - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
isDependenciesSatisfied() - Method in interface com.qcadoo.plugin.api.PluginDependencyResult
Returns true if there is no cycle, missing and unsatisfied plugins.
isEmpty(String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is empty.
isEmpty() - Method in interface com.qcadoo.model.api.units.PossibleUnitConversions
 
isEmpty() - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Indicates if any pair of key and value is present in holder.
isEmpty() - Method in interface com.qcadoo.view.api.components.LookupComponent
Check if this lookup doesn't have selected any entity and its input is empty.
isEnabled(String) - Method in interface com.qcadoo.plugin.api.PluginStateResolver
Returns true if plugin is enabled.
isEnabled(Plugin) - Method in interface com.qcadoo.plugin.api.PluginStateResolver
Returns true if plugin is enabled.
isEnabled(Plugin) - Static method in class com.qcadoo.plugin.api.PluginUtils
Returns true if plugin is enabled.
isEnabled(String) - Static method in class com.qcadoo.plugin.api.PluginUtils
Returns true if plugin is enabled.
isEnabled() - Method in interface com.qcadoo.view.api.ComponentState
Returns true if element defined by this component is be enabled
isEnabled() - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Returns true if this item is enabled
isExtraLarge() - Method in class com.qcadoo.model.api.validators.ErrorMessage
Return extraLarge.
isExtraLarge() - Method in class com.qcadoo.model.api.validators.GlobalMessage
Return extraLarge.
isFieldValid(String) - Method in interface com.qcadoo.model.api.Entity
Return true if there is no field's errors for given field.
isHasError() - Method in interface com.qcadoo.view.api.ComponentState
Returns true if this component has any error.
isLazyLoading() - Method in interface com.qcadoo.model.api.types.BelongsToType
Returns true if field will be lazy loaded.
isLazyLoading() - Method in interface com.qcadoo.model.api.types.ManyToManyType
Returns true if field will be lazy loaded.
isNotEmpty(String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size isn't empty.
isNotNull(String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is not null.
isNull(String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is null.
isPersistent() - Method in interface com.qcadoo.model.api.FieldDefinition
Return true if this field is persistent (will be saved in database).
isPersistent() - Method in interface com.qcadoo.view.api.components.FieldComponent
Checks if field defined by this component is persistent
isPluginEnabled(String) - Method in interface com.qcadoo.plugin.api.PluginManager
Checks if plugin with specified identifier is enabled
isPrioritizable() - Method in interface com.qcadoo.model.api.DataDefinition
Return true if entity is prioritizable.
isReadOnly() - Method in interface com.qcadoo.model.api.FieldDefinition
Return true if this field is readonly.
isRequired() - Method in interface com.qcadoo.model.api.FieldDefinition
Return true if this field is required.
isRequired() - Method in interface com.qcadoo.view.api.components.FieldComponent
Checks if field defined by this component is required
isRestartNeccessary() - Method in interface com.qcadoo.plugin.api.PluginOperationResult
Returns true if operation requires restart: PluginOperationStatus.SUCCESS_WITH_RESTART.
isSound() - Method in class com.qcadoo.view.api.notifications.Notification
 
isSound() - Method in class com.qcadoo.view.api.notifications.NotificationContainer
 
isSuccess() - Method in interface com.qcadoo.plugin.api.PluginOperationResult
isSuccessfull() - Method in class com.qcadoo.model.api.EntityOpResult
 
isSystemPlugin() - Method in interface com.qcadoo.plugin.api.Plugin
Returns true for system plugin, it means that plugin cannot be disabled and removed.
isUnique() - Method in interface com.qcadoo.model.api.FieldDefinition
Return true if this field is unique.
isValid() - Method in interface com.qcadoo.model.api.Entity
Return true if there is no global and field's errors.
isValid() - Method in interface com.qcadoo.view.api.components.FormComponent
Checks if all fields of this form and entity itself are valid
isVersionable() - Method in interface com.qcadoo.model.api.DataDefinition
Return true if entity is versionable
isViewAfterRedirect() - Method in interface com.qcadoo.view.api.ViewDefinitionState
Checks whether the view is generated after redirect event
isViewAfterReload() - Method in interface com.qcadoo.view.api.ViewDefinitionState
Checks whether the view is generated for the first time or after reload
isVisible() - Method in interface com.qcadoo.view.api.ComponentState
Returns true if element defined by this component is visible and false if it is hidden.

J

JarPluginArtifact - Class in com.qcadoo.plugin.api.artifact
Plugin artifact build on JAR file.
JarPluginArtifact(File) - Constructor for class com.qcadoo.plugin.api.artifact.JarPluginArtifact
Create artifact build on JAR file.
JoinFieldHolder - Interface in com.qcadoo.model.api.types
Interface for fields that using joinField.
JoinType - Enum in com.qcadoo.model.api.search
Supported join types
JSON_GROUP_OPERATOR_FIELD - Static variable in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
JSON_RULES_FIELD - Static variable in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 

L

L_DATE_FORMAT - Static variable in class com.qcadoo.localization.api.utils.DateUtils
Date format.
L_DATE_TIME_FORMAT - Static variable in class com.qcadoo.localization.api.utils.DateUtils
Date-time format.
L_REPORT_DATE_TIME_FORMAT - Static variable in class com.qcadoo.localization.api.utils.DateUtils
Date-time format for report files.
le(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is less than or equal to given value.
le(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
leAll(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
leField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is less than or equal to other field.
leSome(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
like(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal (using "like" operator) to given value.
like(String, String, SearchRestrictions.SearchMatchMode) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is equal (using "like" operator) to given value.
list() - Method in interface com.qcadoo.model.api.DataDefinitionService
Return all defined data definitions.
list() - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Finds entities using this criteria.
list() - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection's list.
list() - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Finds entities using this criteria.
LogoComponent - Class in com.qcadoo.view.api
 
LogoComponent(ViewParametersAppender) - Constructor for class com.qcadoo.view.api.LogoComponent
 
LookupComponent - Interface in com.qcadoo.view.api.components
 
lt(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is less than given value.
lt(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
ltAll(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
ltField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field is less than other field.
ltSome(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 

M

ManyToManyType - Interface in com.qcadoo.model.api.types
Object represents "many to many" field type.
max(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "max" to the "SELECT" clause.
merge(UnitConversion) - Method in interface com.qcadoo.model.api.units.UnitConversion
 
min(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "min" to the "SELECT" clause.
Module - Class in com.qcadoo.plugin.api
Module is a part of Plugin and represents some functionality: model, view, field, etc.
Module() - Constructor for class com.qcadoo.plugin.api.Module
 
ModuleException - Exception in com.qcadoo.plugin.api
Basic module exception
ModuleException(String, String, Throwable) - Constructor for exception com.qcadoo.plugin.api.ModuleException
 
ModuleException(String, String, String) - Constructor for exception com.qcadoo.plugin.api.ModuleException
 
ModuleException(String, String, Element, Throwable) - Constructor for exception com.qcadoo.plugin.api.ModuleException
 
ModuleFactory<T extends Module> - Class in com.qcadoo.plugin.api
Factory responsible for parsing descriptors and creating instances of Module.
ModuleFactory() - Constructor for class com.qcadoo.plugin.api.ModuleFactory
 
Monitorable - Annotation Type in com.qcadoo.model.api.aop
Describes monitorable attributes on a method.
move(Long, int) - Method in interface com.qcadoo.model.api.DataDefinition
Move the prioritizable entity by offset.
moveTo(Long, int) - Method in interface com.qcadoo.model.api.DataDefinition
Move the prioritizable entity to the target position.
multiTenantDisable() - Method in class com.qcadoo.plugin.api.Module
Version of Module.disable() for multi-tenant environments.
multiTenantDisableOnStartup() - Method in class com.qcadoo.plugin.api.Module
Version of Module.disableOnStartup() for multi-tenant environments.
multiTenantEnable() - Method in class com.qcadoo.plugin.api.Module
Version of Module.enable() for multi-tenant environments.
multiTenantEnableOnStartup() - Method in class com.qcadoo.plugin.api.Module
Version of Module.enableOnStartup() for multi-tenant environments.

N

ne(String, Object) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field isn't equal to given value.
ne(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
 
neField(String, String) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if field isn't equal to other field.
NODE_NUMBER_FIELD - Static variable in interface com.qcadoo.model.api.types.TreeType
 
not(SearchCriterion) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Wraps given criterion with "not" criterion.
notExists(SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if none row exists in given subquery.
Notification - Class in com.qcadoo.view.api.notifications
 
Notification(NotificationType, String) - Constructor for class com.qcadoo.view.api.notifications.Notification
 
Notification(NotificationType, String, boolean) - Constructor for class com.qcadoo.view.api.notifications.Notification
 
Notification(NotificationType, String, boolean, boolean) - Constructor for class com.qcadoo.view.api.notifications.Notification
 
NotificationContainer - Class in com.qcadoo.view.api.notifications
 
NotificationContainer() - Constructor for class com.qcadoo.view.api.notifications.NotificationContainer
 
NotificationDataComponent - Interface in com.qcadoo.view.api.notifications
 
NotificationService - Class in com.qcadoo.view.api.notifications
 
NotificationService() - Constructor for class com.qcadoo.view.api.notifications.NotificationService
 
NotificationType - Enum in com.qcadoo.view.api.notifications
 
notIn(Object, SearchCriteriaBuilder) - Static method in class com.qcadoo.model.api.search.SearchSubqueries
Creates criterion which checks if given value doesn't exist in given subquery.
NUM_PROJECTION_ALIAS - Static variable in class com.qcadoo.view.api.utils.NumberGeneratorModelHelper
 
NumberGeneratorModelHelper - Class in com.qcadoo.view.api.utils
 
NumberGeneratorModelHelper() - Constructor for class com.qcadoo.view.api.utils.NumberGeneratorModelHelper
 
NumberGeneratorService - Class in com.qcadoo.view.api.utils
Helper service for automatically generating numbers for entities
NumberGeneratorService() - Constructor for class com.qcadoo.view.api.utils.NumberGeneratorService
 
NumberService - Interface in com.qcadoo.model.api
Service to provide utilities for numbers

O

onChangeRerender(ViewDefinitionState, ComponentState, String[]) - Method in class com.qcadoo.view.api.listeners.RerenderListener
 
openModal(String) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Informs client that should open new modal window.
openModal(String, Map<String, Object>) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Informs client that should open new modal window and pass custom component parameters.
or(SearchCriterion, SearchCriterion, SearchCriterion...) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates restriction which join given restrictions with "OR" operator.

P

parse(String) - Static method in class com.qcadoo.model.api.IntegerUtils
Parse integer value from string.
parse(String) - Static method in enum com.qcadoo.model.api.types.Cascadeable.Cascade
 
parse(String, Element) - Method in class com.qcadoo.plugin.api.ModuleFactory
Parses descriptor and creates instance of Module.
parseAndComplete(String, boolean) - Static method in class com.qcadoo.localization.api.utils.DateUtils
Parse string into date, with autocomplete missing month, day, hour, minute and second.
parseDate(Object) - Static method in class com.qcadoo.localization.api.utils.DateUtils
Parse date from object
parseString(String) - Static method in enum com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip.Orientation
 
PasswordGeneratorService - Interface in com.qcadoo.security.api
Service for generating passwords
PasswordReminderService - Interface in com.qcadoo.security.api
Service for resetting password
PasswordResetTokenService - Interface in com.qcadoo.security.api
 
performEvent(ViewDefinitionState, String, String...) - Method in interface com.qcadoo.view.api.ComponentState
Performs event on this component.
Plugin - Interface in com.qcadoo.plugin.api
Plugin represents information from plugin's descriptor and holds all its modules.
PluginAccessor - Interface in com.qcadoo.plugin.api
Service to accessing plugins registered in the system.
PluginArtifact - Interface in com.qcadoo.plugin.api.artifact
Abstraction which represents location of the plugin.
PluginDependencyInformation - Class in com.qcadoo.plugin.api
Plugin's requirements.
PluginDependencyInformation(String) - Constructor for class com.qcadoo.plugin.api.PluginDependencyInformation
Creates requirement for plugin with given identifier, no required version provided.
PluginDependencyInformation(String, VersionOfDependency) - Constructor for class com.qcadoo.plugin.api.PluginDependencyInformation
Creates requirement for plugin with given identifier and version.
PluginDependencyResult - Interface in com.qcadoo.plugin.api
 
PluginInformation - Class in com.qcadoo.plugin.api
Plugin's additional information.
PluginInformation(String, String, String, String, String, String) - Constructor for class com.qcadoo.plugin.api.PluginInformation
Creates additional information with given fields.
PluginManager - Interface in com.qcadoo.plugin.api
Service to managing plugins.
PluginOperationResult - Interface in com.qcadoo.plugin.api
Holder for the status and dependencies information returned by PluginManager methods.
PluginOperationStatus - Enum in com.qcadoo.plugin.api
Status returned by PluginManager methods.
PluginServerManager - Interface in com.qcadoo.plugin.api
Servise to managing server.
PluginState - Enum in com.qcadoo.plugin.api
State of the plugin.
PluginStateResolver - Interface in com.qcadoo.plugin.api
Service to checking plugin's state.
PluginUtils - Class in com.qcadoo.plugin.api
Utils to checking plugin's state.
PossibleUnitConversions - Interface in com.qcadoo.model.api.units
Object representing possible unit conversions
postInit() - Method in class com.qcadoo.plugin.api.ModuleFactory
Callback is invoke once on application startup, after the Module.init().
preInit() - Method in class com.qcadoo.plugin.api.ModuleFactory
Callback is invoke once on application startup, before the Module.init().
prepareDefaultLogoPath() - Method in class com.qcadoo.view.api.LogoComponent
 
prepareMenuLogoPath(boolean) - Method in class com.qcadoo.view.api.LogoComponent
 
prepareView(String, String, Map<String, String>, Locale) - Method in interface com.qcadoo.view.api.crud.CrudService
Generates Spring ModelAndView for specified view.
processPasswordChange(String, String, String) - Method in interface com.qcadoo.security.api.PasswordResetTokenService
 
put(String, Integer) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/int pair in the FilterValueHolder.
put(String, BigDecimal) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/double pair in the FilterValueHolder.
put(String, Long) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/Long pair in the FilterValueHolder.
put(String, List<Long>) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/List pair in the FilterValueHolder.
put(String, String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/String pair in the FilterValueHolder.
put(String, boolean) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Put a key/boolean pair in the FilterValueHolder.

R

redirectTo(String, boolean, boolean) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Informs client that should redirect to some url.
redirectTo(String, boolean, boolean, Map<String, Object>) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Informs client that should redirect to some url and pass custom component parameters.
registerNotification() - Method in interface com.qcadoo.view.api.notifications.NotificationDataComponent
 
registerNotification() - Method in class com.qcadoo.view.api.notifications.ViewNotificationDataComponent
 
reloadEntities() - Method in interface com.qcadoo.view.api.components.GridComponent
Reload content of grid
remove(String) - Method in interface com.qcadoo.model.api.file.FileService
Remove the file from given path.
remove(String) - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Remove a name and its value, if present.
removeExceptionInfoResolver(Class<T>) - Method in interface com.qcadoo.view.api.exception.ClassDrivenExceptionResolver
 
removeFilterForField(String) - Method in interface com.qcadoo.view.api.components.GridComponent
 
renderView(ViewDefinitionState) - Method in interface com.qcadoo.view.api.crud.CrudService
Render given view definition state.
requestComponentUpdateState() - Method in interface com.qcadoo.view.api.components.FieldComponent
Informs that this component should be updated
requestRibbonRender() - Method in interface com.qcadoo.view.api.components.WindowComponent
Informs that this window's ribbon should be updated
requestUpdate(boolean) - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Informs that this item state should be updated
RerenderListener - Class in com.qcadoo.view.api.listeners
 
RerenderListener() - Constructor for class com.qcadoo.view.api.listeners.RerenderListener
 
resolve(GanttChartScale, JSONObject, Locale) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartItemResolver
 
restart() - Method in interface com.qcadoo.plugin.api.PluginServerManager
Restarts server.
reverse() - Method in interface com.qcadoo.model.api.units.UnitConversion
 
Ribbon - Interface in com.qcadoo.view.api.ribbon
Represents ribbon in application
RibbonActionItem - Interface in com.qcadoo.view.api.ribbon
Represents single ribbon item
RibbonActionItem.Type - Enum in com.qcadoo.view.api.ribbon
Type of ribbon item
RibbonComboBox - Interface in com.qcadoo.view.api.ribbon
Represents ribbon combo box
RibbonComboItem - Interface in com.qcadoo.view.api.ribbon
Represents ribbon item that contains dropdown submenu with other items
RibbonGroup - Interface in com.qcadoo.view.api.ribbon
Represents ribbon items group
rowCount() - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add "count(*)" to the "SELECT" clause.
RunIfEnabled - Annotation Type in com.qcadoo.plugin.api
Determines execution of annotated (type's) method.
RuntimeExceptionWithArguments - Exception in com.qcadoo.model.api.exception
 
RuntimeExceptionWithArguments() - Constructor for exception com.qcadoo.model.api.exception.RuntimeExceptionWithArguments
 
RuntimeExceptionWithArguments(String) - Constructor for exception com.qcadoo.model.api.exception.RuntimeExceptionWithArguments
 
RuntimeExceptionWithArguments(String, String...) - Constructor for exception com.qcadoo.model.api.exception.RuntimeExceptionWithArguments
 

S

save(Entity) - Method in interface com.qcadoo.model.api.DataDefinition
Save the entity related with this data definition.
SearchConjunction - Interface in com.qcadoo.model.api.search
A sequence of SearchCriterion linked using conjunction - (...
SearchCriteriaBuilder - Interface in com.qcadoo.model.api.search
Object represents the criteria builder for finding entities.
SearchCriterion - Interface in com.qcadoo.model.api.search
SearchDisjunction - Interface in com.qcadoo.model.api.search
A sequence of SearchCriterion linked using disjunction - (...
SearchOrder - Interface in com.qcadoo.model.api.search
SearchOrders - Class in com.qcadoo.model.api.search
Utility with factory methods for SearchOrder.
SearchProjection - Interface in com.qcadoo.model.api.search
SearchProjectionList - Interface in com.qcadoo.model.api.search
A sequence of SearchProjection.
SearchProjections - Class in com.qcadoo.model.api.search
Utility with factory methods for SearchProjection.
SearchQueryBuilder - Interface in com.qcadoo.model.api.search
Object represents the query builder for finding entities.
SearchRestrictions - Class in com.qcadoo.model.api.search
Utility with factory methods for SearchCriterion.
SearchRestrictions() - Constructor for class com.qcadoo.model.api.search.SearchRestrictions
 
SearchRestrictions.SearchMatchMode - Enum in com.qcadoo.model.api.search
Match mode for "like" criterion.
SearchResult - Interface in com.qcadoo.model.api.search
SearchResult contains list of entities, total number of entities and the search criteria used for produce this search result.
SearchSubqueries - Class in com.qcadoo.model.api.search
Utility with factory methods for SearchCriterion related with subqueries.
SecurityEscapeService - Class in com.qcadoo.view.api.utils
 
SecurityEscapeService() - Constructor for class com.qcadoo.view.api.utils.SecurityEscapeService
 
SecurityRole - Interface in com.qcadoo.security.api
Defines single user role
SecurityRolesService - Interface in com.qcadoo.security.api
Service for getting defined roles and role-based access
SecurityService - Interface in com.qcadoo.security.api
Service for getting current user.
serveResource(HttpServletRequest, HttpServletResponse) - Method in class com.qcadoo.view.FilesystemResourcesFilter
 
setActive(boolean) - Method in interface com.qcadoo.model.api.Entity
Set if entity is active.
setActiveTab(String) - Method in interface com.qcadoo.view.api.components.WindowComponent
Set tab with given name as active (focused).
setBigDecimal(String, BigDecimal) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "bigDecimal" parameter for given placeholder.
setBoolean(String, boolean) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "boolean" parameter for given placeholder.
setByte(String, byte) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "byte" parameter for given placeholder.
setCacheable(boolean) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Enable caching of this query result, provided query caching is enabled for the underlying session factory.
setCacheable(boolean) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Enable caching of this query result, provided query caching is enabled for the underlying session factory.
setChecked(boolean) - Method in interface com.qcadoo.view.api.components.CheckBoxComponent
Mark this component as (un)checked.
setCopied(boolean) - Method in interface com.qcadoo.model.api.Entity
 
setCustomRestriction(CustomRestriction) - Method in interface com.qcadoo.view.api.components.GridComponent
Adds restriction to this grid
setDate(String, Date) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "date" parameter for given placeholder.
setDateFrom(Date) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
setDateTo(Date) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
setDouble(String, double) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "double" parameter for given placeholder.
setEditable(boolean) - Method in interface com.qcadoo.view.api.components.GridComponent
Defines if this grid should be editable
setEnabled(boolean) - Method in interface com.qcadoo.view.api.ComponentState
Defines if element defined by this component should be enabled.
setEnabled(boolean) - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Sets this item state
setEntities(List<Entity>) - Method in interface com.qcadoo.view.api.components.GridComponent
Sets new content of grid Warning: Paging, searching and sorting can not work when grid content is put directly by this method.
setEntity(String, Entity) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "entity" parameter for given placeholder.
setEntity(String, String, String, long) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "entity" parameter for given placeholder.
setEntity(Entity) - Method in interface com.qcadoo.view.api.components.FormComponent
Set Entity which be used to fill this form
setField(String, Object) - Method in interface com.qcadoo.model.api.Entity
Set the value of the field with given name.
setFieldValue(Object) - Method in interface com.qcadoo.view.api.ComponentState
Sets new value of element defined by this component or do nothing if this component don't contains value
setFilters(Map<String, String>) - Method in interface com.qcadoo.view.api.components.GridComponent
Sets current filters.
setFilterValue(FilterValueHolder) - Method in interface com.qcadoo.view.api.components.GridComponent
Sets filter value which will be send to criteria modifier hook.
setFilterValue(FilterValueHolder) - Method in interface com.qcadoo.view.api.components.LookupComponent
Sets filter value which will be send to criteria modifier hook.
setFirstResult(int) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Sets the first result, by default the first result is equal to zero.
setFirstResult(int) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the first result, by default the first result is equal to zero.
setFloat(String, float) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "float" parameter for given placeholder.
setFormEnabled(boolean) - Method in interface com.qcadoo.view.api.components.FormComponent
Enables or disables this form and all its inner components
setGroupOperator(String) - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
setIcon(String) - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
Set item icon (null if item without icon)
setId(Long) - Method in interface com.qcadoo.model.api.Entity
Set the entity's id.
setInputEnabled(boolean) - Method in interface com.qcadoo.view.api.components.InputWithActionComponent
 
setInteger(String, int) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "integer" parameter for given placeholder.
setIsDatesSet(Boolean) - Method in interface com.qcadoo.view.api.components.ganttChart.GanttChartScale
 
setJsonContext(JSONObject) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Set context form url
setLong(String, long) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "long" parameter for given placeholder.
setMaxResults(int) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Sets the max results, by default there is no limit.
setMaxResults(int) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the max results, by default there is no limit.
setMessage(String) - Method in interface com.qcadoo.view.api.ribbon.RibbonActionItem
sets message connected to this item
setNotifications(List<Notification>) - Method in class com.qcadoo.view.api.notifications.NotificationContainer
 
setNotValid() - Method in interface com.qcadoo.model.api.Entity
Set validation status as not valid
setParameter(String, Object) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the parameter for given placeholder.
setParameterList(String, Collection<? extends Object>) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the collection of parameters for given placeholder.
setProjection(SearchProjection) - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Adds projection to the criteria.
setRequired(boolean) - Method in interface com.qcadoo.view.api.components.FieldComponent
Sets if field is required
setScaleWithDefaultMathContext(BigDecimal) - Method in interface com.qcadoo.model.api.NumberService
Set default (currently 5) decimal's scale (number of digits after coma) using default RoundingMode.
setScaleWithDefaultMathContext(BigDecimal, int) - Method in interface com.qcadoo.model.api.NumberService
Set given decimal's scale (number of digits after coma) using default RoundingMode.
setSelectedEntitiesIds(Set<Long>) - Method in interface com.qcadoo.view.api.components.GridComponent
Sets new collection of selected entities
setShort(String, short) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "short" parameter for given placeholder.
setSound(boolean) - Method in class com.qcadoo.view.api.notifications.NotificationContainer
 
setString(String, String) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "string" parameter for given placeholder.
setTime(String, Date) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "time" parameter for given placeholder.
setTimestamp(String, Date) - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Sets the "timestamp" parameter for given placeholder.
setVisible(boolean) - Method in interface com.qcadoo.view.api.ComponentState
Defines if element defined by this component should be visible.
sizeEq(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is equal to given size.
sizeGe(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is greater than or equal to given size.
sizeGt(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is greater than given size.
sizeLe(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is less than or equal to given size.
sizeLt(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size is less than given size.
sizeNe(String, int) - Static method in class com.qcadoo.model.api.search.SearchRestrictions
Creates criterion which checks if "collection" field's size isn't equal to given size.
successfull() - Static method in class com.qcadoo.model.api.EntityOpResult
 
sum(String) - Static method in class com.qcadoo.model.api.search.SearchProjections
Creates projection which add given field to the "GROUP BY" clause and its "sum" to the "SELECT" clause.

T

TimeConverterService - Class in com.qcadoo.view.api.utils
Helper service for convert time from database to format (hh:mm:ss)
TimeConverterService() - Constructor for class com.qcadoo.view.api.utils.TimeConverterService
 
toDateString(Date) - Static method in class com.qcadoo.localization.api.utils.DateUtils
Get date's String value in format
toDateTimeString(Date) - Static method in class com.qcadoo.localization.api.utils.DateUtils
Get date's String value in format
toJson() - Method in class com.qcadoo.view.api.components.grid.GridComponentMultiSearchFilter
 
toJSON() - Method in interface com.qcadoo.view.api.components.lookup.FilterValueHolder
Returns JSON representation of holder values;
toObject(FieldDefinition, Object) - Method in interface com.qcadoo.model.api.types.FieldType
Convert given value to valid field's value defined in FieldType.getType().
toPercent(BigDecimal, MathContext) - Static method in class com.qcadoo.model.api.BigDecimalUtils
Converts decimal value to percent
toString(BigDecimal, int) - Static method in class com.qcadoo.model.api.BigDecimalUtils
 
toString(Object, Locale) - Method in interface com.qcadoo.model.api.types.FieldType
Convert field's value to string.
toString() - Method in class com.qcadoo.plugin.api.PluginDependencyInformation
toString() - Method in class com.qcadoo.plugin.api.Version
toString() - Method in class com.qcadoo.plugin.api.VersionOfDependency
translate(String, Locale, String...) - Method in interface com.qcadoo.localization.api.TranslationService
Translates given code into the locale using the args.
translate(String, String, Locale, String...) - Method in interface com.qcadoo.localization.api.TranslationService
Translates given codes into the locale using the args.
translate(String, String, String, Locale, String...) - Method in interface com.qcadoo.localization.api.TranslationService
Translates given codes into the locale using the args.
TranslationPropertiesHolder - Interface in com.qcadoo.localization.api
Service for getting translation properties for plugin.
TranslationService - Interface in com.qcadoo.localization.api
Service for getting translations.
TranslationUtilsService - Class in com.qcadoo.view.api.utils
Helper service for translations
TranslationUtilsService() - Constructor for class com.qcadoo.view.api.utils.TranslationUtilsService
 
TreeComponent - Interface in com.qcadoo.view.api.components
Represents tree component
TreeNumberingService - Interface in com.qcadoo.model.api.utils
Helper service for automatically generating numbers for EntityTree nodes
TreeNumberingServiceImpl - Class in com.qcadoo.model.api.utils
 
TreeNumberingServiceImpl() - Constructor for class com.qcadoo.model.api.utils.TreeNumberingServiceImpl
 
TreeType - Interface in com.qcadoo.model.api.types
Object represents "tree" field type.
tryFindComponentByReference(String) - Method in interface com.qcadoo.view.api.ViewDefinitionState
Returns Optional containing component with specified reference name or empty Optional if no such component found or found component has other type than demanded (see T type parameter).
tryGetMasterModelEntity(Long) - Method in interface com.qcadoo.model.api.DataDefinition
Return the entity related with master model data definition, by its id.
tryParse(Object) - Static method in class com.qcadoo.localization.api.utils.DateUtils
 
tryParse(String, Locale) - Static method in class com.qcadoo.model.api.BigDecimalUtils
Try parse string into BigDecimal.
tryParseAndIgnoreSeparator(String, Locale) - Static method in class com.qcadoo.model.api.BigDecimalUtils
 

U

uninstallPlugin(String...) - Method in interface com.qcadoo.plugin.api.PluginManager
Uninstalls plugins with given identifiers.
uniqueResult() - Method in interface com.qcadoo.model.api.search.SearchCriteriaBuilder
Finds unique entity.
uniqueResult() - Method in interface com.qcadoo.model.api.search.SearchQueryBuilder
Finds unique entity.
UnitConversion - Interface in com.qcadoo.model.api.units
Unit conversion
UnitConversionModelService - Interface in com.qcadoo.model.api.units
Unit conversion model service
UnitConversionService - Interface in com.qcadoo.model.api.units
Unit conversion service
UnsupportedUnitConversionException - Exception in com.qcadoo.model.api.units
 
UnsupportedUnitConversionException(String, String) - Constructor for exception com.qcadoo.model.api.units.UnsupportedUnitConversionException
 
updateReportFileName(Entity, String, String) - Method in interface com.qcadoo.model.api.file.FileService
Update report file name for given report entity
updateReportFileName(Entity, String, String, String...) - Method in interface com.qcadoo.model.api.file.FileService
Update report file name for given report entity
upload(MultipartFile) - Method in interface com.qcadoo.model.api.file.FileService
Create file from given uploaded file.
UserService - Interface in com.qcadoo.security.api
This service provides common operations for user

V

validate(Entity) - Method in interface com.qcadoo.model.api.DataDefinition
Validate the entity related with this data definition.
valueEquals(BigDecimal, BigDecimal) - Static method in class com.qcadoo.model.api.BigDecimalUtils
Check if decimals represent the same numeric value, even if they have different precisions or contexts.
valueOf(String) - Static method in enum com.qcadoo.model.api.search.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.model.api.search.SearchRestrictions.SearchMatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.model.api.types.Cascadeable.Cascade
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.plugin.api.PluginOperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.plugin.api.PluginState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.view.api.ComponentState.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.view.api.notifications.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qcadoo.view.api.ribbon.RibbonActionItem.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.qcadoo.model.api.search.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.model.api.search.SearchRestrictions.SearchMatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.model.api.types.Cascadeable.Cascade
Returns an array containing the constants of this enum type, in the order they are declared.
values(Locale) - Method in interface com.qcadoo.model.api.types.EnumeratedType
 
values() - Static method in enum com.qcadoo.plugin.api.PluginOperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.plugin.api.PluginState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.view.api.components.ganttChart.GanttChartItemStrip.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.view.api.ComponentState.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.view.api.notifications.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qcadoo.view.api.ribbon.RibbonActionItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.qcadoo.plugin.api
Version of the plugin - contains three numbers - major, minor and branch.
Version(String) - Constructor for class com.qcadoo.plugin.api.Version
Creates version from string.
VersionOfDependency - Class in com.qcadoo.plugin.api
Version of the required plugin - contains lower and upper boundaries with information if boundary is included.
VersionOfDependency(String) - Constructor for class com.qcadoo.plugin.api.VersionOfDependency
Creates version from string.
ViewDefinitionState - Interface in com.qcadoo.view.api
ViewDefinitionState is instance of single view.
ViewNotificationDataComponent - Class in com.qcadoo.view.api.notifications
 
ViewNotificationDataComponent() - Constructor for class com.qcadoo.view.api.notifications.ViewNotificationDataComponent
 
ViewParametersAppender - Class in com.qcadoo.view.utils
 
ViewParametersAppender() - Constructor for class com.qcadoo.view.utils.ViewParametersAppender
 

W

WindowComponent - Interface in com.qcadoo.view.api.components
Represents window component
WindowTabComponent - Interface in com.qcadoo.view.api.components
Represents window tab component
withHeader(String) - Method in class com.qcadoo.view.api.components.ganttChart.GanttChartItemTooltipBuilder
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2010-2025 Qcadoo Limited