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