|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
com.stratelia.webactiv.forums.control | |
com.stratelia.webactiv.forums.forumsManager.ejb | |
org.silverpeas.components.forum.notification |
Uses of Message in com.stratelia.webactiv.forums.control |
---|
Methods in com.stratelia.webactiv.forums.control that return Message | |
---|---|
Message |
ForumsSessionController.getMessage(int messageId)
Recupere les infos d'un message |
Message[] |
ForumsSessionController.getMessagesList(int forumId)
Liste les messages d'un forum |
Message[] |
ForumsSessionController.getMessagesList(int forumId,
int messageId)
|
Message |
ForumsSessionController.subscribeMessage(int messageId)
|
Message |
ForumsSessionController.unsubscribeMessage(int messageId)
|
Uses of Message in com.stratelia.webactiv.forums.forumsManager.ejb |
---|
Methods in com.stratelia.webactiv.forums.forumsManager.ejb that return Message | |
---|---|
static Message |
ForumsDAO.getLastMessage(Connection con,
ForumPK forumPK,
List<String> messageParentIds,
String status)
|
static Message |
ForumsDAO.getLastMessage(Connection con,
ForumPK forumPK,
String status)
|
Message |
ForumsBMEJB.getLastMessage(ForumPK forumPK,
int messageParentId,
String status)
|
Message |
ForumsBM.getLastMessage(ForumPK forumPK,
int messageParentId,
String status)
|
Message |
ForumsBMEJB.getLastMessage(ForumPK forumPK,
List<String> messageParentIds,
String status)
|
Message |
ForumsBM.getLastMessage(ForumPK forumPK,
List<String> messageParentId,
String status)
|
Message |
ForumsBMEJB.getLastMessage(ForumPK forumPK,
String status)
Retourne le dernier message d'un forum |
Message |
ForumsBM.getLastMessage(ForumPK forumPK,
String status)
|
static Message |
ForumsDAO.getMessage(Connection con,
MessagePK messagePK)
|
Message |
ForumsBMEJB.getMessage(MessagePK messagePK)
|
Message |
ForumsBM.getMessage(MessagePK messagePK)
|
static Message |
ForumsDAO.getThread(Connection con,
MessagePK messagePK)
|
Uses of Message in org.silverpeas.components.forum.notification |
---|
Methods in org.silverpeas.components.forum.notification with parameters of type Message | |
---|---|
protected String |
AbstractForumsMessageUserNotification.getResourceURL(Message resource)
|
protected void |
ForumsMessageSubscriptionUserNotification.perform(Message resource)
|
protected void |
ForumsMessagePendingValidationUserNotification.perform(Message resource)
|
protected void |
ForumsMessageValidationUserNotification.perform(Message resource)
|
protected void |
AbstractForumsMessageUserNotification.performNotificationResource(String language,
Message resource,
com.silverpeas.notification.model.NotificationResourceData notificationResourceData)
|
protected void |
AbstractForumsMessageUserNotification.performTemplateData(String language,
Message resource,
com.silverpeas.util.template.SilverpeasTemplate template)
|
protected void |
ForumsMessageValidationUserNotification.performTemplateData(String language,
Message resource,
com.silverpeas.util.template.SilverpeasTemplate template)
|
Constructors in org.silverpeas.components.forum.notification with parameters of type Message | |
---|---|
AbstractForumsMessageUserNotification(Message resource)
|
|
AbstractForumsMessageUserNotification(Message resource,
com.stratelia.silverpeas.notificationManager.constant.NotifAction action)
|
|
ForumsMessagePendingValidationUserNotification(Message resource)
Default constructor. |
|
ForumsMessageSubscriptionUserNotification(Message resource,
com.stratelia.silverpeas.notificationManager.constant.NotifAction action)
Default constructor. |
|
ForumsMessageValidationUserNotification(Message resource,
String moderatorId)
Default constructor. |
|
ForumsMessageValidationUserNotification(Message resource,
String moderatorId,
String refusalMotive)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |