public class SapC4cCustomerUtils
extends java.lang.Object
| Constructor and Description |
|---|
SapC4cCustomerUtils() |
| Modifier and Type | Method and Description |
|---|---|
Populator |
getAddressPopulator() |
C4CAddressData |
getAddressWithEmail(java.lang.String email)
Returns C4CAddressData populated with given email
|
java.util.List<C4CAddressData> |
getAdressListForCustomer(java.util.Collection<AddressModel> addressModels)
Returns List of C4CAddressData for given list of addressModel
|
ConfigurationService |
getConfigurationService() |
C4CCustomerData |
getCustomerDataForCustomer(CustomerModel customerModel,
java.util.Collection<AddressModel> addressModels)
Returns C4CCustomerData for given customerModel and list of addressModel
|
Populator |
getCustomerPopulator() |
void |
setAddressPopulator(Populator addressPopulator) |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setCustomerPopulator(Populator customerPopulator) |
public C4CCustomerData getCustomerDataForCustomer(CustomerModel customerModel, java.util.Collection<AddressModel> addressModels)
customerModel - addressModels - public java.util.List<C4CAddressData> getAdressListForCustomer(java.util.Collection<AddressModel> addressModels)
addressModels - public C4CAddressData getAddressWithEmail(java.lang.String email)
email - public Populator getAddressPopulator()
public void setAddressPopulator(Populator addressPopulator)
addressPopulator - the addressPopulator to setpublic ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
configurationService - the configurationService to setpublic Populator getCustomerPopulator()
public void setCustomerPopulator(Populator customerPopulator)
customerPopulator - the customerPopulator to setCopyright © 2018 SAP SE. All Rights Reserved.