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 LeadInfoBRLead.saveLeadAndInfo(Lead lead) static StringBRLead.validateBasicInfoLead(Lead lead) static StringBRLead.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.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.listLeadByUser(Long userId, LeadTypeEnum type, Integer limit, String cursor) LeadEndpoint.updateleadRequestIndex(String apiKey, Long officeId, Integer limit, String cursor) -
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 DefaultResponseLeadsCronEndpoint.sendCommunicationsCron(Lead lead, Property property, User user, String sHash) static voidLeadsCronEndpoint.sendNotifications(Lead lead, User user, Property property) static voidLeadsCronEndpoint.sendNotificationsRequest(Property property, Lead lead, User user) static DefaultResponseLeadsCronEndpoint.sendRequestCron(Lead lead, Property property, User user, String sHash) static voidLeadsCronEndpoint.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, Long adId, String chatId) AccountEndpoint.requestInfo(Long userId, String message, Long propertyId, String chatId) PropertyEndpoint.updateLeadStatus(Long leadId) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type LeadModifier and TypeMethodDescriptionBoardEndpoint.createCardBoardLead(Lead lead, Long userId, boolean isFirst) static DefaultResponseBoardEndpoint.createCardBoardLeadStatic(Lead lead, Long userId, boolean isFirst) -
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, Long adId, String chatId) 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.listInfoRequestsAsc(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<Lead> LeadDAO.listInfoRequestsDesc(Long officeId, 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.static com.google.api.server.spi.response.CollectionResponse<Lead> LeadDAO.listLeadByUser(Long userId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<Lead> -
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.board
Methods in com.maplander.backend.model.manage.board that return LeadMethods in com.maplander.backend.model.manage.board with parameters of type LeadConstructors in com.maplander.backend.model.manage.board with parameters of type Lead -
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 voidstatic Stringstatic voidstatic voidstatic voidSendEmail.requested(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static voidSendEmail.requestInfo(User user, Lead lead, Property property, String url) static voidSendEmailV2.requestInfo(User user, Lead lead, Property property, String hash) static voidSendEmailV2.sendOpinionLead(Lead lead, User user) static voidSendEmailV2.sendSuggestions(List<PropertyLite> properties, Lead lead) static voidSendEmail.thankfulRequest(User user, Lead lead, Property property) static voidSendEmailV2.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 NotificationSendNotification.fillRequestNotification(Property property, Lead lead, User user) static StringSendWhatsApp.sendRequestInfo(Lead lead, User user, User client) static StringSendWhatsApp.sendRequestInfoRV(Lead lead, User user, UserML client)