Uses of Class
org.exoplatform.leadcapture.dto.LeadDTO
-
Packages that use LeadDTO Package Description org.exoplatform.leadcapture.dto org.exoplatform.leadcapture.rest org.exoplatform.leadcapture.services -
-
Uses of LeadDTO in org.exoplatform.leadcapture.dto
Constructors in org.exoplatform.leadcapture.dto with parameters of type LeadDTO Constructor Description PersonalTask(Long id, LeadDTO lead, String userId, String title, Date dueDate, boolean completed)Constructor parameters in org.exoplatform.leadcapture.dto with type arguments of type LeadDTO Constructor Description LeadsAccessList(List<LeadDTO> leads, Long size) -
Uses of LeadDTO in org.exoplatform.leadcapture.rest
Methods in org.exoplatform.leadcapture.rest with parameters of type LeadDTO Modifier and Type Method Description javax.ws.rs.core.ResponseLeadsManagementRest. assign(javax.ws.rs.core.UriInfo uriInfo, LeadDTO lead)javax.ws.rs.core.ResponseLeadsManagementRest. createLead(javax.ws.rs.core.UriInfo uriInfo, LeadDTO lead)booleanLeadsManagementRest. isBlacklisted(LeadDTO lead)javax.ws.rs.core.ResponseLeadsManagementRest. update(javax.ws.rs.core.UriInfo uriInfo, Long id, LeadDTO lead)javax.ws.rs.core.ResponseLeadsManagementRest. updateStatus(javax.ws.rs.core.UriInfo uriInfo, LeadDTO lead) -
Uses of LeadDTO in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return LeadDTO Modifier and Type Method Description LeadDTOLeadsManagementService. toLeadDto(LeadEntity leadEntity)Methods in org.exoplatform.leadcapture.services that return types with arguments of type LeadDTO Modifier and Type Method Description List<LeadDTO>LeadsManagementService. getLeads()Methods in org.exoplatform.leadcapture.services with parameters of type LeadDTO Modifier and Type Method Description LeadEntityLeadsManagementService. createLead(LeadDTO lead)LeadEntityLeadsManagementService. mergeLead(LeadEntity leadEntity, LeadDTO leadDTO)LeadEntityLeadsManagementService. toLeadEntity(LeadDTO leadDTO)voidLeadsManagementService. updateLead(LeadDTO lead)
-