Class DefaultTmaAddressDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AddressModel>
de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaAddressDao
All Implemented Interfaces:
TmaAddressDao, de.hybris.platform.servicelayer.internal.dao.GenericDao<AddressModel>, de.hybris.platform.servicelayer.user.daos.AddressDao

public class DefaultTmaAddressDao extends de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao implements TmaAddressDao
Default implementation of TmaAddressDao
Since:
1911
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao

    findAddressesForOwner

    Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao

    find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    findAddressesForOwner
  • Constructor Details

    • DefaultTmaAddressDao

      public DefaultTmaAddressDao()
  • Method Details

    • findAddress

      public AddressModel findAddress(String addressId)
      Description copied from interface: TmaAddressDao
      Gets an Address for a given id.
      Specified by:
      findAddress in interface TmaAddressDao
      Parameters:
      addressId - the id of the requested address.
      Returns:
      the Address if found.