Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAnySourceBaseDAO<E> - Class in org.cxbox.core.dao.impl
 
AbstractAnySourceBaseDAO() - Constructor for class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
AbstractAnySourceResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E> - Class in org.cxbox.core.crudma.impl
 
AbstractAnySourceResponseService() - Constructor for class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
AbstractAnySourceResponseService(Class<T>, Class<E>, Class<? extends AnySourceFieldMetaBuilder<T>>, Class<? extends AnySourceBaseDAO<E>>) - Constructor for class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Deprecated. 
AbstractClassifyDataProvider - Class in org.cxbox.core.util.filter.provider.impl
 
AbstractClassifyDataProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.AbstractClassifyDataProvider
 
AbstractCrudmaService - Class in org.cxbox.core.crudma.impl
 
AbstractCrudmaService() - Constructor for class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
AbstractCxboxFileController - Class in org.cxbox.core.file.controller
 
AbstractCxboxFileController() - Constructor for class org.cxbox.core.file.controller.AbstractCxboxFileController
 
AbstractEnumBcSupplier<T extends Enum<T> & EnumBcIdentifier> - Class in org.cxbox.core.crudma.bc.impl
 
AbstractEnumBcSupplier(Class<T>) - Constructor for class org.cxbox.core.crudma.bc.impl.AbstractEnumBcSupplier
 
AbstractEnumBcSupplier(EnumBcIdentifier.Holder<T>) - Constructor for class org.cxbox.core.crudma.bc.impl.AbstractEnumBcSupplier
 
AbstractParameterArgumentResolver - Class in org.cxbox.core.controller.param.resolvers
 
AbstractParameterArgumentResolver() - Constructor for class org.cxbox.core.controller.param.resolvers.AbstractParameterArgumentResolver
 
AbstractQueryParameter - Class in org.cxbox.core.controller.param
 
AbstractQueryParameter(String) - Constructor for class org.cxbox.core.controller.param.AbstractQueryParameter
 
AbstractResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E extends BaseEntity> - Class in org.cxbox.core.crudma.impl
 
AbstractResponseService() - Constructor for class org.cxbox.core.crudma.impl.AbstractResponseService
 
