| Package | Description |
|---|---|
| mysql | |
| stella | |
| stella.applet | |
| stella.util | |
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private Collection<UserProfile.Notifies> |
UserSql.SqlProfile.notify
The notification events.
|
private EnumSet<UserProfile.Notifies> |
UserSql.notifyallow
The set of allowed notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserProfile.Notifies> |
UserSql.SqlProfile.getNotify()
Returns the notification list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserSql.addUserProfile(String username,
List<UserProfile.Affil> aa,
javax.mail.Address email,
Collection<UserProfile.Notifies> notify)
Adds a new user to the table.
|
boolean |
UserSql.addUserProfile(String username,
List<UserProfile.Affil> aa,
javax.mail.Address email,
Collection<UserProfile.Notifies> notify,
boolean mail)
Adds a new user to the table.
|
boolean |
UserSql.addUserProfile(String username,
List<UserProfile.Affil> affil,
javax.mail.Address email,
Collection<UserProfile.Notifies> notify,
Color paint,
boolean mail)
Adds a new user to the table.
|
private boolean |
UserSql.addUserProfile(String username,
List<UserProfile.Affil> affil,
javax.mail.Address email,
Collection<UserProfile.Notifies> notify,
Color paint,
String asciipass,
boolean mail)
Adds a new user to the table.
|
private static String |
UserSql.getText(String username,
UserProfile.Affil affil,
Collection<UserProfile.Notifies> notify,
Color paint,
String asciipass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Handable.isNotify(UserProfile.Notifies condition)
Returns true if the argument should trigger some sort of notification.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<UserProfile.Notifies> |
SimpleUserProfile.notify
The list of notification events.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserProfile.Notifies> |
SimpleUserProfile.getNotify() |
| Modifier and Type | Field and Description |
|---|---|
private Collection<UserProfile.Notifies> |
UserProperty.notify
The list of notification events.
|
| Modifier and Type | Method and Description |
|---|---|
static UserProfile.Notifies |
UserProfile.Notifies.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfile.Notifies[] |
UserProfile.Notifies.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserProfile.Notifies> |
UserProperty.getNotify()
Returns the notification list.
|
Collection<UserProfile.Notifies> |
UserProfile.getNotify()
Returns the notification list.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<UserProfile.Notifies> |
SporeTarget.notify
A list of notification triggers.
|
| Modifier and Type | Method and Description |
|---|---|
Set<UserProfile.Notifies> |
SporeTarget.getNotify()
Return the list of notification as tag-names.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParsedTarget.isNotify(UserProfile.Notifies condition)
Returns true if the condition passed over is found in the notification
list.
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
TargetFactory.createEmail(Collection<? extends javax.mail.Address> address,
Collection<UserProfile.Notifies> notify,
Map collect)
Creates a document fragment with an
DTDConstants.EMAIL element carrying The
e-mail address of the user plus additional notification elements. |
protected void |
SporeTarget.setNotify(Set<UserProfile.Notifies> triggers)
Sets the list of notification triggers.
|