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 -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.user.daos.impl.DefaultAddressDao
findAddressesForOwnerMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.user.daos.AddressDao
findAddressesForOwner
-
Constructor Details
-
DefaultTmaAddressDao
public DefaultTmaAddressDao()
-
-
Method Details
-
findAddress
Description copied from interface:TmaAddressDaoGets an Address for a given id.- Specified by:
findAddressin interfaceTmaAddressDao- Parameters:
addressId- the id of the requested address.- Returns:
- the Address if found.
-