|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.notificationManager.NotificationParameters
public class NotificationParameters
This class contents all needed parameters to send a notification with the NotificationManager
Field Summary | |
---|---|
static int |
ADDRESS_BASIC_COMMUNICATION_USER
The channel used for notifications is the peer to peer user communication (chatting). |
static int |
ADDRESS_BASIC_POPUP
The channel used for notifications is the popup. |
static int |
ADDRESS_BASIC_REMOVE
The channel used for notifications is the trash (recieved notifications are removed). |
static int |
ADDRESS_BASIC_SERVER
The channel used for notifications is the server one (used by the server to send notifications). |
static int |
ADDRESS_BASIC_SILVERMAIL
The channel used for notifications is the internal Silverpeas messaging system. |
static int |
ADDRESS_BASIC_SMTP_MAIL
The channel used for notifications is the SMTP mail system. |
static int |
ADDRESS_COMPONENT_DEFINED
|
static int |
ADDRESS_DEFAULT
|
boolean |
bAnswerAllowed
|
boolean |
bSendImmediately
|
Date |
dDate
|
NotifAction |
eAction
|
static int |
ERROR
|
int |
iComponentInstance
|
int |
iFromUserId
|
int |
iMediaType
|
int |
iMessagePriority
|
static int |
MAX_SIZE_TITLE
|
NotificationResourceData |
nNotificationResourceData
|
static int |
NORMAL
|
String |
senderName
|
String |
sLanguage
|
String |
sLinkLabel
|
String |
sMessage
|
String |
sOriginalExtraMessage
|
String |
sSessionId
|
String |
sSource
|
String |
sTitle
|
String |
sURL
|
static int |
URGENT
|
static String |
USAGE_PERSO
|
static String |
USAGE_PRO
|
static String |
USAGE_REP
|
static String |
USAGE_URGENT
|
Constructor Summary | |
---|---|
NotificationParameters()
|
Method Summary | |
---|---|
void |
traceObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NORMAL
public static final int URGENT
public static final int ERROR
public static final int ADDRESS_DEFAULT
public static final int ADDRESS_COMPONENT_DEFINED
public static final int ADDRESS_BASIC_POPUP
public static final int ADDRESS_BASIC_REMOVE
public static final int ADDRESS_BASIC_SILVERMAIL
public static final int ADDRESS_BASIC_SMTP_MAIL
public static final int ADDRESS_BASIC_SERVER
public static final int ADDRESS_BASIC_COMMUNICATION_USER
public static final String USAGE_PRO
public static final String USAGE_PERSO
public static final String USAGE_REP
public static final String USAGE_URGENT
public static final int MAX_SIZE_TITLE
public int iMessagePriority
public int iMediaType
public int iComponentInstance
public int iFromUserId
public String sTitle
public String senderName
public String sMessage
public String sURL
public String sLinkLabel
public String sSource
public String sSessionId
public String sOriginalExtraMessage
public boolean bAnswerAllowed
public boolean bSendImmediately
public Date dDate
public String sLanguage
public NotifAction eAction
public NotificationResourceData nNotificationResourceData
Constructor Detail |
---|
public NotificationParameters()
Method Detail |
---|
public void traceObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |