Interface AddressDao
- All Known Subinterfaces:
AddressDao
- All Known Implementing Classes:
ChineseAddressDao,DefaultAddressDao
public interface AddressDao
Dao for
AddressModel access.- Since:
- 4.3
- Spring Bean ID:
- addressDao
-
Method Summary
Modifier and TypeMethodDescriptionfindAddressesForOwner(ItemModel owner) Finds all addresses for the given owner.
-
Method Details
-
findAddressesForOwner
Finds all addresses for the given owner.- Parameters:
owner- the owner of the address. Mostly it is aUserModel,CartModelorOrderModel.- Returns:
- an empty collection if for the given
ownernoAddressModelwas found.
-