Package org.cxbox.source.dto
Class WorkflowStepDtoConstructor
- java.lang.Object
-
- org.cxbox.core.dto.mapper.DtoConstructor<WorkflowStep,WorkflowStepDto>
-
- org.cxbox.source.dto.WorkflowStepDtoConstructor
-
@Service public class WorkflowStepDtoConstructor extends DtoConstructor<WorkflowStep,WorkflowStepDto>
-
-
Field Summary
-
Fields inherited from class org.cxbox.core.dto.mapper.DtoConstructor
currentUser, currentUserDept, currentUserRole
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepDtoConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowStepDto,?>,ValueSupplier<? super WorkflowStep,? super WorkflowStepDto,?>>buildValueSuppliers()-
Methods inherited from class org.cxbox.core.dto.mapper.DtoConstructor
getCurrentUser, getCurrentUserDept, getCurrentUserRole, getDtoClass, getEntityClass, getSessionService, getValueSuppliers
-
-
-
-
Method Detail
-
buildValueSuppliers
protected Map<org.cxbox.constgen.DtoField<? super WorkflowStepDto,?>,ValueSupplier<? super WorkflowStep,? super WorkflowStepDto,?>> buildValueSuppliers()
- Specified by:
buildValueSuppliersin classDtoConstructor<WorkflowStep,WorkflowStepDto>
-
-