Uses of Class
de.hybris.platform.gigya.gigyaservices.model.GigyaConfigModel
-
Packages that use GigyaConfigModel Package Description de.hybris.platform.basecommerce.model.site Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.de.hybris.platform.gigya.gigyafacades.login de.hybris.platform.gigya.gigyafacades.login.impl de.hybris.platform.gigya.gigyaservices.interceptor de.hybris.platform.gigya.gigyaservices.login de.hybris.platform.gigya.gigyaservices.login.impl de.hybris.platform.gigya.gigyaservices.model Contains generated models for each type of de.hybris.platform.gigya.gigyaservices.jalo package.de.hybris.platform.gigya.gigyaservices.retention de.hybris.platform.gigya.gigyaservices.service de.hybris.platform.gigya.gigyaservices.service.impl -
-
Uses of GigyaConfigModel in de.hybris.platform.basecommerce.model.site
Methods in de.hybris.platform.basecommerce.model.site that return GigyaConfigModel Modifier and Type Method Description GigyaConfigModelBaseSiteModel. getGigyaConfig()Generated method - Getter of theBaseSite.gigyaConfigattribute defined at extensiongigyaloginaddon.Methods in de.hybris.platform.basecommerce.model.site with parameters of type GigyaConfigModel Modifier and Type Method Description voidBaseSiteModel. setGigyaConfig(GigyaConfigModel value)Generated method - Setter ofBaseSite.gigyaConfigattribute defined at extensiongigyaloginaddon. -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyafacades.login
Methods in de.hybris.platform.gigya.gigyafacades.login with parameters of type GigyaConfigModel Modifier and Type Method Description UserModelGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)Create new customer from gigya UidbooleanGigyaLoginFacade. processGigyaLogin(GigyaJsOnLoginInfo jsInfo, GigyaConfigModel gigyaConfig)Method to process gigya loginbooleanGigyaLoginFacade. processGigyaProfileUpdate(GigyaJsOnLoginInfo jsInfo, GigyaConfigModel gigyaConfig)Processes gigya profile updatevoidGigyaLoginFacade. updateUser(GigyaConfigModel gigyaConfig, UserModel user)Method to update user by scheduling update user task -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyafacades.login.impl
Methods in de.hybris.platform.gigya.gigyafacades.login.impl with parameters of type GigyaConfigModel Modifier and Type Method Description UserModelDefaultGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)booleanDefaultGigyaLoginFacade. processGigyaLogin(GigyaJsOnLoginInfo jsInfo, GigyaConfigModel gigyaConfig)booleanDefaultGigyaLoginFacade. processGigyaProfileUpdate(GigyaJsOnLoginInfo jsInfo, GigyaConfigModel gigyaConfig)voidDefaultGigyaLoginFacade. updateUser(GigyaConfigModel gigyaConfig, UserModel user) -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.interceptor
Methods in de.hybris.platform.gigya.gigyaservices.interceptor with parameters of type GigyaConfigModel Modifier and Type Method Description voidGigyaConfigValidateInterceptor. onValidate(GigyaConfigModel gigyaConfig, InterceptorContext context) -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.login
Methods in de.hybris.platform.gigya.gigyaservices.login with parameters of type GigyaConfigModel Modifier and Type Method Description GigyaUserObjectGigyaLoginService. fetchGigyaInfo(GigyaConfigModel gigyaConfig, java.lang.String uid)Fetch user information from gigyavoidGigyaLoginService. notifyGigyaOfLogout(GigyaConfigModel gigyaConfig, java.lang.String uid)Notify gigya about logout informationbooleanGigyaLoginService. verifyGigyaCall(GigyaConfigModel gigyaConfigModel, java.lang.String uid, java.lang.String uidSignature, java.lang.String signatureTimeStamp)Method to verify gigya call -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.login.impl
Methods in de.hybris.platform.gigya.gigyaservices.login.impl that return types with arguments of type GigyaConfigModel Modifier and Type Method Description GenericDao<GigyaConfigModel>DefaultGigyaLoginService. getGigyaConfigGenericDao()Methods in de.hybris.platform.gigya.gigyaservices.login.impl with parameters of type GigyaConfigModel Modifier and Type Method Description GigyaUserObjectDefaultGigyaLoginService. fetchGigyaInfo(GigyaConfigModel gigyaConfig, java.lang.String uid)protected GigyaUserObjectDefaultGigyaLoginService. fetchRaasAccount(GigyaConfigModel gigyaConfig, java.lang.String guid)voidDefaultGigyaLoginService. notifyGigyaOfLogout(GigyaConfigModel gigyaConfig, java.lang.String uid)booleanDefaultGigyaLoginService. verifyGigyaCall(GigyaConfigModel gigyaConfig, java.lang.String uid, java.lang.String uidSignature, java.lang.String signatureTimeStamp)protected booleanDefaultGigyaLoginService. verifyGigyaCallApiUser(java.lang.String uid, java.lang.String sig, java.lang.String timestamp, GigyaConfigModel gigyaConfig)Method parameters in de.hybris.platform.gigya.gigyaservices.login.impl with type arguments of type GigyaConfigModel Modifier and Type Method Description voidDefaultGigyaLoginService. setGigyaConfigGenericDao(GenericDao<GigyaConfigModel> gigyaConfigGenericDao) -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.model
Methods in de.hybris.platform.gigya.gigyaservices.model that return GigyaConfigModel Modifier and Type Method Description GigyaConfigModelGigyaFieldMappingModel. getGigyaConfig()Generated method - Getter of theGigyaFieldMapping.gigyaConfigattribute defined at extensiongigyaservices.Methods in de.hybris.platform.gigya.gigyaservices.model with parameters of type GigyaConfigModel Modifier and Type Method Description voidGigyaFieldMappingModel. setGigyaConfig(GigyaConfigModel value)Generated method - Setter ofGigyaFieldMapping.gigyaConfigattribute defined at extensiongigyaservices.Constructors in de.hybris.platform.gigya.gigyaservices.model with parameters of type GigyaConfigModel Constructor Description GigyaFieldMappingModel(boolean _custom, java.lang.String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, java.lang.String _hybrisAttributeName, GyAttributeType _hybrisType, ItemModel _owner, GigyaSyncDirection _syncDirection)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGigyaFieldMappingModel(java.lang.String _gigyaAttributeName, GigyaConfigModel _gigyaConfig, java.lang.String _hybrisAttributeName, GyAttributeType _hybrisType, GigyaSyncDirection _syncDirection)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.retention
Methods in de.hybris.platform.gigya.gigyaservices.retention that return types with arguments of type GigyaConfigModel Modifier and Type Method Description GenericDao<GigyaConfigModel>GigyaUserCleanupHook. getGigyaConfigGenericDao()Method parameters in de.hybris.platform.gigya.gigyaservices.retention with type arguments of type GigyaConfigModel Modifier and Type Method Description voidGigyaUserCleanupHook. setGigyaConfigGenericDao(GenericDao<GigyaConfigModel> gigyaConfigGenericDao) -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.service
Methods in de.hybris.platform.gigya.gigyaservices.service with parameters of type GigyaConfigModel Modifier and Type Method Description com.gigya.socialize.GSResponseGigyaService. 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 configurationcom.gigya.socialize.GSResponseGigyaService. 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 -
Uses of GigyaConfigModel in de.hybris.platform.gigya.gigyaservices.service.impl
Methods in de.hybris.platform.gigya.gigyaservices.service.impl with parameters of type GigyaConfigModel Modifier and Type Method Description com.gigya.socialize.GSResponseDefaultGigyaService. callRawGigyaApiWithConfig(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params, GigyaConfigModel conf, int maxTries, int tryNum)com.gigya.socialize.GSResponseDefaultGigyaService. callRawGigyaApiWithConfigAndObject(java.lang.String method, com.gigya.socialize.GSObject gigyaParams, GigyaConfigModel gigyaConfig, int maxTries, int tryNum)
-