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