Interface CalendarConfigurationService

All Known Implementing Classes:
DefaultCalendarConfigurationService

public interface CalendarConfigurationService
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ids of the calendar types (resource types) whose events may be edited or newly created in the calendar.
    boolean
    isMovable(Entity reservation)
    Determines whether the given reservation may be moved (e.g.
  • Method Details

    • getSelectableResourceTypes

      List<String> getSelectableResourceTypes()
      Returns the ids of the calendar types (resource types) whose events may be edited or newly created in the calendar.
    • isMovable

      boolean isMovable(Entity reservation)
      Determines whether the given reservation may be moved (e.g. rescheduled by drag and drop in the calendar).