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