Uses of Class
com.maplander.backend.model.manage.lead.LeadInfo
Packages that use LeadInfo
Package
Description
-
Uses of LeadInfo in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common that return LeadInfoModifier and TypeMethodDescriptionstatic LeadInfo
BRLead.saveLeadAndInfo
(Lead lead) static LeadInfo
BRLead.saveView
(PropertyLite propertyLite, String brand, Integer owner) -
Uses of LeadInfo in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type LeadInfoModifier and TypeMethodDescriptionLeadEndpoint.listLeadInfoByOffice
(Long officeId, Integer limit, String cursor) Return "lead" of property with correct officeId, type, limit(optional), cursor(optional)LeadEndpoint.listLeadInfoByOfficeOrder
(Long officeId, Integer limit, String cursor) -
Uses of LeadInfo in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type LeadInfoModifier and TypeMethodDescriptionPublishRVEndpoint.getLeadsByEmail
(String email, Integer limit, String cursor) -
Uses of LeadInfo in com.maplander.backend.dao.manage.lead
Fields in com.maplander.backend.dao.manage.lead with type parameters of type LeadInfoMethods in com.maplander.backend.dao.manage.lead that return LeadInfoMethods in com.maplander.backend.dao.manage.lead that return types with arguments of type LeadInfoModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<LeadInfo> LeadInfoDAO.listLeadInfo
(Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<LeadInfo> LeadInfoDAO.listLeadInfoByOffice
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<LeadInfo> LeadInfoDAO.listLeadInfoByOfficeAndOrderViews
(Long officeId, Integer limit, String cursor, Long time) LeadInfoDAO.listLeadsInfoByUserId
(Long officeId) -
Uses of LeadInfo in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return LeadInfoMethods in com.maplander.backend.model.manage.property.complex with parameters of type LeadInfo -
Uses of LeadInfo in com.maplander.backend.utils
Method parameters in com.maplander.backend.utils with type arguments of type LeadInfoModifier and TypeMethodDescriptionstatic boolean
SendEmail.cronEmailView
(List<LeadInfo> leadInfo, User user)