Package org.cxbox.source.dto
Class WorkflowStepFieldDtoConstructor
- java.lang.Object
-
- org.cxbox.core.dto.mapper.DtoConstructor<WorkflowStepField,WorkflowStepFieldDto>
-
- org.cxbox.source.dto.WorkflowStepFieldDtoConstructor
-
@Service public class WorkflowStepFieldDtoConstructor extends DtoConstructor<WorkflowStepField,WorkflowStepFieldDto>
-
-
Field Summary
-
Fields inherited from class org.cxbox.core.dto.mapper.DtoConstructor
currentUser, currentUserDept, currentUserRole
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepFieldDtoConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowStepFieldDto,?>,ValueSupplier<? super WorkflowStepField,? super WorkflowStepFieldDto,?>>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 WorkflowStepFieldDto,?>,ValueSupplier<? super WorkflowStepField,? super WorkflowStepFieldDto,?>> buildValueSuppliers()
- Specified by:
buildValueSuppliersin classDtoConstructor<WorkflowStepField,WorkflowStepFieldDto>
-
-