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