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