Package org.cxbox.source.services.meta
Class DictionaryItemsFieldMetaBuilder
java.lang.Object
org.cxbox.core.service.rowmeta.FieldMetaBuilder<DictionaryItemDTO>
org.cxbox.source.services.meta.DictionaryItemsFieldMetaBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildIndependentMeta(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
-
Constructor Details
-
DictionaryItemsFieldMetaBuilder
public DictionaryItemsFieldMetaBuilder()
-
-
Method Details
-
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>
-