Uses of Class
org.exoplatform.leadcapture.entity.LeadEntity
-
-
Uses of LeadEntity in org.exoplatform.leadcapture
Methods in org.exoplatform.leadcapture with parameters of type LeadEntity Modifier and Type Method Description static 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 LeadEntity Modifier and Type Method Description LeadEntityLeadDAO. getLeadByMail(String mail)LeadEntityLeadDAO. getLeadByTask(Long taskId)Methods in org.exoplatform.leadcapture.dao that return types with arguments of type LeadEntity Modifier and Type Method Description List<LeadEntity>LeadDAO. getLeads(String search, String status, String owner, String captureMethod, String from, String to, String zone, int min, int max, Boolean notassigned, int offset, int limit, String sortBy, boolean sortDesc)List<LeadEntity>LeadDAO. getLeadsByStatus(String status) -
Uses of LeadEntity in org.exoplatform.leadcapture.entity
Constructors in org.exoplatform.leadcapture.entity with parameters of type LeadEntity Constructor Description ResponseEntity(FormEntity formEntity, LeadEntity leadEntity) -
Uses of LeadEntity in org.exoplatform.leadcapture.listeners
Method parameters in org.exoplatform.leadcapture.listeners with type arguments of type LeadEntity Modifier and Type Method Description voidNewLeadListener. 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 LeadEntity Modifier and Type Method Description LeadEntityLeadsManagementService. addLeadInfo(FormInfo leadInfo, boolean broadcast)LeadEntityLeadsManagementService. createLead(LeadDTO lead)LeadEntityLeadsManagementService. getLeadbyId(long id)LeadEntityLeadsManagementService. getLeadByMail(String mail)LeadEntityLeadsManagementService. getLeadByTask(Long taslId)LeadEntityLeadsManagementService. mergeLead(LeadEntity leadEntity, LeadDTO leadDTO)LeadEntityLeadsManagementService. suspendLead(String mail, String cause)LeadEntityLeadsManagementService. toLeadEntity(LeadDTO leadDTO)LeadEntityLeadsManagementService. updateStatus(Long leadId, String status, String userName)Methods in org.exoplatform.leadcapture.services that return types with arguments of type LeadEntity Modifier and Type Method Description List<LeadEntity>LeadsManagementService. getLeadsByStatus(String status)Methods in org.exoplatform.leadcapture.services with parameters of type LeadEntity Modifier and Type Method Description voidLeadsManagementService. addResponse(ResponseDTO responseDTO, LeadEntity leadEntity)org.exoplatform.task.dto.TaskDtoLeadsManagementService. createTask(LeadEntity lead)voidLeadsManagementService. deleteLead(LeadEntity lead)StringLCMailService. getContentEmail(String content, LeadEntity lead, String resource, String resourceName)LeadEntityLeadsManagementService. mergeLead(LeadEntity leadEntity, LeadDTO leadDTO)voidLCMailService. sendMail(String content, String subject, LeadEntity lead, String resource, String resourceName)LeadDTOLeadsManagementService. toLeadDto(LeadEntity leadEntity)Method parameters in org.exoplatform.leadcapture.services with type arguments of type LeadEntity Modifier and Type Method Description voidLeadsManagementService. deleteAllLeads(List<LeadEntity> leadEntityList)
-