Class NewLeadListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<LeadEntity,String>
org.exoplatform.leadcapture.listeners.NewLeadListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionNewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<LeadEntity, String> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
NewLeadListener
public NewLeadListener(LCMailService lcMailService, MailTemplatesManagementService mailTemplatesManagementService, org.exoplatform.services.organization.OrganizationService organizationService, LeadsManagementService leadsManagementService, LeadDAO leadDAO, LeadCaptureSettingsService leadCaptureSettingsService)
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<LeadEntity, String> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<LeadEntity,String> - Throws:
Exception
-