|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotifAddressRow | |
---|---|
com.stratelia.silverpeas.notificationManager | |
com.stratelia.silverpeas.notificationManager.model |
Uses of NotifAddressRow in com.stratelia.silverpeas.notificationManager |
---|
Methods in com.stratelia.silverpeas.notificationManager that return NotifAddressRow | |
---|---|
protected NotifAddressRow |
NotificationManager.getNotifAddressRow(NotificationParameters params,
int aUserId,
NotifSchema schema)
Method declaration |
Methods in com.stratelia.silverpeas.notificationManager that return types with arguments of type NotifAddressRow | |
---|---|
protected List<NotifAddressRow> |
NotificationManager.getAllNotifAddressRow(NotificationParameters params,
int aUserId,
NotifSchema schema)
|
Methods in com.stratelia.silverpeas.notificationManager with parameters of type NotifAddressRow | |
---|---|
protected Properties |
NotificationManager.notifAddressRowToProperties(NotifAddressRow nar,
boolean canEdit,
boolean canDelete,
boolean canTest,
boolean isDefault,
NotifSchema schema)
Method declaration |
Uses of NotifAddressRow in com.stratelia.silverpeas.notificationManager.model |
---|
Methods in com.stratelia.silverpeas.notificationManager.model that return NotifAddressRow | |
---|---|
protected NotifAddressRow |
NotifAddressTable.fetchRow(ResultSet rs)
Fetch the current NotifAddress row from a resultSet. |
NotifAddressRow[] |
NotifAddressTable.getAllByNotifChannelId(int notifChannelId)
Returns all the NotifAddressRow having a given notifChannelId |
NotifAddressRow[] |
NotifAddressTable.getAllByUserId(int userId)
Returns all the NotifAddressRow having a given userId |
NotifAddressRow[] |
NotifAddressTable.getAllByUserId(int aUserId,
String orderField)
Returns all the NotifAddress rows having a given userId |
NotifAddressRow[] |
NotifAddressTable.getAllRows()
Returns all the rows. |
NotifAddressRow |
NotifAddressTable.getNotifAddress(int id)
Returns the unique NotifAddress row having a given id |
NotifAddressRow |
NotifAddressTable.getNotifAddress(String query)
Returns the unique row given by a no parameters query. |
NotifAddressRow[] |
NotifAddressTable.getNotifAddresss(String query)
Returns all the rows given by a no parameters query. |
Methods in com.stratelia.silverpeas.notificationManager.model with parameters of type NotifAddressRow | |
---|---|
int |
NotifAddressTable.create(NotifAddressRow notifAddress)
Inserts in the database a new NotifAddress row. |
protected void |
NotifAddressTable.prepareInsert(String insertQuery,
PreparedStatement insert,
NotifAddressRow row)
Prepares the statement to insert the given row |
protected void |
NotifAddressTable.prepareUpdate(String updateQuery,
PreparedStatement update,
NotifAddressRow row)
Prepares the statement to update the given row |
void |
NotifAddressTable.save(NotifAddressRow notifAddress)
Updates theNotifAddress row. or inserts it if new. |
void |
NotifAddressTable.update(NotifAddressRow notifAddress)
Update the given NotifAddressRow |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |