Uses of Class
com.maplander.backend.model.manage.complex.TaskComplete
Packages that use TaskComplete
Package
Description
-
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, TaskEnum taskEnum) CRMBQueryEndpoint.listTaskByOfficeId(Boolean asc, Integer limit, Integer cursor, Long userId, Long officeId, 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) -
Uses of TaskComplete in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return TaskCompleteMethods in com.maplander.backend.utils.bquery that return types with arguments of type TaskCompleteModifier and TypeMethodDescriptionstatic List<TaskComplete> BQueryTask.taskCompleteList(String query)