Interface ReservationActionValidator
public interface ReservationActionValidator
- 
Method Summary
 
- 
Method Details
- 
validate
void validate(String key, Entity entity) throws TextInformationException, PersistException, InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException validate the reservation entity- Parameters:
 entity- the reservation entity- Throws:
 TextInformationException- throw this exception when validation failsPersistExceptionInterruptedExceptionUnresolvableUriExceptionUriStoreExceptionRebindExceptionURISyntaxException
 
 -