|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserClass | |
---|---|
uk.org.ury.backend.database | Database services for the URY Presenter Suite. |
uk.org.ury.backend.server | The URY Server kernel. |
Uses of UserClass in uk.org.ury.backend.database |
---|
Methods in uk.org.ury.backend.database that return UserClass | |
---|---|
static UserClass |
UserClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserClass[] |
UserClass.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in uk.org.ury.backend.database with parameters of type UserClass | |
---|---|
DatabaseDriver(ConfigReader config,
UserClass type)
Construct a new DatabaseDriver with the given user class. |
Uses of UserClass in uk.org.ury.backend.server |
---|
Methods in uk.org.ury.backend.server with parameters of type UserClass | |
---|---|
DatabaseDriver |
Server.getDatabaseConnection(UserClass userClass)
Gets a database connection using the given user class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |