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, TaskEnum taskEnum) CRMBQueryEndpoint.listTaskByOfficeId
(Boolean asc, Integer limit, Integer cursor, Long officeId, 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 TypeMethodDescriptionstatic 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.utils.bquery
Methods in com.maplander.backend.utils.bquery with parameters of type TaskEnum