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
Modifier and TypeMethodDescriptionfindAddress(String addressId) Gets an Address for a given id.findAddressesByOffsetAndLimit(Integer offset, Integer limit) Get Addresses filtered by offset and limitfindAddressValidationsByOffsetAndLimit(Integer offset, Integer limit) Get Address Validations filtered by offset and limitMethods 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.
-
findAddressValidationsByOffsetAndLimit
Description copied from interface:TmaAddressDaoGet Address Validations filtered by offset and limit- Specified by:
findAddressValidationsByOffsetAndLimitin interfaceTmaAddressDao- Parameters:
offset- the offsetlimit- the limit- Returns:
- the list of Address Validations found
-
findAddressesByOffsetAndLimit
Description copied from interface:TmaAddressDaoGet Addresses filtered by offset and limit- Specified by:
findAddressesByOffsetAndLimitin interfaceTmaAddressDao- Parameters:
offset- the offsetlimit- the limit- Returns:
- the list of Addresses found
-