Uses of Class
org.cxbox.source.dto.WorkflowStepFieldDto
-
Packages that use WorkflowStepFieldDto Package Description org.cxbox.source.dto org.cxbox.source.services.data.impl org.cxbox.source.services.meta -
-
Uses of WorkflowStepFieldDto in org.cxbox.source.dto
Fields in org.cxbox.source.dto with type parameters of type WorkflowStepFieldDto Modifier and Type Field Description static org.cxbox.constgen.DtoField<WorkflowStepFieldDto,String>WorkflowStepFieldDto_. fieldstatic org.cxbox.constgen.DtoField<WorkflowStepFieldDto,Long>WorkflowStepFieldDto_. fieldIdMethods in org.cxbox.source.dto that return types with arguments of type WorkflowStepFieldDto Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowStepFieldDto,?>,ValueSupplier<? super WorkflowStepField,? super WorkflowStepFieldDto,?>>WorkflowStepFieldDtoConstructor. buildValueSuppliers()protected Map<org.cxbox.constgen.DtoField<? super WorkflowStepFieldDto,?>,ValueSupplier<? super WorkflowStepField,? super WorkflowStepFieldDto,?>>WorkflowStepFieldDtoConstructor. buildValueSuppliers() -
Uses of WorkflowStepFieldDto in org.cxbox.source.services.data.impl
Methods in org.cxbox.source.services.data.impl that return types with arguments of type WorkflowStepFieldDto Modifier and Type Method Description protected CreateResult<WorkflowStepFieldDto>WorkflowStepFieldServiceImpl. doCreateEntity(WorkflowStepField entity, BusinessComponent bc)ActionResultDTO<WorkflowStepFieldDto>WorkflowStepFieldServiceImpl. doUpdateEntity(WorkflowStepField entity, WorkflowStepFieldDto dto, BusinessComponent bc)Actions<WorkflowStepFieldDto>WorkflowStepFieldServiceImpl. getActions()Methods in org.cxbox.source.services.data.impl with parameters of type WorkflowStepFieldDto Modifier and Type Method Description ActionResultDTO<WorkflowStepFieldDto>WorkflowStepFieldServiceImpl. doUpdateEntity(WorkflowStepField entity, WorkflowStepFieldDto dto, BusinessComponent bc) -
Uses of WorkflowStepFieldDto in org.cxbox.source.services.meta
Method parameters in org.cxbox.source.services.meta with type arguments of type WorkflowStepFieldDto Modifier and Type Method Description voidWorkflowStepFieldFieldMetaBuilder. buildIndependentMeta(FieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long parRowId)voidWorkflowStepFieldFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<WorkflowStepFieldDto> fields, InnerBcDescription bcDescription, Long rowId, Long parRowId)
-