All Known Implementing Classes:
ContingentWithdrawalFlowServiceImpl

public interface ContingentWithdrawalFlowService
used in ContingentWithdrawalFlowService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStatus(String[] reservationRegistrationKeys, String statusId)
    sets relRegistration_accomplishment_status for all selected Reservation_registration
  • Method Details

    • setStatus

      void setStatus(String[] reservationRegistrationKeys, String statusId) throws InterruptedException
      sets relRegistration_accomplishment_status for all selected Reservation_registration
      Parameters:
      reservationRegistrationKeys - the keys of the selected Reservation_registration
      statusId - the unique_id of the Registration_accomplishment_status to set
      Throws:
      InterruptedException