| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.social.core.activity.model.ExoSocialActivity |
Utils.createActivity(LeadEntity lead) |
static MailContentDTO |
Utils.getContentForMail(MailTemplateDTO mailTemplateDTO,
LeadEntity lead) |
| Modifier and Type | Method and Description |
|---|---|
LeadEntity |
LeadDAO.getLeadByMail(String mail) |
LeadEntity |
LeadDAO.getLeadByTask(Long taskId) |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
ResponseEntity(FormEntity formEntity,
LeadEntity leadEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
NewResponseListener.onEvent(org.exoplatform.services.listener.Event<LeadEntity,ResponseEntity> event) |
void |
NewLeadListener.onEvent(org.exoplatform.services.listener.Event<LeadEntity,String> event) |
| Modifier and Type | Method and Description |
|---|---|
LeadEntity |
LeadsManagementService.addLeadInfo(FormInfo leadInfo,
boolean broadcast) |
LeadEntity |
LeadsManagementService.createLead(LeadDTO lead) |
LeadEntity |
LeadsManagementService.getLeadbyId(long id) |
LeadEntity |
LeadsManagementService.getLeadByMail(String mail) |
LeadEntity |
LeadsManagementService.getLeadByTask(Long taslId) |
LeadEntity |
LeadsManagementService.mergeLead(LeadEntity leadEntity,
LeadDTO leadDTO) |
LeadEntity |
LeadsManagementService.suspendLead(String mail,
String cause) |
LeadEntity |
LeadsManagementService.toLeadEntity(LeadDTO leadDTO) |
LeadEntity |
LeadsManagementService.updateStatus(Long leadId,
String status) |
| Modifier and Type | Method and Description |
|---|---|
List<LeadEntity> |
LeadsManagementService.getLeadsByStatus(String status) |
| Modifier and Type | Method and Description |
|---|---|
void |
LeadsManagementService.addResponse(ResponseDTO responseDTO,
LeadEntity leadEntity) |
org.exoplatform.task.domain.Task |
LeadsManagementService.createTask(LeadEntity lead) |
void |
LeadsManagementService.deleteLead(LeadEntity lead) |
String |
LCMailService.getContentEmail(String content,
LeadEntity lead,
String resource,
String resourceName) |
LeadEntity |
LeadsManagementService.mergeLead(LeadEntity leadEntity,
LeadDTO leadDTO) |
void |
LCMailService.sendMail(String content,
String subject,
LeadEntity lead,
String resource,
String resourceName) |
LeadDTO |
LeadsManagementService.toLeadDto(LeadEntity leadEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
LeadsManagementService.deleteAllLeads(List<LeadEntity> leadEntityList) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.