Interface LecturerBookingReportActionService
- All Known Implementing Classes:
LecturerBookingReportActionServiceImpl
public interface LecturerBookingReportActionService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisReadonly(String key) voidsave(RebindValue[] rebindValues) voidsaveAndFinish(String key, RebindValue[] rebindValues)
-
Method Details
-
isReadonly
- Throws:
PersistException
-
save
void save(RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException -
saveAndFinish
void saveAndFinish(String key, RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException
-