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 NewsPermissionNewsPermission. 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 booleanNewsPlugin. isUserAllowedTo(NewsPermission permission)static booleanNewsPlugin. isUserAllowedTo(NewsPermission permission, ImmoToolProject project)
-