Uses of Class
org.cxbox.core.service.rowmeta.RowMetaType
-
Packages that use RowMetaType Package Description org.cxbox.core.crudma.impl org.cxbox.core.crudma.impl.inner org.cxbox.core.service org.cxbox.core.service.rowmeta -
-
Uses of RowMetaType in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl with parameters of type RowMetaType Modifier and Type Method Description ActionsDTOAbstractResponseService. 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 RowMetaType Modifier and Type Method Description protected EngineFieldsMetaUniversalCrudmaService. getMeta(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 RowMetaType Modifier and Type Method Description ActionsDTOResponseService. 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 RowMetaType Modifier and Type Method Description static RowMetaTypeRowMetaType. valueOf(String name)Returns the enum constant of this type with the specified name.static RowMetaType[]RowMetaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cxbox.core.service.rowmeta with parameters of type RowMetaType Modifier and Type Method Description MetaDTORowResponseService. getExtremeResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, Class<? extends FieldMetaBuilder> fieldMetaBuilder, boolean visibleOnly)EngineFieldsMetaRowResponseService. getMeta(BcIdentifier bc, RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDto, boolean visibleOnly)MetaDTORowResponseService. getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ActionsDTO actionDTO, Class<? extends FieldMetaBuilder> fieldMetaBuilder)MetaDTORowResponseService. getResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, ResponseService<?,?> responseService)MetaDTORowResponseService. getResponse(RowMetaType type, CreateResult createResult, BusinessComponent bc, ResponseService<?,?> responseService)
-