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.utils
Methods in com.maplander.backend.utils that return TaskTypeEnum -
Uses of TaskTypeEnum in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery with parameters of type TaskTypeEnumModifier and TypeMethodDescriptionstatic StringBQueryTask.buildTotal(Boolean asc, Integer limit, Integer cursor, Long officeId, Long userId, Long propertyId, Long clientId, TaskTypeEnum taskTypeEnum, TaskEnum taskEnum, Long leadId) static StringBQueryTask.buildTotalWithDateFilter(Boolean asc, Integer limit, Integer cursor, Long officeId, Long userId, Long propertyId, Long clientId, TaskTypeEnum taskTypeEnum, TaskEnum taskEnum, Long leadId, TaskDateFilterEnum dateFilter)