Uses of Class
com.stratelia.webactiv.forums.models.MessagePK

Packages that use MessagePK
com.stratelia.webactiv.forums.forumsManager.ejb   
com.stratelia.webactiv.forums.models   
org.silverpeas.components.forum.subscription   
 

Uses of MessagePK in com.stratelia.webactiv.forums.forumsManager.ejb
 

Methods in com.stratelia.webactiv.forums.forumsManager.ejb with parameters of type MessagePK
 void ForumsBMEJB.createIndex(MessagePK messagePK)
          Method declaration
 void ForumsBM.createIndex(MessagePK messagePK)
           
 int ForumsBMEJB.createMessage(MessagePK messagePK, String title, String authorId, Date creationDate, int forumId, int parentId, String content, String keywords, String status)
          Cree un nouveau message
 int ForumsBM.createMessage(MessagePK messagePK, String messageTitle, String messageAuthor, Date messageCreationdate, int messageForum, int messageParent, String messageText, String keywords, String status)
           
static void ForumsDAO.deleteMessage(Connection con, MessagePK messagePK)
          Deletes the message corresponding to the primary key.
 void ForumsBMEJB.deleteMessage(MessagePK messagePK)
          Supprime un message et tous ses sous-messages a partir de sa primary key
 void ForumsBM.deleteMessage(MessagePK messagePK)
           
static Collection<String> ForumsDAO.getAllMessageSons(Connection con, MessagePK messagePK)
           
 Collection<String> ForumsBMEJB.getAllMessageSons(MessagePK messagePK)
          Liste tous les sous-messages d'un message récursivement
static Message ForumsDAO.getMessage(Connection con, MessagePK messagePK)
           
 Message ForumsBMEJB.getMessage(MessagePK messagePK)
           
 Message ForumsBM.getMessage(MessagePK messagePK)
           
static List ForumsDAO.getMessageInfos(Connection con, MessagePK messagePK)
           
static Collection<String> ForumsDAO.getMessageSons(Connection con, MessagePK messagePK)
           
 Collection<String> ForumsBMEJB.getMessageSons(MessagePK messagePK)
          Liste tous les sous-messages d'un message
 String ForumsBMEJB.getMessageTags(MessagePK messagePK)
           
 String ForumsBM.getMessageTags(MessagePK messagePK)
           
static Message ForumsDAO.getThread(Connection con, MessagePK messagePK)
           
 boolean ForumsBMEJB.isSubscriber(MessagePK messagePK, String userId)
          Indicates if the given user has subscribed to the given forum message identifier.
 boolean ForumsBM.isSubscriber(MessagePK messagePK, String userId)
           
 boolean ForumsBMEJB.isSubscriberByInheritance(MessagePK messagePK, String userId)
          Indicates if the given user is subscribed by inheritance to the given forum message identifier.
 boolean ForumsBM.isSubscriberByInheritance(MessagePK messagePK, String userId)
           
 com.silverpeas.subscribe.util.SubscriptionSubscriberList ForumsBMEJB.listAllSubscribers(MessagePK messagePK)
          Gets the list of subscribers related to the given forum message primary key.
 com.silverpeas.subscribe.util.SubscriptionSubscriberList ForumsBM.listAllSubscribers(MessagePK messagePK)
           
static void ForumsDAO.moveMessage(Connection con, MessagePK messagePK, ForumPK forumPK)
          Moves the message corresponding to the message primary key from a previous forum to the one corresponding to the forum primary key.
 void ForumsBMEJB.moveMessage(MessagePK messagePK, ForumPK forumPK)
          Method declaration
 void ForumsBM.moveMessage(MessagePK messagePK, ForumPK forumPK)
           
 void ForumsBMEJB.subscribeMessage(MessagePK messagePK, String userId)
          Subscribe the given user to the given forum message.
 void ForumsBM.subscribeMessage(MessagePK messagePK, String userId)
           
 void ForumsBMEJB.unsubscribeMessage(MessagePK messagePK, String userId)
          Unsubscribe the given user to the given forum message.
 void ForumsBM.unsubscribeMessage(MessagePK messagePK, String userId)
           
static void ForumsDAO.updateMessage(Connection con, MessagePK messagePK, String title, String status)
          Updates the message corresponding to the primary key.
 void ForumsBMEJB.updateMessage(MessagePK messagePK, String title, String message, String userId, String status)
           
 void ForumsBM.updateMessage(MessagePK messagePK, String title, String message, String userId, String status)
           
 void ForumsBMEJB.updateMessageKeywords(MessagePK messagePK, String keywords)
           
 void ForumsBM.updateMessageKeywords(MessagePK messagePK, String keywords)
           
 

Method parameters in com.stratelia.webactiv.forums.forumsManager.ejb with type arguments of type MessagePK
static Collection<Message> ForumsDAO.getMessagesByKeys(Connection con, Collection<MessagePK> messagePKs)
           
static Collection<Message> ForumsDAO.getThreadsByKeys(Connection con, Collection<MessagePK> messagePKs)
           
 Collection<Message> ForumsBMEJB.getThreadsList(Collection<MessagePK> messagePKs)
           
 Collection<Message> ForumsBM.getThreadsList(Collection<MessagePK> messagePKs)
           
 

Uses of MessagePK in com.stratelia.webactiv.forums.models
 

Methods in com.stratelia.webactiv.forums.models that return MessagePK
 MessagePK Message.getPk()
           
 

Methods in com.stratelia.webactiv.forums.models with parameters of type MessagePK
 void Message.setPk(MessagePK pk)
           
 

Uses of MessagePK in org.silverpeas.components.forum.subscription
 

Methods in org.silverpeas.components.forum.subscription with parameters of type MessagePK
static ForumMessageSubscriptionResource ForumMessageSubscriptionResource.from(MessagePK pk)
          A way to get an instance of a forum message subscription resource.
 

Constructors in org.silverpeas.components.forum.subscription with parameters of type MessagePK
ForumMessageSubscription(String subscriberId, MessagePK messagePK)
           
ForumMessageSubscriptionResource(MessagePK pk)
          Default constructor
 



Copyright © 2016 Silverpeas. All Rights Reserved.