Package org.cxbox.source.services.meta
Class DictionaryItemsFieldMetaBuilder
- java.lang.Object
-
- org.cxbox.core.service.rowmeta.FieldMetaBuilder<DictionaryItemDTO>
-
- org.cxbox.source.services.meta.DictionaryItemsFieldMetaBuilder
-
@Service public class DictionaryItemsFieldMetaBuilder extends FieldMetaBuilder<DictionaryItemDTO>
-
-
Constructor Summary
Constructors Constructor Description DictionaryItemsFieldMetaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildIndependentMeta(FieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long parRowId)voidbuildRowDependentMeta(RowDependentFieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)-
Methods inherited from class org.cxbox.core.service.rowmeta.FieldMetaBuilder
buildExtremeRowDependentMeta, buildIndependentMeta, buildRowDependentMeta
-
-
-
-
Method Detail
-
buildRowDependentMeta
public void buildRowDependentMeta(RowDependentFieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
- Specified by:
buildRowDependentMetain classFieldMetaBuilder<DictionaryItemDTO>
-
buildIndependentMeta
public void buildIndependentMeta(FieldsMeta<DictionaryItemDTO> fields, InnerBcDescription bcDescription, Long parRowId)
- Specified by:
buildIndependentMetain classFieldMetaBuilder<DictionaryItemDTO>
-
-