Package org.cxbox.core.service.linkedlov
Interface LinkedDictionaryService
-
public interface LinkedDictionaryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?> meta, BusinessComponent bc, boolean filterValues)Set<org.cxbox.api.data.dictionary.LOV>getDictionariesForField(DtoField field, BusinessComponent bc, boolean filterValues)
-
-
-
Method Detail
-
fillRowMetaWithLinkedDictionaries
void fillRowMetaWithLinkedDictionaries(EngineFieldsMeta<?> meta, BusinessComponent bc, boolean filterValues)
-
getDictionariesForField
Set<org.cxbox.api.data.dictionary.LOV> getDictionariesForField(DtoField field, BusinessComponent bc, boolean filterValues)
-
-