Class LecturerBookingReportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.event.impl.actions.LecturerBookingReportActionServiceImpl
- All Implemented Interfaces:
LecturerBookingReportActionService
public class LecturerBookingReportActionServiceImpl
extends Object
implements LecturerBookingReportActionService
-
Constructor Summary
ConstructorDescriptionLecturerBookingReportActionServiceImpl
(Context context, SecurityManager securityManager, RebindService rebindService) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isReadonly
(String key) void
save
(RebindValue[] rebindValues) void
saveAndFinish
(String key, RebindValue[] rebindValues)
-
Constructor Details
-
LecturerBookingReportActionServiceImpl
public LecturerBookingReportActionServiceImpl(Context context, SecurityManager securityManager, RebindService rebindService)
-
-
Method Details
-
isReadonly
- Specified by:
isReadonly
in interfaceLecturerBookingReportActionService
- Throws:
PersistException
-
save
public void save(RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException - Specified by:
save
in interfaceLecturerBookingReportActionService
- Throws:
UnresolvableUriException
PersistException
UriStoreException
RebindException
URISyntaxException
InterruptedException
-
saveAndFinish
public void saveAndFinish(String key, RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException - Specified by:
saveAndFinish
in interfaceLecturerBookingReportActionService
- Throws:
UnresolvableUriException
PersistException
UriStoreException
RebindException
URISyntaxException
InterruptedException
-