|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotifSchema | |
---|---|
com.stratelia.silverpeas.notificationManager | |
com.stratelia.silverpeas.notificationManager.model |
Uses of NotifSchema in com.stratelia.silverpeas.notificationManager |
---|
Methods in com.stratelia.silverpeas.notificationManager with parameters of type NotifSchema | |
---|---|
protected void |
NotificationManager.closeSchema(NotifSchema schema)
|
protected List<DelayedNotificationData> |
NotificationManager.createAllDelayedNotificationData(NotificationParameters params,
String aUserId,
NotifSchema schema)
|
protected NotificationData |
NotificationManager.createNotificationData(NotificationParameters params,
String aUserId,
NotifSchema schema)
Method declaration |
protected List<NotifAddressRow> |
NotificationManager.getAllNotifAddressRow(NotificationParameters params,
int aUserId,
NotifSchema schema)
|
protected NotifAddressRow |
NotificationManager.getNotifAddressRow(NotificationParameters params,
int aUserId,
NotifSchema schema)
Method declaration |
protected boolean |
NotificationManager.isDefaultAddress(int aDefaultAddressId,
int aUserId,
NotifSchema schema,
boolean isMultiChannelNotification)
|
protected Properties |
NotificationManager.notifAddressRowToProperties(NotifAddressRow nar,
boolean canEdit,
boolean canDelete,
boolean canTest,
boolean isDefault,
NotifSchema schema)
Method declaration |
protected Properties |
NotificationManager.notifPreferencesRowToProperties(int aUserId,
NotifPreferenceRow npr,
boolean canEdit,
boolean canDelete,
boolean canTest,
boolean isDefault,
NotifSchema schema)
Method declaration |
Uses of NotifSchema in com.stratelia.silverpeas.notificationManager.model |
---|
Methods in com.stratelia.silverpeas.notificationManager.model that return NotifSchema | |
---|---|
static NotifSchema |
NotifSchemaPool.getNotifSchema()
Returns an Shema. |
Methods in com.stratelia.silverpeas.notificationManager.model with parameters of type NotifSchema | |
---|---|
static void |
NotifSchemaPool.releaseNotifSchema(NotifSchema s)
Release an Scheme previously returned by the pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |