Class DefaultBmPartyBillService
java.lang.Object
de.hybris.platform.billmanagementservices.services.impl.DefaultBmPartyBillService
- All Implemented Interfaces:
BmPartyBillService
@Deprecated(since="2208")
public class DefaultBmPartyBillService
extends Object
implements BmPartyBillService
Deprecated.
2208
Default implementation of
BmPartyBillService.- Since:
- 2108
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.Retrieves the total number of party bills found for a given bmPartyBillContext.getPartyBill(String partyBillNo) Deprecated.Returns aBmPartyBillModelfor the given party bill no.protected BmPartyBillDaoDeprecated.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.
-
Constructor Details
-
DefaultBmPartyBillService
Deprecated.
-
-
Method Details
-
getPartyBill
Deprecated.Description copied from interface:BmPartyBillServiceReturns aBmPartyBillModelfor the given party bill no.- Specified by:
getPartyBillin interfaceBmPartyBillService- Parameters:
partyBillNo- party bill no ofBmPartyBillModel- Returns:
- the
BmPartyBillModelfound.
-
getPartyBills
public List<BmPartyBillModel> getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Description copied from interface:BmPartyBillServiceReturns a list ofBmPartyBillModels for the given context.- Specified by:
getPartyBillsin interfaceBmPartyBillService- Parameters:
bmPartyBillContext- the party bill context, used for filtering the party bills.offset- the offset.limit- the maximum number of returned party bills.- Returns:
- the List of
BmPartyBillModels found for the given context.
-
getNumberOfPartyBillsFor
Deprecated.Description copied from interface:BmPartyBillServiceRetrieves the total number of party bills found for a given bmPartyBillContext.- Specified by:
getNumberOfPartyBillsForin interfaceBmPartyBillService- Parameters:
bmPartyBillContext- the party bill context.- Returns:
- the number of party bills found.
-
getPartyBillDao
Deprecated.
-