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