Uses of Class
com.maplander.backend.repository.model_table.opibackenddata.Task
Packages that use Task
Package
Description
-
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.repository
Subclasses with type arguments of type Task in com.maplander.backend.repositoryMethods in com.maplander.backend.repository that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskRepository.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.findByIdComplete(Long taskId, org.hibernate.Session session) TaskRepository.findByLeadId(Long leadId, Boolean asc, 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.findByPropertyId(Long propertyId, 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) TaskRepository.findTasksToNotify(long minLongDate, long maxLongDate, org.hibernate.Session session) -
Uses of Task in com.maplander.backend.utils.migration.extractor
Methods in com.maplander.backend.utils.migration.extractor that return types with arguments of type TaskModifier and TypeMethodDescriptionBigQueryExtractor.extractTasks()BigQueryExtractor.extractTasks(List<Long> officeIds) BigQueryExtractor.extractTasksAsMap()BigQueryExtractor.extractTasksAsMap(List<Long> officeIds)