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 -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildIndependentMeta(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
-
Constructor Details
-
DictionaryTypeDescFieldMetaBuilder
public DictionaryTypeDescFieldMetaBuilder()
-
-
Method Details
-
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>
-