|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotifPreferenceRow | |
---|---|
com.stratelia.silverpeas.notificationManager | |
com.stratelia.silverpeas.notificationManager.model |
Uses of NotifPreferenceRow in com.stratelia.silverpeas.notificationManager |
---|
Methods in com.stratelia.silverpeas.notificationManager with parameters of type NotifPreferenceRow | |
---|---|
protected Properties |
NotificationManager.notifPreferencesRowToProperties(int aUserId,
NotifPreferenceRow npr,
boolean canEdit,
boolean canDelete,
boolean canTest,
boolean isDefault,
NotifSchema schema)
Method declaration |
Uses of NotifPreferenceRow in com.stratelia.silverpeas.notificationManager.model |
---|
Methods in com.stratelia.silverpeas.notificationManager.model that return NotifPreferenceRow | |
---|---|
protected NotifPreferenceRow |
NotifPreferenceTable.fetchRow(ResultSet rs)
Fetch the current NotifPreference row from a resultSet. |
NotifPreferenceRow[] |
NotifPreferenceTable.getAllByComponentInstanceId(int componentInstanceId)
Returns all the NotifPreferenceRow having a given componentInstanceId |
NotifPreferenceRow[] |
NotifPreferenceTable.getAllByUserId(int userId)
Returns all the NotifPreferenceRow having a given userId |
NotifPreferenceRow[] |
NotifPreferenceTable.getAllRows()
Returns all the rows. |
NotifPreferenceRow |
NotifPreferenceTable.getByUserIdAndComponentInstanceIdAndMessageType(int userId,
int componentInstanceId,
int messageType)
Returns the unique NotifPreference row having the given userId,componentInstanceId,messageType |
NotifPreferenceRow |
NotifPreferenceTable.getNotifPreference(int id)
Returns the unique NotifPreference row having a given id |
NotifPreferenceRow |
NotifPreferenceTable.getNotifPreference(String query)
Returns the unique row given by a no parameters query. |
NotifPreferenceRow[] |
NotifPreferenceTable.getNotifPreferences(String query)
Returns all the rows given by a no parameters query. |
Methods in com.stratelia.silverpeas.notificationManager.model with parameters of type NotifPreferenceRow | |
---|---|
int |
NotifPreferenceTable.create(NotifPreferenceRow notifPreference)
Inserts in the database a new NotifPreference row. |
protected void |
NotifPreferenceTable.prepareInsert(String insertQuery,
PreparedStatement insert,
NotifPreferenceRow r)
Prepares the statement to insert the given row |
protected void |
NotifPreferenceTable.prepareUpdate(String updateQuery,
PreparedStatement update,
NotifPreferenceRow r)
Prepares the statement to update the given row |
void |
NotifPreferenceTable.save(NotifPreferenceRow notifPreference)
Updates theNotifPreference row. or inserts it if new. |
void |
NotifPreferenceTable.update(NotifPreferenceRow notifPreference)
Update the given NotifPreferenceRow |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |