Uses of Class
org.exoplatform.leadcapture.dto.LeadDTO
Packages that use LeadDTO
Package
Description
-
Uses of LeadDTO in org.exoplatform.leadcapture.dto
Constructors in org.exoplatform.leadcapture.dto with parameters of type LeadDTOModifierConstructorDescriptionConstructor parameters in org.exoplatform.leadcapture.dto with type arguments of type LeadDTO -
Uses of LeadDTO in org.exoplatform.leadcapture.rest
Methods in org.exoplatform.leadcapture.rest with parameters of type LeadDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponseLeadsManagementRest.createLead(javax.ws.rs.core.UriInfo uriInfo, LeadDTO lead) booleanLeadsManagementRest.isBlacklisted(LeadDTO lead) javax.ws.rs.core.Responsejavax.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 LeadDTOMethods in org.exoplatform.leadcapture.services that return types with arguments of type LeadDTOMethods in org.exoplatform.leadcapture.services with parameters of type LeadDTOModifier and TypeMethodDescriptionLeadsManagementService.createLead(LeadDTO lead) LeadsManagementService.mergeLead(LeadEntity leadEntity, LeadDTO leadDTO) LeadsManagementService.toLeadEntity(LeadDTO leadDTO) voidLeadsManagementService.updateLead(LeadDTO lead)