Interface BmPartyBillService

All Known Implementing Classes:
DefaultBmPartyBillService

@Deprecated(since="2208") public interface BmPartyBillService
Deprecated.
2208
Service responsible for handling BmPartyBillModel related operations.
Since:
2108
  • Method Details

    • getPartyBill

      BmPartyBillModel getPartyBill(String partyBillNo)
      Deprecated.
      Returns a BmPartyBillModel for the given party bill no.
      Parameters:
      partyBillNo - party bill no of BmPartyBillModel
      Returns:
      the BmPartyBillModel found.
    • getPartyBills

      List<BmPartyBillModel> getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit)
      Deprecated.
      Returns a list of BmPartyBillModels 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

      Integer getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext)
      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.