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

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

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

Methods in com.stratelia.silverpeas.notificationManager.model that return NotifDefaultAddressRow
protected  NotifDefaultAddressRow NotifDefaultAddressTable.fetchRow(ResultSet rs)
          Fetch the current NotifDefaultAddress row from a resultSet.
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getAllByUserId(int userId)
          Returns all the NotifDefaultAddressRow having a given userId
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getAllRows()
          Returns all the rows.
 NotifDefaultAddressRow NotifDefaultAddressTable.getNotifDefaultAddress(int id)
          Returns the unique NotifDefaultAddress row having a given id
 NotifDefaultAddressRow NotifDefaultAddressTable.getNotifDefaultAddress(String query)
          Returns the unique row given by a no parameters query.
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getNotifDefaultAddresss(String query)
          Returns all the rows given by a no parameters query.
 

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



Copyright © 2016 Silverpeas. All Rights Reserved.