Uses of Class
org.exoplatform.leadcapture.services.LeadCaptureSettingsService
-
Packages that use LeadCaptureSettingsService Package Description org.exoplatform.leadcapture.listeners org.exoplatform.leadcapture.rest org.exoplatform.leadcapture.services -
-
Uses of LeadCaptureSettingsService in org.exoplatform.leadcapture.listeners
Constructors in org.exoplatform.leadcapture.listeners with parameters of type LeadCaptureSettingsService Constructor Description NewCommunityRegistrationListener(LCMailService lcMailService, LeadDAO leadDAO, MailTemplatesManagementService mailTemplatesManagementService, LeadCaptureSettingsService leadCaptureSettingsService)NewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService)NewResponseListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, ResourcesManagementService resourcesManagementService, LeadCaptureSettingsService leadCaptureSettingsService, FieldDAO fieldDAO) -
Uses of LeadCaptureSettingsService in org.exoplatform.leadcapture.rest
Constructors in org.exoplatform.leadcapture.rest with parameters of type LeadCaptureSettingsService Constructor Description LeadCaptureSettingsRest(LeadCaptureSettingsService leadCaptureSettingsService)LeadsManagementRest(LeadsManagementService leadsManagementService, LeadCaptureSettingsService leadCaptureSettingsService) -
Uses of LeadCaptureSettingsService in org.exoplatform.leadcapture.services
Constructors in org.exoplatform.leadcapture.services with parameters of type LeadCaptureSettingsService Constructor Description LCMailService(org.exoplatform.services.mail.MailService mailService, LeadCaptureSettingsService leadCaptureSettingsService)LeadsManagementService(LeadDAO leadDAO, FormDAO formDAO, FieldDAO fieldDAO, ResponseDAO responseDAO, org.exoplatform.task.service.TaskService taskService, org.exoplatform.task.service.StatusService statusService, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.task.service.LabelService labelService, org.exoplatform.task.service.CommentService commentService, LeadCaptureSettingsService leadCaptureSettingsService, org.exoplatform.services.listener.ListenerService listenerService)
-