Uses of Class
org.cxbox.core.dto.rowmeta.MetaDTO
Packages that use MetaDTO
Package
Description
-
Uses of MetaDTO in org.cxbox.core.crudma
Classes in org.cxbox.core.crudma with type parameters of type MetaDTOMethods in org.cxbox.core.crudma that return MetaDTOModifier and TypeMethodDescriptionCrudmaGateway.create(CrudmaActionHolder.CrudmaAction crudmaAction) Crudma.getMeta(BusinessComponent bc) Returns meta for entity based on a business componentCrudmaGateway.getMeta(CrudmaActionHolder.CrudmaAction crudmaAction) Crudma.getMetaEmpty(BusinessComponent bc) Returns empty meta for entity based on a business componentCrudmaGateway.getMetaEmpty(CrudmaActionHolder.CrudmaAction crudmaAction) Crudma.getMetaNew(BusinessComponent bc, CreateResult data) Returns new meta for entity based on a business componentCrudma.getOnFieldUpdateMeta(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dto) Returns on-field-update meta for entity based on a business componentCrudmaGateway.preview(CrudmaActionHolder.CrudmaAction crudmaAction, Map<String, Object> data) Method parameters in org.cxbox.core.crudma with type arguments of type MetaDTOModifier and TypeMethodDescriptionvoidInterimResult.transformMeta(UnaryOperator<MetaDTO> function) -
Uses of MetaDTO in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return MetaDTOModifier and TypeMethodDescriptionprotected MetaDTOprotected MetaDTOAbstractCrudmaService.buildMeta(List<org.cxbox.api.data.dto.rowmeta.FieldDTO> fields, ActionsDTO actions) AbstractCrudmaService.getMeta(BusinessComponent bc) AbstractCrudmaService.getMetaEmpty(BusinessComponent bc) AbstractCrudmaService.getMetaNew(BusinessComponent bc, CreateResult data) AbstractCrudmaService.getOnFieldUpdateMeta(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dto) -
Uses of MetaDTO in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner that return MetaDTOModifier and TypeMethodDescriptionAnySourceCrudmaService.getMeta(BusinessComponent bc) InnerCrudmaService.getMeta(BusinessComponent bc) UniversalCrudmaService.getMeta(BusinessComponent bc) AnySourceCrudmaService.getMetaEmpty(BusinessComponent bc) InnerCrudmaService.getMetaEmpty(BusinessComponent bc) UniversalCrudmaService.getMetaEmpty(BusinessComponent bc) AnySourceCrudmaService.getMetaNew(BusinessComponent bc, CreateResult createResult) InnerCrudmaService.getMetaNew(BusinessComponent bc, CreateResult createResult) UniversalCrudmaService.getMetaNew(BusinessComponent bc, CreateResult data) AnySourceCrudmaService.getOnFieldUpdateMeta(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dto) InnerCrudmaService.getOnFieldUpdateMeta(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dto) -
Uses of MetaDTO in org.cxbox.core.dto.rowmeta
Subclasses of MetaDTO in org.cxbox.core.dto.rowmetaMethod parameters in org.cxbox.core.dto.rowmeta with type arguments of type MetaDTO -
Uses of MetaDTO in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta that return MetaDTOModifier 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) RowResponseService.getExtremeResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, Class<? extends FieldMetaBuilder> fieldMetaBuilder, 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)