AbstractResponseService(Class<T>, Class<E>, SingularAttribute<? super E, ? extends BaseEntity>, Class<? extends FieldMetaBuilder<T>>) - Constructor for class org.cxbox.core.crudma.impl.AbstractResponseService
Deprecated. 
action(String, String) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
action(String, String) - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
action(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
action(ActionType) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
action(ActionType) - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
ActionAvailableChecker - Interface in org.cxbox.core.service.action
 
ActionAvailableChecker.And - Class in org.cxbox.core.service.action
 
ActionDescription<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
ActionDescription() - Constructor for class org.cxbox.core.service.action.ActionDescription
 
ActionDescriptionBuilder<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
ActionDescriptionBuilder() - Constructor for class org.cxbox.core.service.action.ActionDescriptionBuilder
 
ActionGroupDescription<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
ActionGroupDescription() - Constructor for class org.cxbox.core.service.action.ActionGroupDescription
 
ActionIcon - Enum Class in org.cxbox.core.service.action
Deprecated.
use CxboxActionIconSpecifier instead TODO delete in 3.0
ActionIconSpecifier - Interface in org.cxbox.core.service.action
 
ActionInvoker<T extends org.cxbox.api.data.dto.DataResponseDTO> - Interface in org.cxbox.core.service.action
 
ActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
ActionResultDTO() - Constructor for class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
ActionResultDTO(T) - Constructor for class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
Actions<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
Actions() - Constructor for class org.cxbox.core.service.action.Actions
 
ActionsBuilder<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
ActionScope - Enum Class in org.cxbox.core.service.action
 
ActionsDTO - Class in org.cxbox.core.dto.rowmeta
 
ActionsDTO() - Constructor for class org.cxbox.core.dto.rowmeta.ActionsDTO
 
ActionType - Enum Class in org.cxbox.core.dto.rowmeta
 
add() - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
Deprecated.
add(Boolean) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
Deprecated.
add(String) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter string to this builder.
add(String, Object) - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
add(String, ResponseServiceAction<T>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
add(BcIdentifier, Class<D>, TypeReference<F>, Consumer<F>) - Method in class org.cxbox.core.service.drilldown.filter.FC
Adds a custom filter builder for the specified BC identifier and DTO class using a type token.
add(BcIdentifier, Class<D>, Consumer<FB<D, ?>>) - Method in class org.cxbox.core.service.drilldown.filter.FC
Adds a default filter builder for the specified BC identifier and DTO class.
addAction(ActionDescription<T>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
addAll(List<ActionDTO>) - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 
addAll(Actions<T>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.cxbox.core.config.APIConfig
 
addConcreteFilterValue(DtoField<? super T, ?>, SimpleDictionary) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
Deprecated, for removal: This API element is subject to removal in a future version.
addConcreteValue(DtoField<? super T, ?>, SimpleDictionary) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
Adds a value to an existing list of selectable values
addEngineConcreteValues(String, List<SimpleDictionary>) - Method in class org.cxbox.core.dto.rowmeta.EngineFieldsMeta
 
addEngineFilterValues(String, List<SimpleDictionary>) - Method in class org.cxbox.core.dto.rowmeta.EngineFieldsMeta
 
addField(String, String) - Method in class org.cxbox.core.dto.BusinessError.Entity
 
addGroup(String, String, int, List<ActionDTO>, ActionIconSpecifier, boolean) - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 
addGroup(String, String, int, Actions<T>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
addMethod(int, ActionDescription, BusinessComponent) - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 
addMethod(ActionDescription, BusinessComponent) - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 
addOption(MultivalueOptionType, String) - Method in class org.cxbox.core.dto.multivalue.MultivalueFieldSingleValue
 
addPopup(String) - Method in exception org.cxbox.core.exception.BusinessException
 
addPopup(List<String>) - Method in exception org.cxbox.core.exception.BusinessException
 
addPostAction(PostAction) - Method in exception org.cxbox.core.exception.BusinessException
 
addPreInvokeEvent(PreInvokeEvent) - Method in exception org.cxbox.core.exception.UnconfirmedException
 
addPreInvokeEvents(List<PreInvokeEvent>) - Method in exception org.cxbox.core.exception.UnconfirmedException
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.cxbox.core.config.UIConfig
 
addSorting(Class, Root<?>, CriteriaQuery<T>, CriteriaBuilder, SortParameters, DialectName) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
addViewControllers(ViewControllerRegistry) - Method in class org.cxbox.core.config.UIConfig
 
AJAXRedirectStrategy - Interface in org.cxbox.core.controller.http
 
AJAXRedirectStrategyImpl - Class in org.cxbox.core.controller.http
 
AJAXRedirectStrategyImpl(ObjectMapper, UIProperties) - Constructor for class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
ALWAYS_FALSE - Static variable in interface org.cxbox.core.service.action.ActionAvailableChecker
 
ALWAYS_TRUE - Static variable in interface org.cxbox.core.service.action.ActionAvailableChecker
 
and(ActionAvailableChecker...) - Static method in interface org.cxbox.core.service.action.ActionAvailableChecker
 
And(ActionAvailableChecker...) - Constructor for class org.cxbox.core.service.action.ActionAvailableChecker.And
 
AnySourceBaseDAO<E> - Interface in org.cxbox.core.dao
 
anySourceBaseDAOClass - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
When using the no-argument constructor, the field AbstractAnySourceResponseService.anySourceBaseDAOClass will be null.
AnySourceBcDescription - Class in org.cxbox.core.crudma.bc.impl
 
AnySourceBcDescription(String, String, Class<? extends AnySourceResponseServiceMarker>, boolean) - Constructor for class org.cxbox.core.crudma.bc.impl.AnySourceBcDescription
 
AnySourceBcStateCrudmaGatewayInvokeExtensionProvider - Class in org.cxbox.core.crudma.ext.impl
 
AnySourceBcStateCrudmaGatewayInvokeExtensionProvider() - Constructor for class org.cxbox.core.crudma.ext.impl.AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
 
AnySourceBcTypeAware - Class in org.cxbox.core.bc
 
AnySourceBcTypeAware(BcRegistry, AnySourceResponseFactory) - Constructor for class org.cxbox.core.bc.AnySourceBcTypeAware
 
AnySourceCrudmaGateway - Class in org.cxbox.core.crudma
 
AnySourceCrudmaGateway(CrudmaFactory, ResponseFactory, List<CrudmaGatewayInvokeExtensionProvider>) - Constructor for class org.cxbox.core.crudma.AnySourceCrudmaGateway
 
AnySourceCrudmaImplementation - Annotation Interface in org.cxbox.core.crudma.bc.impl
 
AnySourceCrudmaService - Class in org.cxbox.core.crudma.impl.inner
 
AnySourceCrudmaService() - Constructor for class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
AnySourceDtoConstructorService - Class in org.cxbox.core.dto.mapper
 
AnySourceDtoConstructorService(RequestValueCache, List<DtoConstructor<?, ? extends DataResponseDTO>>) - Constructor for class org.cxbox.core.dto.mapper.AnySourceDtoConstructorService
 
AnySourceDTOMapper - Class in org.cxbox.core.service
 
AnySourceDTOMapper() - Constructor for class org.cxbox.core.service.AnySourceDTOMapper
 
AnySourceFieldMetaBuilder<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.rowmeta
 
AnySourceFieldMetaBuilder() - Constructor for class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
AnySourceResponseFactory - Class in org.cxbox.core.service
Factory for services creation
AnySourceResponseFactory() - Constructor for class org.cxbox.core.service.AnySourceResponseFactory
 
AnySourceResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E> - Interface in org.cxbox.core.service
 
AnySourceResponseServiceMarker - Interface in org.cxbox.core.crudma.bc.impl
 
AnySourceRowResponseService - Class in org.cxbox.core.service.rowmeta
 
AnySourceRowResponseService(ApplicationContext, Optional<List<BcDisabler>>, Optional<LinkedDictionaryService>, Optional<ExtendedDtoFieldLevelSecurityService>, Optional<DictionaryProvider>, WidgetFieldsIdResolverProperties, ObjectMapper) - Constructor for class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
AnySourceVersionAwareResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E> - Class in org.cxbox.core.crudma.impl
 
AnySourceVersionAwareResponseService() - Constructor for class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
AnySourceVersionAwareResponseService(Class<T>, Class<E>, Class<? extends AnySourceFieldMetaBuilder<T>>, Class<? extends AnySourceBaseDAO<E>>) - Constructor for class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
AnySourceVersionMismatchException - Exception in org.cxbox.core.exception
 
AnySourceVersionMismatchException() - Constructor for exception org.cxbox.core.exception.AnySourceVersionMismatchException
 
AnySourceVersionMismatchException(Long, DataResponseDTO) - Constructor for exception org.cxbox.core.exception.AnySourceVersionMismatchException
 
APIConfig - Class in org.cxbox.core.config
 
APIConfig() - Constructor for class org.cxbox.core.config.APIConfig
 
APIProperties - Class in org.cxbox.core.config.properties
 
APIProperties() - Constructor for class org.cxbox.core.config.properties.APIProperties
 
APP_EXPORT_EXCEL_LIMIT - Static variable in class org.cxbox.core.config.properties.UIProperties
 
APP_INFO_COLOR - Static variable in class org.cxbox.core.config.properties.UIProperties
 
APP_INFO_DESCRIPTION - Static variable in class org.cxbox.core.config.properties.UIProperties
 
APP_INFO_ENV - Static variable in class org.cxbox.core.config.properties.UIProperties
 
applicationContext - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
applicationContext - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
apply(BiFunction<String, String, R>) - Method in class org.cxbox.core.controller.param.BindParameter
 
apply(BiFunction<String, String, R>) - Method in class org.cxbox.core.controller.param.FilterParameter
 
apply(BiFunction<String, String, R>) - Method in interface org.cxbox.core.controller.param.QueryParameter
 
apply(BiFunction<String, String, R>) - Method in class org.cxbox.core.controller.param.SortParameter
 
arrayValue(SearchOperation, boolean, DtoField<? super D, T>, Collection<T>) - Static method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils
Creates a URL-encoded filter expression for a collection field/value pair, optionally serializing each value to JSON.
arrayValue(SearchOperation, DtoField<? super D, T>, Collection<T>) - Static method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils
Creates a URL-encoded filter expression for a collection field/value pair.
ASC - Enum constant in enum class org.cxbox.core.controller.param.SortType
 
asEndOfDay() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfFirstHalfYear() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfQ1() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfQ2() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfQ3() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfQ4() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asEndOfSecondHalfYear() - Static method in class org.cxbox.core.util.DateTimeUtil
 
associate() - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
Since 4.0.0-M7 use org.cxbox.core.service.action.ActionsBuilder#associate(java.util.function.Consumer) instead
associate(HttpServletRequest, QueryParameters, List<Object>) - Method in class org.cxbox.core.controller.UniversalAssociateController
 
associate(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
associate(List<AssociateDTO>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
associate(List<AssociateDTO>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
associate(List<AssociateDTO>, BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Creates links between entities
associate(List<AssociateDTO>, BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Сreates links between entities
associate(BusinessComponent, String, List<String>) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
associate(BusinessComponent, String, List<String>) - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
associate(BusinessComponent, List<AssociateDTO>) - Method in interface org.cxbox.core.crudma.Crudma
Creates links between entities
associate(BusinessComponent, List<AssociateDTO>) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
associate(BusinessComponent, List<AssociateDTO>) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
associate(BusinessComponent, List<AssociateDTO>) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
associate(CrudmaActionHolder.CrudmaAction, List<AssociateDTO>) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
ASSOCIATE - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
ASSOCIATE - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
AssociateResultDTO - Class in org.cxbox.core.dto.rowmeta
 
AssociateResultDTO(List<DataResponseDTO>) - Constructor for class org.cxbox.core.dto.rowmeta.AssociateResultDTO
 
AssocPreActionEventParameters - Class in org.cxbox.core.service.action
 
AssocPreActionEventParameters(AssociateDTO, BusinessComponent, List<String>) - Constructor for class org.cxbox.core.service.action.AssocPreActionEventParameters
 
asStartOfDay() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfFirstHalfYear() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfQ1() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfQ2() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfQ3() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfQ4() - Static method in class org.cxbox.core.util.DateTimeUtil
 
asStartOfSecondHalfYear() - Static method in class org.cxbox.core.util.DateTimeUtil
 
AutoConfiguration - Annotation Interface in org.cxbox.core.autoconfigure
 
available(ActionAvailableChecker) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 

B

BARS - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
BARS - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
baseCxboxUrlFilterService(PlatformDrilldownFilterService) - Method in class org.cxbox.core.service.drilldown.PlatformDrilldownAutoConfiguration
 
baseDAO - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
BaseDAO - Interface in org.cxbox.core.dao
 
BaseDAOImpl - Class in org.cxbox.core.dao.impl
 
BaseDAOImpl(Set<EntityManager>, TransactionService, Optional<IPdqExtractor>, List<ClassifyDataProvider>) - Constructor for class org.cxbox.core.dao.impl.BaseDAOImpl
 
baseEntityListenerDelegate(CurrentUserAware) - Method in class org.cxbox.core.config.CoreApplicationConfig
 
basePackageClasses() - Element in annotation interface org.cxbox.core.config.ControllerScan
 
BaseParameterHolder<T extends QueryParameter> - Class in org.cxbox.core.controller.param
 
BaseParameterHolder(List<T>, ParameterBuilder<T>) - Constructor for class org.cxbox.core.controller.param.BaseParameterHolder
 
BC - Enum constant in enum class org.cxbox.core.service.action.ActionScope
 
BC - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
BcDescription - Class in org.cxbox.core.crudma.bc.impl
 
BcDescription() - Constructor for class org.cxbox.core.crudma.bc.impl.BcDescription
 
BcDescriptionBuilder - Class in org.cxbox.core.crudma.bc
 
BcDescriptionBuilder() - Constructor for class org.cxbox.core.crudma.bc.BcDescriptionBuilder
 
BcDisabler - Class in org.cxbox.core.service.rowmeta
 
BcDisabler() - Constructor for class org.cxbox.core.service.rowmeta.BcDisabler
 
bcDisablers - Variable in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
bcDisablersList - Variable in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
BCFactory - Class in org.cxbox.core.controller
 
BCFactory() - Constructor for class org.cxbox.core.controller.BCFactory
 
BcHierarchy - Class in org.cxbox.core.crudma.bc
 
BcHierarchy() - Constructor for class org.cxbox.core.crudma.bc.BcHierarchy
 
BcHierarchyAware - Class in org.cxbox.core.controller
 
BcHierarchyAware(HttpServletRequest, BCFactory, BcRegistry) - Constructor for class org.cxbox.core.controller.BcHierarchyAware
 
bcIdentifier() - Method in record class org.cxbox.core.service.drilldown.filter.FC.FCR
Returns the value of the bcIdentifier record component.
BcIdentifiers - Class in org.cxbox.core.crudma.bc
 
BcOverride(Class<?>, BcIdentifier...) - Constructor for class org.cxbox.core.crudma.bc.BcOverrider.BcOverride
 
BcOverrider - Interface in org.cxbox.core.crudma.bc
 
BcOverrider.BcOverride - Class in org.cxbox.core.crudma.bc
 
BcRegistry - Interface in org.cxbox.core.crudma.bc
 
BcRegistryImpl - Class in org.cxbox.core.crudma.bc.impl
 
BcRegistryImpl(Optional<List<BcSupplier>>, Optional<List<BcOverrider>>) - Constructor for class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
BcSpecificationBuilder - Interface in org.cxbox.core.service
 
BcState - Class in org.cxbox.core.crudma.state
State object that uses application to store changes between read only requests
BcState() - Constructor for class org.cxbox.core.crudma.state.BcState
 
BcStateAware - Interface in org.cxbox.core.crudma.state
Cxbox component that allows change state of current Business component between http requests.
BcStateAwareImpl - Class in org.cxbox.core.crudma.state.impl
Implementation of BcStateAware that Uses HTTP servlet as state provider.
BcStateAwareImpl() - Constructor for class org.cxbox.core.crudma.state.impl.BcStateAwareImpl
 
BcStateCrudmaGatewayInvokeExtensionProvider - Class in org.cxbox.core.crudma.ext.impl
 
BcStateCrudmaGatewayInvokeExtensionProvider() - Constructor for class org.cxbox.core.crudma.ext.impl.BcStateCrudmaGatewayInvokeExtensionProvider
 
BcSupplier - Interface in org.cxbox.core.crudma.bc
 
BeanScan - Annotation Interface in org.cxbox.core.config
 
BigDecimalValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
BigDecimalValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.BigDecimalValueProvider
 
BindParameter - Class in org.cxbox.core.controller.param
 
BindParameter(String, SearchOperation, String) - Constructor for class org.cxbox.core.controller.param.BindParameter
 
BindParameter.Builder - Class in org.cxbox.core.controller.param
 
BindsParameters - Class in org.cxbox.core.controller.param
 
bindsString - Variable in class org.cxbox.core.crudma.bc.impl.BcDescription
 
BooleanValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
BooleanValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.BooleanValueProvider
 
build() - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
 
build() - Method in class org.cxbox.core.dto.rowmeta.PreAction.PreActionBuilder
 
build() - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
build() - Method in class org.cxbox.core.service.action.ActionsBuilder
 
build() - Static method in class org.cxbox.core.util.ResponseBuilder
 
build(Boolean) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
build(Object) - Static method in class org.cxbox.core.util.ResponseBuilder
 
build(String, String, Class<?>, boolean) - Static method in class org.cxbox.core.crudma.bc.BcDescriptionBuilder
 
build(Collection) - Static method in class org.cxbox.core.util.ResponseBuilder
 
build(Collection, boolean) - Static method in class org.cxbox.core.util.ResponseBuilder
 
build(ResultPage) - Static method in class org.cxbox.core.util.ResponseBuilder
 
buildBcSpecification(BusinessComponent, Specification<E>, Specification<E>) - Method in interface org.cxbox.core.service.BcSpecificationBuilder
 
buildBcSpecification(BusinessComponent, Specification<E>, Specification<E>) - Method in class org.cxbox.core.service.impl.SpecificationBuilder
 
buildCacheManagers() - Method in class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
buildCnangedNowParam(HashSet<String>, DataResponseDTO) - Method in class org.cxbox.core.service.ChangedNowValidationService
This method builds a new CnangedNowParam
buildDescription(String, Class<?>, boolean) - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
builder() - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
builder() - Static method in class org.cxbox.core.service.action.ActionDescription
 
builder() - Static method in class org.cxbox.core.service.action.Actions
 
Builder() - Constructor for class org.cxbox.core.controller.param.BindParameter.Builder
 
Builder() - Constructor for class org.cxbox.core.controller.param.FilterParameter.Builder
 
Builder() - Constructor for class org.cxbox.core.controller.param.SortParameter.Builder
 
buildExtremeRowDependentMeta(RowDependentFieldsMeta<T>, BcDescription, String, String) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
buildExtremeRowDependentMeta(RowDependentFieldsMeta<T>, ExtremeBcDescription, Long, Long) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
buildFileHttpEntity(InputStream, Long, String, String, boolean) - Method in interface org.cxbox.core.file.controller.CxboxFileController
 
buildIndependentMeta(FieldsMeta<T>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
buildIndependentMeta(FieldsMeta<T>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
buildIndependentMeta(FieldsMeta<T>, BcDescription, String) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
buildIndependentMeta(FieldsMeta<T>, InnerBcDescription, Long) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
buildMeta(List<FieldDTO>) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
buildMeta(List<FieldDTO>, ActionsDTO) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
buildParameter(String, String) - Method in class org.cxbox.core.controller.param.BindParameter.Builder
 
buildParameter(String, String) - Method in class org.cxbox.core.controller.param.FilterParameter.Builder
 
buildParameter(String, String) - Method in interface org.cxbox.core.controller.param.ParameterBuilder
 
buildParameter(String, String) - Method in class org.cxbox.core.controller.param.SortParameter.Builder
 
buildParameter(Map.Entry<String, String>) - Method in interface org.cxbox.core.controller.param.ParameterBuilder
 
buildParameters(Map<String, String>) - Method in interface org.cxbox.core.controller.param.ParameterBuilder
 
buildRequestAwareCacheManager(String) - Method in class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
buildRowDependentMeta(RowDependentFieldsMeta<T>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
buildRowDependentMeta(RowDependentFieldsMeta<T>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
buildRowDependentMeta(RowDependentFieldsMeta<T>, BcDescription, String, String) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
buildRowDependentMeta(RowDependentFieldsMeta<T>, InnerBcDescription, Long, Long) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
buildUnExpirableCacheManager(String...) - Method in class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
buildValueSuppliers() - Method in class org.cxbox.core.dto.mapper.DtoConstructor
 
BusinessComponent - Class in org.cxbox.core.crudma.bc
 
BusinessComponent(String, String, BcDescription) - Constructor for class org.cxbox.core.crudma.bc.BusinessComponent
 
BusinessComponent(String, String, BcDescription, BcHierarchy) - Constructor for class org.cxbox.core.crudma.bc.BusinessComponent
 
BusinessComponent(String, String, BcDescription, BcHierarchy, QueryParameters) - Constructor for class org.cxbox.core.crudma.bc.BusinessComponent
 
BusinessError - Class in org.cxbox.core.dto
 
BusinessError() - Constructor for class org.cxbox.core.dto.BusinessError
 
BusinessError.Entity - Class in org.cxbox.core.dto
 
businessException(BusinessException) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
BusinessException - Exception in org.cxbox.core.exception
 
BusinessException() - Constructor for exception org.cxbox.core.exception.BusinessException
 
BusinessException(String) - Constructor for exception org.cxbox.core.exception.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception org.cxbox.core.exception.BusinessException
 
BusinessException(String, Throwable, boolean, boolean) - Constructor for exception org.cxbox.core.exception.BusinessException
 
BusinessException(Throwable) - Constructor for exception org.cxbox.core.exception.BusinessException
 
businessIntermediateException(Object, BusinessIntermediateException) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
BusinessIntermediateException - Exception in org.cxbox.core.exception
 
BusinessIntermediateException() - Constructor for exception org.cxbox.core.exception.BusinessIntermediateException
 
BusinessIntermediateException(String, Throwable) - Constructor for exception org.cxbox.core.exception.BusinessIntermediateException
 
BusinessIntermediateException(String, Throwable, boolean, boolean) - Constructor for exception org.cxbox.core.exception.BusinessIntermediateException
 
BusinessIntermediateException(Throwable) - Constructor for exception org.cxbox.core.exception.BusinessIntermediateException
 

C

CacheConfig - Class in org.cxbox.core.config.cache
 
CacheConfig() - Constructor for class org.cxbox.core.config.cache.CacheConfig
 
CacheManagerBasedCacheResolver - Class in org.cxbox.core.config.cache
 
CacheManagerBasedCacheResolver() - Constructor for class org.cxbox.core.config.cache.CacheManagerBasedCacheResolver
 
calculateRedirectUrl(HttpServletRequest, String) - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
calculateRedirectUrl(HttpServletRequest, String) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
calculateRedirectUrl(String, String, boolean) - Static method in class org.cxbox.core.controller.http.StaticRedirectFilter
 
CANCEL_CREATE - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
cancelCreate() - Method in class org.cxbox.core.service.action.ActionsBuilder
cancelCreate(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
cast(Object, Class<T>) - Static method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
cast(Object, Class<T>) - Static method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
ChangedNowValidationService - Class in org.cxbox.core.service
 
ChangedNowValidationService() - Constructor for class org.cxbox.core.service.ChangedNowValidationService
 
check(PreActionEventParameters<T>) - Method in interface org.cxbox.core.service.action.PreActionEventChecker
 
checkbox(DtoField<? super D, Boolean>, Boolean) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a checkbox field ("type": "checkbox").
checkbox(DtoField<? super D, Boolean>, Boolean) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a SPECIFIC filter for a single boolean value.
ClassifyDataParameter - Class in org.cxbox.core.dao
 
ClassifyDataParameter() - Constructor for class org.cxbox.core.dao.ClassifyDataParameter
 
ClassifyDataProvider - Interface in org.cxbox.core.util.filter.provider
 
ClassTypeUtil - Class in org.cxbox.core.util
 
ClassTypeUtil() - Constructor for class org.cxbox.core.util.ClassTypeUtil
 
clear(BusinessComponent) - Method in interface org.cxbox.core.crudma.state.BcStateAware
Clear all state records for current client
clear(BusinessComponent) - Method in class org.cxbox.core.crudma.state.impl.BcStateAwareImpl
 
clearAllActions() - Method in class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
clientException(ClientException) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
ClientException - Exception in org.cxbox.core.exception
 
ClientException(String) - Constructor for exception org.cxbox.core.exception.ClientException
 
ClientException(String, Throwable) - Constructor for exception org.cxbox.core.exception.ClientException
 
CLOSE - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
CLOSE - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.cxbox.core.util.session.CustomBasicAuthenticationEntryPoint
 
computeIfAbsent(RequestValueSupplier<E, D, V>, Object, Supplier<?>) - Method in class org.cxbox.core.dto.mapper.RequestValueCache
 
ConfiguredJtaPlatform - Class in org.cxbox.core.dao.hbn
 
ConfiguredJtaPlatform() - Constructor for class org.cxbox.core.dao.hbn.ConfiguredJtaPlatform
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.cxbox.core.config.APIConfig
 
confirm() - Static method in class org.cxbox.core.dto.rowmeta.PreAction
confirm with default title and auto-generated text

title - default 'Are you sure?'
confirm(UnaryOperator<PreActionConfirmBuilder.Cf>) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
confirm with your title, text, and button names (yesText and noText)
confirm(String) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
Deprecated, for removal: This API element is subject to removal in a future version.
as of release 4.0.0-M16, replaced by configurable confirm(cf -> cf.text("Changes will be saved")).
confirm(String, PreActionCondition, String) - Static method in class org.cxbox.core.service.action.PreActionEvent
 
CONFIRMATION - Enum constant in enum class org.cxbox.core.dto.rowmeta.PreActionType
 
confirmWithWidget(String, UnaryOperator<PreActionConfirmWithWidgetBuilder.Cfw>) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
confirm with your widget, title, and button names (yesText and noText)
contains(BcIdentifier) - Method in class org.cxbox.core.crudma.bc.BcIdentifiers
 
CONTAINS - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Contains
CONTAINS_ONE_OF - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Contains one from the list
ControllerScan - Annotation Interface in org.cxbox.core.config
 
convertDictToTargetType(Object) - Method in class org.cxbox.core.util.filter.provider.impl.DictionaryValueProvider
 
convertEnumToTargetType(Object) - Method in class org.cxbox.core.util.filter.provider.impl.EnumValueProvider
 
copy(InputStream, OutputStream, int) - Method in interface org.cxbox.core.file.controller.CxboxFileController
 
COPY - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
COPY - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
COPY - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
copyLarge(InputStream, OutputStream, byte[]) - Method in interface org.cxbox.core.file.controller.CxboxFileController
 
CoreApplicationConfig - Class in org.cxbox.core.config
 
CoreApplicationConfig() - Constructor for class org.cxbox.core.config.CoreApplicationConfig
 
CoreSessionServiceImpl - Class in org.cxbox.core.util.session
 
CoreSessionServiceImpl() - Constructor for class org.cxbox.core.util.session.CoreSessionServiceImpl
 
count(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalDataController
 
count(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Returns the number of matching entities
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
count(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
count(BusinessComponent) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
count(BusinessComponent) - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
Корректная реализация по умолчанию, но не эффективная по производительности.
count(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns the number of matching entities
count(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns the number of matching entities
count(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
count(BaseDAO, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
count(BaseDAO, BusinessComponent, Class<E>, Class<T>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
COUNT - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
create() - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
create(E, Class<D>, Collection<DtoField<D, ?>>, Map<String, Object>) - Method in class org.cxbox.core.dto.mapper.AnySourceDtoConstructorService
 
create(E, Class<D>, Collection<DtoField<D, ?>>, Map<String, Object>) - Method in class org.cxbox.core.dto.mapper.DtoConstructorService
 
create(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
create(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Creates an entity based on a business component
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
create(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
create(BusinessComponent, E) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Should not be used anywhere except of AbstractAnySourceBaseDAO
create(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
CREATE - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
CREATE - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
createDTOClass(List<Attribute<?, ?>>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
createEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
createEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
createEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
При переопределении метода обязательно добавить сохранение результата в First Level Cache - getBaseDao().setWithFirstLevelCache()
createEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
createEntity(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Creates an entity based on a business component
createEntity(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Creates an entity based on a business component
createPredicate(Root<?>, ClassifyDataParameter, CriteriaBuilder, DialectName) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
CreateResult<D extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
CreateResult() - Constructor for class org.cxbox.core.dto.rowmeta.CreateResult
 
Crudma - Interface in org.cxbox.core.crudma
 
CrudmaActionHolder - Class in org.cxbox.core.crudma
 
CrudmaActionHolder() - Constructor for class org.cxbox.core.crudma.CrudmaActionHolder
 
CrudmaActionHolder.CrudmaAction - Interface in org.cxbox.core.crudma
 
CrudmaActionHolder.SimpleCrudmaAction - Class in org.cxbox.core.crudma
 
CrudmaActionType - Enum Class in org.cxbox.core.crudma
 
CrudmaEvent<T> - Class in org.cxbox.core.crudma
 
CrudmaEvent(Object, CrudmaActionHolder.CrudmaAction, T, Throwable) - Constructor for class org.cxbox.core.crudma.CrudmaEvent
 
CrudmaFactory - Class in org.cxbox.core.crudma
 
CrudmaFactory() - Constructor for class org.cxbox.core.crudma.CrudmaFactory
 
CrudmaGateway - Class in org.cxbox.core.crudma
 
CrudmaGateway() - Constructor for class org.cxbox.core.crudma.CrudmaGateway
 
CrudmaGatewayInvokeExtensionProvider - Interface in org.cxbox.core.crudma.ext
Beans, that extends standard flow of Cxbox Crudma Operations Used in CrudmaGateway
ctx - Variable in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
custom(String, Map<String, String>) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
CUSTOM - Enum constant in enum class org.cxbox.core.dto.rowmeta.PreActionType
 
CustomBasicAuthenticationEntryPoint - Class in org.cxbox.core.util.session
 
CustomBasicAuthenticationEntryPoint(String) - Constructor for class org.cxbox.core.util.session.CustomBasicAuthenticationEntryPoint
 
customParameters(Map<String, String>) - Method in class org.cxbox.core.dto.rowmeta.PreAction.PreActionBuilder
 
CXBOX_API_PATH_SPEL - Static variable in class org.cxbox.core.config.properties.APIProperties
 
CXBOX_CACHE_RESOLVER - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
CxboxActionIconSpecifier - Enum Class in org.cxbox.core.service.action
 
CxboxCacheAutoConfiguration - Class in org.cxbox.core.autoconfigure.cache
Auto-configuration class which declares "cxboxCacheResolver" bean of type CacheResolver.
CxboxCacheAutoConfiguration() - Constructor for class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
cxboxCacheResolver(Optional<MetaHotReloadService>) - Method in class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
CxboxCaches - Class in org.cxbox.core.config.cache
 
CxboxCaches() - Constructor for class org.cxbox.core.config.cache.CxboxCaches
 
CxboxCaches.Caches - Enum Class in org.cxbox.core.config.cache
 
CxboxCachingService - Class in org.cxbox.core.config.cache
 
CxboxCachingService() - Constructor for class org.cxbox.core.config.cache.CxboxCachingService
 
cxboxFBFormerFilterFieldString() - Method in class org.cxbox.core.service.drilldown.PlatformDrilldownAutoConfiguration
 
CxboxFileConfiguration - Class in org.cxbox.core.file.conf
 
CxboxFileConfiguration() - Constructor for class org.cxbox.core.file.conf.CxboxFileConfiguration
 
CxboxFileController - Interface in org.cxbox.core.file.controller
Add
CxboxFileService - Interface in org.cxbox.core.file.service
 
CxboxFileServiceSimple - Class in org.cxbox.core.file.service
 
CxboxFileServiceSimple(String) - Constructor for class org.cxbox.core.file.service.CxboxFileServiceSimple
 
cxboxObjectMapper(HandlerInstantiator, Optional<DictionaryProvider>) - Method in class org.cxbox.core.config.JacksonConfig
 
CxboxRequestAwareCacheHolder - Class in org.cxbox.core.config.cache
 
CxboxRequestAwareCacheHolder() - Constructor for class org.cxbox.core.config.cache.CxboxRequestAwareCacheHolder
 
CxboxResponseDTO<T> - Class in org.cxbox.core.file.dto
 
CxboxResponseDTO() - Constructor for class org.cxbox.core.file.dto.CxboxResponseDTO
 

D

data - Variable in class org.cxbox.core.file.dto.CxboxResponseDTO
 
DATA - Static variable in class org.cxbox.core.controller.param.RequestBodyParameters
 
DataResponsePreActionEventParameters<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
DataResponsePreActionEventParameters(T, BusinessComponent, List<String>) - Constructor for class org.cxbox.core.service.action.DataResponsePreActionEventParameters
 
dataValidator(BusinessComponent, DataResponseDTO, T) - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
DataValidator<T extends org.cxbox.api.data.dto.DataResponseDTO> - Interface in org.cxbox.core.service.action
 
date(DtoField<? super D, LocalDateTime>, LocalDate) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a date field ("type": "date"), single value.
date(DtoField<? super D, LocalDateTime>, LocalDate) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a single date value
DATE_FROM - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
DATE_STEP - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
DATE_TIME_FORMATTER - Static variable in class org.cxbox.core.util.DateTimeUtil
 
DATE_TO - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
dateFromTo(DtoField<? super D, LocalDateTime>, LocalDate, LocalDate) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a range filter for a date field ("type": "date").
dateFromTo(DtoField<? super D, LocalDateTime>, LocalDate, LocalDate) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range date
DateStep - Enum Class in org.cxbox.core.controller.param
 
dateTime(DtoField<? super D, LocalDateTime>, LocalDateTime) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a dateTime field ("type": "dateTime"), single value.
dateTime(DtoField<? super D, LocalDateTime>, LocalDateTime) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range datetime
dateTimeFromTo(DtoField<? super D, LocalDateTime>, LocalDateTime, LocalDateTime) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a range filter for a dateTime field ("type": "dateTime").
dateTimeFromTo(DtoField<? super D, LocalDateTime>, LocalDateTime, LocalDateTime) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range date
dateTimeToString(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
dateTimeToString(LocalDateTime, String) - Static method in class org.cxbox.core.util.DateTimeUtil
 
DateTimeUtil - Class in org.cxbox.core.util
 
DateTimeUtil() - Constructor for class org.cxbox.core.util.DateTimeUtil
 
DateTimeValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
DateTimeValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.DateTimeValueProvider
 
DateValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
DateValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.DateValueProvider
 
DAY - Enum constant in enum class org.cxbox.core.controller.param.DateStep
 
DEBUG_MODE - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
DEBUG_MODE_KEY - Static variable in class org.cxbox.core.util.session.WebHelper
 
DEBUG_MODE_PARAMETER_NAME - Static variable in class org.cxbox.core.util.session.WebHelper
 
defaultGroupingHierarchy(List<DtoField<D, ?>>, Hierarchy<?, ?>) - Method in class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta


Internal API.
defaultGroupingHierarchy(DtoField<D, E1>, UnaryOperator<Hierarchy<E1, ?>>) - Method in class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta


This method sets default hierarchy for "GroupingHierarchy" widget, that will always be shown (even, when widget has no data from backend).
defaultGroupingHierarchy(DtoField<D, E1>, DtoField<D, E2>, UnaryOperator<Hierarchy<E1, Hierarchy<E2, ?>>>) - Method in class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta


This method sets default hierarchy for "GroupingHierarchy" widget, that will always be shown (even, when widget has no data from backend).
defaultGroupingHierarchy(DtoField<D, E1>, DtoField<D, E2>, DtoField<D, E3>, UnaryOperator<Hierarchy<E1, Hierarchy<E2, Hierarchy<E3, ?>>>>) - Method in class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta


This method sets default hierarchy for "GroupingHierarchy" widget, that will always be shown (even, when widget has no data from backend).
defaultGroupingHierarchy(DtoField<D, E1>, DtoField<D, E2>, DtoField<D, E3>, DtoField<D, E4>, UnaryOperator<Hierarchy<E1, Hierarchy<E2, Hierarchy<E3, Hierarchy<E4, ?>>>>>) - Method in class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta
---------------------------------------------------------------------------------------------------------------
This method sets default hierarchy for "GroupingHierarchy" widget, that will always be shown (even, when widget has no data from backend).
DELAY - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
DELAYED_REFRESH_BC - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
delayedRefreshBC(BcIdentifier, Number) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
delete() - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
Since 4.0.0-M7 use org.cxbox.core.service.action.ActionsBuilder#delete(java.util.function.Consumer) instead
delete(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalDataController
 
delete(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
delete(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Deletes an entity based on a business component
delete(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
delete(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
delete(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
delete(BusinessComponent) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Delete entity in anySource system
delete(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
DELETE - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
DELETE - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
DELETE - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
DELETE - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
DELETED - Enum constant in enum class org.cxbox.core.dto.multivalue.SnapshotState
 
deleteEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
deleteEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
deleteEntity(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Deletes an entity based on a business component
deleteEntity(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Deletes an entity based on a business component
deleteOption(MultivalueOptionType) - Method in class org.cxbox.core.dto.multivalue.MultivalueFieldSingleValue
 
DESC - Enum constant in enum class org.cxbox.core.controller.param.SortType
 
determineDefaultLocale(HttpServletRequest) - Method in class org.cxbox.core.config.EnhancedLocaleResolver
 
determineDefaultTimeZone(HttpServletRequest) - Method in class org.cxbox.core.config.EnhancedLocaleResolver
 
dictionary(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a dictionary field with multiple values.
dictionary(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a EQUALS_ONE_OF filters for a collection dictionary value.
dictionary(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a dictionary field ("type": "dictionary").
dictionary(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a EQUALS_ONE_OF filters for single dictionary value.
dictionaryEnum(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for an enum dictionary field ("type": "dictionary") with multiple values.
dictionaryEnum(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a EQUALS_ONE_OF filter for a collection enum value.
dictionaryEnum(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a dictionary field ("type": "dictionary").
dictionaryEnum(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a EQUALS_ONE_OF filter for a single enum value.
DictionaryValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
DictionaryValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.DictionaryValueProvider
 
dictionaryWebMvcConfigurer() - Method in class org.cxbox.core.config.JacksonConfig
Inspired with org.springframework.core.convert.support.StringToEnumConverterFactory to force Dictionary be null instead of having null/"" key, when using in Rest params and so on
disable(boolean, DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
disableActions(Iterable<ActionDTO>) - Method in class org.cxbox.core.service.rowmeta.BcDisabler
 
disableFields() - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
doAssociate(List<AssociateDTO>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
doAssociate(List<AssociateDTO>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
doCreateEntity(E, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
doCreateEntity(E, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.cxbox.core.controller.http.StaticRedirectFilter
 
doGetOne(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
doGetOne(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
doPreview(E, T, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
doPreview(E, T, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
doSendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
doUpdateEntity(E, T, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
doUpdateEntity(E, T, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
download(String, String) - Method in interface org.cxbox.core.file.service.CxboxFileService
 
download(String, String) - Method in class org.cxbox.core.file.service.CxboxFileServiceSimple
 
download(String, String, boolean) - Method in class org.cxbox.core.file.controller.AbstractCxboxFileController
 
download(String, String, boolean) - Method in interface org.cxbox.core.file.controller.CxboxFileController
Add
DOWNLOAD_FILE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
DOWNLOAD_FILE_BY_URL - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
downloadFile(String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
downloadFileByUrl(String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
DRILL_DOWN - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
DRILL_DOWN_AND_WAIT_UNTIL - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
DRILL_DOWN_LINK - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
DRILL_DOWN_TOOLTIP_NAME - Static variable in class org.cxbox.core.config.properties.UIProperties
 
DRILL_DOWN_TYPE - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
DRILL_DOWN_TYPE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
drillDown(DrillDownTypeSpecifier, String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
drillDown(DrillDownTypeSpecifier, String, String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
drillDownAndWaitUntil(String, BcIdentifier, DtoField<? super T, V>, V) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
Creates a post-action that performs a INNER drill-down and then waits until a specified condition is met.
DrillDownType - Enum Class in org.cxbox.core.dto
 
DrillDownTypeSpecifier - Interface in org.cxbox.core.service.action
 
drillDownWithFilter(DrillDownTypeSpecifier, String, Consumer<FC>) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
Sets drill-down functionality with filter capabilities for a specific field.
DtoConstructor<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.mapper
 
DtoConstructor() - Constructor for class org.cxbox.core.dto.mapper.DtoConstructor
 
DtoConstructorService - Class in org.cxbox.core.dto.mapper
 
DtoConstructorService(RequestValueCache, List<DtoConstructor<? extends BaseEntity, ? extends DataResponseDTO>>) - Constructor for class org.cxbox.core.dto.mapper.DtoConstructorService
 
dtoListToResultPage(List<T>, int) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
dtoListToResultPage(List<T>, int) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
DTOMapper - Class in org.cxbox.core.service
 
DTOMapper() - Constructor for class org.cxbox.core.service.DTOMapper
 
DTOSecurityUtils - Class in org.cxbox.core.service
 
DTOSecurityUtils() - Constructor for class org.cxbox.core.service.DTOSecurityUtils
 
DTOUtils - Class in org.cxbox.core.dto
 
DTOUtils() - Constructor for class org.cxbox.core.dto.DTOUtils
 

E

EffectiveUserAwareImpl - Class in org.cxbox.core.util.session.impl
 
EffectiveUserAwareImpl() - Constructor for class org.cxbox.core.util.session.impl.EffectiveUserAwareImpl
 
emptyQueryParameters() - Static method in class org.cxbox.core.controller.param.QueryParameters
 
enableFilter(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
 
enableSort(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
 
EngineFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
EngineFieldsMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.EngineFieldsMeta
 
EnhancedLocaleResolver - Class in org.cxbox.core.config
 
EnhancedLocaleResolver(CoreSessionService, LocaleService) - Constructor for class org.cxbox.core.config.EnhancedLocaleResolver
 
entitiesToDtos(BusinessComponent, ResultPage<E>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
entitiesToDtos(BusinessComponent, ResultPage<E>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
Entity(String, String) - Constructor for class org.cxbox.core.dto.BusinessError.Entity
 
Entity(BusinessComponent) - Constructor for class org.cxbox.core.dto.BusinessError.Entity
 
EntityFirstLevelCache<E> - Class in org.cxbox.core.external.core
 
EntityFirstLevelCache() - Constructor for class org.cxbox.core.external.core.EntityFirstLevelCache
 
entityListToResultPage(List<E>, int) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Deprecated.
entityListToResultPage(List<E>, int) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
Deprecated.
EntityNotFoundException - Exception in org.cxbox.core.exception
 
EntityNotFoundException() - Constructor for exception org.cxbox.core.exception.EntityNotFoundException
 
EntityNotFoundException(String, long) - Constructor for exception org.cxbox.core.exception.EntityNotFoundException
 
EntityNotFoundException(String, String) - Constructor for exception org.cxbox.core.exception.EntityNotFoundException
 
entityToDto(E, Class<? extends D>, Set<String>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
entityToDto(E, Class<D>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with a complete set of fields
entityToDto(E, Class<D>) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with a complete set of fields
entityToDto(E, Class<D>, Set<DtoField<D, ?>>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with a given set of fields
entityToDto(E, Class<D>, Set<DtoField<D, ?>>) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with a given set of fields
entityToDto(E, Class<D>, Set<DtoField<D, ?>>, boolean) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with a given set of fields
entityToDto(E, Class<D>, Set<DtoField<D, ?>>, boolean) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with a given set of fields
entityToDto(E, Class<D>, DtoField<D, ?>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
 
entityToDto(E, Class<D>, DtoField<D, ?>) - Method in class org.cxbox.core.service.DTOMapper
 
entityToDto(BcIdentifier, E, Class<D>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, boolean) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, boolean) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, boolean, Map<String, Object>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, boolean, Map<String, Object>) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, Map<String, Object>) - Method in class org.cxbox.core.service.AnySourceDTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BcIdentifier, E, Class<D>, Map<String, Object>) - Method in class org.cxbox.core.service.DTOMapper
Creates a dto with the required set of fields for the current screen
entityToDto(BusinessComponent, E) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
entityToDto(BusinessComponent, E) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
entityToDto(BusinessComponent, E) - Method in interface org.cxbox.core.service.AnySourceResponseService
 
entityToDto(Translation, Class<? extends UniversalDTO>, Set<String>) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
EnumBcIdentifier - Interface in org.cxbox.core.crudma.bc
 
EnumBcIdentifier.Holder<T extends Enum<T> & EnumBcIdentifier> - Class in org.cxbox.core.crudma.bc
 
EnumValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
EnumValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.EnumValueProvider
 
EnumValueProvider.BaseEnum - Annotation Interface in org.cxbox.core.util.filter.provider.impl
Used when a JPA entity enum field is mapped to a DataResponseDTO field which type is not enum.
equals(Object) - Method in class org.cxbox.core.dto.multivalue.MultivalueField
 
equals(Object) - Method in record class org.cxbox.core.service.drilldown.filter.FC.FCR
Indicates whether some other object is "equal to" this one.
EQUALS - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Equal
EQUALS_ONE_OF - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Equal to one of the list
error() - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
error(String) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
error(String, PreActionCondition, String) - Static method in class org.cxbox.core.service.action.PreActionEvent
 
ERROR - Enum constant in enum class org.cxbox.core.dto.MessageType
Error message
ERROR - Enum constant in enum class org.cxbox.core.dto.rowmeta.PreActionType
 
ErrorResponseDTO - Class in org.cxbox.core.dto
 
ErrorResponseDTO(String) - Constructor for class org.cxbox.core.dto.ErrorResponseDTO
 
ErrorResponseDTO(BusinessException) - Constructor for class org.cxbox.core.dto.ErrorResponseDTO
 
ErrorResponseDTO(BusinessIntermediateException) - Constructor for class org.cxbox.core.dto.ErrorResponseDTO
 
ErrorResponseDTO(UnconfirmedException) - Constructor for class org.cxbox.core.dto.ErrorResponseDTO
 
EventPublisherCrudmaGatewayInvokeExtensionProvider - Class in org.cxbox.core.crudma.ext.impl
 
EventPublisherCrudmaGatewayInvokeExtensionProvider() - Constructor for class org.cxbox.core.crudma.ext.impl.EventPublisherCrudmaGatewayInvokeExtensionProvider
 
evictRequestCache() - Method in class org.cxbox.core.config.cache.CxboxCachingService
 
evictUiCache() - Method in class org.cxbox.core.config.cache.CxboxCachingService
 
evictUserCache() - Method in class org.cxbox.core.config.cache.CxboxCachingService
 
exception(Exception) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
EXPORT - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
extendInvoker(CrudmaActionHolder.CrudmaAction, Invoker<T, RuntimeException>, boolean) - Method in interface org.cxbox.core.crudma.ext.CrudmaGatewayInvokeExtensionProvider
 
extendInvoker(CrudmaActionHolder.CrudmaAction, Invoker<T, RuntimeException>, boolean) - Method in class org.cxbox.core.crudma.ext.impl.AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
 
extendInvoker(CrudmaActionHolder.CrudmaAction, Invoker<T, RuntimeException>, boolean) - Method in class org.cxbox.core.crudma.ext.impl.BcStateCrudmaGatewayInvokeExtensionProvider
 
extendInvoker(CrudmaActionHolder.CrudmaAction, Invoker<T, RuntimeException>, boolean) - Method in class org.cxbox.core.crudma.ext.impl.EventPublisherCrudmaGatewayInvokeExtensionProvider
 
extendInvoker(CrudmaActionHolder.CrudmaAction, Invoker<T, RuntimeException>, boolean) - Method in class org.cxbox.core.crudma.ext.impl.TxServiceCrudmaGatewayInvokeExtensionProvider
 
EXTERNAL - Enum constant in enum class org.cxbox.core.dto.DrillDownType
Transition by an absolute link to an external source.
EXTERNAL_NEW - Enum constant in enum class org.cxbox.core.dto.DrillDownType
Transition by an absolute link to an external source.
extract(Map<String, ?>) - Static method in class org.cxbox.core.controller.param.resolvers.PageParameterArgumentResolver
 
extractNames(List<Attribute<?, ?>>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
extractPdq(String) - Method in interface org.cxbox.core.dao.IPdqExtractor
 
ExtremeBcDescription - Class in org.cxbox.core.crudma.bc.impl
 
ExtremeBcDescription(String, String, Class<? extends Crudma>, boolean) - Constructor for class org.cxbox.core.crudma.bc.impl.ExtremeBcDescription
 

F

FB<D extends org.cxbox.api.data.dto.DataResponseDTO,S extends FB<D,S>> - Class in org.cxbox.core.service.drilldown.filter
Abstract base class FB for building URL-encoded filter strings for business components.
FB() - Constructor for class org.cxbox.core.service.drilldown.filter.FB
Constructs the filter builder and injects the filter service.
FC - Class in org.cxbox.core.service.drilldown.filter
FC is a builder and container for filter configurations associated with business components (BC).
FC() - Constructor for class org.cxbox.core.service.drilldown.filter.FC
 
FC.FCR - Record Class in org.cxbox.core.service.drilldown.filter
Record representing a filter configuration for a specific business component.
FCR(BcIdentifier, Collection<String>) - Constructor for record class org.cxbox.core.service.drilldown.filter.FC.FCR
Creates an instance of a FCR record class.
feature(String, Object) - Static method in class org.cxbox.core.dto.LoggedUser
 
FieldDrillDown - Class in org.cxbox.core.dto
 
FieldDrillDown(String, LOV, String, String, String) - Constructor for class org.cxbox.core.dto.FieldDrillDown
 
FieldMetaBuilder<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.rowmeta
 
FieldMetaBuilder() - Constructor for class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
FieldsCommonMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
FieldsCommonMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
 
FieldsDictionaryDeprecatedMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
FieldsDictionaryDeprecatedMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
 
FieldsDictionaryMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
FieldsDictionaryMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta
 
FieldsGroupingHierarchyMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
FieldsGroupingHierarchyMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta
 
FieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
FieldsMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.FieldsMeta
 
FILE_ID - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
FileDownloadDto - Class in org.cxbox.core.file.dto
 
FileDownloadDto(byte[], String, String) - Constructor for class org.cxbox.core.file.dto.FileDownloadDto
Deprecated, for removal: This API element is subject to removal in a future version.
FileDownloadDto(Supplier<InputStream>, long, String, String) - Constructor for class org.cxbox.core.file.dto.FileDownloadDto
 
fileUpload(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a file upload field ("type": "fileUpload").
fileUpload(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single value.
FileUploadDto - Class in org.cxbox.core.file.dto
 
FileUploadDto() - Constructor for class org.cxbox.core.file.dto.FileUploadDto
 
fillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?>, BusinessComponent, Set<String>, boolean) - Method in interface org.cxbox.core.service.linkedlov.LinkedDictionaryService
 
fillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?>, BusinessComponent, DataResponseDTO, boolean) - Method in interface org.cxbox.core.service.linkedlov.LinkedDictionaryService
 
FILTER_BY_RANGE_ENABLED_DEFAULT_PARAM_NAME - Static variable in class org.cxbox.core.config.properties.WidgetFieldsIdResolverProperties
 
FilterParameter - Class in org.cxbox.core.controller.param
 
FilterParameter(String, SearchOperation, String) - Constructor for class org.cxbox.core.controller.param.FilterParameter
 
FilterParameter.Builder - Class in org.cxbox.core.controller.param
 
FilterParameters - Class in org.cxbox.core.controller.param
 
filterStrings() - Method in record class org.cxbox.core.service.drilldown.filter.FC.FCR
Returns the value of the filterStrings record component.
find(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalDataController
 
FIND - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
flush(BusinessComponent) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Should be used to explicitly update/create in anySource system by custom action
flush(BusinessComponent) - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
formUrlFilterPart(FC) - Method in class org.cxbox.core.service.drilldown.PlatformDrilldownService
This method generate URL parameters with filters as String
formUrlPart(BcIdentifier, Collection<String>) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Constructs a JSON-style URL-encoded filter fragment for the specified business component.
FreemarkerConfig - Class in org.cxbox.core.config
 
FreemarkerConfig() - Constructor for class org.cxbox.core.config.FreemarkerConfig
 
freeMarkerConfigurer() - Method in class org.cxbox.core.config.FreemarkerConfig
 
freemarkerViewResolver() - Method in class org.cxbox.core.config.UIConfig
 
fromList(List<FilterParameter>) - Static method in class org.cxbox.core.controller.param.FilterParameters
 
fromList(List<SortParameter>) - Static method in class org.cxbox.core.controller.param.SortParameters
 
fromMap(Map<String, String>) - Static method in class org.cxbox.core.controller.param.BindsParameters
 
fromMap(Map<String, String>) - Static method in class org.cxbox.core.controller.param.FilterParameters
 
fromMap(Map<String, String>) - Static method in class org.cxbox.core.controller.param.SortParameters
 
fromSession() - Static method in class org.cxbox.core.util.DateTimeUtil
 
fromSession(boolean) - Static method in class org.cxbox.core.util.DateTimeUtil
 
fromSession(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 

G

generateId() - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
generateId() - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
get(HttpServletRequest, HttpServletResponse, String, TimeZoneSpecification, LocaleSpecification) - Method in class org.cxbox.core.controller.LoginController
Authenticate user in the application; actual authentication performed by Spring Security in client app
get(String) - Method in class org.cxbox.core.crudma.bc.EnumBcIdentifier.Holder
 
get(BcIdentifier) - Method in class org.cxbox.core.crudma.bc.EnumBcIdentifier.Holder
 
get(DtoField<? super D, ? super V>) - Method in class org.cxbox.core.dto.mapper.Mapping
 
get(DtoField<? super T, ?>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
get(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Returns object based on a business component
get(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
get(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
get(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
get(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
get(BcDescription) - Method in class org.cxbox.core.crudma.CrudmaFactory
 
get(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
get(Mapping<? extends E, ? extends D>, E) - Method in interface org.cxbox.core.dto.mapper.KeySupplier
 
get(Mapping<? extends E, ? extends D>, E) - Method in interface org.cxbox.core.dto.mapper.ValueSupplier
 
get(RequestValueSupplier<? super E, ? super D, V>) - Method in class org.cxbox.core.dto.mapper.Mapping
 
get(ValueSupplier<? super E, ? super D, V>) - Method in class org.cxbox.core.dto.mapper.Mapping
 
GET - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
getAction() - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
getAction(String) - Method in class org.cxbox.core.service.action.Actions
 
getActionIconCode() - Method in interface org.cxbox.core.service.action.ActionIconSpecifier
 
getActions() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getActions() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getActions() - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getActions() - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 
getActions() - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns actions for entity with conditions of their availability invoked by method getAvailableActions
getActions() - Method in interface org.cxbox.core.service.ResponseService
Returns actions for entity with conditions of their availability invoked by method getAvailableActions
getActions(BcDescription) - Method in interface org.cxbox.core.crudma.Crudma
Recommended way to build actions.
getActions(BcDescription) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getActions(BcDescription) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getActions(BcDescription) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getActions(BcDescription) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getActionType() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
getActionType() - Static method in class org.cxbox.core.crudma.CrudmaActionHolder
 
getActionType() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getActionType() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getActionType() - Method in interface org.cxbox.core.service.AnySourceResponseService
 
getActionType() - Method in interface org.cxbox.core.service.ResponseService
 
getActionType() - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
getActionType() - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
getAll(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Returns all matched objects based on a business component
getAll(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getAll(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getAll(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getAll(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getAll(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
getAllBc() - Method in class org.cxbox.core.crudma.bc.EnumBcIdentifier.Holder
 
getAllBcNames() - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
getAllBcNames() - Method in interface org.cxbox.core.crudma.bc.BcSupplier
 
getAllBcNames() - Method in class org.cxbox.core.crudma.bc.impl.AbstractEnumBcSupplier
 
getAllBcNames() - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
getAllFields(Class<D>) - Static method in class org.cxbox.core.dto.DTOUtils
 
getAllFields(BcIdentifier, DataResponseDTO) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getAllSpecifications(CriteriaBuilder, Root<?>, List<ClassifyDataParameter>, DialectName) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
getAnySourceBaseDAOClass() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getAnySourceFieldMetaBuilder() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getAnySourceFieldMetaBuilder() - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns AnySourceFieldMetaBuilder for class
getAnySourceResponse(RowMetaType, DataResponseDTO, BusinessComponent, ActionsDTO, Class<? extends AnySourceFieldMetaBuilder>) - Method in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
getAnySourceResponse(RowMetaType, DataResponseDTO, BusinessComponent, AnySourceResponseService<?, ?>) - Method in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
getAnySourceResponse(RowMetaType, CreateResult, BusinessComponent, AnySourceResponseService<?, ?>) - Method in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
getAnySourceResponseService(BusinessComponent) - Method in class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
getAttribute(String) - Method in class org.cxbox.core.dto.mapper.Mapping
 
getAttribute(String) - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
getAttributes() - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
getAttributes(Class<? extends E>, Predicate<Attribute<?, ?>>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getAttributes(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getAttributes(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getAuthenticationDetails(Authentication) - Method in class org.cxbox.core.util.session.CoreSessionServiceImpl
 
getAvailableActions(RowMetaType, DataResponseDTO, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getAvailableActions(RowMetaType, DataResponseDTO, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getAvailableActions(RowMetaType, DataResponseDTO, BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns actions for entity with conditions of their availability invoke method getActions
getAvailableActions(RowMetaType, DataResponseDTO, BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns actions for entity with conditions of their availability invoke method getActions
getAvailableScreenViews(String, IUser<Long>, Set<String>) - Method in interface org.cxbox.core.service.ResponsibilitiesService
 
getAvailableViews(IUser<Long>, Set<String>) - Method in interface org.cxbox.core.service.ResponsibilitiesService
 
getAxisX() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getAxisY() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getBaseDao() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getBaseDao() - Method in interface org.cxbox.core.service.AnySourceResponseService
 
getBc() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
getBc() - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
getBc() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getBc() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getBc() - Method in interface org.cxbox.core.crudma.PlatformRequest
 
getBc() - Method in interface org.cxbox.core.service.AnySourceResponseService
 
getBc() - Method in interface org.cxbox.core.service.ResponseService
 
getBc() - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
getBc() - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
getBcDescription() - Method in class org.cxbox.core.controller.BcHierarchyAware
Deprecated.
getBcDescription() - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
getBcDescription(String) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
getBcDescription(String) - Method in interface org.cxbox.core.crudma.bc.BcSupplier
 
getBcDescription(String) - Method in class org.cxbox.core.crudma.bc.impl.AbstractEnumBcSupplier
 
getBcDescription(String) - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
getBcHierarchy(String) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
getBcHierarchy(String) - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
getBcOverrides() - Method in interface org.cxbox.core.crudma.bc.BcOverrider
 
getBean(Class<T>) - Static method in class org.cxbox.core.util.SpringBeanUtils
 
getBean(Class<T>, String) - Static method in class org.cxbox.core.util.SpringBeanUtils
 
getBean(String) - Static method in class org.cxbox.core.util.SpringBeanUtils
 
getBigDecimalValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getBigDecimalValuesAsList() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getBinds() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getBooleanValue() - Method in class org.cxbox.core.controller.param.BindParameter
 
getBooleanValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getBuilder() - Method in class org.cxbox.core.controller.param.BaseParameterHolder
 
getBuilder() - Method in interface org.cxbox.core.controller.param.ParameterHolder
 
getBusinessComponent(BcHierarchy, QueryParameters) - Method in class org.cxbox.core.controller.BCFactory
 
getButtonName() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
getById(BusinessComponent) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Get from First Level Cache or from anySource system (if cache is empty)
getById(BusinessComponent) - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
getByIdIgnoringFirstLevelCache(BusinessComponent) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Should not be used anywhere except of AbstractAnySourceBaseDAO
getBytes() - Method in class org.cxbox.core.file.dto.FileDownloadDto
Deprecated, for removal: This API element is subject to removal in a future version.
getChecker(PreActionCondition) - Method in interface org.cxbox.core.service.action.PreActionConditionHolder
 
getChunkSize() - Method in interface org.cxbox.core.file.controller.CxboxFileController
 
getClassifyDataParameters(Field, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in interface org.cxbox.core.util.filter.provider.ClassifyDataProvider
 
getClassifyDataParameters(Field, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.AbstractClassifyDataProvider
 
getClassifyDataParameters(Field, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.MultisourceValueProvider
 
getConverter(Class<T>) - Method in class org.cxbox.core.config.JacksonConfig.StringToDictionaryConverterFactory
 
getCount(CriteriaQuery<Long>, Root<T>, Class, Predicate, QueryParameters) - Method in interface org.cxbox.core.dao.BaseDAO
 
getCount(CriteriaQuery<Long>, Root<T>, Class, Predicate, QueryParameters) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getCount(Class<T>, Class<?>, Specification<T>, QueryParameters) - Method in interface org.cxbox.core.dao.BaseDAO
 
getCount(Class<T>, Class<?>, Specification<T>, QueryParameters) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getCount(Class<T>, Class, SingularAttribute<T, X>, X, QueryParameters) - Method in interface org.cxbox.core.dao.BaseDAO
 
getCount(Class<T>, Class, SingularAttribute<T, X>, X, QueryParameters) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getCrudmaAction() - Static method in class org.cxbox.core.crudma.CrudmaActionHolder
 
getCrudmaActionType() - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
getCrudmaActionType() - Method in interface org.cxbox.core.crudma.PlatformRequest
 
getCurrentRequest() - Static method in class org.cxbox.core.util.session.WebHelper
 
getCurrentValue(DtoField<? super T, F>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta

getCustomParameters() - Method in class org.cxbox.core.dto.rowmeta.PreAction
 
getCustomParameters() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
getDao() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getDateFrom() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getDateStep() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getDateTo() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getDateValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getDateValueAsList() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getDescription() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getDescription() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
getDictionariesForField(DtoField, BusinessComponent, boolean) - Method in interface org.cxbox.core.service.linkedlov.LinkedDictionaryService
 
getDictionaryType(Class<?>, String) - Static method in class org.cxbox.core.dto.DTOUtils
 
getDoubleValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getDrillDownType() - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
getDtoClass() - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getDtoClass() - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getDtoFields(Class<D>) - Method in class org.cxbox.core.service.DTOSecurityUtils
Returns a set of dto fields (DtoField) for the given dto class
getDTOFromAllField(RowMetaType, Field, DataResponseDTO) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getDTOFromMap(Map<String, Object>, Class<?>, BusinessComponent) - Method in class org.cxbox.core.service.AnySourceResponseFactory
 
getDTOFromMap(Map<String, Object>, Class<?>, BusinessComponent) - Method in class org.cxbox.core.service.ResponseFactory
 
getDTOFromMapIgnoreBusinessErrors(Map<String, Object>, Class<?>, BusinessComponent) - Method in class org.cxbox.core.service.AnySourceResponseFactory
 
getDTOFromMapIgnoreBusinessErrors(Map<String, Object>, Class<?>, BusinessComponent) - Method in class org.cxbox.core.service.ResponseFactory
 
getDTOFromService(AnySourceBcDescription) - Method in class org.cxbox.core.service.AnySourceResponseFactory
 
getDTOFromService(InnerBcDescription) - Method in class org.cxbox.core.service.ResponseFactory
 
getDTOFromVisibleField(RowMetaType, Field, DataResponseDTO) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getEffectiveSessionUser() - Method in class org.cxbox.core.util.session.impl.EffectiveUserAwareImpl
 
getEntities(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getEntities(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getEntityAttributes(Class<? extends E>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getEntityClass(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getEntityClass(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getEntityFromService(InnerBcDescription) - Method in class org.cxbox.core.service.ResponseFactory
 
getExportType() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getExtremeResponse(RowMetaType, DataResponseDTO, BusinessComponent, Class<? extends FieldMetaBuilder>, boolean) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getFetchGraph(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getFetchGraphName(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getField(Class<D>, String) - Static method in class org.cxbox.core.dto.DTOUtils
 
getFieldMetaBuilder() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getFieldMetaBuilder() - Method in interface org.cxbox.core.service.ResponseService
Returns FieldMetaBuilder for class
getFieldPath(String, Root<?>) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
getFilter() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getFilterPredicate(SearchOperation, Root<?>, CriteriaBuilder, ClassifyDataParameter, Path, Object, DialectName) - Method in interface org.cxbox.core.util.filter.provider.ClassifyDataProvider
Retrieves a filter predicate based on the provided search operation and criteria.
getFilterPredicate(SearchOperation, Root<?>, CriteriaBuilder, ClassifyDataParameter, Path, Object, DialectName) - Method in class org.cxbox.core.util.filter.provider.impl.TimeValueProvider
 
getGenericType(Class<?>, int) - Static method in class org.cxbox.core.util.ClassTypeUtil
 
getIcon() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
getId(E) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
getId(String) - Method in class org.cxbox.core.crudma.bc.BcHierarchy
 
getIdAsLong() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getIgnoredAttributes() - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getInnerBcResponseService(BusinessComponent) - Method in class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
getInstance() - Static method in class org.cxbox.core.controller.param.BindParameter.Builder
 
getInstance() - Static method in class org.cxbox.core.controller.param.FilterParameter.Builder
 
getInstance() - Static method in class org.cxbox.core.controller.param.SortParameter.Builder
 
getIntegerValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getJoinType(FetchParent, String) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
getJoinType(From, String) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
getList(CriteriaQuery<T>, Root<T>, Class, Predicate, QueryParameters) - Method in interface org.cxbox.core.dao.BaseDAO
 
getList(CriteriaQuery<T>, Root<T>, Class, Predicate, QueryParameters) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getList(CriteriaQuery<T>, Root<T>, Class, Predicate, QueryParameters, EntityGraph<? super T>) - Method in interface org.cxbox.core.dao.BaseDAO
 
getList(CriteriaQuery<T>, Root<T>, Class, Predicate, QueryParameters, EntityGraph<? super T>) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getList(Class<T>, Class, Specification<T>, QueryParameters) - Method in interface org.cxbox.core.dao.BaseDAO
 
getList(Class<T>, Class, Specification<T>, QueryParameters) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getList(Class<T>, Class, Specification<T>, QueryParameters, EntityGraph<? super T>) - Method in interface org.cxbox.core.dao.BaseDAO
 
getList(Class<T>, Class, Specification<T>, QueryParameters, EntityGraph<? super T>) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getList(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getList(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getList(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns a list of matched objects based on a business component
getList(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns a list of matched objects based on a business component
getList(BusinessComponent, QueryParameters) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
getList(BaseDAO, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getList(BaseDAO, BusinessComponent, Class<E>, Class<T>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getListValue(String, Class<T>) - Static method in interface org.cxbox.core.controller.param.QueryParameter
 
getLocale(Locale) - Method in class org.cxbox.core.util.session.CoreSessionServiceImpl
 
getLocale(LocaleContext, LocaleSpecification) - Method in class org.cxbox.core.controller.LoginController
 
getLockTimeout() - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
getLoggedUser(String) - Method in interface org.cxbox.core.util.session.LoginService
 
getLongValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getLongValuesAsList() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getMassIds_() - Method in class org.cxbox.core.dto.rowmeta.MassActionResultDTO
 
getMediaType(String) - Method in interface org.cxbox.core.file.controller.CxboxFileController
 
getMessage() - Method in class org.cxbox.core.dto.rowmeta.PreAction
 
getMessage() - Method in exception org.cxbox.core.exception.BusinessException
 
getMessage(String) - Method in class org.cxbox.core.dto.rowmeta.PreAction
 
getMessage(String...) - Method in enum class org.cxbox.core.dto.rowmeta.PreActionType
 
getMeta() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getMeta() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getMeta(BcIdentifier, RowMetaType, D, boolean) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getMeta(BcIdentifier, RowMetaType, DataResponseDTO, boolean) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getMeta(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Returns meta for entity based on a business component
getMeta(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getMeta(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getMeta(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getMeta(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getMeta(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
getMetaBuilder() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getMetaEmpty(BusinessComponent) - Method in interface org.cxbox.core.crudma.Crudma
Returns empty meta for entity based on a business component
getMetaEmpty(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getMetaEmpty(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getMetaEmpty(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getMetaEmpty(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getMetaEmpty(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
getMetaNew(BusinessComponent, CreateResult) - Method in interface org.cxbox.core.crudma.Crudma
Returns new meta for entity based on a business component
getMetaNew(BusinessComponent, CreateResult) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getMetaNew(BusinessComponent, CreateResult) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getMetaNew(BusinessComponent, CreateResult) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getMetaNew(BusinessComponent, CreateResult) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getName() - Method in interface org.cxbox.core.controller.param.QueryParameter
 
getName() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getName() - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
getName() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
getName() - Method in interface org.cxbox.core.service.action.PreActionCondition
 
getNumberMonthByName(String) - Static method in class org.cxbox.core.util.DateTimeUtil
 
getOne(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getOne(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getOne(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns object based on a business component
getOne(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns object based on a business component
getOneAsEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getOneAsEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getOneAsEntity(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns an entity based on a business component
getOneAsEntity(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns an entity based on a business component
getOnFieldUpdateMeta(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.crudma.Crudma
Returns on-field-update meta for entity based on a business component
getOnFieldUpdateMeta(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
getOnFieldUpdateMeta(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
getOnFieldUpdateMeta(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
getOriginalActionType() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
getOverrideScreensResponsibilities(IUser<Long>, Set<String>) - Method in interface org.cxbox.core.service.ResponsibilitiesService
 
getPage() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getPageEntities(BusinessComponent, QueryParameters) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getPageNumber() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getPageSize() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getParameter(String) - Method in class org.cxbox.core.controller.param.QueryParameters
 
getParameterType() - Method in class org.cxbox.core.controller.param.BindParameter.Builder
 
getParameterType() - Method in class org.cxbox.core.controller.param.FilterParameter.Builder
 
getParameterType() - Method in interface org.cxbox.core.controller.param.ParameterBuilder
 
getParameterType() - Method in class org.cxbox.core.controller.param.SortParameter.Builder
 
getParameterValue(Object) - Static method in class org.cxbox.core.controller.param.resolvers.AbstractParameterArgumentResolver
 
getParentBcForRestore(BusinessComponent) - Method in class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
getParentEntity(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
getParentField(DtoField<P, F>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
getParentField(DtoField<P, F>, BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getParentField(DtoField<P, F>, BusinessComponent) - Method in class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
getParentField(DtoField<P, F>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.AnySourceFieldMetaBuilder
 
getParentField(DtoField<P, F>, BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.FieldMetaBuilder
 
getParentIdAsLong() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getParentName() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getParentName() - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
getParentSpecification(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getPdqName() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getPreActionsForSave() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
getPreActionsForSave() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getPredicateFromSearchParams(Root<T>, CriteriaQuery<?>, CriteriaBuilder, Class, FilterParameters, List<ClassifyDataProvider>, DialectName) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
getPredicateFromSearchParams(Root<T>, CriteriaQuery<?>, CriteriaBuilder, Class, FilterParameters, DialectName) - Method in interface org.cxbox.core.dao.BaseDAO
 
getPredicateFromSearchParams(Root<T>, CriteriaQuery<?>, CriteriaBuilder, Class, FilterParameters, DialectName) - Method in class org.cxbox.core.dao.impl.BaseDAOImpl
 
getPreInvokeParameters() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getPreInvokeParameters() - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.AbstractClassifyDataProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.BigDecimalValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.BooleanValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.DateTimeValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.DateValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.DictionaryValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.EnumValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.LongValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.LovValueProvider
Deprecated.
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.MultiFieldValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.StringValueProvider
 
getProviderParameterValues(Field, ClassifyDataParameter, FilterParameter, SearchParameter, List<ClassifyDataProvider>) - Method in class org.cxbox.core.util.filter.provider.impl.TimeValueProvider
 
getQueryParameters() - Static method in class org.cxbox.core.crudma.CrudmaActionHolder
Deprecated.
getReferrer(HttpServletRequest) - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
getReferrer(HttpServletRequest) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
getRequestCacheName() - Static method in class org.cxbox.core.config.cache.CxboxCaches
 
getResponse(RowMetaType, DataResponseDTO, BusinessComponent, ActionsDTO, Class<? extends FieldMetaBuilder>) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getResponse(RowMetaType, DataResponseDTO, BusinessComponent, ResponseService<?, ?>) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getResponse(RowMetaType, CreateResult, BusinessComponent, ResponseService<?, ?>) - Method in class org.cxbox.core.service.rowmeta.RowResponseService
 
getResponseService(BusinessComponent) - Method in class org.cxbox.core.crudma.ext.impl.BcStateCrudmaGatewayInvokeExtensionProvider
 
getResponseServiceParameters(AnySourceBcDescription) - Method in class org.cxbox.core.service.AnySourceResponseFactory
 
getResponseServiceParameters(InnerBcDescription) - Method in class org.cxbox.core.service.ResponseFactory
 
getResultPage(List<T>, QueryParameters) - Static method in class org.cxbox.core.util.ListPaging
 
getScope() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
getScreenName() - Method in class org.cxbox.core.controller.BcHierarchyAware
Deprecated.
getService(AnySourceBcDescription) - Method in class org.cxbox.core.service.AnySourceResponseFactory
 
getService(InnerBcDescription) - Method in class org.cxbox.core.service.ResponseFactory
 
getServiceClass() - Method in class org.cxbox.core.crudma.bc.impl.AnySourceBcDescription
 
getSessionId() - Method in class org.cxbox.core.util.session.CoreSessionServiceImpl
 
getSessionId() - Method in class org.cxbox.core.util.session.impl.SessionServiceImpl
 
getSessionId() - Method in interface org.cxbox.core.util.session.SessionService
 
getSessionUser() - Method in class org.cxbox.core.util.session.impl.SessionServiceImpl
 
getSessionUser() - Method in interface org.cxbox.core.util.session.SessionService
 
getSessionUser() - Method in interface org.cxbox.core.util.session.UserExternalService
 
getSessionUserDepartmentId() - Method in class org.cxbox.core.util.session.impl.SessionServiceImpl
 
getSessionUserDepartmentId() - Method in interface org.cxbox.core.util.session.SessionService
 
getSessionUserDetails(boolean) - Method in class org.cxbox.core.util.session.CoreSessionServiceImpl
 
getSessionUserRole() - Method in class org.cxbox.core.util.session.impl.SessionServiceImpl
Deprecated.
getSessionUserRole() - Method in interface org.cxbox.core.util.session.SessionService
 
getSessionUserRoles() - Method in class org.cxbox.core.util.session.impl.SessionServiceImpl
 
getSessionUserRoles() - Method in interface org.cxbox.core.util.session.SessionService
 
getSimpleCacheNames() - Static method in class org.cxbox.core.config.cache.CxboxCaches
 
getSort() - Method in class org.cxbox.core.controller.param.QueryParameters
 
getSortExpression(SearchParameter, CriteriaBuilder, CriteriaQuery, Root<?>, Class, Path, DialectName) - Method in interface org.cxbox.core.util.filter.provider.ClassifyDataProvider
Retrieves a sort expression based on the provided search parameter and criteria.
getSortExpression(SearchParameter, CriteriaBuilder, CriteriaQuery, Root<?>, Class, Path, DialectName) - Method in class org.cxbox.core.util.filter.provider.impl.TimeValueProvider
Sorts entity column by time fraction (LocalDateTime and LocalTime)
dialect (Oracle/PostgreSQL) - entityManager.getEntityManagerFactory().getProperties().get("hibernate.dialect").toString();
getSpecification(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
getState(BusinessComponent) - Method in interface org.cxbox.core.crudma.state.BcStateAware
Obtain state for business component instance
getState(BusinessComponent) - Method in class org.cxbox.core.crudma.state.impl.BcStateAwareImpl
 
getStringValuesAsList() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getStringValuesAsString() - Method in class org.cxbox.core.controller.param.BindParameter
 
getSupportedBc() - Method in class org.cxbox.core.service.rowmeta.BcDisabler
 
getSystemUrl() - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
getSystemUrl() - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
getTimeValue() - Method in class org.cxbox.core.controller.param.FilterParameter
 
getTimezone(LocaleContext, TimeZoneSpecification) - Method in class org.cxbox.core.controller.LoginController
 
getTimeZone(TimeZone) - Method in class org.cxbox.core.util.session.CoreSessionServiceImpl
 
getType() - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
getType() - Method in class org.cxbox.core.dto.rowmeta.PreAction
 
getType(Field) - Static method in class org.cxbox.core.dto.LovUtils
 
getTypeOfDto(AnySourceBcDescription) - Method in class org.cxbox.core.bc.AnySourceBcTypeAware
 
getTypeOfDto(InnerBcDescription) - Method in class org.cxbox.core.bc.InnerBcTypeAware
 
getTypeOfDTO() - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns the number of matching entities
getTypeOfDTO() - Method in interface org.cxbox.core.service.ResponseService
Returns the number of matching entities
getTypeOfEntity() - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns the number of matching entities
getTypeOfEntity() - Method in interface org.cxbox.core.service.ResponseService
Returns the number of matching entities
getTypeOfEntity(InnerBcDescription) - Method in class org.cxbox.core.bc.InnerBcTypeAware
 
getUILocation(HttpServletRequest) - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
getUILocation(HttpServletRequest) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
getURL() - Method in class org.cxbox.core.dto.rowmeta.PostAction
 
getUrlFromBc(String) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
getUrlFromBc(String) - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
getValidator(Class<?>) - Method in class org.cxbox.core.service.impl.ValidatorsProviderImpl
 
getValidator(Class<?>) - Method in interface org.cxbox.core.service.ValidatorsProvider
 
getValue() - Method in interface org.cxbox.core.service.action.DrillDownTypeSpecifier
 
getValue(Class<T>) - Method in class org.cxbox.core.controller.param.BindParameter
 
getValue(Class<T>) - Method in class org.cxbox.core.controller.param.FilterParameter
 
getValue(String, Class<T>, T) - Static method in interface org.cxbox.core.controller.param.QueryParameter
 
getValues(Object, Set<String>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
getValueSuppliers() - Method in class org.cxbox.core.dto.mapper.DtoConstructor
 
getVstamp(E) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
GlobalExceptionHandler - Class in org.cxbox.core.controller
 
GlobalExceptionHandler() - Constructor for class org.cxbox.core.controller.GlobalExceptionHandler
 
GREATER_OR_EQUAL_THAN - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Greater or equal
GREATER_THAN - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Greater

H

handlerInstantiator(ApplicationContext) - Method in class org.cxbox.core.config.JacksonConfig
 
HardDrillDown - Class in org.cxbox.core.dto
 
HardDrillDown(LOV, String, String, String) - Constructor for class org.cxbox.core.dto.HardDrillDown
 
hasErrorCode(SQLException, int) - Static method in class org.cxbox.core.util.SQLExceptions
 
hashCode() - Method in record class org.cxbox.core.service.drilldown.filter.FC.FCR
Returns a hash code value for this object.
hasHierarchy() - Method in class org.cxbox.core.controller.BcHierarchyAware
 
hasPersister() - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
hasPersister() - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
hasPersister() - Method in interface org.cxbox.core.service.AnySourceResponseService
Determines whether the service interacts with an entity from the database
hasPersister() - Method in interface org.cxbox.core.service.ResponseService
Determines whether the service interacts with an entity from the database
hidden(boolean, DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
HIDDEN - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
HINT - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
Holder(Class<T>) - Constructor for class org.cxbox.core.crudma.bc.EnumBcIdentifier.Holder
 

I

IN_PROGRESS_MESSAGE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
info() - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
info(String) - Static method in class org.cxbox.core.dto.rowmeta.PreAction
 
info(String, PreActionCondition, String) - Static method in class org.cxbox.core.service.action.PreActionEvent
 
INFO - Enum constant in enum class org.cxbox.core.dto.MessageType
Information message
INFORMATION - Enum constant in enum class org.cxbox.core.dto.rowmeta.PreActionType
 
init() - Method in class org.cxbox.core.service.rowmeta.AnySourceRowResponseService
 
inlinePickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for an inline pick list field ("type": "inlinePickList").
inlinePickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single value.
INNER - Enum constant in enum class org.cxbox.core.dto.DrillDownType
Transition inside the application.
InnerBcDescription - Class in org.cxbox.core.crudma.bc.impl
 
InnerBcDescription(String, String, Class<? extends ResponseService>, boolean) - Constructor for class org.cxbox.core.crudma.bc.impl.InnerBcDescription
 
InnerBcException - Exception in org.cxbox.core.exception
 
InnerBcException(BaseEntity, String, String) - Constructor for exception org.cxbox.core.exception.InnerBcException
 
InnerBcTypeAware - Class in org.cxbox.core.bc
 
InnerBcTypeAware(BcRegistry, ResponseFactory) - Constructor for class org.cxbox.core.bc.InnerBcTypeAware
 
InnerCrudmaService - Class in org.cxbox.core.crudma.impl.inner
 
InnerCrudmaService() - Constructor for class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
inProgressMessage(String) - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
Sets the message displayed while waiting for the operation to complete.
input(DtoField<? super D, String>, String) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a String input field ("type": "input")
input(DtoField<? super D, String>, String) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single string value.
InterimResult - Class in org.cxbox.core.crudma
 
InterimResult() - Constructor for class org.cxbox.core.crudma.InterimResult
 
INTERVALS - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Specified value in intervals
invalidateCache() - Method in interface org.cxbox.core.service.ResponsibilitiesService
 
invoke(HttpServletRequest, QueryParameters, Map<String, Map<String, Object>>) - Method in class org.cxbox.core.controller.UniversalCustomActionController
 
invoke(BusinessComponent, T) - Method in class org.cxbox.core.service.action.ActionDescription
 
invoke(BusinessComponent, T) - Method in interface org.cxbox.core.service.action.ActionInvoker
 
invoke(BusinessComponent, T) - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
INVOKE - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
invokeAction(BusinessComponent, String, Map<String, Object>) - Method in interface org.cxbox.core.crudma.Crudma
Invokes action with given name, add preactions, loads or updates entity if necessary
invokeAction(BusinessComponent, String, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
invokeAction(BusinessComponent, String, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
invokeAction(BusinessComponent, String, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
invokeAction(BusinessComponent, String, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
invokeAction(BusinessComponent, String, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
invokeAction(BusinessComponent, String, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
invokeAction(BusinessComponent, String, DataResponseDTO) - Method in interface org.cxbox.core.service.AnySourceResponseService
Invokes action with given name, add preactions, loads or updates entity if necessary
invokeAction(BusinessComponent, String, DataResponseDTO) - Method in interface org.cxbox.core.service.ResponseService
Invokes action with given name, add preactions, loads or updates entity if necessary
invokeAction(CrudmaActionHolder.CrudmaAction, Map<String, Object>) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
invoker(ActionInvoker<T>) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
IPdqExtractor - Interface in org.cxbox.core.dao
 
IS_FILTERABLE_DATA - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
isActionDisabled(String) - Method in class org.cxbox.core.service.rowmeta.BcDisabler
 
isAjaxRequest(HttpServletRequest) - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
isAjaxRequest(HttpServletRequest) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
isAutoSaveBefore() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
isAvailable(BusinessComponent) - Method in class org.cxbox.core.service.action.ActionAvailableChecker.And
 
isAvailable(BusinessComponent) - Method in interface org.cxbox.core.service.action.ActionAvailableChecker
 
isAvailable(BusinessComponent) - Method in class org.cxbox.core.service.action.ActionDescription
 
isAvailable(BusinessComponent) - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
isBc(BcIdentifier) - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
isBcDisabled(BusinessComponent) - Method in class org.cxbox.core.service.rowmeta.BcDisabler
 
isChangedNowData(DataResponseDTO) - Method in class org.cxbox.core.service.ChangedNowValidationService
Checks whether the input data contains fields that have been changed in the current request.
isChildRecordsFound(Throwable) - Static method in class org.cxbox.core.util.SQLExceptions
 
isCreateAvailable(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
isCreateAvailable(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
isDebug() - Method in class org.cxbox.core.controller.param.QueryParameters
 
isDeferredCreationSupported(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
isDeferredCreationSupported(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
isDeferredCreationSupported(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Determines is deferred saving of new objects supported
isDeferredCreationSupported(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Determines is deferred saving of new objects supported
isDeleteAvailable(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
isEmpty() - Method in class org.cxbox.core.controller.param.BaseParameterHolder
 
isEmpty() - Method in interface org.cxbox.core.controller.param.ParameterHolder
 
isExist(Long) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
isExist(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
isFieldChangedNow(RowDependentFieldsMeta<T>, DtoField<? super T, V>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
Сhecks whether the specified field was modified by the user in the UI (Frontend) during the current iteration.
isFilterableData() - Method in class org.cxbox.core.controller.param.QueryParameters
 
isIconWithText() - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
isMonthYearAfterDate(String, String, LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
isNotBc(BcIdentifier) - Method in interface org.cxbox.core.crudma.bc.EnumBcIdentifier
 
isNotNullViolation(Throwable) - Static method in class org.cxbox.core.util.SQLExceptions
 
ISO_PATTERN - Static variable in class org.cxbox.core.util.DateTimeUtil
 
isOra(Throwable, int) - Static method in class org.cxbox.core.util.SQLExceptions
 
isParentRecordNotFound(Throwable) - Static method in class org.cxbox.core.util.SQLExceptions
 
isPersisted(BusinessComponent) - Method in interface org.cxbox.core.crudma.state.BcStateAware
Obtain information if this record was already persisted.
isPersisted(BusinessComponent) - Method in class org.cxbox.core.crudma.state.impl.BcStateAwareImpl
 
isReadOnly(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.AnySourceCrudmaGateway
Determines whether to perform an action in a read-only transaction
isReadOnly(CrudmaActionHolder.CrudmaAction) - Method in class org.cxbox.core.crudma.CrudmaGateway
Determines whether to perform an action in a read-only transaction
isSameDay(LocalDateTime, LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
isSaveAvailable(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
isSaveAvailable(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
isTypeOf(ActionDTO) - Method in enum class org.cxbox.core.dto.rowmeta.ActionType
 
isUniqueConstraintViolation(Throwable) - Static method in class org.cxbox.core.util.SQLExceptions
 
isUpdateRequired() - Method in class org.cxbox.core.service.action.ActionDescription
 
isUpdateRequired() - Method in interface org.cxbox.core.service.action.ActionInvoker
 
iterator() - Method in class org.cxbox.core.controller.param.BaseParameterHolder
 
iterator() - Method in class org.cxbox.core.crudma.bc.BcIdentifiers
 
iterator() - Method in class org.cxbox.core.dto.multivalue.MultivalueField
 
iterator() - Method in class org.cxbox.core.dto.rowmeta.ActionsDTO
 

J

JacksonConfig - Class in org.cxbox.core.config
 
JacksonConfig() - Constructor for class org.cxbox.core.config.JacksonConfig
 
JacksonConfig.StringToDictionaryConverterFactory - Class in org.cxbox.core.config
 
joinEntity(From, String) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
jpaDao - Variable in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
JsonUtils - Class in org.cxbox.core.util
 
JsonUtils() - Constructor for class org.cxbox.core.util.JsonUtils
 

K

KeySupplier<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO> - Interface in org.cxbox.core.dto.mapper
 

L

LESS_OR_EQUAL_THAN - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Less or equal
LESS_THAN - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Less
LINKED_DICTIONARY_RULES - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
linkedDictionaryRules - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
LinkedDictionaryService - Interface in org.cxbox.core.service.linkedlov
 
ListPaging - Class in org.cxbox.core.util
 
ListPaging() - Constructor for class org.cxbox.core.util.ListPaging
 
loadEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
loadEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
loadEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
loadEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
LocaleParameterArgumentResolver - Class in org.cxbox.core.controller.param.resolvers
 
LocaleParameterArgumentResolver() - Constructor for class org.cxbox.core.controller.param.resolvers.LocaleParameterArgumentResolver
 
localeResolver(CoreSessionService, LocaleService) - Method in class org.cxbox.core.config.LocalizationConfig
 
localeService(CxboxLocalizationProperties) - Method in class org.cxbox.core.config.LocalizationConfig
 
LocalizationConfig - Class in org.cxbox.core.config
 
LocalizationConfig() - Constructor for class org.cxbox.core.config.LocalizationConfig
 
locateTransactionManager() - Method in class org.cxbox.core.dao.hbn.ConfiguredJtaPlatform
 
locateUserTransaction() - Method in class org.cxbox.core.dao.hbn.ConfiguredJtaPlatform
 
LoggedUser - Class in org.cxbox.core.dto
 
LoggedUser() - Constructor for class org.cxbox.core.dto.LoggedUser
 
LoginController - Class in org.cxbox.core.controller
 
LoginController() - Constructor for class org.cxbox.core.controller.LoginController
 
LoginService - Interface in org.cxbox.core.util.session
 
logout() - Method in class org.cxbox.core.controller.LoginController
Logout endpoint, actual session is usually cleared by client application by specifying this endpoint as `logoutUrl` of Spring Security configuration
LongValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
LongValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.LongValueProvider
 
Lov - Annotation Interface in org.cxbox.core.dto
 
LovUtils - Class in org.cxbox.core.dto
 
LovUtils() - Constructor for class org.cxbox.core.dto.LovUtils
 
LovValueProvider - Class in org.cxbox.core.util.filter.provider.impl
Deprecated, for removal: This API element is subject to removal in a future version.
LOV is deprecated and this Provider too. Instead, use type safe Dictionary and its provide DictionaryValueProvider.
LovValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.LovValueProvider
Deprecated.
 

M

Mapping<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.mapper
 
Mapping() - Constructor for class org.cxbox.core.dto.mapper.Mapping
 
mapSearchParamsToPOJO(Class, FilterParameters, List<ClassifyDataProvider>) - Method in class org.cxbox.core.dao.impl.MetadataUtils
 
MASS - Enum constant in enum class org.cxbox.core.service.action.ActionScope
 
MassActionInvoker<T extends org.cxbox.api.data.dto.DataResponseDTO> - Interface in org.cxbox.core.service.action
 
MassActionResultDTO<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
MassActionResultDTO(Set<MassDTO>) - Constructor for class org.cxbox.core.dto.rowmeta.MassActionResultDTO
 
massInvoke(BusinessComponent, T, Set<String>) - Method in interface org.cxbox.core.service.action.MassActionInvoker
 
massInvoker(MassActionInvoker<T>) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
matches(String, String) - Method in class org.cxbox.core.controller.param.BindParameter.Builder
 
matches(String, String) - Method in class org.cxbox.core.controller.param.FilterParameter.Builder
 
matches(String, String) - Method in interface org.cxbox.core.controller.param.ParameterBuilder
 
matches(String, String) - Method in class org.cxbox.core.controller.param.SortParameter.Builder
 
mayBeNull(Root<?>, Path) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
message(String) - Method in class org.cxbox.core.dto.rowmeta.PreAction.PreActionBuilder
 
MESSAGE_TEXT - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
MESSAGE_TYPE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
MessageType - Enum Class in org.cxbox.core.dto
 
META - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
META - Enum constant in enum class org.cxbox.core.service.rowmeta.RowMetaType
 
META_EMPTY - Enum constant in enum class org.cxbox.core.service.rowmeta.RowMetaType
 
META_NEW - Enum constant in enum class org.cxbox.core.service.rowmeta.RowMetaType
 
MetaContainer<T extends MetaDTO> - Interface in org.cxbox.core.crudma
 
MetadataUtils - Class in org.cxbox.core.dao.impl
 
MetadataUtils() - Constructor for class org.cxbox.core.dao.impl.MetadataUtils
 
MetaDTO - Class in org.cxbox.core.dto.rowmeta
 
MetaDTO(RowMetaDTO) - Constructor for class org.cxbox.core.dto.rowmeta.MetaDTO
 
money(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a money field ("type": "money"), single value.
money(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS filter for a number value
moneyFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a range filter for a money field ("type": "moneyFromTo").
moneyFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range value
MONTH - Enum constant in enum class org.cxbox.core.controller.param.DateStep
 
MULTI_ROLE_ENABLED - Static variable in class org.cxbox.core.config.properties.UIProperties
 
multifield(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a multifield field ("type": "multifield").
multifield(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single value.
multiFieldKey() - Element in annotation interface org.cxbox.core.util.filter.SearchParameter
Used only for fields of MultivalueField type and is necessary to correctly type string representation of filtering parameter.
MultiFieldValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
MultiFieldValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.MultiFieldValueProvider
 
multipartResolver() - Method in class org.cxbox.core.config.APIConfig
 
multipleSelect(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a multiple select field ("type": "multipleSelect").
multipleSelect(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS_ONE_OF filter for a multivalue
MultisourceSearchParameter - Annotation Interface in org.cxbox.core.util.filter
 
MultisourceValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
MultisourceValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.MultisourceValueProvider
 
multivalue(SearchOperation, DtoField<? super D, T>, T, Function<MultivalueFieldSingleValue, String>) - Static method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils
Creates a URL-encoded filter expression for a multivalue field.
multiValue(DtoField<? super D, MultivalueField>, MultivalueField) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a multivalue field ("type": "multivalue").
multiValue(DtoField<? super D, MultivalueField>, MultivalueField) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS_ONE_OF filter for a value
MultivalueField - Class in org.cxbox.core.dto.multivalue
 
MultivalueField() - Constructor for class org.cxbox.core.dto.multivalue.MultivalueField
 
MultivalueFieldSingleValue - Class in org.cxbox.core.dto.multivalue
 
MultivalueFieldSingleValue(String, String, Map<String, String>) - Constructor for class org.cxbox.core.dto.multivalue.MultivalueFieldSingleValue
 
multivalueHover(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a multivalue hover field ("type": "multivalueHover").
multivalueHover(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS_ONE_OF filter for a multivalue
MultivalueOptionType - Enum Class in org.cxbox.core.dto.multivalue
 

N

name() - Element in annotation interface org.cxbox.core.util.filter.SearchParameter
A path to the field on a JPA entity on which filtering will be performed.
NEW - Enum constant in enum class org.cxbox.core.dto.multivalue.SnapshotState
 
newAction() - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
NO_CHANGES - Enum constant in enum class org.cxbox.core.dto.multivalue.SnapshotState
 
NOT_NULL_ID - Static variable in interface org.cxbox.core.service.action.ActionAvailableChecker
 
NOT_NULL_PARENT_ID - Static variable in interface org.cxbox.core.service.action.ActionAvailableChecker
 
noText(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
 
noText(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder.Cfw
 
NOTIFICATION_MODE - Static variable in class org.cxbox.core.config.properties.UIProperties
 
NOTIFICATION_SETTINGS - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
notificationSettings - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
now() - Static method in class org.cxbox.core.util.DateTimeUtil
 
number(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a number field ("type": "number"), single value.
number(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS filter for a value
numberFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a range filter for a number field ("type": "number").
numberFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range value

O

objectMapper - Variable in class org.cxbox.core.config.APIConfig
 
objectMapper - Variable in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
of(String) - Static method in enum class org.cxbox.core.controller.param.SearchOperation
 
of(String) - Static method in enum class org.cxbox.core.dto.DrillDownType
 
of(String) - Static method in enum class org.cxbox.core.dto.MessageType
 
of(String) - Static method in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
of(String, String, String) - Static method in class org.cxbox.core.dto.PreInvokeEvent
 
of(String, LOV, PreActionCondition, String) - Static method in class org.cxbox.core.service.action.PreActionEvent
 
of(String, DateStep) - Static method in enum class org.cxbox.core.controller.param.DateStep
 
of(String, SortType) - Static method in enum class org.cxbox.core.controller.param.SortType
 
of(BcIdentifier...) - Static method in class org.cxbox.core.crudma.bc.BcIdentifiers
 
of(ParameterBuilder<T>) - Method in class org.cxbox.core.controller.param.QueryParameters
 
of(ParameterHolder<?>) - Static method in class org.cxbox.core.controller.param.QueryParameters
 
of(CrudmaActionType) - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
ON_FIELD_UPDATE_META - Enum constant in enum class org.cxbox.core.service.rowmeta.RowMetaType
 
onCancel(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
onCancel(BusinessComponent) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
onCancel(BusinessComponent) - Method in interface org.cxbox.core.service.AnySourceResponseService
Returns actions invoked with cancel
onCancel(BusinessComponent) - Method in interface org.cxbox.core.service.ResponseService
Returns actions invoked with cancel
onFieldUpdateMeta(HttpServletRequest, QueryParameters, Map<String, Object>) - Method in class org.cxbox.core.controller.UniversalRowMetaController
 
onlyDatesQueryParameters(QueryParameters) - Static method in class org.cxbox.core.controller.param.QueryParameters
 
OPEN_PICK_LIST - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
openPickList(String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
org.cxbox.core.autoconfigure - package org.cxbox.core.autoconfigure
 
org.cxbox.core.autoconfigure.cache - package org.cxbox.core.autoconfigure.cache
 
org.cxbox.core.bc - package org.cxbox.core.bc
 
org.cxbox.core.config - package org.cxbox.core.config
 
org.cxbox.core.config.cache - package org.cxbox.core.config.cache
 
org.cxbox.core.config.properties - package org.cxbox.core.config.properties
 
org.cxbox.core.controller - package org.cxbox.core.controller
 
org.cxbox.core.controller.http - package org.cxbox.core.controller.http
 
org.cxbox.core.controller.param - package org.cxbox.core.controller.param
 
org.cxbox.core.controller.param.resolvers - package org.cxbox.core.controller.param.resolvers
 
org.cxbox.core.crudma - package org.cxbox.core.crudma
 
org.cxbox.core.crudma.bc - package org.cxbox.core.crudma.bc
 
org.cxbox.core.crudma.bc.impl - package org.cxbox.core.crudma.bc.impl
 
org.cxbox.core.crudma.ext - package org.cxbox.core.crudma.ext
 
org.cxbox.core.crudma.ext.impl - package org.cxbox.core.crudma.ext.impl
 
org.cxbox.core.crudma.impl - package org.cxbox.core.crudma.impl
 
org.cxbox.core.crudma.impl.inner - package org.cxbox.core.crudma.impl.inner
 
org.cxbox.core.crudma.state - package org.cxbox.core.crudma.state
 
org.cxbox.core.crudma.state.impl - package org.cxbox.core.crudma.state.impl
 
org.cxbox.core.dao - package org.cxbox.core.dao
 
org.cxbox.core.dao.hbn - package org.cxbox.core.dao.hbn
 
org.cxbox.core.dao.impl - package org.cxbox.core.dao.impl
 
org.cxbox.core.dto - package org.cxbox.core.dto
 
org.cxbox.core.dto.mapper - package org.cxbox.core.dto.mapper
 
org.cxbox.core.dto.multivalue - package org.cxbox.core.dto.multivalue
 
org.cxbox.core.dto.rowmeta - package org.cxbox.core.dto.rowmeta
 
org.cxbox.core.exception - package org.cxbox.core.exception
 
org.cxbox.core.external.core - package org.cxbox.core.external.core
 
org.cxbox.core.file.conf - package org.cxbox.core.file.conf
 
org.cxbox.core.file.controller - package org.cxbox.core.file.controller
 
org.cxbox.core.file.dto - package org.cxbox.core.file.dto
 
org.cxbox.core.file.service - package org.cxbox.core.file.service
 
org.cxbox.core.service - package org.cxbox.core.service
 
org.cxbox.core.service.action - package org.cxbox.core.service.action
 
org.cxbox.core.service.drilldown - package org.cxbox.core.service.drilldown
 
org.cxbox.core.service.drilldown.filter - package org.cxbox.core.service.drilldown.filter
 
org.cxbox.core.service.impl - package org.cxbox.core.service.impl
 
org.cxbox.core.service.linkedlov - package org.cxbox.core.service.linkedlov
 
org.cxbox.core.service.rowmeta - package org.cxbox.core.service.rowmeta
 
org.cxbox.core.util - package org.cxbox.core.util
 
org.cxbox.core.util.filter - package org.cxbox.core.util.filter
 
org.cxbox.core.util.filter.provider - package org.cxbox.core.util.filter.provider
 
org.cxbox.core.util.filter.provider.impl - package org.cxbox.core.util.filter.provider.impl
 
org.cxbox.core.util.session - package org.cxbox.core.util.session
 
org.cxbox.core.util.session.impl - package org.cxbox.core.util.session.impl
 

P

pageLimit - Variable in class org.cxbox.core.crudma.bc.impl.BcDescription
 
PageParameterArgumentResolver - Class in org.cxbox.core.controller.param.resolvers
 
PageParameterArgumentResolver() - Constructor for class org.cxbox.core.controller.param.resolvers.PageParameterArgumentResolver
 
ParameterBuilder<T extends QueryParameter> - Interface in org.cxbox.core.controller.param
 
ParameterHolder<T extends QueryParameter> - Interface in org.cxbox.core.controller.param
 
ParentDtoFirstLevelCache - Class in org.cxbox.core.external.core
Stores parent DTO of current request bc.
ParentDtoFirstLevelCache() - Constructor for class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
parentSpec - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
parseLocaleValue(String) - Method in class org.cxbox.core.config.EnhancedLocaleResolver
 
PDQ - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
percent(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a percent field ("type": "percent"), single value.
percent(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with EQUALS filter for a value
percentFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a range filter for a percent field ("type": "percentFromTo").
percentFromTo(DtoField<? super D, T>, T, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string with GREATER_OR_EQUAL_THAN and LESS_OR_EQUAL_THAN filter for a range value
PICK_LIST - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
pickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a pick list field ("type": "pickList").
pickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single value.
PlatformDrilldownAutoConfiguration - Class in org.cxbox.core.service.drilldown
 
PlatformDrilldownAutoConfiguration() - Constructor for class org.cxbox.core.service.drilldown.PlatformDrilldownAutoConfiguration
 
PlatformDrilldownFilterService - Class in org.cxbox.core.service.drilldown.filter
Service for building URL-encoded filter expressions for platform business components.
PlatformDrilldownFilterService() - Constructor for class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
 
PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils - Class in org.cxbox.core.service.drilldown.filter
Utils class for generation filter as encoded url string
PlatformDrilldownService - Class in org.cxbox.core.service.drilldown
 
PlatformDrilldownService() - Constructor for class org.cxbox.core.service.drilldown.PlatformDrilldownService
 
PlatformRequest - Interface in org.cxbox.core.crudma
 
PLUS - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
PLUS - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
PLUS_CIRCLE - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
PLUS_CIRCLE - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
POST_DELETE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
PostAction - Class in org.cxbox.core.dto.rowmeta
 
PostAction() - Constructor for class org.cxbox.core.dto.rowmeta.PostAction
 
PostAction.BasePostActionField - Class in org.cxbox.core.dto.rowmeta
 
PostAction.BasePostActionType - Class in org.cxbox.core.dto.rowmeta
 
PostAction.WaitUntilBuilder<T extends org.cxbox.api.data.dto.DataResponseDTO,V> - Class in org.cxbox.core.dto.rowmeta
Creates a post-action that waits until a specified condition is met.
postDelete() - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
PRE_INVOKE_EVENT_KEYS - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
PreAction - Class in org.cxbox.core.dto.rowmeta
 
PreAction(PreActionType, String, Map<String, String>) - Constructor for class org.cxbox.core.dto.rowmeta.PreAction
 
PREACTION_CONFIRMATION - Static variable in class org.cxbox.core.service.action.PreActionSpecifierType
 
PREACTION_ERROR - Static variable in class org.cxbox.core.service.action.PreActionSpecifierType
 
PREACTION_INFORMATION - Static variable in class org.cxbox.core.service.action.PreActionSpecifierType
 
PreAction.PreActionBuilder - Class in org.cxbox.core.dto.rowmeta
 
PreActionCondition - Interface in org.cxbox.core.service.action
 
PreActionConditionHolder<T extends org.cxbox.api.data.dto.CheckedDto> - Interface in org.cxbox.core.service.action
 
preActionConditionHolderAssoc - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
preActionConditionHolderAssoc - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
PreActionConditionHolderAssoc - Interface in org.cxbox.core.service.action
 
preActionConditionHolderDataResponse - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
preActionConditionHolderDataResponse - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
PreActionConditionHolderDataResponse<T extends org.cxbox.api.data.dto.DataResponseDTO> - Interface in org.cxbox.core.service.action
 
PreActionConfirmBuilder - Class in org.cxbox.core.dto.rowmeta
 
PreActionConfirmBuilder() - Constructor for class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder
 
PreActionConfirmBuilder.Cf - Class in org.cxbox.core.dto.rowmeta
Confirm builder.
PreActionConfirmWithWidgetBuilder - Class in org.cxbox.core.dto.rowmeta
 
PreActionConfirmWithWidgetBuilder() - Constructor for class org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder
 
PreActionConfirmWithWidgetBuilder.Cfw - Class in org.cxbox.core.dto.rowmeta
Confirm with widget builder.
PreActionEvent - Class in org.cxbox.core.service.action
 
PreActionEvent() - Constructor for class org.cxbox.core.service.action.PreActionEvent
 
PreActionEventChecker<T extends org.cxbox.api.data.dto.CheckedDto> - Interface in org.cxbox.core.service.action
 
PreActionEventParameters<T extends org.cxbox.api.data.dto.CheckedDto> - Class in org.cxbox.core.service.action
 
PreActionEventParameters() - Constructor for class org.cxbox.core.service.action.PreActionEventParameters
 
preActionEventSpecifier(BusinessComponent) - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
PreActionEventSpecifier - Interface in org.cxbox.core.service.action
 
preActionSpecifier(BusinessComponent) - Method in class org.cxbox.core.service.action.ResponseServiceAction
 
PreActionSpecifier - Interface in org.cxbox.core.service.action
 
PreActionSpecifierType - Class in org.cxbox.core.service.action
 
PreActionSpecifierType() - Constructor for class org.cxbox.core.service.action.PreActionSpecifierType
 
preActionType(PreActionType) - Method in class org.cxbox.core.dto.rowmeta.PreAction.PreActionBuilder
 
PreActionType - Enum Class in org.cxbox.core.dto.rowmeta
 
PreInvokeEvent - Class in org.cxbox.core.dto
 
PreInvokeEvent() - Constructor for class org.cxbox.core.dto.PreInvokeEvent
 
preview(BusinessComponent, Map<String, Object>) - Method in interface org.cxbox.core.crudma.Crudma
Updates an entity based on a business component by map Used in forceactive fields
preview(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
preview(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
preview(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
preview(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
preview(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
preview(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
preview(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
preview(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.AnySourceResponseService
Updates an entity based on a business component by DTO Used in forceactive fields
preview(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.ResponseService
Updates an entity based on a business component by DTO Used in forceactive fields
preview(CrudmaActionHolder.CrudmaAction, Map<String, Object>) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
PREVIEW - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
PRIMARY - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
provider() - Element in annotation interface org.cxbox.core.util.filter.MultisourceSearchParameter
 
provider() - Element in annotation interface org.cxbox.core.util.filter.SearchParameter
Get a provider for defining of classify data parameter in sorting or searching cases.
proxyBeanMethods() - Element in annotation interface org.cxbox.core.autoconfigure.AutoConfiguration
 

Q

QUARTER - Enum constant in enum class org.cxbox.core.controller.param.DateStep
 
QueryParameter - Interface in org.cxbox.core.controller.param
 
QueryParameter.StringListTypeReference - Class in org.cxbox.core.controller.param
 
QueryParameters - Class in org.cxbox.core.controller.param
 
QueryParameters(Map<String, String>) - Constructor for class org.cxbox.core.controller.param.QueryParameters
 
QueryParameters(Map<String, String>, LocalDateTime) - Constructor for class org.cxbox.core.controller.param.QueryParameters
 
QueryParametersResolver - Class in org.cxbox.core.controller.param.resolvers
 
QueryParametersResolver() - Constructor for class org.cxbox.core.controller.param.resolvers.QueryParametersResolver
 

R

radio(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a radio field ("type": "radio").
radio(DtoField<? super D, T>, Collection<T>) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a EQUALS_ONE_OF filter for a multiple enum value.
readTree(String) - Static method in class org.cxbox.core.util.JsonUtils
 
readValue(Class<T>, TreeNode) - Static method in class org.cxbox.core.util.JsonUtils
 
readValue(Class<T>, String) - Static method in class org.cxbox.core.util.JsonUtils
 
RECORD - Enum constant in enum class org.cxbox.core.service.action.ActionScope
 
refresh() - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
refresh() - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
refresh() - Method in interface org.cxbox.core.crudma.bc.RefreshableBcSupplier
 
REFRESH_BC - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
RefreshableBcSupplier - Interface in org.cxbox.core.crudma.bc
 
refreshBc(BcIdentifier) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
refreshParentBc(BcIdentifier) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
RELATIVE - Enum constant in enum class org.cxbox.core.dto.DrillDownType
Transition by a relative link while keeping the protocol, host, port.
RELATIVE_NEW - Enum constant in enum class org.cxbox.core.dto.DrillDownType
Transition by a relative link while keeping the protocol, host, port.
remove(String, String) - Method in interface org.cxbox.core.file.service.CxboxFileService
 
remove(String, String) - Method in class org.cxbox.core.file.service.CxboxFileServiceSimple
 
remove(String, String) - Method in class org.cxbox.core.file.controller.AbstractCxboxFileController
 
remove(String, String) - Method in interface org.cxbox.core.file.controller.CxboxFileController
Add
removeParameter(String) - Method in class org.cxbox.core.controller.param.QueryParameters
 
removeParameter(String, String) - Method in class org.cxbox.core.controller.param.QueryParameters
 
removeParameter(QueryParameter) - Method in class org.cxbox.core.controller.param.QueryParameters
 
REQUEST_CACHE - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
RequestBodyParameters - Class in org.cxbox.core.controller.param
 
RequestBodyParameters() - Constructor for class org.cxbox.core.controller.param.RequestBodyParameters
 
requestCache - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
requestCache() - Method in class org.cxbox.core.autoconfigure.cache.CxboxCacheAutoConfiguration
 
RequestDTO<T> - Class in org.cxbox.core.dto
 
RequestDTO() - Constructor for class org.cxbox.core.dto.RequestDTO
 
RequestValueCache - Class in org.cxbox.core.dto.mapper
 
RequestValueCache() - Constructor for class org.cxbox.core.dto.mapper.RequestValueCache
 
RequestValueSupplier<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO,V> - Class in org.cxbox.core.dto.mapper
 
RequestValueSupplier(ValueSupplier<E, D, V>) - Constructor for class org.cxbox.core.dto.mapper.RequestValueSupplier
 
requireComparable(Object) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
required(boolean, DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
requireString(Object) - Static method in class org.cxbox.core.dao.impl.MetadataUtils
 
resetLocaleContext(HttpServletRequest, HttpServletResponse, TimeZoneSpecification, LocaleSpecification) - Method in class org.cxbox.core.controller.LoginController
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.cxbox.core.controller.param.resolvers.LocaleParameterArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.cxbox.core.controller.param.resolvers.PageParameterArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.cxbox.core.controller.param.resolvers.QueryParametersResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.cxbox.core.controller.param.resolvers.TimeZoneParameterArgumentResolver
 
resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.cxbox.core.config.cache.CacheManagerBasedCacheResolver
 
respFactory - Variable in class org.cxbox.core.crudma.AnySourceCrudmaGateway
 
ResponseBuilder - Class in org.cxbox.core.util
 
ResponseBuilder() - Constructor for class org.cxbox.core.util.ResponseBuilder
 
ResponseDTO - Class in org.cxbox.core.dto
 
ResponseDTO() - Constructor for class org.cxbox.core.dto.ResponseDTO
 
ResponseDTO(Object) - Constructor for class org.cxbox.core.dto.ResponseDTO
 
ResponseDTO(Object, boolean) - Constructor for class org.cxbox.core.dto.ResponseDTO
 
ResponseDTO(ResultPage) - Constructor for class org.cxbox.core.dto.ResponseDTO
 
responseFactory - Variable in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
ResponseFactory - Class in org.cxbox.core.service
Factory for services creation
ResponseFactory() - Constructor for class org.cxbox.core.service.ResponseFactory
 
ResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E extends BaseEntity> - Interface in org.cxbox.core.service
 
ResponseServiceAction<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.service.action
 
ResponseServiceAction() - Constructor for class org.cxbox.core.service.action.ResponseServiceAction
 
ResponsibilitiesService - Interface in org.cxbox.core.service
Service that defines access rights to screens and views
restoreParentBc(boolean, BusinessComponent) - Method in class org.cxbox.core.external.core.ParentDtoFirstLevelCache
 
RowDependentFieldsCommonMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
RowDependentFieldsCommonMeta(ObjectMapper) - Constructor for class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
RowDependentFieldsDictionaryDeprecatedMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
RowDependentFieldsDictionaryDeprecatedMeta(ObjectMapper) - Constructor for class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
 
RowDependentFieldsDictionaryMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
RowDependentFieldsDictionaryMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta
 
RowDependentFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO> - Class in org.cxbox.core.dto.rowmeta
 
RowDependentFieldsMeta(ObjectMapper, Optional<DictionaryProvider>) - Constructor for class org.cxbox.core.dto.rowmeta.RowDependentFieldsMeta
 
rowMeta(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalRowMetaController
 
RowMetaDTO - Class in org.cxbox.core.dto.rowmeta
 
RowMetaDTO() - Constructor for class org.cxbox.core.dto.rowmeta.RowMetaDTO
 
rowMetaEmpty(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalRowMetaController
 
rowMetaNew(HttpServletRequest, QueryParameters) - Method in class org.cxbox.core.controller.UniversalRowMetaController
 
RowMetaType - Enum Class in org.cxbox.core.service.rowmeta
 
RowResponseService - Class in org.cxbox.core.service.rowmeta
 
RowResponseService(ApplicationContext, Optional<List<BcDisabler>>, Optional<LinkedDictionaryService>, Optional<ExtendedDtoFieldLevelSecurityService>, Optional<DictionaryProvider>, WidgetFieldsIdResolverProperties, ObjectMapper) - Constructor for class org.cxbox.core.service.rowmeta.RowResponseService
 

S

save() - Method in class org.cxbox.core.service.action.ActionsBuilder
Deprecated.
save(UnaryOperator<ActionDescriptionBuilder<T>>) - Method in class org.cxbox.core.service.action.ActionsBuilder
 
SAVE - Enum constant in enum class org.cxbox.core.dto.rowmeta.ActionType
 
SAVE - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
SAVE - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
scanBasePackageClasses() - Element in annotation interface org.cxbox.core.config.BeanScan
 
scope(ActionScope) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
SearchOperation - Enum Class in org.cxbox.core.controller.param
 
SearchParameter - Annotation Interface in org.cxbox.core.util.filter
Enables filtration by the annotated field of DataResponseDTO.
select(Class<T>) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
select(Predicate<BcDescription>) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
select(Predicate<BcDescription>, Function<BcDescription, T>) - Method in interface org.cxbox.core.crudma.bc.BcRegistry
 
select(Predicate<BcDescription>, Function<BcDescription, T>) - Method in class org.cxbox.core.crudma.bc.impl.BcRegistryImpl
 
self() - Method in class org.cxbox.core.service.drilldown.filter.FB
Returns this instance as the subclass type for fluent chaining.
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in interface org.cxbox.core.controller.http.AJAXRedirectStrategy
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
session() - Static method in class org.cxbox.core.util.SpringBeanUtils
 
sessionNow() - Static method in class org.cxbox.core.util.DateTimeUtil
 
SessionService - Interface in org.cxbox.core.util.session
 
SessionServiceImpl - Class in org.cxbox.core.util.session.impl
Вспомогательный класс для получения данных о текущем пользователе (имя, логин, роли и т.п)
SessionServiceImpl() - Constructor for class org.cxbox.core.util.session.impl.SessionServiceImpl
 
set(BusinessComponent, BcState) - Method in interface org.cxbox.core.crudma.state.BcStateAware
Change state for business component instance
set(BusinessComponent, BcState) - Method in class org.cxbox.core.crudma.state.impl.BcStateAwareImpl
 
setAction(PostAction) - Method in class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
setAction(PostAction) - Method in class org.cxbox.core.dto.rowmeta.AssociateResultDTO
 
setAction(PostAction) - Method in class org.cxbox.core.dto.rowmeta.CreateResult
 
setAction(PostAction) - Method in class org.cxbox.core.dto.rowmeta.MassActionResultDTO
 
setActions(List<PostAction>) - Method in class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
setActions(List<PostAction>) - Method in class org.cxbox.core.dto.rowmeta.CreateResult
 
setActions(List<PostAction>) - Method in class org.cxbox.core.dto.rowmeta.MassActionResultDTO
 
setAllFilterValuesByLovType(DtoField<?, ?>, IDictionaryType, Comparator<SimpleDictionary>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setAllFilterValuesByLovType(DtoField<? super T, ?>, IDictionaryType) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setAllValuesWithIcons(DtoField<? super T, ?>, IDictionaryType, Map<LOV, Icon>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setAllValuesWithIcons(DtoField<? super T, E>, Map<E, Icon>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setAttributes(E, D, List<Attribute<?, ?>>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
setBc(BusinessComponent) - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
setBc(BusinessComponent) - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
setBeanFactory(BeanFactory) - Method in class org.cxbox.core.util.SpringBeanUtils
 
setClassifyDateParameterDateValue(ClassifyDataParameter, FilterParameter, boolean, SearchParameter, List<ClassifyDataParameter>) - Static method in class org.cxbox.core.util.filter.provider.impl.AbstractClassifyDataProvider
 
setConcreteFilterValues(DtoField<? super T, ?>, Collection<SimpleDictionary>) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
Sets field filter options.
setConcreteValues(DtoField<? super T, ?>, Collection<SimpleDictionary>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setCurrentValue(DtoField<? super T, V>, V) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setDescription(String) - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
setDescription(String) - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
setDictionaryFilterValues(DtoField<? super T, V>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta


Fills dictionary field filer drop-down (List widget field during filer editing) with all values from dictionary type
setDictionaryFilterValues(DtoField<? super T, V>, Collection<V>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta


setDictionaryIcons(DtoField<? super T, V>, Map<V, Icon>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta


Adds icons for fields having "type":"dictionary" in widget.json
Usually one will provide mapping of ALL dictionary values to their icons here.
setDictionaryTypeWithAllValues(DtoField<? super T, ?>, String) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setDictionaryTypeWithAllValues(DtoField<? super T, ?>, IDictionaryType) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setDictionaryTypeWithConcreteValues(DtoField<? super T, ?>, IDictionaryType, String...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
Since 4.0.0-M12 use {@link RowDependentFieldsDictionaryMeta#setDictionaryValues(DtoField, Collection))))} instead
setDictionaryTypeWithConcreteValues(DtoField<? super T, ?>, IDictionaryType, List<LOV>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setDictionaryTypeWithConcreteValues(DtoField<? super T, ?>, IDictionaryType, LOV...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setDictionaryTypeWithConcreteValuesFromList(DtoField<? super T, ?>, IDictionaryType, List<LOV>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
setDictionaryTypeWithCustomValues(DtoField<? super T, ?>, String...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setDictionaryValues(DtoField<? super T, V>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta


Fills dictionary field drop-down (Form widget field during editing and so on) with all values from dictionary type
setDictionaryValues(DtoField<? super T, V>, Collection<V>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta


setDisabled(List<String>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setDisabled(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setDrilldown(DtoField<? super T, ?>, DrillDownTypeSpecifier, String) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setDrilldowns(List<FieldDrillDown>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setDrilldownWithFilter(DtoField<? super T, ?>, DrillDownTypeSpecifier, String, Consumer<FC>) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
Sets drill-down functionality with filter capabilities for a specific field.
setEnabled(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setEntity(BusinessError.Entity) - Method in exception org.cxbox.core.exception.BusinessException
 
setEntity(BusinessError.Entity) - Method in exception org.cxbox.core.exception.BusinessIntermediateException
 
setEnumFilterValues(FieldsMeta<T>, DtoField<? super T, E>, E...) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta
 
setEnumIcons(DtoField<? super T, E>, Map<E, Icon>) - Method in class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta
setEnumValues(DtoField<? super T, E>, E...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta


Fills dictionary field drop-down (Form widget field during editing and so on).
setEphemeral(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
Deprecated, for removal: This API element is subject to removal in a future version.
setFileAccept(DtoField<? super T, ?>, List<String>) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
 
setForceActive(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
 
setHidden(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setId(String, E) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
 
setIfChanged(T, DtoField<? super T, V>, Consumer<V>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Saving the value of the DTO field (when it changes) in the entity field.
setIfChanged(T, DtoField<? super T, V>, Consumer<V>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
Saving the value of the DTO field (when it changes) in the entity field.
setIfChanged(T, DtoField<? super T, V>, Consumer<V>, Supplier<V>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Saving the value of the DTO field (when it changes) in the entity field (using the custom DTO-getter).
setIfChanged(T, DtoField<? super T, V>, Consumer<V>, Supplier<V>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
Saving the value of the DTO field (when it changes) in the entity field (using the custom DTO-getter).
setMappedIfChanged(T, DtoField<? super T, D>, Consumer<V>, Function<D, V>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Saving the value of the DTO field (when it changes) in the entity field.
setMappedIfChanged(T, DtoField<? super T, D>, Consumer<V>, Function<D, V>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
Saving the value of the DTO field (when it changes) in the entity field.
setMappedIfChanged(T, DtoField<? super T, D>, Consumer<V>, Supplier<D>, Function<D, V>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
Saving the value of the DTO field (when it changes) in the entity field (using the custom DTO-getter).
setMappedIfChanged(T, DtoField<? super T, D>, Consumer<V>, Supplier<D>, Function<D, V>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
Saving the value of the DTO field (when it changes) in the entity field (using the custom DTO-getter).
setName(String) - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
setName(String) - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
setNotHidden(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setNotRequired(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setObject(Object) - Method in exception org.cxbox.core.exception.BusinessIntermediateException
 
setOriginalActionType(String) - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
setOriginalActionType(String) - Method in class org.cxbox.core.crudma.CrudmaActionHolder
 
setParameter(String, String) - Method in class org.cxbox.core.controller.param.QueryParameters
 
setParameter(QueryParameter) - Method in class org.cxbox.core.controller.param.QueryParameters
 
setPlaceholder(DtoField<? super T, ?>, String) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setPostActions(List<PostAction>) - Method in exception org.cxbox.core.exception.BusinessException
 
setRequired(DtoField<? super T, ?>...) - Method in class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
 
setValues(Object, UniversalDTO, Set<String>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
setVstamp(String, E) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
 
setWithFirstLevelCache(BusinessComponent, E) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Put to First Level Cache
setWithFirstLevelCache(BusinessComponent, E) - Method in class org.cxbox.core.dao.impl.AbstractAnySourceBaseDAO
 
SHOW_MESSAGE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
showMessage(MessageType, String) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
 
SIDE_BAR_SEARCH_ENABLE - Static variable in class org.cxbox.core.config.properties.UIProperties
 
SIDE_BAR_WORD_BREAK - Static variable in class org.cxbox.core.config.properties.UIProperties
 
SimpleCrudmaAction() - Constructor for class org.cxbox.core.crudma.CrudmaActionHolder.SimpleCrudmaAction
 
singleValue(SearchOperation, boolean, DtoField<? super D, T>, T) - Static method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils
Creates a URL-encoded filter expression for a single field/value pair, optionally serializing the value to JSON.
singleValue(SearchOperation, DtoField<? super D, T>, T) - Static method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService.DrillDownFieldFilterFormerUtils
Creates a URL-encoded filter expression for a single field/value pair.
SLASH - Static variable in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
SNAPSHOT_STATE - Enum constant in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
 
SnapshotState - Enum Class in org.cxbox.core.dto.multivalue
 
SORT_ENABLED_DEFAULT_PARAM_NAME - Static variable in class org.cxbox.core.config.properties.WidgetFieldsIdResolverProperties
 
SortParameter - Class in org.cxbox.core.controller.param
 
SortParameter(String, SortType, Integer) - Constructor for class org.cxbox.core.controller.param.SortParameter
 
SortParameter.Builder - Class in org.cxbox.core.controller.param
 
SortParameters - Class in org.cxbox.core.controller.param
 
SortType - Enum Class in org.cxbox.core.controller.param
 
SPECIFICATION_CACHE - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
SpecificationBuilder - Class in org.cxbox.core.service.impl
 
SpecificationBuilder() - Constructor for class org.cxbox.core.service.impl.SpecificationBuilder
 
specifications - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
SPECIFIED - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Specified
SPECIFIED_BOOLEAN_SQL - Enum constant in enum class org.cxbox.core.controller.param.SearchOperation
Boolean value specified, use for sql entities
SpringBeanUtils - Class in org.cxbox.core.util
 
SpringBeanUtils() - Constructor for class org.cxbox.core.util.SpringBeanUtils
 
SQLExceptions - Class in org.cxbox.core.util
 
SQLExceptions() - Constructor for class org.cxbox.core.util.SQLExceptions
 
SQLMetaDTO - Class in org.cxbox.core.dto.rowmeta
 
SQLMetaDTO(RowMetaDTO) - Constructor for class org.cxbox.core.dto.rowmeta.SQLMetaDTO
 
StaticRedirectFilter - Class in org.cxbox.core.controller.http
 
StaticRedirectFilter(String) - Constructor for class org.cxbox.core.controller.http.StaticRedirectFilter
 
StaticRedirectFilter(String, boolean) - Constructor for class org.cxbox.core.controller.http.StaticRedirectFilter
 
store(ParameterHolder<?>) - Method in class org.cxbox.core.controller.param.QueryParameters
 
strict() - Element in annotation interface org.cxbox.core.util.filter.SearchParameter
Whether to filter by datetime as-is.
StringListTypeReference() - Constructor for class org.cxbox.core.controller.param.QueryParameter.StringListTypeReference
 
stringToDateTime(String) - Static method in class org.cxbox.core.util.DateTimeUtil
 
StringToDictionaryConverterFactory() - Constructor for class org.cxbox.core.config.JacksonConfig.StringToDictionaryConverterFactory
 
StringValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
StringValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.StringValueProvider
 
success - Variable in class org.cxbox.core.file.dto.CxboxResponseDTO
 
SUCCESS_CONDITION_BC - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
SUCCESS_CONDITION_FIELD - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
SUCCESS_CONDITION_VALUE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
SUCCESS_MESSAGE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
successMessage(String) - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
Sets the message to displayed when operation successfully completes before timeout and forces UI to wait user to close popup manually.
suggestionPickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a suggestion pick list field ("type": "suggestionPickList").
suggestionPickList(DtoField<? super D, T>, T) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single value.
supportsParameter(MethodParameter) - Method in class org.cxbox.core.controller.param.resolvers.LocaleParameterArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.cxbox.core.controller.param.resolvers.PageParameterArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.cxbox.core.controller.param.resolvers.QueryParametersResolver
 
supportsParameter(MethodParameter) - Method in class org.cxbox.core.controller.param.resolvers.TimeZoneParameterArgumentResolver
 
suppressProcess() - Element in annotation interface org.cxbox.core.util.filter.SearchParameter
Whether to block the mechanism at the Cxbox level or not.
switchZone(LocalDateTime, ZoneId, ZoneId) - Static method in class org.cxbox.core.util.DateTimeUtil
 

T

text(DtoField<? super D, String>, String) - Method in class org.cxbox.core.service.drilldown.filter.FB
Adds a filter for a text field ("type": "text").
text(DtoField<? super D, String>, String) - Method in class org.cxbox.core.service.drilldown.filter.PlatformDrilldownFilterService
Generates url encoded string a CONTAINS filter for a single string value.
text(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
 
text(String) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
timeout(Duration) - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
timeout (default and recommended value is 5 seconds).
TIMEOUT - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
TIMEOUT_MAX_REQUESTS - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
TIMEOUT_MESSAGE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
timeoutMaxRequests(int) - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
number of intermediate requests to check if successConditionField achieved successConditionValue before timeout is reached
timeoutMessage(String) - Method in class org.cxbox.core.dto.rowmeta.PostAction.WaitUntilBuilder
Sets the message to displayed when operation completes because of timeout and forces UI to wait user to close popup manually.
TIMESTAMP_FORMAT - Static variable in class org.cxbox.core.util.DateTimeUtil
 
TimeValueProvider - Class in org.cxbox.core.util.filter.provider.impl
 
TimeValueProvider() - Constructor for class org.cxbox.core.util.filter.provider.impl.TimeValueProvider
 
TimeZoneParameterArgumentResolver - Class in org.cxbox.core.controller.param.resolvers
 
TimeZoneParameterArgumentResolver() - Constructor for class org.cxbox.core.controller.param.resolvers.TimeZoneParameterArgumentResolver
 
title(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
 
title(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder.Cfw
 
to(Class<T>, String) - Method in class org.cxbox.core.util.TypeConverter
 
toBigDecimal(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toBoolean(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toByte(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toDate(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toDouble(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toDto(BusinessComponent) - Method in class org.cxbox.core.service.action.ActionDescription
 
toDto(BusinessComponent) - Method in class org.cxbox.core.service.action.Actions
 
toFloat(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toInstant(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toInstant(LocalDateTime, ZoneId) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toInteger(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toInvoker() - Method in interface org.cxbox.core.service.action.MassActionInvoker
 
toLocalDateTime(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toLocalDateTime(Date) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(Instant) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(OffsetDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(ZonedDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(Calendar) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(Date) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTime(XMLGregorianCalendar) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toLocalDateTimeTzAware(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toLong(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toMultivalueField(Function<T, String>, Function<T, String>) - Static method in class org.cxbox.core.dto.multivalue.MultivalueField
 
toMultivalueField(Function<T, String>, Function<T, String>, Map<MultivalueOptionType, Function<T, String>>) - Static method in class org.cxbox.core.dto.multivalue.MultivalueField
 
toOracleSql(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toSession() - Static method in class org.cxbox.core.util.DateTimeUtil
 
toSession(boolean) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toSession(LocalDateTime) - Static method in class org.cxbox.core.util.DateTimeUtil
 
toShort(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toSqlTimestamp(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toSqlTimestampTzAware(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toString() - Method in interface org.cxbox.core.crudma.CrudmaActionHolder.CrudmaAction
 
toString() - Method in class org.cxbox.core.dto.rowmeta.PreAction.PreActionBuilder
 
toString() - Method in record class org.cxbox.core.service.drilldown.filter.FC.FCR
Returns a string representation of this record class.
toString(String) - Static method in class org.cxbox.core.util.TypeConverter
 
toZonedDateTime(LocalDateTime, ZoneId) - Static method in class org.cxbox.core.util.DateTimeUtil
 
transformData(Function<T, T>) - Method in class org.cxbox.core.dto.rowmeta.ActionResultDTO
 
transformMeta(UnaryOperator<MetaDTO>) - Method in class org.cxbox.core.crudma.InterimResult
 
transformMeta(UnaryOperator<MetaDTO>) - Method in class org.cxbox.core.dto.rowmeta.MetaDTO
 
transformMeta(UnaryOperator<T>) - Method in interface org.cxbox.core.crudma.MetaContainer
 
TranslationCrudmaService - Class in org.cxbox.core.crudma.impl.inner
 
TranslationCrudmaService() - Constructor for class org.cxbox.core.crudma.impl.inner.TranslationCrudmaService
 
translationService(LocaleService) - Method in class org.cxbox.core.config.LocalizationConfig
 
TxServiceCrudmaGatewayInvokeExtensionProvider - Class in org.cxbox.core.crudma.ext.impl
 
TxServiceCrudmaGatewayInvokeExtensionProvider() - Constructor for class org.cxbox.core.crudma.ext.impl.TxServiceCrudmaGatewayInvokeExtensionProvider
 
TYPE - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
TypeConverter - Class in org.cxbox.core.util
 
TypeConverter() - Constructor for class org.cxbox.core.util.TypeConverter
 
typeOfDTO - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
typeOfDTO - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 
typeOfEntity - Variable in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
typeOfEntity - Variable in class org.cxbox.core.crudma.impl.AbstractResponseService
 

U

UI_CACHE - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
UI_HASH - Static variable in class org.cxbox.core.controller.http.AJAXRedirectStrategyImpl
 
UIConfig - Class in org.cxbox.core.config
 
UIConfig() - Constructor for class org.cxbox.core.config.UIConfig
 
UIProperties - Class in org.cxbox.core.config.properties
 
UIProperties() - Constructor for class org.cxbox.core.config.properties.UIProperties
 
UnableToLockException - Exception in org.cxbox.core.exception
 
UnableToLockException() - Constructor for exception org.cxbox.core.exception.UnableToLockException
 
unconfirmedException(UnconfirmedException) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
UnconfirmedException - Exception in org.cxbox.core.exception
 
UnconfirmedException() - Constructor for exception org.cxbox.core.exception.UnconfirmedException
 
UNIQUE_PREFIX_SEPARATOR - Static variable in class org.cxbox.core.file.service.CxboxFileServiceSimple
 
UniversalAssociateController - Class in org.cxbox.core.controller
 
UniversalAssociateController() - Constructor for class org.cxbox.core.controller.UniversalAssociateController
 
UniversalCrudmaService<D extends org.cxbox.api.data.dto.UniversalDTO,E> - Class in org.cxbox.core.crudma.impl.inner
 
UniversalCrudmaService() - Constructor for class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
UniversalCustomActionController - Class in org.cxbox.core.controller
 
UniversalCustomActionController() - Constructor for class org.cxbox.core.controller.UniversalCustomActionController
 
UniversalDataController - Class in org.cxbox.core.controller
 
UniversalDataController() - Constructor for class org.cxbox.core.controller.UniversalDataController
 
UniversalRowMetaController - Class in org.cxbox.core.controller
 
UniversalRowMetaController() - Constructor for class org.cxbox.core.controller.UniversalRowMetaController
 
UNSUPPORTED_OPERATION - Static variable in interface org.cxbox.core.service.action.ActionInvoker
 
unwrap(Class<V>) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
unwrap(Class<V>) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
unwrap(Class<V>) - Method in interface org.cxbox.core.service.AnySourceResponseService
Deprecated.
unwrap(Class<V>) - Method in interface org.cxbox.core.service.ResponseService
Deprecated.
update(HttpServletRequest, QueryParameters, Map<String, Object>) - Method in class org.cxbox.core.controller.UniversalDataController
 
update(BusinessComponent, E) - Method in interface org.cxbox.core.dao.AnySourceBaseDAO
Should not be used anywhere except of AbstractAnySourceBaseDAO
update(BusinessComponent, Map<String, Object>) - Method in interface org.cxbox.core.crudma.Crudma
Updates an entity based on a business component by map
update(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.AbstractCrudmaService
 
update(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.AnySourceCrudmaService
 
update(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.InnerCrudmaService
 
update(BusinessComponent, Map<String, Object>) - Method in class org.cxbox.core.crudma.impl.inner.UniversalCrudmaService
 
update(CrudmaActionHolder.CrudmaAction, Map<String, Object>) - Method in class org.cxbox.core.crudma.CrudmaGateway
 
UPDATE - Enum constant in enum class org.cxbox.core.crudma.CrudmaActionType
 
updateEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
updateEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
updateEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AnySourceVersionAwareResponseService
При переопределении метода обязательно добавить сохранение результата в First Level Cache - getBaseDao().setWithFirstLevelCache()
updateEntity(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
updateEntity(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.AnySourceResponseService
Updates an entity based on a business component by DTO
updateEntity(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.ResponseService
Updates an entity based on a business component by DTO
updateRequired(Boolean) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
upload(FileDownloadDto, String) - Method in class org.cxbox.core.file.service.CxboxFileServiceSimple
 
upload(MultipartFile, String) - Method in interface org.cxbox.core.file.service.CxboxFileService
 
upload(D, String) - Method in interface org.cxbox.core.file.service.CxboxFileService
 
upload(MultipartFile, String) - Method in class org.cxbox.core.file.controller.AbstractCxboxFileController
 
upload(MultipartFile, String) - Method in interface org.cxbox.core.file.controller.CxboxFileController
Add
upsert(T, String) - Method in interface org.cxbox.core.util.session.UserExternalService
Create / update user information
URL - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
URL_NAME - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionField
 
useDefaultFilters() - Element in annotation interface org.cxbox.core.config.BeanScan
 
useDefaultFilters() - Element in annotation interface org.cxbox.core.config.ControllerScan
 
USER_CACHE - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
userCache - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
UserExternalService<T extends org.cxbox.api.service.session.IUser<Long>> - Interface in org.cxbox.core.util.session
 

V

validate(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractAnySourceResponseService
 
validate(BusinessComponent, DataResponseDTO) - Method in class org.cxbox.core.crudma.impl.AbstractResponseService
 
validate(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.AnySourceResponseService
Validates the entry on save
validate(BusinessComponent, DataResponseDTO) - Method in interface org.cxbox.core.service.ResponseService
Validates the entry on save
validate(BusinessComponent, DataResponseDTO, T) - Method in class org.cxbox.core.service.action.ActionDescription
 
validate(BusinessComponent, DataResponseDTO, T) - Method in interface org.cxbox.core.service.action.DataValidator
 
validateChangedNowFields(Map<String, ?>, DataResponseDTO, DataResponseDTO) - Method in class org.cxbox.core.service.ChangedNowValidationService
Checks whether the data received in the changedNow tag from the frontend matches the values in the data tag.
validator(DataValidator<T>) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
ValidatorsProvider - Interface in org.cxbox.core.service
 
ValidatorsProviderImpl - Class in org.cxbox.core.service.impl
 
ValidatorsProviderImpl() - Constructor for class org.cxbox.core.service.impl.ValidatorsProviderImpl
 
value() - Element in annotation interface org.cxbox.core.autoconfigure.AutoConfiguration
 
value() - Element in annotation interface org.cxbox.core.config.BeanScan
 
value() - Element in annotation interface org.cxbox.core.config.ControllerScan
 
value() - Element in annotation interface org.cxbox.core.crudma.bc.impl.AnySourceCrudmaImplementation
 
value() - Element in annotation interface org.cxbox.core.dto.Lov
 
value() - Element in annotation interface org.cxbox.core.util.filter.MultisourceSearchParameter
 
value() - Element in annotation interface org.cxbox.core.util.filter.provider.impl.EnumValueProvider.BaseEnum
 
valueOf(String) - Static method in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.controller.param.DateStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.controller.param.SearchOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.controller.param.SortType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.crudma.CrudmaActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.DrillDownType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.multivalue.SnapshotState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.rowmeta.ActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.dto.rowmeta.PreActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.service.action.ActionScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cxbox.core.service.rowmeta.RowMetaType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.controller.param.DateStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.controller.param.SearchOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.controller.param.SortType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.crudma.CrudmaActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.DrillDownType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.multivalue.MultivalueOptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.multivalue.SnapshotState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.rowmeta.ActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.dto.rowmeta.PreActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.service.action.ActionScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cxbox.core.service.rowmeta.RowMetaType
Returns an array containing the constants of this enum class, in the order they are declared.
ValueSupplier<E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO,V> - Interface in org.cxbox.core.dto.mapper
 
VersionAwareResponseService<T extends org.cxbox.api.data.dto.DataResponseDTO,E extends BaseEntity> - Class in org.cxbox.core.crudma.impl
 
VersionAwareResponseService() - Constructor for class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
VersionAwareResponseService(Class<T>, Class<E>, SingularAttribute<? super E, ? extends BaseEntity>, Class<? extends FieldMetaBuilder<T>>) - Constructor for class org.cxbox.core.crudma.impl.VersionAwareResponseService
 
versionMismatchException(VersionMismatchException) - Method in class org.cxbox.core.controller.GlobalExceptionHandler
 
VersionMismatchException - Exception in org.cxbox.core.exception
 
VersionMismatchException() - Constructor for exception org.cxbox.core.exception.VersionMismatchException
 
VersionMismatchException(BaseEntity, DataResponseDTO) - Constructor for exception org.cxbox.core.exception.VersionMismatchException
 

W

WAIT_UNTIL - Static variable in class org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
 
waitUntil(DtoField<? super T, V>, V) - Static method in class org.cxbox.core.dto.rowmeta.PostAction
Creates a post-action that waits until a specified condition is met.
WARNING - Enum constant in enum class org.cxbox.core.dto.MessageType
Warning message
WebHelper - Class in org.cxbox.core.util.session
 
WebHelper() - Constructor for class org.cxbox.core.util.session.WebHelper
 
widgetcache - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
WidgetFieldsIdResolverProperties - Class in org.cxbox.core.config.properties
 
WidgetFieldsIdResolverProperties() - Constructor for class org.cxbox.core.config.properties.WidgetFieldsIdResolverProperties
 
withAutoSaveBefore() - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withCustomParameter(Map<String, String>) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withIcon(ActionIconSpecifier, boolean) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withIcon(ActionIconSpecifier, boolean) - Method in class org.cxbox.core.service.action.ActionsBuilder
withId(String) - Method in class org.cxbox.core.crudma.bc.BcHierarchy
 
withId(String) - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
WITHOUT_ICON - Enum constant in enum class org.cxbox.core.service.action.ActionIcon
Deprecated.
 
WITHOUT_ICON - Enum constant in enum class org.cxbox.core.service.action.CxboxActionIconSpecifier
 
WITHOUT_MESSAGE - Static variable in class org.cxbox.core.dto.rowmeta.PreAction
 
WITHOUT_PREACTION - Static variable in class org.cxbox.core.service.action.PreActionSpecifierType
 
withoutAutoSaveBefore() - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withoutIcon() - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withoutText() - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
If this builder method is called - no text will be shown

see PreActionConfirmBuilder.Cf.text java doc for details
withoutTitle() - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
If this builder method is called - no title will be shown

see PreActionConfirmBuilder.Cf.title java doc for details
withoutTitle() - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder.Cfw
If this builder method is called - no title will be shown

see PreActionConfirmWithWidgetBuilder.Cfw.title java doc for details
withParentId(String) - Method in class org.cxbox.core.crudma.bc.BcHierarchy
 
withParentId(String) - Method in class org.cxbox.core.crudma.bc.BusinessComponent
 
withPreAction(BusinessComponent) - Method in class org.cxbox.core.service.action.ActionDescription
 
withPreAction(BusinessComponent) - Method in interface org.cxbox.core.service.action.PreActionSpecifier
 
withPreAction(PreAction) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withPreAction(PreActionSpecifier) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withPreActionEvents(BusinessComponent) - Method in class org.cxbox.core.service.action.ActionDescription
 
withPreActionEvents(BusinessComponent) - Method in interface org.cxbox.core.service.action.PreActionEventSpecifier
 
withPreActionEvents(PreActionEvent...) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
withPreActionEvents(PreActionEventSpecifier) - Method in class org.cxbox.core.service.action.ActionDescriptionBuilder
 
workflow - Enum constant in enum class org.cxbox.core.config.cache.CxboxCaches.Caches
 
WORKFLOW_CACHE - Static variable in class org.cxbox.core.config.cache.CacheConfig
 
writeValue(T) - Static method in class org.cxbox.core.util.JsonUtils
 

X

X_AXIS - Static variable in class org.cxbox.core.controller.param.QueryParameters
 

Y

Y_AXIS - Static variable in class org.cxbox.core.controller.param.QueryParameters
 
YEAR - Enum constant in enum class org.cxbox.core.controller.param.DateStep
 
yesText(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmBuilder.Cf
 
yesText(String) - Method in class org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder.Cfw
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form