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