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