Class DefaultAddressDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AddressModel>
de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao
- All Implemented Interfaces:
GenericDao<AddressModel>,AddressDao
- Direct Known Subclasses:
ChineseAddressDao
Default implementation of the
AddressDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAddressesForOwner(ItemModel owner) Finds all addresses for the given owner.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultAddressDao
public DefaultAddressDao()
-
-
Method Details
-
findAddressesForOwner
Description copied from interface:AddressDaoFinds all addresses for the given owner.- Specified by:
findAddressesForOwnerin interfaceAddressDao- Parameters:
owner- the owner of the address. Mostly it is aUserModel,CartModelorOrderModel.- Returns:
- an empty collection if for the given
ownernoAddressModelwas found.
-