Interface BillingSearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface BillingSearch extends OsidSearch

The search interface for governing billing searches.

  • Method Details

    • searchAmongBillings

      void searchAmongBillings(IdList billingIds)
      Execute this search among the given list of billings.
      Parameters:
      billingIds - list of billings
      Throws:
      NullArgumentException - billingIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderBillingResults

      void orderBillingResults(BillingSearchOrder billingSearchOrder)
      Specify an ordering to the search results.
      Parameters:
      billingSearchOrder - billing search order
      Throws:
      NullArgumentException - billingSearchOrder is null
      UnsupportedException - billingSearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getBillingSearchRecord

      BillingSearchRecord getBillingSearchRecord(Type billingSearchRecordType) throws OperationFailedException
      Gets the record corresponding to the given billing search record Type . This method is used to retrieve an object implementing the requested record.
      Parameters:
      billingSearchRecordType - a billing search record type
      Returns:
      the billing search record
      Throws:
      NullArgumentException - billingSearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(billingSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.