Uses of Class
com.sap.hybris.saprevenuecloudcustomer.dto.Address
-
Packages that use Address Package Description com.sap.hybris.saprevenuecloudcustomer.dto com.sap.hybris.saprevenuecloudcustomer.populator -
-
Uses of Address in com.sap.hybris.saprevenuecloudcustomer.dto
Methods in com.sap.hybris.saprevenuecloudcustomer.dto that return types with arguments of type Address Modifier and Type Method Description java.util.List<Address>Customer. getAddresses()Method parameters in com.sap.hybris.saprevenuecloudcustomer.dto with type arguments of type Address Modifier and Type Method Description voidCustomer. setAddresses(java.util.List<Address> addresses) -
Uses of Address in com.sap.hybris.saprevenuecloudcustomer.populator
Methods in com.sap.hybris.saprevenuecloudcustomer.populator that return types with arguments of type Address Modifier and Type Method Description protected java.util.List<Address>DefaultSapRevenueCloudCustomerPopulator. getAddressListForCustomer(CustomerModel customerModel)Methods in com.sap.hybris.saprevenuecloudcustomer.populator with parameters of type Address Modifier and Type Method Description voidDefaultSapRevenueCloudAddressPopulator. populate(AddressModel addressModel, Address addressJson)
-