Interface TmaBillingAccountDao
- All Known Implementing Classes:
DefaultTmaBillingAccountDao
public interface TmaBillingAccountDao
Data Access Object for operations related to the
TmaBillingAccountModel type.- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptionfindBillingAccount(String billingSystemId, String billingAccountId) Finds theTmaBillingAccountModelfor a given billing account id and billing system id.
-
Method Details
-
findBillingAccount
Finds theTmaBillingAccountModelfor a given billing account id and billing system id.- Parameters:
billingSystemId- the billing system identifierbillingAccountId- the billing account identifier- Returns:
- the
TmaBillingAccountModelfor the given details if found. - Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- if no billing account is found
-