public class UINotificationServlet extends OKMRemoteServiceServlet implements OKMUINotificationService
WORKSPACE| Constructor and Description |
|---|
UINotificationServlet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(int action,
String message,
int type,
boolean show)
Add notification message.
|
static void |
clean()
clean
|
static void |
delete(int id)
DElete notification message.
|
static GWTUINotification |
findById(int id)
Find notification message.
|
List<GWTUINotification> |
get() |
static List<GWTUINotification> |
getAll()
Get all notification messages
|
doGetSerializationPolicy, getLanguage, getUserWorkspaceSession, init, saveUserWorkspaceSession, setLanguage, updateSessionManagercheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic List<GWTUINotification> get() throws OKMException
get in interface OKMUINotificationServiceOKMExceptionpublic static void add(int action,
String message,
int type,
boolean show)
public static void delete(int id)
public static void clean()
public static List<GWTUINotification> getAll()
public static GWTUINotification findById(int id)
Copyright © 2016. All rights reserved.