Interface TeachingContentActionService

All Known Implementing Classes:
TeachingContentActionServiceImpl

public interface TeachingContentActionService
a lecturer can connect the selected Educational_objectives to the current reservation and writes the fields comment and operation
  • Method Details

    • getEducationalObjectives

      Map<String,String> getEducationalObjectives(String reservationKey)
    • saveEducationalObjectives

      void saveEducationalObjectives(String reservationKey, String topicText, String taskText)