Interface GigyaService

All Known Implementing Classes:
DefaultGigyaService

public interface GigyaService
Service to call gigya api's using gigya's java classes
  • Method Details

    • callRawGigyaApiWithConfig

      com.gigya.socialize.GSResponse callRawGigyaApiWithConfig(String method, Map<String,Object> params, GigyaConfigModel gigyaConfigModel, int trys, int tryNum)
      Method to call raw gigya API with the provided gigya configuration
      Parameters:
      method - The method name of gigya
      params - The various params
      gigyaConfigModel - The gigya config model
      trys - The number of trys
      tryNum - The current try number
      Returns:
      GSResponse The GS response
    • callRawGigyaApiWithConfigAndObject

      com.gigya.socialize.GSResponse callRawGigyaApiWithConfigAndObject(String method, com.gigya.socialize.GSObject gsObject, GigyaConfigModel gigyaConfigModel, int trys, int tryNum)
      Method to call gigya API with the configuration and gigya object
      Parameters:
      method - The method name
      gsObject - The gigya object
      gigyaConfigModel - The gigya configuration model
      trys - The number of trys
      tryNum - The current try number
      Returns:
      GSResponse The gigya response