Interface AvailabilityFlowService
- All Known Implementing Classes:
AvailabilityFlowServiceImpl
public interface AvailabilityFlowService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsave(RebindValue[] rebindValues, Map<String, String> params) rebind values, and if presence is set, change status to 'closed' after user confirms via ClientQuestionvoidsetPresence(String[] keys, String presence) set Availability_presence on passed Availability entities
-
Method Details
-
save
void save(RebindValue[] rebindValues, Map<String, String> params) throws UnresolvableUriException, RebindException, UriStoreException, InterruptedException, URISyntaxExceptionrebind values, and if presence is set, change status to 'closed' after user confirms via ClientQuestion- Parameters:
rebindValues- the rebind values to useparams- parameters passed by flow- Throws:
UnresolvableUriExceptionRebindExceptionUriStoreExceptionInterruptedExceptionURISyntaxException
-
setPresence
set Availability_presence on passed Availability entities- Parameters:
keys- the availabilities to editpresence- the id of the Availability_presence to set
-