Package org.cxbox.source.dto
Class WorkflowPostFunctionDtoConstructor
- java.lang.Object
-
- org.cxbox.core.dto.mapper.DtoConstructor<WorkflowPostFunction,WorkflowPostFunctionDto>
-
- org.cxbox.source.dto.WorkflowPostFunctionDtoConstructor
-
@Service public class WorkflowPostFunctionDtoConstructor extends DtoConstructor<WorkflowPostFunction,WorkflowPostFunctionDto>
-
-
Field Summary
-
Fields inherited from class org.cxbox.core.dto.mapper.DtoConstructor
currentUser, currentUserDept, currentUserRole
-
-
Constructor Summary
Constructors Constructor Description WorkflowPostFunctionDtoConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>buildValueSuppliers()Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>>getValueSuppliers()-
Methods inherited from class org.cxbox.core.dto.mapper.DtoConstructor
getCurrentUser, getCurrentUserDept, getCurrentUserRole, getDtoClass, getEntityClass, getSessionService
-
-
-
-
Method Detail
-
buildValueSuppliers
protected Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>> buildValueSuppliers()
- Specified by:
buildValueSuppliersin classDtoConstructor<WorkflowPostFunction,WorkflowPostFunctionDto>
-
getValueSuppliers
public Map<org.cxbox.constgen.DtoField<? super WorkflowPostFunctionDto,?>,ValueSupplier<? super WorkflowPostFunction,? super WorkflowPostFunctionDto,?>> getValueSuppliers()
- Overrides:
getValueSuppliersin classDtoConstructor<WorkflowPostFunction,WorkflowPostFunctionDto>
-
-