Uses of Interface
com.openindex.openestate.tool.utils.ProjectPermission
-
Packages that use ProjectPermission Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen.com.openindex.openestate.tool.crm com.openindex.openestate.tool.db com.openindex.openestate.tool.gui com.openindex.openestate.tool.mail com.openindex.openestate.tool.news com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of ProjectPermission in com.openindex.openestate.tool
Classes in com.openindex.openestate.tool that implement ProjectPermission Modifier and Type Class Description classImmoToolPermissionImmoToolPermission.Methods in com.openindex.openestate.tool that return ProjectPermission Modifier and Type Method Description ProjectPermission[]ImmoToolPermission. getChildren()ProjectPermissionImmoToolPermission. getParent()abstract ProjectPermission[]ImmoToolProjectPlugin. getPermissions()Methods in com.openindex.openestate.tool with parameters of type ProjectPermission Modifier and Type Method Description static voidImmoToolPluginUtils. installPlugin(Connection c, DbExtension dbExtension, String pluginId, String pluginVersion, long apiVersion, ProjectPermission[] permissions, String uninstallQuery) -
Uses of ProjectPermission in com.openindex.openestate.tool.agency
Classes in com.openindex.openestate.tool.agency that implement ProjectPermission Modifier and Type Class Description classAgencyPermissionAgencyPermission.Methods in com.openindex.openestate.tool.agency that return ProjectPermission Modifier and Type Method Description ProjectPermission[]AgencyPermission. getChildren()ProjectPermissionAgencyPermission. getParent()ProjectPermission[]AgencyPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.calendar
Classes in com.openindex.openestate.tool.calendar that implement ProjectPermission Modifier and Type Class Description classCalendarPermissionCalendarPermission.Methods in com.openindex.openestate.tool.calendar that return ProjectPermission Modifier and Type Method Description ProjectPermission[]CalendarPermission. getChildren()ProjectPermissionCalendarPermission. getParent()ProjectPermission[]CalendarPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.contacts
Classes in com.openindex.openestate.tool.contacts that implement ProjectPermission Modifier and Type Class Description classContactsPermissionContactsPermission.Methods in com.openindex.openestate.tool.contacts that return ProjectPermission Modifier and Type Method Description ProjectPermission[]ContactsPermission. getChildren()ProjectPermissionContactsPermission. getParent()ProjectPermission[]ContactsPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.crm
Classes in com.openindex.openestate.tool.crm that implement ProjectPermission Modifier and Type Class Description classCrmPermissionCrmPermission.Methods in com.openindex.openestate.tool.crm that return ProjectPermission Modifier and Type Method Description ProjectPermission[]CrmPermission. getChildren()ProjectPermissionCrmPermission. getParent()ProjectPermission[]CrmPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.db
Methods in com.openindex.openestate.tool.db with parameters of type ProjectPermission Modifier and Type Method Description booleanDbUser. isAllowedTo(String pluginId, ProjectPermission permission) -
Uses of ProjectPermission in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui with parameters of type ProjectPermission Modifier and Type Method Description voidPermissionAssignTreeTable. addRootProjectPermission(String pluginId, ProjectPermission permission)voidPermissionInfoTreeTable. addRootProjectPermission(String pluginId, ProjectPermission permission)voidPermissionAssignTreeTable. setAssigned(String pluginId, ProjectPermission permission, boolean assigned)voidPermissionInfoTreeTable. setAssignedFrom(String pluginId, ProjectPermission permission, PermissionInfoTreeTable.AssignedFrom... from) -
Uses of ProjectPermission in com.openindex.openestate.tool.mail
Classes in com.openindex.openestate.tool.mail that implement ProjectPermission Modifier and Type Class Description classMailPermissionMailPermission.Methods in com.openindex.openestate.tool.mail that return ProjectPermission Modifier and Type Method Description ProjectPermission[]MailPermission. getChildren()ProjectPermissionMailPermission. getParent()ProjectPermission[]MailPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.news
Classes in com.openindex.openestate.tool.news that implement ProjectPermission Modifier and Type Class Description classNewsPermissionNewsPermission.Methods in com.openindex.openestate.tool.news that return ProjectPermission Modifier and Type Method Description ProjectPermission[]NewsPermission. getChildren()ProjectPermissionNewsPermission. getParent()ProjectPermission[]NewsPlugin. getPermissions() -
Uses of ProjectPermission in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils that return ProjectPermission Modifier and Type Method Description ProjectPermission[]ProjectPermission. getChildren()ProjectPermissionProjectPermission. getParent()
-