Interface BmPartyBillService
- All Known Implementing Classes:
DefaultBmPartyBillService
Deprecated.
2208
Service responsible for handling
BmPartyBillModel related operations.- Since:
- 2108
-
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.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.
-
Method Details
-
getPartyBill
Deprecated.Returns aBmPartyBillModelfor the given party bill no.- Parameters:
partyBillNo- party bill no ofBmPartyBillModel- Returns:
- the
BmPartyBillModelfound.
-
getPartyBills
List<BmPartyBillModel> getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.- 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.Retrieves the total number of party bills found for a given bmPartyBillContext.- Parameters:
bmPartyBillContext- the party bill context.- Returns:
- the number of party bills found.
-