com.stratelia.silverpeas.notificationManager.model
Class SentNotificationDAO
java.lang.Object
com.stratelia.silverpeas.notificationManager.model.SentNotificationDAO
public class SentNotificationDAO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SentNotificationDAO
public SentNotificationDAO()
saveNotifUser
public static int saveNotifUser(Connection con,
SentNotificationDetail notif)
getAllNotifByUser
public static List<SentNotificationDetail> getAllNotifByUser(Connection con,
String userId)
throws SQLException
- Throws:
SQLException
getReceivers
public static List<String> getReceivers(Connection con,
int notifId)
throws SQLException
- Throws:
SQLException
getNotif
public static SentNotificationDetail getNotif(Connection con,
int notifId)
throws SQLException
- Throws:
SQLException
deleteNotif
public static void deleteNotif(Connection con,
int notifId)
throws SQLException
- Throws:
SQLException
deleteNotifByUser
public static void deleteNotifByUser(Connection con,
String userId)
throws SQLException
- Throws:
SQLException
recupNotif
protected static SentNotificationDetail recupNotif(ResultSet rs)
throws SQLException
- Throws:
SQLException
Copyright © 2016 Silverpeas. All Rights Reserved.