Interface TmaDirectDebitPaymentInfoDao
- All Known Implementing Classes:
DefaultTmaDirectDebitPaymentInfoDao
public interface TmaDirectDebitPaymentInfoDao
Data Access Object for the
TuaDirectDebitPaymentInfoModel.- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionSearch for the direct debit objects associated with the given userId.
-
Method Details
-
getTuaDirectDebitPaymentInfoFor
Search for the direct debit objects associated with the given userId.- Parameters:
userId- uid of the principal- Returns:
- a
TuaDirectDebitPaymentInfoModelbelonging to the identified principal.
-