Uses of Class
org.exoplatform.leadcapture.dto.LeadCaptureSettings
-
Packages that use LeadCaptureSettings Package Description org.exoplatform.leadcapture.dto org.exoplatform.leadcapture.rest org.exoplatform.leadcapture.services -
-
Uses of LeadCaptureSettings in org.exoplatform.leadcapture.dto
Methods in org.exoplatform.leadcapture.dto that return LeadCaptureSettings Modifier and Type Method Description LeadCaptureSettingsLeadCaptureSettings. clone() -
Uses of LeadCaptureSettings in org.exoplatform.leadcapture.rest
Methods in org.exoplatform.leadcapture.rest with parameters of type LeadCaptureSettings Modifier and Type Method Description booleanLeadCaptureSettingsRest. isConfigured(LeadCaptureSettings settings)javax.ws.rs.core.ResponseLeadCaptureSettingsRest. save(javax.ws.rs.core.UriInfo uriInfo, LeadCaptureSettings settings) -
Uses of LeadCaptureSettings in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return LeadCaptureSettings Modifier and Type Method Description LeadCaptureSettingsLeadCaptureSettingsService. getSettings()Methods in org.exoplatform.leadcapture.services with parameters of type LeadCaptureSettings Modifier and Type Method Description voidLeadCaptureSettingsService. saveSettings(LeadCaptureSettings leadCaptureSettings)
-