Uses of Class
org.cxbox.core.service.rowmeta.FieldMetaBuilder
-
Packages that use FieldMetaBuilder Package Description org.cxbox.core.crudma.impl org.cxbox.core.service org.cxbox.core.service.rowmeta -
-
Uses of FieldMetaBuilder in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return types with arguments of type FieldMetaBuilder Modifier and Type Method Description Class<? extends FieldMetaBuilder<T>>AbstractResponseService. getFieldMetaBuilder() -
Uses of FieldMetaBuilder in org.cxbox.core.service
Methods in org.cxbox.core.service that return types with arguments of type FieldMetaBuilder Modifier and Type Method Description Class<? extends FieldMetaBuilder<T>>ResponseService. getFieldMetaBuilder()Returns FieldMetaBuilder for class -
Uses of FieldMetaBuilder in org.cxbox.core.service.rowmeta
Subclasses of FieldMetaBuilder in org.cxbox.core.service.rowmeta Modifier and Type Class Description classHistoricityFieldMetaBuilder<T extends HistoricityDto>Method parameters in org.cxbox.core.service.rowmeta with type arguments of type FieldMetaBuilder 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)
-