NotificationDao
directly or use the WebNotificationRepository
instead of this class.public class NotificationModel extends Object
Constructor and Description |
---|
NotificationModel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Notification[] |
allNotifications()
Deprecated.
allNotifications
|
Notification[] |
allNotifications(String order)
Deprecated.
Return all notifications, both outstanding and acknowledged.
|
protected static String |
getServiceName(Connection conn,
Integer id)
Deprecated.
|
protected static Notification[] |
rs2NotifyBean(Connection conn,
ResultSet rs)
Deprecated.
Returns the data from the result set as an array of
Notification objects.
|
public Notification[] allNotifications() throws SQLException
allNotifications
Notification
objects.SQLException
- if any.public Notification[] allNotifications(String order) throws SQLException
order
- a String
object.Notification
objects.SQLException
- if any.protected static String getServiceName(Connection conn, Integer id)
protected static Notification[] rs2NotifyBean(Connection conn, ResultSet rs) throws SQLException
conn
- a Connection
object.rs
- a ResultSet
object.Notification
objects.SQLException
- if any.Copyright © 2021. All rights reserved.