Uses of Class
org.exoplatform.leadcapture.entity.LeadEntity
Packages that use LeadEntity
Package
Description
-
Uses of LeadEntity in org.exoplatform.leadcapture
Methods in org.exoplatform.leadcapture with parameters of type LeadEntityModifier and TypeMethodDescriptionstatic org.exoplatform.social.core.activity.model.ExoSocialActivityUtils.createActivity(LeadEntity lead) static MailContentDTOUtils.getContentForMail(MailTemplateDTO mailTemplateDTO, LeadEntity lead) -
Uses of LeadEntity in org.exoplatform.leadcapture.dao
Methods in org.exoplatform.leadcapture.dao that return LeadEntityModifier and TypeMethodDescriptionLeadDAO.getLeadByMail(String mail) LeadDAO.getLeadByTask(Long taskId) Methods in org.exoplatform.leadcapture.dao that return types with arguments of type LeadEntity -
Uses of LeadEntity in org.exoplatform.leadcapture.entity
Constructors in org.exoplatform.leadcapture.entity with parameters of type LeadEntity -
Uses of LeadEntity in org.exoplatform.leadcapture.listeners
Method parameters in org.exoplatform.leadcapture.listeners with type arguments of type LeadEntityModifier and TypeMethodDescriptionvoidNewLeadListener.onEvent(org.exoplatform.services.listener.Event<LeadEntity, String> event) voidNewResponseListener.onEvent(org.exoplatform.services.listener.Event<LeadEntity, ResponseEntity> event) -
Uses of LeadEntity in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return LeadEntityModifier and TypeMethodDescriptionLeadsManagementService.addLeadInfo(FormInfo leadInfo, boolean broadcast) LeadsManagementService.createLead(LeadDTO lead) LeadsManagementService.getLeadbyId(long id) LeadsManagementService.getLeadByMail(String mail) LeadsManagementService.getLeadByTask(Long taslId) LeadsManagementService.mergeLead(LeadEntity leadEntity, LeadDTO leadDTO) LeadsManagementService.suspendLead(String mail, String cause) LeadsManagementService.toLeadEntity(LeadDTO leadDTO) LeadsManagementService.updateStatus(Long leadId, String status, String userName) Methods in org.exoplatform.leadcapture.services that return types with arguments of type LeadEntityMethods in org.exoplatform.leadcapture.services with parameters of type LeadEntityModifier and TypeMethodDescriptionvoidLeadsManagementService.addResponse(ResponseDTO responseDTO, LeadEntity leadEntity) org.exoplatform.task.dto.TaskDtoLeadsManagementService.createTask(LeadEntity lead) voidLeadsManagementService.deleteLead(LeadEntity lead) LCMailService.getContentEmail(String content, LeadEntity lead, String resource, String resourceName) LeadsManagementService.mergeLead(LeadEntity leadEntity, LeadDTO leadDTO) voidLCMailService.sendMail(String content, String subject, LeadEntity lead, String resource, String resourceName) LeadsManagementService.toLeadDto(LeadEntity leadEntity) Method parameters in org.exoplatform.leadcapture.services with type arguments of type LeadEntityModifier and TypeMethodDescriptionvoidLeadsManagementService.deleteAllLeads(List<LeadEntity> leadEntityList)