Uses of Enum Class
com.maplander.backend.enums.manage.TaskTypeEnum
Packages that use TaskTypeEnum
Package
Description
-
Uses of TaskTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type TaskTypeEnumModifier and TypeMethodDescriptionCRMBQueryEndpoint.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) -
Uses of TaskTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type TaskTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return TaskTypeEnumModifier and TypeMethodDescriptionstatic TaskTypeEnumReturns the enum constant of this class with the specified name.static TaskTypeEnum[]TaskTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TaskTypeEnum in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return TaskTypeEnumMethods in com.maplander.backend.model.manage.complex with parameters of type TaskTypeEnum -
Uses of TaskTypeEnum in com.maplander.backend.model.manage.CRM
Methods in com.maplander.backend.model.manage.CRM that return TaskTypeEnumMethods in com.maplander.backend.model.manage.CRM with parameters of type TaskTypeEnum -
Uses of TaskTypeEnum in com.maplander.backend.repository
Methods in com.maplander.backend.repository with parameters of type TaskTypeEnumModifier 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.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.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 TaskTypeEnum in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return TaskTypeEnumMethods in com.maplander.backend.repository.model_table.opibackenddata with parameters of type TaskTypeEnum -
Uses of TaskTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return TaskTypeEnum