Uses of Class
org.exoplatform.leadcapture.dao.LeadDAO
Packages that use LeadDAO
-
Uses of LeadDAO in org.exoplatform.leadcapture.listeners
Fields in org.exoplatform.leadcapture.listeners declared as LeadDAOConstructors in org.exoplatform.leadcapture.listeners with parameters of type LeadDAOModifierConstructorDescriptionNewCommunityRegistrationListener(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 LeadDAOModifierConstructorDescriptionLeadsManagementService(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)