Uses of Class
de.hybris.platform.billingaccountservices.data.BaBillingAccountContext
Packages that use BaBillingAccountContext
Package
Description
-
Uses of BaBillingAccountContext in de.hybris.platform.billingaccountservices.daos
Methods in de.hybris.platform.billingaccountservices.daos with parameters of type BaBillingAccountContextModifier and TypeMethodDescriptionBaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.Returns a list ofBaAccountModels for the given context.TuaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Returns a list ofTuaAccountModels for the given context.BaBillingAccountDao.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Deprecated.Retrieves the total number of billing accounts found for a given billingAccountContext.TuaBillingAccountDao.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Retrieves the total number of billing accounts found for a given billingAccountContext. -
Uses of BaBillingAccountContext in de.hybris.platform.billingaccountservices.daos.impl
Methods in de.hybris.platform.billingaccountservices.daos.impl with parameters of type BaBillingAccountContextModifier and TypeMethodDescriptionDefaultBaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.DefaultTuaBillingAccountDao.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) DefaultBaBillingAccountDao.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Deprecated.DefaultTuaBillingAccountDao.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) -
Uses of BaBillingAccountContext in de.hybris.platform.billingaccountservices.services
Methods in de.hybris.platform.billingaccountservices.services with parameters of type BaBillingAccountContextModifier and TypeMethodDescriptionBaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.Returns a list ofBaAccountModels for the given context.TuaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Returns a list ofTuaAccountModels for the given context.BaBillingAccountService.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Deprecated.Retrieves the total number of billing accounts found for a given billingAccountContext.TuaBillingAccountService.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Retrieves the total number of billing accounts found for a given billingAccountContext. -
Uses of BaBillingAccountContext in de.hybris.platform.billingaccountservices.services.impl
Methods in de.hybris.platform.billingaccountservices.services.impl with parameters of type BaBillingAccountContextModifier and TypeMethodDescriptionDefaultBaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) Deprecated.DefaultTuaBillingAccountService.getBillingAccounts(BaBillingAccountContext billingAccountContext, Integer offset, Integer limit) DefaultBaBillingAccountService.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext) Deprecated.DefaultTuaBillingAccountService.getNumberOfBillingAccountsFor(BaBillingAccountContext billingAccountContext)