Uses of Class
com.openindex.openestate.tool.calendar.CalendarPermission
-
Packages that use CalendarPermission Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern. -
-
Uses of CalendarPermission in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return CalendarPermission Modifier and Type Method Description static CalendarPermissionCalendarPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static CalendarPermission[]CalendarPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.calendar with parameters of type CalendarPermission Modifier and Type Method Description static booleanCalendarPlugin. isUserAllowedTo(CalendarPermission permission)static booleanCalendarPlugin. isUserAllowedTo(CalendarPermission permission, ImmoToolProject project)
-