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 Details

    • getBillingAccounts

      List<BaAccountModel> getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit)
      Deprecated.
      Returns a list of BaAccountModels for the given context.
      Parameters:
      billingAccountContext - the billing account context
      offset - the offset.
      limit - the maximum number of returned billing accounts.
      Returns:
      the List of BaAccountModels found for the given context.
    • getNumberOfBillingAccountsFor

      Integer getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext)
      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.