Uses of Class
com.maplander.backend.repository.model_table.opibackenddata.Lead
Packages that use Lead
Package
Description
-
Uses of Lead in com.maplander.backend.model.manage.lead
Constructors in com.maplander.backend.model.manage.lead with parameters of type Lead -
Uses of Lead in com.maplander.backend.repository
Subclasses with type arguments of type Lead in com.maplander.backend.repositoryMethods in com.maplander.backend.repository that return types with arguments of type LeadModifier and TypeMethodDescriptionLeadRepository.findByClientId(Long clientId, Integer limit, Integer offset, org.hibernate.Session session) LeadRepository.findByPropertyId(Long propertyId, org.hibernate.Session session) LeadRepository.findByPropertyIdAndInfoRequest(Long propertyId, org.hibernate.Session session) Methods in com.maplander.backend.repository with parameters of type Lead -
Uses of Lead in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return LeadMethods in com.maplander.backend.repository.model_table.opibackenddata with parameters of type LeadConstructors in com.maplander.backend.repository.model_table.opibackenddata with parameters of type Lead -
Uses of Lead in com.maplander.backend.utils.migration.extractor
Methods in com.maplander.backend.utils.migration.extractor that return types with arguments of type LeadModifier and TypeMethodDescriptionBigQueryExtractor.extractLeads()BigQueryExtractor.extractLeads(List<Long> officeIds) BigQueryExtractor.extractLeadsAsMap()BigQueryExtractor.extractLeadsAsMap(List<Long> officeIds)