Uses of Enum Class
com.maplander.backend.enums.manage.TaskEnum
Packages that use TaskEnum
Package
Description
-
Uses of TaskEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type TaskEnumModifier and TypeMethodDescriptionCRMBQueryEndpoint.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) -
Uses of TaskEnum in com.maplander.backend.dao.manage.CRM
Methods in com.maplander.backend.dao.manage.CRM with parameters of type TaskEnumModifier and TypeMethodDescriptionTaskDAO.listTasksByPropertyAndStatus(Long propertyId, TaskEnum status) 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 TaskEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type TaskEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return TaskEnum -
Uses of TaskEnum in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return TaskEnumMethods in com.maplander.backend.model.manage.complex with parameters of type TaskEnum -
Uses of TaskEnum in com.maplander.backend.model.manage.CRM
Methods in com.maplander.backend.model.manage.CRM that return TaskEnumMethods in com.maplander.backend.model.manage.CRM with parameters of type TaskEnumConstructors in com.maplander.backend.model.manage.CRM with parameters of type TaskEnum -
Uses of TaskEnum in com.maplander.backend.repository
Methods in com.maplander.backend.repository with parameters of type TaskEnumModifier and TypeMethodDescriptionTaskRepository.countByOfficeId(Long officeId, TaskTypeEnum taskType, TaskEnum status, org.hibernate.Session session) TaskRepository.countByUserId(Long userId, TaskTypeEnum taskType, TaskEnum status, org.hibernate.Session session) TaskRepository.findByClientIdComplete(Long clientId, Boolean asc, Integer limit, Integer offset, Long propertyId, TaskEnum status, org.hibernate.Session session) TaskRepository.findByClientIdCompleteInDateRange(Long clientId, long minDate, long maxDate, Boolean asc, Integer limit, Integer offset, TaskEnum status, TaskDateFilterEnum dateFilter, org.hibernate.Session session) TaskRepository.findByOfficeIdComplete(Long officeId, Boolean asc, Integer limit, Integer offset, TaskTypeEnum taskType, TaskEnum status, org.hibernate.Session session) TaskRepository.findByOfficeIdCompleteInDateRange(Long officeId, long minDate, long maxDate, Boolean asc, Integer limit, Integer offset, TaskTypeEnum taskType, TaskEnum status, TaskDateFilterEnum dateFilter, org.hibernate.Session session) TaskRepository.findByPropertyIdAndStatus(Long propertyId, TaskEnum status, org.hibernate.Session session) TaskRepository.findByPropertyIdComplete(Long propertyId, Boolean asc, Integer limit, Integer offset, TaskEnum status, org.hibernate.Session session) TaskRepository.findByUserIdComplete(Long userId, Boolean asc, Integer limit, Integer offset, TaskTypeEnum taskType, TaskEnum status, org.hibernate.Session session) TaskRepository.findByUserIdCompleteInDateRange(Long userId, long minDate, long maxDate, Boolean asc, Integer limit, Integer offset, TaskTypeEnum taskType, TaskEnum status, TaskDateFilterEnum dateFilter, org.hibernate.Session session) -
Uses of TaskEnum in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return TaskEnumMethods in com.maplander.backend.repository.model_table.opibackenddata with parameters of type TaskEnum