The ICcisReceiveService type exposes the following members.

Methods

  NameDescription
Public methodCaseUpdate
Notifies the consumer that the case was added or something about the case was changed. Consumers may use this to queue case numbers to update systems using Clerk get service methods.
Public methodDeleteCase
Deletes a case from the system. An exception should not be thrown if ths case does not exist on the system.
Public methodReceiveAssessments
The current list of assessments for the given UCN. If the system already has a list of assessments for the given UCN, they should be deleted and replaced with the supplied assessments.
Public methodReceiveBonds
The current list of case bonds for the given UCN. If the system already has a list of bonds for the given UCN, they should be deleted and replaced with the supplied bonds.
Public methodReceiveBookings
The current list of case bookings for the given UCN. If the system already has a list of bookings for the given UCN, they should be deleted and replaced with the supplied bookings.
Public methodReceiveCase
Adds or replaces case data for the given UCN.
Public methodReceiveCauseOfActions
The current list of cause of actions for the given UCN. If the system already has a list of cause of actions for the given UCN, they should be deleted and replaced with the supplied cause of actions.
Public methodReceiveCharge
The current list of charges for the given UCN. If the system already has a list of charges for the given UCN, they should be deleted and replaced with the supplied charges.
Public methodReceiveCourtEvents
The current list of case court events for the given UCN. If the system already has a list of court events for the given UCN, they should be deleted and replaced with the supplied court events.
Public methodReceiveDivisionAssignment
The current history of division assignments for the given UCN. If the system already has a list of division assignments for the given UCN, they should be deleted and replaced with the supplied division assignments.
Public methodReceiveFilings
The current list of filings for the given UCN. If the system already has a list of filings for the given UCN, they should be deleted and replaced with the supplied filings.
Public methodReceiveFlexQueryResults
The results to a flex query.
Public methodReceiveJudgeAssignment
The current history of judge assignments for the given UCN. If the system already has a list of judge assignments for the given UCN, they should be deleted and replaced with the supplied judge assignments.
Public methodReceiveNotes
The current list of case notes for the given UCN. If the system already has a list of notes for the given UCN, they should be deleted and replaced with the supplied notes.
Public methodReceiveParcels
The current list of case parcels for the given UCN. If the system already has a list of parcels for the given UCN, they should be deleted and replaced with the supplied parcels.
Public methodReceiveParties
The current list of case parties for the given UCN. If the system already has a list of parties for the given UCN, they should be deleted and replaced with the supplied parties.
Public methodReceivePayments
The current list of case payments for the given UCN. If the system already has a list of payments for the given UCN, they should be deleted and replaced with the supplied payments.
Public methodReceiveReopens
The current list of case reopens for the given UCN. If the system already has a list of reopens for the given UCN, they should be deleted and replaced with the supplied reopens.
Public methodReceiveWritOfArrest
The current list of case warrant or capias records for the given UCN. If the system already has a list of warrant or capias records for the given UCN, they should be deleted and replaced with the supplied warrant or capias records.

See Also