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

    Modifier and Type
    Method
    Description
    findAddress(String addressId)
    Gets an Address for a given id.

    Methods inherited from interface de.hybris.platform.servicelayer.user.daos.AddressDao

    findAddressesForOwner
  • Method Details

    • findAddress

      AddressModel findAddress(String addressId)
      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