|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SentNotificationDetail | |
---|---|
com.stratelia.silverpeas.notificationManager.model | |
com.stratelia.silverpeas.notificationserver.channel.silvermail |
Uses of SentNotificationDetail in com.stratelia.silverpeas.notificationManager.model |
---|
Methods in com.stratelia.silverpeas.notificationManager.model that return SentNotificationDetail | |
---|---|
static SentNotificationDetail |
SentNotificationDAO.getNotif(Connection con,
int notifId)
|
SentNotificationDetail |
SentNotificationInterface.getNotification(int notifId)
|
SentNotificationDetail |
SentNotificationInterfaceImpl.getNotification(int notifId)
|
protected static SentNotificationDetail |
SentNotificationDAO.recupNotif(ResultSet rs)
|
Methods in com.stratelia.silverpeas.notificationManager.model that return types with arguments of type SentNotificationDetail | |
---|---|
static List<SentNotificationDetail> |
SentNotificationDAO.getAllNotifByUser(Connection con,
String userId)
|
List<SentNotificationDetail> |
SentNotificationInterface.getAllNotifByUser(String userId)
|
List<SentNotificationDetail> |
SentNotificationInterfaceImpl.getAllNotifByUser(String userId)
|
Methods in com.stratelia.silverpeas.notificationManager.model with parameters of type SentNotificationDetail | |
---|---|
static int |
SentNotificationDAO.saveNotifUser(Connection con,
SentNotificationDetail notif)
|
Uses of SentNotificationDetail in com.stratelia.silverpeas.notificationserver.channel.silvermail |
---|
Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail that return SentNotificationDetail | |
---|---|
SentNotificationDetail |
SILVERMAILSessionController.getSentNotification(String notifId)
Method declaration |
Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail that return types with arguments of type SentNotificationDetail | |
---|---|
List<SentNotificationDetail> |
SILVERMAILSessionController.getUserMessageList()
Method declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |