Interface GenerateReservationActionService
- All Known Implementing Classes:
GenerateReservationActionServiceImpl
public interface GenerateReservationActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(EntityExplorerActionSelection selection, RebindValue[] values, String repetitionType, @Nullable Integer repetitionCount, @Nullable org.joda.time.LocalDate repetitionTill, @Nullable String lecturerBookingPks, @Nullable String lecturerBookingPlanningStatusPk, @Nullable String lecturerBookingAccomplishmentStatusPks, @Nullable String lecturerBookingComment, @Nullable Long lessonDistance, @Nullable Integer lessonCount) Deprecated.Deprecated.getTemplateValues(String templateKey) Deprecated.
-
Method Details
-
generate
@Deprecated void generate(EntityExplorerActionSelection selection, RebindValue[] values, String repetitionType, @Nullable Integer repetitionCount, @Nullable org.joda.time.LocalDate repetitionTill, @Nullable String lecturerBookingPks, @Nullable String lecturerBookingPlanningStatusPk, @Nullable String lecturerBookingAccomplishmentStatusPks, @Nullable String lecturerBookingComment, @Nullable Long lessonDistance, @Nullable Integer lessonCount) throws PersistException, InterruptedException, RpcExecutionException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException Deprecated. -
getLecturerBookingFormData
@Deprecated Map<String,Object> getLecturerBookingFormData(EntityExplorerActionSelection selection) throws PersistException, RpcExecutionException Deprecated. -
getTemplateValues
Deprecated.- Throws:
PersistException
-