Uses of Class
com.maplander.backend.model.manage.complex.TaskComplete
Packages that use TaskComplete
-
Uses of TaskComplete in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type TaskCompleteModifier and TypeMethodDescriptionCRMBQueryEndpoint.getTaskComplete(Long taskId) CRMBQueryEndpoint.listTaskByClientId(boolean asc, Integer limit, Integer cursor, Long clientId, Long propertyId, TaskEnum taskEnum) CRMBQueryEndpoint.listTaskByDateFilter(Boolean asc, Integer limit, Integer cursor, Long userId, Long officeId, Long clientId, TaskTypeEnum taskTypeEnum, TaskEnum taskEnum, TaskDateFilterEnum dateFilter) CRMBQueryEndpoint.listTaskByOfficeId(Boolean asc, Integer limit, Integer cursor, Long userId, Long officeId, TaskTypeEnum taskTypeEnum, TaskEnum taskEnum) CRMBQueryEndpoint.listTaskByPropertyId(boolean asc, Integer limit, Integer cursor, Long propertyId, TaskEnum taskEnum) CRMBQueryEndpoint.listTaskByUserId(boolean asc, Integer limit, Integer cursor, Long userId, TaskEnum taskEnum) CRMEndpoint.listTasksByLeadId(Long leadId, Boolean asc)