Uses of Class
org.cxbox.core.dto.rowmeta.MetaDTO
-
Packages that use MetaDTO Package Description org.cxbox.core.crudma org.cxbox.core.crudma.impl org.cxbox.core.crudma.impl.inner org.cxbox.core.dto.rowmeta org.cxbox.core.service.rowmeta -
-
Uses of MetaDTO in org.cxbox.core.crudma
Classes in org.cxbox.core.crudma with type parameters of type MetaDTO Modifier and Type Interface Description interfaceMetaContainer<T extends MetaDTO>Methods in org.cxbox.core.crudma that return MetaDTO Modifier and Type Method Description MetaDTOCrudmaGateway. create(CrudmaActionHolder.CrudmaAction crudmaAction)MetaDTOCrudma. getMeta(BusinessComponent bc)Returns meta for entity based on a business componentMetaDTOCrudmaGateway. getMeta(CrudmaActionHolder.CrudmaAction crudmaAction)MetaDTOCrudma. getMetaEmpty(BusinessComponent bc)Returns empty meta for entity based on a business componentMetaDTOCrudmaGateway. getMetaEmpty(CrudmaActionHolder.CrudmaAction crudmaAction)MetaDTOCrudma. getMetaNew(BusinessComponent bc, CreateResult data)Returns new meta for entity based on a business componentMetaDTOCrudma. getOnFieldUpdateMeta(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dto)Returns on-field-update meta for entity based on a business componentMetaDTOCrudmaGateway. preview(CrudmaActionHolder.CrudmaAction crudmaAction, Map<String,Object> data)Method parameters in org.cxbox.core.crudma with type arguments of type MetaDTO Modifier and Type Method Description voidInterimResult. transformMeta(UnaryOperator<MetaDTO> function) -
Uses of MetaDTO in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return MetaDTO Modifier and Type Method Description protected MetaDTOAbstractCrudmaService. buildMeta(List<org.cxbox.api.data.dto.rowmeta.FieldDTO> fields)protected MetaDTOAbstractCrudmaService. buildMeta(List<org.cxbox.api.data.dto.rowmeta.FieldDTO> fields, ActionsDTO actions)MetaDTOAbstractCrudmaService. getMeta(BusinessComponent bc)MetaDTOAbstractCrudmaService. getMetaEmpty(BusinessComponent bc)MetaDTOAbstractCrudmaService. getMetaNew(BusinessComponent bc, CreateResult data)MetaDTOAbstractCrudmaService. 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 MetaDTO Modifier and Type Method Description MetaDTOBcCrudmaService. getMeta(BusinessComponent bc)MetaDTOInnerCrudmaService. getMeta(BusinessComponent bc)MetaDTOUniversalCrudmaService. getMeta(BusinessComponent bc)MetaDTOBcCrudmaService. getMetaEmpty(BusinessComponent bc)MetaDTOInnerCrudmaService. getMetaEmpty(BusinessComponent bc)MetaDTOUniversalCrudmaService. getMetaEmpty(BusinessComponent bc)MetaDTOInnerCrudmaService. getMetaNew(BusinessComponent bc, CreateResult createResult)MetaDTOUniversalCrudmaService. getMetaNew(BusinessComponent bc, CreateResult data)MetaDTOInnerCrudmaService. 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.rowmeta Modifier and Type Class Description classSQLMetaDTOMethod parameters in org.cxbox.core.dto.rowmeta with type arguments of type MetaDTO Modifier and Type Method Description voidMetaDTO. transformMeta(UnaryOperator<MetaDTO> function) -
Uses of MetaDTO in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta that return MetaDTO Modifier and Type Method Description MetaDTORowResponseService. getExtremeResponse(RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDTO, BusinessComponent bc, Class<? extends FieldMetaBuilder> fieldMetaBuilder, 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)
-