Interface LecturerBookingReportActionService
- All Known Implementing Classes:
LecturerBookingReportActionServiceImpl
public interface LecturerBookingReportActionService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isReadonly
(String key) void
save
(RebindValue[] rebindValues) void
saveAndFinish
(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
-