Uses of Class
org.exoplatform.leadcapture.services.LeadsManagementService
-
Packages that use LeadsManagementService Package Description org.exoplatform.leadcapture.listeners org.exoplatform.leadcapture.rest -
-
Uses of LeadsManagementService in org.exoplatform.leadcapture.listeners
Fields in org.exoplatform.leadcapture.listeners declared as LeadsManagementService Modifier and Type Field Description protected LeadsManagementServiceTaskUpdateListener. leadsManagementServiceConstructors in org.exoplatform.leadcapture.listeners with parameters of type LeadsManagementService Constructor Description NewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService)TaskUpdateListener(LeadsManagementService leadsManagementService) -
Uses of LeadsManagementService in org.exoplatform.leadcapture.rest
Constructors in org.exoplatform.leadcapture.rest with parameters of type LeadsManagementService Constructor Description LeadsManagementRest(LeadsManagementService leadsManagementService, LeadCaptureSettingsService leadCaptureSettingsService)
-