Uses of Class
de.hybris.platform.assistedservicestorefront.customer360.CustomerProfileData
-
Packages that use CustomerProfileData Package Description de.hybris.platform.assistedservicestorefront.customer360.populators de.hybris.platform.assistedservicestorefront.customer360.provider -
-
Uses of CustomerProfileData in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators with parameters of type CustomerProfileData Modifier and Type Method Description voidCustomerProfileDataPopulator. populate(CustomerModel userModel, CustomerProfileData customerProfileData) -
Uses of CustomerProfileData in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return CustomerProfileData Modifier and Type Method Description CustomerProfileDataCustomerProfileDataProvider. getModel(java.util.Map parameters)Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type CustomerProfileData Modifier and Type Method Description protected Converter<CustomerModel,CustomerProfileData>CustomerProfileDataProvider. getCustomerProfileDataConverter()Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type CustomerProfileData Modifier and Type Method Description voidCustomerProfileDataProvider. setCustomerProfileDataConverter(Converter<CustomerModel,CustomerProfileData> customerProfileDataConverter)
-