| Package | Description |
|---|---|
| mysql | |
| stella.applet | |
| stella.util | |
| stella.xml | |
| target |
| Modifier and Type | Field and Description |
|---|---|
private UserProfile.Affil |
UserSql.SqlProfile.home
The parsed affiliation.
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSet<UserProfile.Affil> |
UserSql.affilallow
The set of allowed affiliations.
|
private List<UserProfile.Affil> |
UserSql.SqlProfile.bills
The parsed affiliation.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Affil |
UserSql.SqlProfile.getInstitution()
Returns one of the recognized institutions.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProfile.Affil> |
UserSql.SqlProfile.getAllowedInstitutions() |
| Modifier and Type | Method and Description |
|---|---|
private int |
UserSql.getMemberCount(UserProfile.Affil affil)
Returns the number of entries to the queried affiliation.
|
Color |
UserSql.getNextAffilColor(UserProfile.Affil aa) |
private static String |
UserSql.getText(String username,
UserProfile.Affil affil,
Collection<UserProfile.Notifies> notify,
Color paint,
String asciipass) |
boolean |
UserSql.SqlProfile.setInstitution(UserProfile.Affil billing)
Changes the billing institution if allowed.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private UserProfile.Affil |
SimpleUserProfile.mainaffil
The default affiliation (first in list or explicedly set).
|
| Modifier and Type | Field and Description |
|---|---|
private List<UserProfile.Affil> |
SimpleUserProfile.affils
The list of allowed affiliations.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Affil |
SimpleUserProfile.getInstitution() |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserProfile.Affil> |
SimpleUserProfile.getAllowedInstitutions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleUserProfile.setInstitution(UserProfile.Affil billing) |
| Modifier and Type | Field and Description |
|---|---|
private UserProfile.Affil |
UserProperty.mainaffil
The default affiliation (first in list or explicedly set).
|
| Modifier and Type | Field and Description |
|---|---|
private List<UserProfile.Affil> |
UserProperty.affils
The list of allowed affiliations.
|
private EnumSet<UserProfile.Affil> |
DataPermission.whom
The affiliations accessible.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Affil |
UserProperty.getInstitution()
Returns the institution.
|
UserProfile.Affil |
UserProfile.getInstitution()
Returns one of the recognized institutions.
|
static UserProfile.Affil |
UserProfile.Affil.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfile.Affil[] |
UserProfile.Affil.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private EnumSet<UserProfile.Affil> |
DataPermission.checkNameConsistancy(String name)
Checks the consistancy of the permission name.
|
List<UserProfile.Affil> |
UserProperty.getAllowedInstitutions() |
Collection<UserProfile.Affil> |
UserProfile.getAllowedInstitutions()
Returns all allowed billing institutions for this user.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserProperty.setInstitution(UserProfile.Affil allowed)
Tries to set a new affiliation, which is only allowed if the new
affiliation is part of the
UserProperty.KEY_INSTITUTION list. |
boolean |
UserProfile.setInstitution(UserProfile.Affil billing)
Sets the billing organisation to something different from the default.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) UserProfile.Affil |
SporeTarget.institution
The institution the user belongs to (aka the time requestor).
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Affil |
SporeTarget.getInstitution()
Returns the institution the target time should account to.
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
TargetFactory.createInstitution(UserProfile.Affil inst,
Map collect)
Creates a document fragment with a
DTDConstants.INSTITUTION element carrying
the provided user name in a single text-node child. |
protected void |
SporeTarget.setInstitution(UserProfile.Affil who)
Sets the target institute.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile.Affil |
TargetDefinition.getInstitution()
Gets the institution this target belongs to.
|