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