Interface GigyaService

  • All Known Implementing Classes:
    DefaultGigyaService

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.gigya.socialize.GSResponse callRawGigyaApiWithConfig​(java.lang.String method, java.util.Map<java.lang.String,​java.lang.Object> params, GigyaConfigModel gigyaConfigModel, int trys, int tryNum)
      Method to call raw gigya API with the provided gigya configuration
      com.gigya.socialize.GSResponse callRawGigyaApiWithConfigAndObject​(java.lang.String method, com.gigya.socialize.GSObject gsObject, GigyaConfigModel gigyaConfigModel, int trys, int tryNum)
      Method to call gigya API with the configuration and gigya object
    • Method Detail

      • callRawGigyaApiWithConfig

        com.gigya.socialize.GSResponse callRawGigyaApiWithConfig​(java.lang.String method,
                                                                 java.util.Map<java.lang.String,​java.lang.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​(java.lang.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