public class OrienteerUsersModule extends AbstractOrienteerModule
| Modifier and Type | Class and Description |
|---|---|
static class |
OrienteerUsersModule.ModuleModel
Wrapper for module document for
OrienteerUsersModule |
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_RESTORE_PASSWORD_PREFIX |
static String |
FUN_REMOVE_RESTORE_ID |
static String |
MAIL_MACROS_LINK |
static String |
MAIL_REGISTRATION |
static String |
MAIL_RESTORE |
static String |
MODULE_NAME |
static String |
ORIENTEER_USER_PERSPECTIVE |
static String |
ORIENTEER_USER_ROLE |
static String |
PARAM_EVENT_NAME |
static String |
PARAM_RESTORE_ID |
static String |
PARAM_TIMEOUT |
static String |
READER_PERSPECTIVE |
static CustomAttribute |
REMOVE_CRON_RULE |
static CustomAttribute |
REMOVE_SCHEDULE_START_TIMEOUT |
static String |
TAB_SOCIAL_NETWORKS |
static int |
VERSION |
OMODULE_ACTIVATE, OMODULE_CLASS, OMODULE_NAME, OMODULE_VERSION| Modifier | Constructor and Description |
|---|---|
protected |
OrienteerUsersModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
void |
onInitialize(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
com.orientechnologies.orient.core.record.impl.ODocument |
onInstall(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
void |
onUpdate(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
int oldVersion,
int newVersion) |
getDependencies, getName, getVersion, onConfigurationChange, onDestroy, onInitialize, onUninstall, onUninstall, onUpdatepublic static final String ORIENTEER_USER_ROLE
public static final String ORIENTEER_USER_PERSPECTIVE
public static final String READER_PERSPECTIVE
public static final String EVENT_RESTORE_PASSWORD_PREFIX
public static final String FUN_REMOVE_RESTORE_ID
public static final String PARAM_RESTORE_ID
public static final String PARAM_EVENT_NAME
public static final String PARAM_TIMEOUT
public static final String MODULE_NAME
public static final int VERSION
public static final CustomAttribute REMOVE_CRON_RULE
public static final CustomAttribute REMOVE_SCHEDULE_START_TIMEOUT
public static final String MAIL_RESTORE
public static final String MAIL_REGISTRATION
public static final String MAIL_MACROS_LINK
public static final String TAB_SOCIAL_NETWORKS
public com.orientechnologies.orient.core.record.impl.ODocument onInstall(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onInstall in interface IOrienteerModuleonInstall in class AbstractOrienteerModulepublic void onUpdate(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db, int oldVersion, int newVersion)
onUpdate in class AbstractOrienteerModulepublic void onInitialize(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onInitialize in class AbstractOrienteerModulepublic void onDestroy(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onDestroy in class AbstractOrienteerModuleCopyright © 2020. All rights reserved.