- 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
-
- 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
-
- 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
-
- getEnabledPlugins() - Method in interface com.qcadoo.plugin.api.PluginAccessor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- SearchOrder - Interface in com.qcadoo.model.api.search
-
- SearchOrders - Class in com.qcadoo.model.api.search
-
- SearchProjection - Interface in com.qcadoo.model.api.search
-
- SearchProjectionList - Interface in com.qcadoo.model.api.search
-
- SearchProjections - Class in com.qcadoo.model.api.search
-
- SearchQueryBuilder - Interface in com.qcadoo.model.api.search
-
Object represents the query builder for finding entities.
- SearchRestrictions - Class in com.qcadoo.model.api.search
-
- 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
-
- 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.