public interface AddressDao
AddressModel access.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AddressModel> |
findAddressesForOwner(ItemModel owner)
Finds all addresses for the given owner.
|
java.util.Collection<AddressModel> findAddressesForOwner(ItemModel owner)
owner - the owner of the address. Mostly it is a UserModel, CartModel or OrderModel.owner no AddressModel was found.Copyright © 2018 SAP SE. All Rights Reserved.