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_RMAFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) 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, setPagedFlexibleSearchServiceMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultTmaCustomerAccountDao
public DefaultTmaCustomerAccountDao()
-
-
Method Details
-
findCreditCardPaymentInfoByCustomer
public CreditCardPaymentInfoModel findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) - Specified by:
findCreditCardPaymentInfoByCustomerin interfacede.hybris.platform.commerceservices.customer.dao.CustomerAccountDao- Overrides:
findCreditCardPaymentInfoByCustomerin classde.hybris.platform.commerceservices.customer.dao.impl.DefaultCustomerAccountDao
-