Class DefaultBaBillingAccountDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BaBillingAccountModel>
de.hybris.platform.billingaccountservices.daos.impl.DefaultBaBillingAccountDao
- All Implemented Interfaces:
BaBillingAccountDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<BaBillingAccountModel>
@Deprecated(since="2208")
public class DefaultBaBillingAccountDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BaBillingAccountModel>
implements BaBillingAccountDao
Deprecated.
2208
Default implementation of
BaBillingAccountDao.- Since:
- 2105.
-
Constructor Summary
Constructors -
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 class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Constructor Details
-
DefaultBaBillingAccountDao
public DefaultBaBillingAccountDao()Deprecated.
-
-
Method Details
-
getBillingAccounts
public List<BaAccountModel> getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.Description copied from interface:BaBillingAccountDaoReturns a list ofBaAccountModels for the given context.- Specified by:
getBillingAccountsin interfaceBaBillingAccountDao- 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.Description copied from interface:BaBillingAccountDaoRetrieves the total number of billing accounts found for a given billingAccountContext.- Specified by:
getNumberOfBillingAccountsForin interfaceBaBillingAccountDao- Parameters:
billingAccountContext- the billing account context.- Returns:
- the number of products found.
-