Class ContingentWithdrawalFlowServiceImpl
java.lang.Object
ch.tocco.nice2.optional.contingentreservation.impl.publicflows.contingentwithdrawal.ContingentWithdrawalFlowServiceImpl
- All Implemented Interfaces:
ContingentWithdrawalFlowService
public class ContingentWithdrawalFlowServiceImpl
extends Object
implements ContingentWithdrawalFlowService
-
Constructor Summary
ConstructorsConstructorDescriptionContingentWithdrawalFlowServiceImpl(Context context, CommandExecutor executor) -
Method Summary
-
Constructor Details
-
ContingentWithdrawalFlowServiceImpl
-
-
Method Details
-
setStatus
public void setStatus(String[] reservationRegistrationKeys, String statusId) throws InterruptedException Description copied from interface:ContingentWithdrawalFlowServicesets relRegistration_accomplishment_status for all selected Reservation_registration- Specified by:
setStatusin interfaceContingentWithdrawalFlowService- Parameters:
reservationRegistrationKeys- the keys of the selected Reservation_registrationstatusId- the unique_id of the Registration_accomplishment_status to set- Throws:
InterruptedException
-