public interface UserService
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONIM_USER |
static String |
PREFERRED_NOTIFICATION |
static String |
PREFERRED_NOTIFICATION_TRIGGER |
static String |
PREFERRED_ROOM_NOTIFICATION_TRIGGER |
static String |
STATUS_AVAILABLE |
static String |
STATUS_AWAY |
static String |
STATUS_DONOTDISTURB |
static String |
STATUS_INVISIBLE |
static String |
STATUS_OFFLINE |
static String |
STATUS_SPACE |
static String |
STATUS_TEAM |
static String |
SUPPORT_USER |
static final String STATUS_AVAILABLE
static final String STATUS_DONOTDISTURB
static final String STATUS_AWAY
static final String STATUS_INVISIBLE
static final String STATUS_OFFLINE
static final String STATUS_SPACE
static final String STATUS_TEAM
static final String ANONIM_USER
static final String SUPPORT_USER
static final String PREFERRED_ROOM_NOTIFICATION_TRIGGER
static final String PREFERRED_NOTIFICATION
static final String PREFERRED_NOTIFICATION_TRIGGER
@Deprecated void toggleFavorite(String user, String targetUser)
addFavorite(String, String) and removeFavorite(String, String) insteaduser - targetUser - void setPreferredNotification(String user, String notifManner) throws Exception
Exceptionvoid setNotificationTrigger(String user, String notifCond) throws Exception
Exceptionvoid setRoomNotificationTrigger(String user, String room, String notifCond, String notifConditionType, long time) throws Exception
ExceptionNotificationSettingsBean getUserDesktopNotificationSettings(String user) throws org.json.JSONException
org.json.JSONExceptionvoid setAsAdmin(String user, boolean isAdmin)
boolean isAdmin(String user)
int getNumberOfUsers()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.