Class DefaultCalendarConfigurationService
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.rest.resources.DefaultCalendarConfigurationService
- All Implemented Interfaces:
CalendarConfigurationService
@Component
public class DefaultCalendarConfigurationService
extends Object
implements CalendarConfigurationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ids of the calendar types (resource types) whose events may be edited or newly created in the calendar.booleanDetermines whether the given reservation may be moved (e.g.
-
Constructor Details
-
DefaultCalendarConfigurationService
public DefaultCalendarConfigurationService()
-
-
Method Details
-
getSelectableResourceTypes
Description copied from interface:CalendarConfigurationServiceReturns the ids of the calendar types (resource types) whose events may be edited or newly created in the calendar.- Specified by:
getSelectableResourceTypesin interfaceCalendarConfigurationService
-
isMovable
Description copied from interface:CalendarConfigurationServiceDetermines whether the given reservation may be moved (e.g. rescheduled by drag and drop in the calendar).- Specified by:
isMovablein interfaceCalendarConfigurationService
-