Uses of Class
com.maplander.backend.model.manage.lead.Lead
Packages that use Lead
Package
Description
-
Uses of Lead in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type LeadModifier and TypeMethodDescriptionstatic LeadInfo
BRLead.saveLeadAndInfo
(Lead lead) static String
BRLead.validateBasicInfoLead
(Lead lead) static String
BRLead.validateSimpleLead
(Lead lead) -
Uses of Lead in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type LeadModifier and TypeMethodDescriptionLeadEndpoint.defaultListLead
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, boolean asc) LeadEndpoint.listFavoritesByProperty
(Long propertyId, Integer limit, String cursor) LeadEndpoint.listLeadByOffice
(Long officeId, Long userMLId, Integer limit, String cursor) Return "lead" of office with correct officeId, userIdML(optional), limit(optional), cursor(optional)LeadEndpoint.listLeadByOfficeAndType
(Long officeId, LeadTypeEnum type, Integer limit, String cursor) LeadEndpoint.listLeadByOfficeAndTypeOrderByDate
(Long officeId, LeadTypeEnum type, Boolean asc, Integer limit, String cursor) LeadEndpoint.listLeadByPropertyAndType
(Long propertyId, LeadTypeEnum type, Integer limit, String cursor) Return "lead" of property and type with correct officeId, type, limit(optional), cursor(optional)LeadEndpoint.listLeadREQUEST
(Long officeId, Integer limit, String cursor, boolean asc) LeadEndpoint.listLeadsByOfficeAndTypeFree
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, boolean asc) -
Uses of Lead in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron with parameters of type LeadModifier and TypeMethodDescriptionstatic DefaultResponse
LeadsCronEndpoint.sendCommunicationsCron
(Lead lead, Property property, User user, String sHash) static void
LeadsCronEndpoint.sendNotificationsRequest
(Property property, Lead lead) static DefaultResponse
LeadsCronEndpoint.sendRequestCron
(Lead lead, Property property, User user, String sHash) static void
LeadsCronEndpoint.sendWhatsRequest
(Lead lead, User user) -
Uses of Lead in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type LeadModifier and TypeMethodDescriptionAccountEndpoint.createLead
(Long propertyId, Long fromUserId, LeadTypeEnum type, String message, Long userId) AccountEndpoint.requestInfo
(Long userId, String message, Long propertyId) PropertyEndpoint.updateLeadStatus
(Long leadId) -
Uses of Lead in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml that return types with arguments of type LeadModifier and TypeMethodDescriptionAccountEndpoint.listFavoriteByUser
(Long userId, Integer limit, String cursor) -
Uses of Lead in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type Lead -
Uses of Lead in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type LeadModifier and TypeMethodDescriptionAccountEndpoint.createLead
(Long propertyId, Long userMLId, LeadTypeEnum type, String message, Long userId) AccountEndpoint.listFavoriteByUser
(Long userId, Integer limit, String cursor) -
Uses of Lead in com.maplander.backend.dao.manage.lead
Fields in com.maplander.backend.dao.manage.lead with type parameters of type LeadMethods in com.maplander.backend.dao.manage.lead that return LeadMethods in com.maplander.backend.dao.manage.lead that return types with arguments of type LeadModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listFavorites
(Long userMLId, LeadTypeEnum typeEnum, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOffice
(Long officeId, Integer limit, String cursor, Long time) Deprecated.static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOffice2
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndType
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndType2
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) Deprecated.static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndTypeDes
(Long officeId, LeadTypeEnum type, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndUserML
(Long officeId, Long userMLId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeAndUserML2
(Long officeId, Long userMLId, Integer limit, String cursor, Long time) Deprecated.static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeASC
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeDesFree
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByOfficeFree
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByProperty
(Long propertyId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByPropertyAndType
(Long propertyId, String type, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Lead> LeadDAO.listLeadByPropertyAndType2
(Long propertyId, String type, Integer limit, String cursor, Long time) Deprecated. -
Uses of Lead in com.maplander.backend.model.bot
Constructors in com.maplander.backend.model.bot with parameters of type LeadModifierConstructorDescriptionClientWhats
(Lead lead) MessageWhatsBot
(Lead lead, String waId, Long userId) -
Uses of Lead in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return LeadMethods in com.maplander.backend.model.manage.complex with parameters of type LeadConstructors in com.maplander.backend.model.manage.complex with parameters of type LeadModifierConstructorDescriptionAccountRequest
(Account account, CompleteProperty property, Lead lead) -
Uses of Lead in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead with parameters of type LeadConstructors in com.maplander.backend.model.manage.lead with parameters of type Lead -
Uses of Lead in com.maplander.backend.model.manage.lead.CB
Constructors in com.maplander.backend.model.manage.lead.CB with parameters of type Lead -
Uses of Lead in com.maplander.backend.model.other.einmob
Constructors in com.maplander.backend.model.other.einmob with parameters of type Lead -
Uses of Lead in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type LeadModifier and TypeMethodDescriptionstatic void
static String
static void
static void
static void
SendEmail.requested
(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static void
SendEmail.requestInfo
(User user, Lead lead, Property property, String url) static void
SendEmailV2.requestInfo
(User user, Lead lead, Property property, String hash) static void
SendEmailV2.sendOpinionLead
(Lead lead, User user) static void
SendEmailV2.sendSuggestions
(List<PropertyLite> properties, Lead lead) static void
SendEmail.thankfulRequest
(User user, Lead lead, Property property) static void
SendEmailV2.thankfulRequest
(User user, Lead lead, Property property) -
Uses of Lead in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type LeadModifier and TypeMethodDescriptionstatic Notification
SendNotification.fillRequestNotification
(Property property, Lead lead) static String
SendWhatsApp.sendRequestInfo
(Lead lead, User user, User client) static String
SendWhatsApp.sendRequestInfoRV
(Lead lead, User user, UserML client)