Interface TmaAddressDao
- All Superinterfaces:
de.hybris.platform.servicelayer.user.daos.AddressDao
- All Known Implementing Classes:
DefaultTmaAddressDao
public interface TmaAddressDao
extends de.hybris.platform.servicelayer.user.daos.AddressDao
Data Access Object for the
AddressModel object.- Since:
- 1911
-
Method Summary
Methods inherited from interface de.hybris.platform.servicelayer.user.daos.AddressDao
findAddressesForOwner
-
Method Details
-
findAddress
Gets an Address for a given id.- Parameters:
addressId- the id of the requested address.- Returns:
- the Address if found.
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- if no address is found
-