Class DefaultTmaCustomerAccountDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao
de.hybris.platform.b2ctelcoservices.customer.dao.impl.DefaultTmaCustomerAccountDao
All Implemented Interfaces:
de.hybris.platform.commerceservices.customer.dao.CustomerAccountDao, de.hybris.platform.servicelayer.internal.dao.Dao

public class DefaultTmaCustomerAccountDao extends de.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao
Implementation of CustomerAccountDao responsible for performing PaymentInfoModel related database operations.
Since:
2302
  • Field Summary

    Fields inherited from class de.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao

    FILTER_RETURNREQUESTS_STATUS, FIND_RETURNREQUESTS_BY_CUSTOMER_STORE_QUERY, FIND_RETURNREQUESTS_BY_CUSTOMER_STORE_QUERY_AND_STATUS, SORT_RETURNREQUESTS_BY_DATE, SORT_RETURNREQUESTS_BY_RMA

    Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao

    flexibleSearchService, modelService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class de.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao

    createQuery, createSortQueryData, findAddressBookDeliveryEntriesForCustomer, findCreditCardPaymentInfosByCustomer, findOrderByCodeAndStore, findOrderByCustomerAndCodeAndStore, findOrderByGUIDAndStore, findOrdersByCustomerAndStore, findOrdersByCustomerAndStore, findReturnRequestsByCustomerAndStore, getConfigurationService, getFilterOrderStatusList, getFilterReturnStatusList, getFindOrdersAdditionalFilter, getPagedFlexibleSearchService, setConfigurationService, setFilterOrderStatusList, setFilterReturnStatusList, setPagedFlexibleSearchService

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

    getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultTmaCustomerAccountDao

      public DefaultTmaCustomerAccountDao()
  • Method Details

    • findCreditCardPaymentInfoByCustomer

      public CreditCardPaymentInfoModel findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code)
      Specified by:
      findCreditCardPaymentInfoByCustomer in interface de.hybris.platform.commerceservices.customer.dao.CustomerAccountDao
      Overrides:
      findCreditCardPaymentInfoByCustomer in class de.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao