Class DefaultTmaBillingAccountDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TmaBillingAccountModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaBillingAccountDao
- All Implemented Interfaces:
TmaBillingAccountDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TmaBillingAccountModel>
public class DefaultTmaBillingAccountDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TmaBillingAccountModel>
implements TmaBillingAccountDao
Default implementation of the
TmaBillingAccountDao.- Since:
- 6.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBillingAccount(String billingSystemId, String billingAccountId) Finds theTmaBillingAccountModelfor a given billing account id and billing system id.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultTmaBillingAccountDao
public DefaultTmaBillingAccountDao()
-
-
Method Details
-
findBillingAccount
Description copied from interface:TmaBillingAccountDaoFinds theTmaBillingAccountModelfor a given billing account id and billing system id.- Specified by:
findBillingAccountin interfaceTmaBillingAccountDao- Parameters:
billingSystemId- the billing system identifierbillingAccountId- the billing account identifier- Returns:
- the
TmaBillingAccountModelfor the given details if found.
-