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
ConstructorsConstructorDescriptionLecturerBookingReportActionServiceImpl(Context context, SecurityManager securityManager, RebindService rebindService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReadonly(String key) voidsave(RebindValue[] rebindValues) voidsaveAndFinish(String key, RebindValue[] rebindValues)
-
Constructor Details
-
LecturerBookingReportActionServiceImpl
public LecturerBookingReportActionServiceImpl(Context context, SecurityManager securityManager, RebindService rebindService)
-
-
Method Details
-
isReadonly
- Specified by:
isReadonlyin interfaceLecturerBookingReportActionService- Throws:
PersistException
-
save
public void save(RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException - Specified by:
savein interfaceLecturerBookingReportActionService- Throws:
UnresolvableUriExceptionPersistExceptionUriStoreExceptionRebindExceptionURISyntaxExceptionInterruptedException
-
saveAndFinish
public void saveAndFinish(String key, RebindValue[] rebindValues) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException - Specified by:
saveAndFinishin interfaceLecturerBookingReportActionService- Throws:
UnresolvableUriExceptionPersistExceptionUriStoreExceptionRebindExceptionURISyntaxExceptionInterruptedException
-