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