Uses of Class
com.openindex.openestate.tool.crm.CrmPermission
-
Packages that use CrmPermission Package Description com.openindex.openestate.tool.crm -
-
Uses of CrmPermission in com.openindex.openestate.tool.crm
Methods in com.openindex.openestate.tool.crm that return CrmPermission Modifier and Type Method Description static CrmPermission
CrmPermission. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrmPermission[]
CrmPermission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.crm with parameters of type CrmPermission Modifier and Type Method Description static boolean
CrmPlugin. isUserAllowedTo(CrmPermission permission)
static boolean
CrmPlugin. isUserAllowedTo(CrmPermission permission, ImmoToolProject project)
-