Uses of Class
com.stratelia.silverpeas.notificationManager.model.NotifChannelRow

Packages that use NotifChannelRow
com.stratelia.silverpeas.notificationManager.model   
 

Uses of NotifChannelRow in com.stratelia.silverpeas.notificationManager.model
 

Methods in com.stratelia.silverpeas.notificationManager.model that return NotifChannelRow
protected  NotifChannelRow NotifChannelTable.fetchRow(ResultSet rs)
          Fetch the current NotifChannel row from a resultSet.
 NotifChannelRow[] NotifChannelTable.getAllRows()
          Returns all the rows.
 NotifChannelRow NotifChannelTable.getNotifChannel(int id)
          Returns the unique NotifChannel row having a given id
 NotifChannelRow NotifChannelTable.getNotifChannel(String query)
          Returns the unique row given by a no parameters query.
 NotifChannelRow[] NotifChannelTable.getNotifChannels(String query)
          Returns all the rows given by a no parameters query.
 

Methods in com.stratelia.silverpeas.notificationManager.model with parameters of type NotifChannelRow
 int NotifChannelTable.create(NotifChannelRow notifChannel)
          Inserts in the database a new NotifChannel row.
protected  void NotifChannelTable.prepareInsert(String insertQuery, PreparedStatement insert, NotifChannelRow r)
          Prepares the statement to insert the given row
protected  void NotifChannelTable.prepareUpdate(String updateQuery, PreparedStatement update, NotifChannelRow r)
          Prepares the statement to update the given row
 void NotifChannelTable.save(NotifChannelRow notifChannel)
          Updates theNotifChannel row. or inserts it if new.
 void NotifChannelTable.update(NotifChannelRow notifChannel)
          Update the given NotifChannelRow
 



Copyright © 2016 Silverpeas. All Rights Reserved.