Uses of Class
com.maplander.backend.model.manage.CRM.Client
Packages that use Client
Package
Description
-
Uses of Client in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type ClientModifier and TypeMethodDescriptionstatic InterestBRLead.enqueueGetFbLead(Long leadId, Long propertyId, Client client) static voidBRLead.enqueueLeadBoard(Lead lead, Client client) static voidBRLead.enqueueLeadBoardAnStatus(Lead lead, Client client, FollowTypeEnum statusBoard) static voidBRLead.enqueueUpdateLeadBoard(Client client, List<Lead> listLead) -
Uses of Client in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type ClientModifier and TypeMethodDescriptionCRMEndpoint.createClient(Client client) CRMEndpoint.listMyClients(Integer limit, String cursor, Long officeId) CRMEndpoint.updateClient(Client client) CRMEndpoint.updateClientName(Long leadId, String name) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type ClientModifier and TypeMethodDescriptionCRMEndpoint.createClient(Client client) CRMEndpoint.updateClient(Client client) -
Uses of Client in com.maplander.backend.controller.enqueue.CRM
Method parameters in com.maplander.backend.controller.enqueue.CRM with type arguments of type ClientModifier and TypeMethodDescriptionstatic voidClientEnqueue.enqueueCreateClients(List<Client> clients, Long propertyId) -
Uses of Client in com.maplander.backend.controller.enqueue.Lead
Methods in com.maplander.backend.controller.enqueue.Lead with parameters of type ClientModifier and TypeMethodDescriptionstatic voidLeadEnqueue.enqueueCreateLeads(List<Lead> leads, FollowTypeEnum followTypeEnum, Client client, Map<Long, Property> propertyMap, boolean isNotification) -
Uses of Client in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type ClientMethods in com.maplander.backend.dao.manage.CRM that return ClientModifier and TypeMethodDescriptionstatic ClientClientDAO.getClientByOfficeAndEmail(Long officeId, String email, String phone, String whatsapp) static ClientClientDAO.getClientByOfficeAndEmailAndAgent(Long officeId, String email, String phone, String whatsapp, Long agentId) static ClientMethods in com.maplander.backend.dao.manage.CRM that return types with arguments of type ClientModifier and TypeMethodDescriptionClientDAO.listClientByAssessorId(Long assessorId) static com.google.api.server.spi.response.CollectionResponse<Client> ClientDAO.listClientByAssessorId(Long assessorId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<Client> ClientDAO.listClientByOffice(Long officeId, Integer limit, String cursor, Long time) -
Uses of Client in com.maplander.backend.model.manage.board
Methods in com.maplander.backend.model.manage.board that return ClientMethods in com.maplander.backend.model.manage.board with parameters of type ClientConstructors in com.maplander.backend.model.manage.board with parameters of type Client -
Uses of Client in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return ClientMethods in com.maplander.backend.model.manage.complex with parameters of type ClientConstructors in com.maplander.backend.model.manage.complex with parameters of type Client -
Uses of Client in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type Client -
Uses of Client in com.maplander.backend.model.manage.lead.complex
Methods in com.maplander.backend.model.manage.lead.complex that return ClientMethods in com.maplander.backend.model.manage.lead.complex with parameters of type Client -
Uses of Client in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return ClientConstructors in com.maplander.backend.repository.model_table.opibackenddata with parameters of type Client -
Uses of Client in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type ClientModifier and TypeMethodDescriptionstatic voidstatic booleanPrequalifierUtils.isPanamanianClientInPanamaOffice(Office office, Client client) static voidSendEmailV2.sendLeadDiscard(Lead lead, Client client, User user) -
Uses of Client in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type ClientModifier and TypeMethodDescriptionstatic StringAlloySendWhatsApp.sendLeadDiscard(Lead lead, Client client, User user, String link, org.hibernate.Session session) static StringSendWhatsApp.sendLeadDiscard(Lead lead, Client client, User user, String link) static voidSendNotification.sendLeadDiscardNotification(Lead lead, Client client, String discardReason)