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