Class CaptchaConfigPopulator
java.lang.Object
de.hybris.platform.commercefacades.captcha.converters.populator.CaptchaConfigPopulator
- All Implemented Interfaces:
Populator<BaseSiteModel,CaptchaConfigData>
public class CaptchaConfigPopulator
extends Object
implements Populator<BaseSiteModel,CaptchaConfigData>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SiteConfigServicevoidpopulate(BaseSiteModel baseSiteModel, CaptchaConfigData captchaConfigData) Populate the target instance with values from the source instance.voidsetSiteConfigService(SiteConfigService siteConfigService)
-
Field Details
-
RECAPTCHA_SITE_KEY_PROPERTY
- See Also:
-
-
Constructor Details
-
CaptchaConfigPopulator
public CaptchaConfigPopulator()
-
-
Method Details
-
populate
public void populate(BaseSiteModel baseSiteModel, CaptchaConfigData captchaConfigData) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<BaseSiteModel,CaptchaConfigData> - Parameters:
baseSiteModel- the source objectcaptchaConfigData- the target to fill- Throws:
ConversionException- if an error occurs
-
getSiteConfigService
-
setSiteConfigService
-