Class DefaultTmaAddressService

java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.servicelayer.user.impl.DefaultAddressService
de.hybris.platform.b2ctelcoservices.address.impl.DefaultTmaAddressService
All Implemented Interfaces:
TmaAddressService, de.hybris.platform.servicelayer.user.AddressService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultTmaAddressService extends de.hybris.platform.servicelayer.user.impl.DefaultAddressService implements TmaAddressService
Default implementation of TmaAddressService
Since:
1911
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    de.hybris.platform.servicelayer.internal.service.AbstractService.SerializableDTO
  • Field Summary

    Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService

    modelService, sessionService, txManager

    Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for address service.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if an address belongs to a user.
    boolean
    Checks if the address with the given id exists.
    boolean
    Checks if the address should be cloned
    findAddress(String addressId)
    Gets an Address for a given id.
    Gets Addresses filtered by offset and limit.
    Gets Address Validations filtered by offset and limit.
    protected TmaAddressDao
     

    Methods inherited from class de.hybris.platform.servicelayer.user.impl.DefaultAddressService

    cloneAddress, cloneAddressForOwner, createAddressForOwner, createAddressForUser, getAddressesForOwner, setAddressDao

    Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService

    getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManager

    Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService

    afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplace

    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.AddressService

    cloneAddress, cloneAddressForOwner, createAddressForOwner, createAddressForUser, getAddressesForOwner
  • Constructor Details

    • DefaultTmaAddressService

      public DefaultTmaAddressService(TmaAddressDao tmaAddressDao)
      Default constructor for address service.
      Parameters:
      tmaAddressDao - the address dao used by the address service.
  • Method Details