public final class OUsersCommonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
createDefaultLanguageTags() |
static void |
createWidgetIfNotExists(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String typeId,
String className,
String domain,
String tab) |
static com.orientechnologies.orient.core.record.impl.ODocument |
getOrCreateDashboard(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String className,
String domain,
String tab) |
static com.orientechnologies.orient.core.record.impl.ODocument |
getOrCreatePerspective(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String key) |
static com.orientechnologies.orient.core.record.impl.ODocument |
getOrCreatePerspective(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String key,
List<String> tags) |
static com.orientechnologies.orient.core.record.impl.ODocument |
getOrCreatePerspectiveItem(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument perspective,
String key) |
static com.orientechnologies.orient.core.record.impl.ODocument |
getOrCreatePerspectiveItem(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument perspective,
String key,
List<String> tags) |
static String |
getString(OrienteerWebApplication app,
String key,
Locale locale) |
static boolean |
isWidgetExists(com.orientechnologies.orient.core.record.impl.ODocument dashboard,
String typeId) |
static void |
setRestricted(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
public static void setRestricted(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.metadata.schema.OClass oClass)
public static void createWidgetIfNotExists(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String typeId,
String className,
String domain,
String tab)
public static com.orientechnologies.orient.core.record.impl.ODocument getOrCreateDashboard(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String className,
String domain,
String tab)
public static com.orientechnologies.orient.core.record.impl.ODocument getOrCreatePerspective(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String key)
public static com.orientechnologies.orient.core.record.impl.ODocument getOrCreatePerspective(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String key,
List<String> tags)
public static com.orientechnologies.orient.core.record.impl.ODocument getOrCreatePerspectiveItem(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument perspective,
String key)
public static com.orientechnologies.orient.core.record.impl.ODocument getOrCreatePerspectiveItem(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument perspective,
String key,
List<String> tags)
public static boolean isWidgetExists(com.orientechnologies.orient.core.record.impl.ODocument dashboard,
String typeId)
public static String getString(OrienteerWebApplication app, String key, Locale locale)
Copyright © 2019. All rights reserved.