Interface ReservationLecturerBookingManageActionService
- All Known Implementing Classes:
ReservationLecturerBookingManageActionServiceImpl
public interface ReservationLecturerBookingManageActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createNew
(String key, RebindValue[] rebindValues) void
getGridData
(String key) void
save
(String key, RebindValue[] rebindValues)
-
Method Details
-
getGridData
- Throws:
PersistException
-
save
void save(String key, RebindValue[] rebindValues) throws TextInformationException, PersistException, InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException -
createNew
void createNew(String key, RebindValue[] rebindValues) throws PersistException, InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException -
delete
- Throws:
PersistException
InterruptedException
-