Uses of Class
org.silverpeas.components.forums.model.Message
-
Packages that use Message Package Description org.silverpeas.components.forums.model org.silverpeas.components.forums.notification org.silverpeas.components.forums.service -
-
Uses of Message in org.silverpeas.components.forums.model
Methods in org.silverpeas.components.forums.model with parameters of type Message Modifier and Type Method Description protected StringMessagePath. getLabel(Message message, String language)protected booleanMessagePath. isRoot(Message message)Constructor parameters in org.silverpeas.components.forums.model with type arguments of type Message Constructor Description MessagePath(ForumPath forumPath, Collection<Message> c) -
Uses of Message in org.silverpeas.components.forums.notification
Methods in org.silverpeas.components.forums.notification with parameters of type Message Modifier and Type Method Description protected StringAbstractForumsMessageUserNotification. getResourceURL(Message resource)protected voidForumsMessagePendingValidationUserNotification. perform(Message resource)protected voidForumsMessageSubscriptionUserNotification. perform(Message resource)protected voidForumsMessageValidationUserNotification. perform(Message resource)protected voidAbstractForumsMessageUserNotification. performNotificationResource(String language, Message resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData)protected voidAbstractForumsMessageUserNotification. performTemplateData(String language, Message resource, org.silverpeas.core.template.SilverpeasTemplate template)protected voidForumsMessageValidationUserNotification. performTemplateData(String language, Message resource, org.silverpeas.core.template.SilverpeasTemplate template)Constructors in org.silverpeas.components.forums.notification with parameters of type Message Constructor Description AbstractForumsMessageUserNotification(Message resource)AbstractForumsMessageUserNotification(Message resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)ForumsMessagePendingValidationUserNotification(Message resource)Default constructor.ForumsMessageSubscriptionUserNotification(Message resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)Default constructor.ForumsMessageValidationUserNotification(Message resource, String moderatorId)Default constructor.ForumsMessageValidationUserNotification(Message resource, String moderatorId, String refusalMotive)Default constructor. -
Uses of Message in org.silverpeas.components.forums.service
Methods in org.silverpeas.components.forums.service that return Message Modifier and Type Method Description MessageDefaultForumService. getLastMessage(ForumPK forumPK, int messageParentId, String status)MessageDefaultForumService. getLastMessage(ForumPK forumPK, String status)Retourne le dernier message d'un forumMessageDefaultForumService. getLastMessage(ForumPK forumPK, List<String> messageParentIds, String status)static MessageForumsDAO. getLastMessage(Connection con, ForumPK forumPK, String status)static MessageForumsDAO. getLastMessage(Connection con, ForumPK forumPK, List<String> messageParentIds, String status)MessageForumService. getLastMessage(ForumPK forumPK, int messageParentId, String status)MessageForumService. getLastMessage(ForumPK forumPK, String status)MessageForumService. getLastMessage(ForumPK forumPK, List<String> messageParentId, String status)MessageDefaultForumService. getMessage(MessagePK messagePK)static MessageForumsDAO. getMessage(Connection con, MessagePK messagePK)MessageForumService. getMessage(MessagePK messagePK)static MessageForumsDAO. getThread(Connection con, MessagePK messagePK)
-