Class DefaultTuaBillingAccountDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillingAccountModel>
de.hybris.platform.billingaccountservices.daos.impl.DefaultTuaBillingAccountDao
- All Implemented Interfaces:
TuaBillingAccountDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillingAccountModel>
public class DefaultTuaBillingAccountDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillingAccountModel>
implements TuaBillingAccountDao
Default implementation of
TuaBillingAccountDao.- Since:
- 2208.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Returns a list ofTuaAccountModels for the given context.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) 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
-
DefaultTuaBillingAccountDao
public DefaultTuaBillingAccountDao()
-
-
Method Details
-
getBillingAccounts
public List<TuaAccountModel> getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Description copied from interface:TuaBillingAccountDaoReturns a list ofTuaAccountModels for the given context.- Specified by:
getBillingAccountsin interfaceTuaBillingAccountDao- Parameters:
billingAccountContext- the billing account contextoffset- the offset.limit- the maximum number of returned billing accounts.- Returns:
- the List of
TuaAccountModels found for the given context.
-
getNumberOfBillingAccountsFor
Description copied from interface:TuaBillingAccountDaoRetrieves the total number of billing accounts found for a given billingAccountContext.- Specified by:
getNumberOfBillingAccountsForin interfaceTuaBillingAccountDao- Parameters:
billingAccountContext- the billing account context.- Returns:
- the number of products found.
-