Class DefaultGigyaService
- java.lang.Object
-
- de.hybris.platform.gigya.gigyaservices.service.impl.DefaultGigyaService
-
- All Implemented Interfaces:
GigyaService
public class DefaultGigyaService extends java.lang.Object implements GigyaService
Default implementation of GigyaService
-
-
Constructor Summary
Constructors Constructor Description DefaultGigyaService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.gigya.socialize.GSResponsecallRawGigyaApiWithConfig(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params, GigyaConfigModel conf, int maxTries, int tryNum)Method to call raw gigya API with the provided gigya configurationcom.gigya.socialize.GSResponsecallRawGigyaApiWithConfigAndObject(java.lang.String method, com.gigya.socialize.GSObject gigyaParams, GigyaConfigModel gigyaConfig, int maxTries, int tryNum)Method to call gigya API with the configuration and gigya object
-
-
-
Method Detail
-
callRawGigyaApiWithConfig
public com.gigya.socialize.GSResponse callRawGigyaApiWithConfig(java.lang.String method, java.util.Map<java.lang.String,java.lang.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(java.lang.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
-
-