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