public class DefaultAddressDao extends DefaultGenericDao<AddressModel> implements AddressDao
AddressDao.| Constructor and Description |
|---|
DefaultAddressDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AddressModel> |
findAddressesForOwner(ItemModel owner)
Finds all addresses for the given owner.
|
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic java.util.Collection<AddressModel> findAddressesForOwner(ItemModel owner)
AddressDaofindAddressesForOwner in interface AddressDaoowner - 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.