Class DefaultTmaDirectDebitPaymentInfoDao
java.lang.Object
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaDirectDebitPaymentInfoDao
- All Implemented Interfaces:
TmaDirectDebitPaymentInfoDao
public class DefaultTmaDirectDebitPaymentInfoDao
extends Object
implements TmaDirectDebitPaymentInfoDao
Default implementation of the
TmaDirectDebitPaymentInfoDao.- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaDirectDebitPaymentInfoDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.search.FlexibleSearchServiceSearch for the direct debit objects associated with the given userId.
-
Constructor Details
-
DefaultTmaDirectDebitPaymentInfoDao
public DefaultTmaDirectDebitPaymentInfoDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
-
Method Details
-
getTuaDirectDebitPaymentInfoFor
Description copied from interface:TmaDirectDebitPaymentInfoDaoSearch for the direct debit objects associated with the given userId.- Specified by:
getTuaDirectDebitPaymentInfoForin interfaceTmaDirectDebitPaymentInfoDao- Parameters:
userId- uid of the principal- Returns:
- a
TuaDirectDebitPaymentInfoModelbelonging to the identified principal.
-
getFlexibleSearchService
protected de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService()
-