Uses of Class
com.stratelia.silverpeas.notificationserver.channel.silvermail.SILVERMAILException

Packages that use SILVERMAILException
com.stratelia.silverpeas.notificationserver.channel.silvermail   
com.stratelia.silverpeas.notificationserver.channel.silvermail.requesthandlers   
 

Uses of SILVERMAILException in com.stratelia.silverpeas.notificationserver.channel.silvermail
 

Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail that throw SILVERMAILException
static void SILVERMAILPersistence.addMessage(SILVERMAILMessage silverMsg)
           
static void SILVERMAILPersistence.deleteAllMessages(String currentUserId, String folderName)
           
static void SILVERMAILPersistence.deleteMessage(long msgId, String userId)
           
 void SILVERMAILSessionController.deleteMessage(String notifId)
          Delete the message notification
 SILVERMAILMessage SILVERMAILSessionController.getCurrentMessage()
           
 Collection<SILVERMAILMessage> SILVERMAILSessionController.getFolderMessageList(String folderName)
          Method declaration
 Collection<SILVERMAILMessage> SILVERMAILUtil.getFolderMessageList(String folderName)
          Method declaration
protected  SILVERMAILRequestHandler SILVERMAILRequestRouter.getHandlerInstance(String action)
          Locate and return the RequestHandler instance for this action.
 SILVERMAILMessage SILVERMAILSessionController.getMessage(long messageId)
          Method declaration
static SILVERMAILMessage SILVERMAILPersistence.getMessage(long msgId)
           
static Collection<SILVERMAILMessage> SILVERMAILPersistence.getMessageOfFolder(int userId, String folderName)
           
static Collection<SILVERMAILMessage> SILVERMAILPersistence.getMessageOfFolder(int userId, String folderName, int readState)
           
static Collection<SILVERMAILMessage> SILVERMAILPersistence.getNotReadMessagesOfFolder(int userId, String folderName)
           
static Collection<SILVERMAILMessage> SILVERMAILPersistence.getReadMessagesOfFolder(int userId, String folderName)
           
protected static String SILVERMAILPersistence.getUserLogin(long userId)
           
 String SILVERMAILRequestHandler.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Perform any processing requiring to support this request, and return the URL of the JSP view that should display the results of the request.
 

Uses of SILVERMAILException in com.stratelia.silverpeas.notificationserver.channel.silvermail.requesthandlers
 

Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail.requesthandlers that throw SILVERMAILException
 String DeleteSentNotification.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String ReadMessage.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String ReadSentNotification.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String SentUserNotifications.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String Main.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String DeleteAllSentNotifications.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String Compose.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String DeleteMessage.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 String DeleteAllMessages.handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
          Method declaration
 



Copyright © 2016 Silverpeas. All Rights Reserved.