Uses of Class
de.hybris.platform.billmanagementservices.data.BmPartyBillContext
Packages that use BmPartyBillContext
Package
Description
-
Uses of BmPartyBillContext in de.hybris.platform.billmanagementservices.daos
Methods in de.hybris.platform.billmanagementservices.daos with parameters of type BmPartyBillContextModifier and TypeMethodDescriptionBmPartyBillDao.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.Retrieves the total number of party bills found for a given partyBillContext.TuaPartyBillDao.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Retrieves the total number of party bills found for a given partyBillContext.TuaPartyBillOnDemandDao.getNumberOfPartyBillsOnDemandFor(BmPartyBillContext bmPartyBillContext) Retrieves the total number ofTuaPartyBillOnDemandModelfound for a given partyBillContext.BmPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.TuaPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillModels for the given context.TuaPartyBillOnDemandDao.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillOnDemandModels for the given context. -
Uses of BmPartyBillContext in de.hybris.platform.billmanagementservices.daos.impl
Methods in de.hybris.platform.billmanagementservices.daos.impl with parameters of type BmPartyBillContextModifier and TypeMethodDescriptionDefaultBmPartyBillDao.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.DefaultTuaPartyBillDao.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) DefaultTuaPartyBillOnDemandDao.getNumberOfPartyBillsOnDemandFor(BmPartyBillContext bmPartyBillContext) DefaultBmPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.DefaultTuaPartyBillDao.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) DefaultTuaPartyBillOnDemandDao.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) -
Uses of BmPartyBillContext in de.hybris.platform.billmanagementservices.services
Methods in de.hybris.platform.billmanagementservices.services with parameters of type BmPartyBillContextModifier and TypeMethodDescriptionBmPartyBillService.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.Retrieves the total number of party bills found for a given bmPartyBillContext.TuaPartyBillService.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Retrieves the total number of party bills found for a given bmPartyBillContext.TuaPartyBillOnDemandService.getNumberOfPartyBillsOnDemandFor(BmPartyBillContext bmPartyBillContext) Retrieves the total number ofTuaPartyBillOnDemandModelfound for a given bmPartyBillContext.BmPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.TuaPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillModels for the given context.TuaPartyBillOnDemandService.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Returns a list ofTuaPartyBillOnDemandModels for the given context. -
Uses of BmPartyBillContext in de.hybris.platform.billmanagementservices.services.impl
Methods in de.hybris.platform.billmanagementservices.services.impl with parameters of type BmPartyBillContextModifier and TypeMethodDescriptionDefaultBmPartyBillService.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.DefaultTuaPartyBillService.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) DefaultTuaPartyBillOnDemandService.getNumberOfPartyBillsOnDemandFor(BmPartyBillContext bmPartyBillContext) DefaultBmPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.DefaultTuaPartyBillService.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) DefaultTuaPartyBillOnDemandService.getPartyBillsOnDemand(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit)