Uses of Enum Class
org.cxbox.core.service.rowmeta.RowMetaType
Packages that use RowMetaType
Package
Description
-
Uses of RowMetaType in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl with parameters of type RowMetaTypeModifier and TypeMethodDescriptionAbstractAnySourceResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) AbstractResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) -
Uses of RowMetaType in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner with parameters of type RowMetaTypeModifier and TypeMethodDescriptionprotected EngineFieldsMetaUniversalCrudmaService.getMeta(org.cxbox.api.data.BcIdentifier bc, RowMetaType type, D dataDto, boolean visibleOnly) -
Uses of RowMetaType in org.cxbox.core.service
Methods in org.cxbox.core.service with parameters of type RowMetaTypeModifier and TypeMethodDescriptionAnySourceResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) Returns actions for entity with conditions of their availability invoke method getActionsResponseService.getAvailableActions(RowMetaType metaType, org.cxbox.api.data.dto.DataResponseDTO data, BusinessComponent bc) Returns actions for entity with conditions of their availability invoke method getActions -
Uses of RowMetaType in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta that return RowMetaTypeModifier and TypeMethodDescriptionstatic RowMetaTypeReturns the enum constant of this class with the specified name.static RowMetaType[]RowMetaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cxbox.core.service.rowmeta with parameters of type RowMetaTypeModifier and TypeMethodDescriptionAnySourceRowResponseService.getAnySourceResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends AnySourceFieldMetaBuilder> fieldMetaBuilder) AnySourceRowResponseService.getAnySourceResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, AnySourceResponseService<?, ?> responseService) AnySourceRowResponseService.getAnySourceResponse(RowMetaType type, CreateResult createResult, BusinessComponent bc, AnySourceResponseService<?, ?> responseService) org.cxbox.api.data.dto.rowmeta.FieldDTORowResponseService.getDTOFromAllField(RowMetaType type, Field field, org.cxbox.api.data.dto.DataResponseDTO dataDTO) org.cxbox.api.data.dto.rowmeta.FieldDTORowResponseService.getDTOFromVisibleField(RowMetaType type, Field field, org.cxbox.api.data.dto.DataResponseDTO dataDTO) RowResponseService.getExtremeResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, Class<? extends FieldMetaBuilder> fieldMetaBuilder, boolean visibleOnly) RowResponseService.getMeta(org.cxbox.api.data.BcIdentifier bc, RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDto, boolean visibleOnly) RowResponseService.getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends FieldMetaBuilder> fieldMetaBuilder) RowResponseService.getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ResponseService<?, ?> responseService) RowResponseService.getResponse(RowMetaType type, CreateResult createResult, BusinessComponent bc, ResponseService<?, ?> responseService)