com.stratelia.silverpeas.notificationserver.channel.popup
Class POPUPPersistence

java.lang.Object
  extended by com.stratelia.silverpeas.notificationserver.channel.popup.POPUPPersistence

public class POPUPPersistence
extends Object


Constructor Summary
POPUPPersistence()
           
 
Method Summary
static void addMessage(POPUPMessage popupMsg)
           
static void deleteMessage(long msgId)
           
static POPUPMessage getMessage(long msgId)
           
protected static String getUserLogin(long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POPUPPersistence

public POPUPPersistence()
Method Detail

addMessage

public static void addMessage(POPUPMessage popupMsg)
                       throws POPUPException
Throws:
POPUPException

getMessage

public static POPUPMessage getMessage(long msgId)
                               throws POPUPException
Throws:
POPUPException

deleteMessage

public static void deleteMessage(long msgId)
                          throws POPUPException
Throws:
POPUPException

getUserLogin

protected static String getUserLogin(long userId)
                              throws POPUPException
Throws:
POPUPException


Copyright © 2016 Silverpeas. All Rights Reserved.