Uses of Class
org.exoplatform.leadcapture.services.LeadCaptureSettingsService
Packages that use LeadCaptureSettingsService
Package
Description
-
Uses of LeadCaptureSettingsService in org.exoplatform.leadcapture.listeners
Constructors in org.exoplatform.leadcapture.listeners with parameters of type LeadCaptureSettingsServiceModifierConstructorDescriptionNewLeadListener(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) NewUserListener(LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of LeadCaptureSettingsService in org.exoplatform.leadcapture.rest
Constructors in org.exoplatform.leadcapture.rest with parameters of type LeadCaptureSettingsServiceModifierConstructorDescriptionLeadCaptureSettingsRest(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 LeadCaptureSettingsServiceModifierConstructorDescriptionLCMailService(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)