Uses of Class
org.cxbox.core.dto.rowmeta.EngineFieldsMeta
Packages that use EngineFieldsMeta
Package
Description
-
Uses of EngineFieldsMeta in org.cxbox.core.crudma.impl.inner
Methods in org.cxbox.core.crudma.impl.inner that return EngineFieldsMetaModifier and TypeMethodDescriptionprotected EngineFieldsMetaUniversalCrudmaService.getMeta(org.cxbox.api.data.BcIdentifier bc, RowMetaType type, D dataDto, boolean visibleOnly) -
Uses of EngineFieldsMeta in org.cxbox.core.service.linkedlov
Methods in org.cxbox.core.service.linkedlov with parameters of type EngineFieldsMetaModifier and TypeMethodDescriptionvoidLinkedDictionaryService.fillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?> meta, BusinessComponent bc, Set<String> requiredFields, boolean filterValues) voidLinkedDictionaryService.fillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?> meta, BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO dataDTO, boolean filterValues) -
Uses of EngineFieldsMeta in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta that return EngineFieldsMetaModifier and TypeMethodDescriptionRowResponseService.getMeta(org.cxbox.api.data.BcIdentifier bc, RowMetaType type, org.cxbox.api.data.dto.DataResponseDTO dataDto, boolean visibleOnly)