Interface LecturerBookingReportGeneratorActionService
- All Known Implementing Classes:
LecturerBookingReportGeneratorActionServiceImpl
public interface LecturerBookingReportGeneratorActionService
-
Method Details
-
getLecturerBookingFormData
Map<String,Object> getLecturerBookingFormData(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException -
generate
void generate(EntityExplorerActionSelection selection, org.joda.time.LocalDate input, String repetitionType, @Nullable @Nullable Integer repetitionCount, @Nullable @Nullable Date repetitionTill, @Nullable @Nullable String lecturerBookingPks) throws PersistException, InterruptedException, RpcExecutionException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException
-