Class DefaultGigyaService
java.lang.Object
de.hybris.platform.gigya.gigyaservices.service.impl.DefaultGigyaService
- All Implemented Interfaces:
GigyaService
Default implementation of GigyaService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.gigya.socialize.GSResponsecallRawGigyaApiWithConfig(String method, Map<String, Object> params, GigyaConfigModel conf, int maxTries, int tryNum) Method to call raw gigya API with the provided gigya configurationcom.gigya.socialize.GSResponsecallRawGigyaApiWithConfigAndObject(String method, com.gigya.socialize.GSObject gigyaParams, GigyaConfigModel gigyaConfig, int maxTries, int tryNum) Method to call gigya API with the configuration and gigya objectvoidsetUserService(de.hybris.platform.servicelayer.user.UserService userService)
-
Constructor Details
-
DefaultGigyaService
public DefaultGigyaService()
-
-
Method Details
-
callRawGigyaApiWithConfig
public com.gigya.socialize.GSResponse callRawGigyaApiWithConfig(String method, Map<String, Object> params, GigyaConfigModel conf, int maxTries, int tryNum) Description copied from interface:GigyaServiceMethod to call raw gigya API with the provided gigya configuration- Specified by:
callRawGigyaApiWithConfigin interfaceGigyaService- Parameters:
method- The method name of gigyaparams- The various paramsconf- The gigya config modelmaxTries- The number of trystryNum- The current try number- Returns:
- GSResponse The GS response
-
callRawGigyaApiWithConfigAndObject
public com.gigya.socialize.GSResponse callRawGigyaApiWithConfigAndObject(String method, com.gigya.socialize.GSObject gigyaParams, GigyaConfigModel gigyaConfig, int maxTries, int tryNum) Description copied from interface:GigyaServiceMethod to call gigya API with the configuration and gigya object- Specified by:
callRawGigyaApiWithConfigAndObjectin interfaceGigyaService- Parameters:
method- The method namegigyaParams- The gigya objectgigyaConfig- The gigya configuration modelmaxTries- The number of trystryNum- The current try number- Returns:
- GSResponse The gigya response
-
setUserService
public void setUserService(de.hybris.platform.servicelayer.user.UserService userService)
-