Uses of Class
com.maplander.backend.model.manage.CRM.Task
Packages that use Task
Package
Description
-
Uses of Task in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type TaskModifier and TypeMethodDescriptionCRMEndpoint.completeTask
(Long id) CRMEndpoint.listTaskOfMonth
(Integer months, Long officeId, Long userId) CRMEndpoint.ListTaskToNotificate()
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Task -
Uses of Task in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type TaskMethods in com.maplander.backend.dao.manage.CRM that return TaskMethods in com.maplander.backend.dao.manage.CRM that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskDAO.listTask()
static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.listTaskOfMonth
(Integer months, Long officeId, Long userId) static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.ListTaskToNotificate()
static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.loadByAssesorId
(Long assessorId, TaskEnum taskEnum, Integer limit, String cursor, boolean asc) static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.loadByClientId
(Long clientId, TaskEnum taskEnum, Integer limit, String cursor, boolean asc) static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.loadByOfficeId
(Long officeId, TaskEnum taskEnum, Integer limit, String cursor, boolean asc) static com.google.api.server.spi.response.CollectionResponse
<Task> TaskDAO.loadByPropertyId
(Long propertyId, TaskEnum taskEnum, Integer limit, String cursor, boolean asc) -
Uses of Task in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type Task -
Uses of Task in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return TaskMethods in com.maplander.backend.utils.bquery with parameters of type TaskModifier and TypeMethodDescriptionstatic Task
BQueryTask.insertTaskBQ
(Task task) static Long
BQueryTask.updateTaskBQ
(Task task) -
Uses of Task in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type TaskModifier and TypeMethodDescriptionstatic Notification
SendNotification.fillAddAssessorInTask
(Task task) static String