Uses of Class
org.exoplatform.leadcapture.dao.LeadDAO
-
Packages that use LeadDAO Package Description org.exoplatform.leadcapture.listeners org.exoplatform.leadcapture.services -
-
Uses of LeadDAO in org.exoplatform.leadcapture.listeners
Fields in org.exoplatform.leadcapture.listeners declared as LeadDAO Modifier and Type Field Description protected LeadDAONewCommunityRegistrationListener. leadDAOConstructors in org.exoplatform.leadcapture.listeners with parameters of type LeadDAO 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)NewUserListener(LeadDAO leadDAO) -
Uses of LeadDAO in org.exoplatform.leadcapture.services
Constructors in org.exoplatform.leadcapture.services with parameters of type LeadDAO Constructor Description 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)
-