Interface AddressDao
-
- All Known Subinterfaces:
AddressDao
- All Known Implementing Classes:
ChineseAddressDao,DefaultAddressDao
public interface AddressDaoDao forAddressModelaccess.- Since:
- 4.3
- Spring Bean ID:
- addressDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<AddressModel>findAddressesForOwner(ItemModel owner)Finds all addresses for the given owner.
-
-
-
Method Detail
-
findAddressesForOwner
java.util.Collection<AddressModel> findAddressesForOwner(ItemModel owner)
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.
-
-