Class DefaultGigyaUserPopulator
- java.lang.Object
-
- de.hybris.platform.gigya.gigyaservices.populators.DefaultGigyaUserPopulator
-
- All Implemented Interfaces:
Populator<CustomerModel,com.gigya.socialize.GSObject>
public class DefaultGigyaUserPopulator extends java.lang.Object implements Populator<CustomerModel,com.gigya.socialize.GSObject>
Populator to convert gigya user model to gsObject
-
-
Constructor Summary
Constructors Constructor Description DefaultGigyaUserPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerNameStrategygetCustomerNameStrategy()GenericDao<GigyaFieldMappingModel>getGigyaFieldMappingGenericDao()ModelServicegetModelService()voidpopulate(CustomerModel gigyaUser, com.gigya.socialize.GSObject gsObject)Populate the target instance with values from the source instance.voidsetCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)voidsetGigyaFieldMappingGenericDao(GenericDao<GigyaFieldMappingModel> gigyaFieldMappingGenericDao)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
populate
public void populate(CustomerModel gigyaUser, com.gigya.socialize.GSObject gsObject)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,com.gigya.socialize.GSObject>- Parameters:
gigyaUser- the source objectgsObject- the target to fill
-
getModelService
public ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getGigyaFieldMappingGenericDao
public GenericDao<GigyaFieldMappingModel> getGigyaFieldMappingGenericDao()
-
setGigyaFieldMappingGenericDao
public void setGigyaFieldMappingGenericDao(GenericDao<GigyaFieldMappingModel> gigyaFieldMappingGenericDao)
-
getCustomerNameStrategy
public CustomerNameStrategy getCustomerNameStrategy()
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
-
-