Uses of Class
com.maplander.backend.model.manage.CRM.Task
Packages that use Task
Package
Description
-
Uses of Task in com.maplander.backend.controller.asyncEndpoint.fiabci
Methods in com.maplander.backend.controller.asyncEndpoint.fiabci with parameters of type Task -
Uses of Task in com.maplander.backend.controller.businessrule.common
Method parameters in com.maplander.backend.controller.businessrule.common with type arguments of type TaskModifier and TypeMethodDescriptionstatic LeadDetailBRLead.buildLeadDetail(Lead lead, List<Task> allTasks) -
Uses of Task in com.maplander.backend.controller.businessrule.CRM
Methods in com.maplander.backend.controller.businessrule.CRM with parameters of type Task -
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.controller.schedule.crm
Methods in com.maplander.backend.controller.schedule.crm with parameters of type TaskModifier and TypeMethodDescriptionstatic StringTaskEnqueueScheduled.scheduleTaskNotification(Task 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.getTasksByLeadId(Long leadId) TaskDAO.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.listTasksByLeadId(Long leadId, Boolean asc) TaskDAO.listTasksByProperty(Long propertyId) TaskDAO.listTasksByPropertyAndStatus(Long propertyId, TaskEnum status) TaskDAO.listTasksByPropertyIds(List<Long> propertyIdList) 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) Method parameters in com.maplander.backend.dao.manage.CRM with type arguments of type Task -
Uses of Task in com.maplander.backend.model.manage.complex
Constructors in com.maplander.backend.model.manage.complex with parameters of type Task -
Uses of Task in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type Task -
Uses of Task in com.maplander.backend.model.manage.lead.complex
Methods in com.maplander.backend.model.manage.lead.complex that return types with arguments of type TaskModifier and TypeMethodDescriptionLeadDetail.getAllTasks()LeadDetail.getCancelledTasks()LeadDetail.getCompletedTasks()LeadDetail.getOverdueTasks()LeadDetail.getPendingTasks()LeadDetail.getTodayTasks()Method parameters in com.maplander.backend.model.manage.lead.complex with type arguments of type TaskModifier and TypeMethodDescriptionvoidLeadDetail.setAllTasks(List<Task> allTasks) voidLeadDetail.setCancelledTasks(List<Task> cancelledTasks) voidLeadDetail.setCompletedTasks(List<Task> completedTasks) voidLeadDetail.setOverdueTasks(List<Task> overdueTasks) voidLeadDetail.setPendingTasks(List<Task> pendingTasks) voidLeadDetail.setTodayTasks(List<Task> todayTasks) -
Uses of Task in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return TaskConstructors in com.maplander.backend.repository.model_table.opibackenddata with parameters of type Task -
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.notification
Methods in com.maplander.backend.utils.notification with parameters of type Task