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 Link icon

    • getEducationalObjectives Link icon

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

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