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