Uses of Class
com.sap.hybris.c4c.customer.dto.C4CAddressData
-
Packages that use C4CAddressData Package Description com.sap.hybris.c4c.customer.dto com.sap.hybris.c4c.customer.populator com.sap.hybris.c4c.customer.util -
-
Uses of C4CAddressData in com.sap.hybris.c4c.customer.dto
Methods in com.sap.hybris.c4c.customer.dto that return C4CAddressData Modifier and Type Method Description C4CAddressData[]C4CCustomerData. getAddresses()Methods in com.sap.hybris.c4c.customer.dto with parameters of type C4CAddressData Modifier and Type Method Description voidC4CCustomerData. setAddresses(C4CAddressData[] addresses) -
Uses of C4CAddressData in com.sap.hybris.c4c.customer.populator
Methods in com.sap.hybris.c4c.customer.populator with parameters of type C4CAddressData Modifier and Type Method Description voidDefaultSapC4cAddressPopulator. populate(AddressModel addressModel, C4CAddressData addressData) -
Uses of C4CAddressData in com.sap.hybris.c4c.customer.util
Methods in com.sap.hybris.c4c.customer.util that return C4CAddressData Modifier and Type Method Description C4CAddressDataSapC4cCustomerUtils. getAddressWithEmail(java.lang.String email)Returns C4CAddressData populated with given emailMethods in com.sap.hybris.c4c.customer.util that return types with arguments of type C4CAddressData Modifier and Type Method Description java.util.List<C4CAddressData>SapC4cCustomerUtils. getAdressListForCustomer(java.util.Collection<AddressModel> addressModels)Returns List of C4CAddressData for given list of addressModel
-