Package com.hybris.yprofile.populators
Class IdentitiesPopulator
java.lang.Object
com.hybris.yprofile.populators.IdentitiesPopulator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckIfUidIsEmail(String uidToCheck) protected ConsumercreateConsumer(String type, String ref) protected ConfigurationServicegetCustomerId(UserModel userModel) protected StringgetIdentityRef(UserModel userModel) protected voidinit()voidPopulate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
Field Details
-
TYPE_EMAIL
- See Also:
-
TYPE_UID
- See Also:
-
CUSTOMER_ID
- See Also:
-
-
Constructor Details
-
IdentitiesPopulator
public IdentitiesPopulator()
-
-
Method Details
-
getConfigurationService
-
setConfigurationService
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance. -
getIdentityRef
-
getCustomerId
-
checkIfUidIsEmail
-
createConsumer
-
init
protected void init()
-