public interface AddressDao
AddressModel access.| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
findAddressesForOwner(ItemModel owner)
Finds all addresses for the given owner.
|
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 © 2017 SAP SE. All Rights Reserved.