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 ContactsPermissionContactsPermission. 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 booleanContactsPlugin. isUserAllowedTo(ContactsPermission permission)static booleanContactsPlugin. isUserAllowedTo(ContactsPermission permission, ImmoToolProject project)
-