Package org.cxbox.source.services.meta
Class AudDictionaryFieldMetaBuilder
java.lang.Object
org.cxbox.core.service.rowmeta.FieldMetaBuilder<AudDictionaryDto>
org.cxbox.source.services.meta.AudDictionaryFieldMetaBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildIndependentMeta(FieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long parentId) voidbuildRowDependentMeta(RowDependentFieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long id, Long parentId) Methods inherited from class org.cxbox.core.service.rowmeta.FieldMetaBuilder
buildExtremeRowDependentMeta, buildIndependentMeta, buildRowDependentMeta
-
Constructor Details
-
AudDictionaryFieldMetaBuilder
public AudDictionaryFieldMetaBuilder()
-
-
Method Details
-
buildRowDependentMeta
public void buildRowDependentMeta(RowDependentFieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long id, Long parentId) - Specified by:
buildRowDependentMetain classFieldMetaBuilder<AudDictionaryDto>
-
buildIndependentMeta
public void buildIndependentMeta(FieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long parentId) - Specified by:
buildIndependentMetain classFieldMetaBuilder<AudDictionaryDto>
-