Interface BaBillingAccountDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<BaBillingAccountModel>
- All Known Implementing Classes:
DefaultBaBillingAccountDao
@Deprecated(since="2208")
public interface BaBillingAccountDao
extends de.hybris.platform.servicelayer.internal.dao.GenericDao<BaBillingAccountModel>
Deprecated.
2208
Data access object for
BaAccountModels.- Since:
- 2105
-
Method Summary
Modifier and TypeMethodDescriptiongetBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.Returns a list ofBaAccountModels for the given context.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Deprecated.Retrieves the total number of billing accounts found for a given billingAccountContext.Methods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Method Details
-
getBillingAccounts
List<BaAccountModel> getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.Returns a list ofBaAccountModels for the given context.- Parameters:
billingAccountContext- the billing account contextoffset- the offset.limit- the maximum number of returned billing accounts.- Returns:
- the List of
BaAccountModels found for the given context.
-
getNumberOfBillingAccountsFor
Deprecated.Retrieves the total number of billing accounts found for a given billingAccountContext.- Parameters:
billingAccountContext- the billing account context.- Returns:
- the number of products found.
-