Package | Description |
---|---|
Utilities | |
Workers |
Modifier and Type | Method and Description |
---|---|
static User |
User.createUser(String uName,
String password,
String fullName,
Boolean admin) |
static User |
DbInt.getCurrentUser() |
static User |
DbInt.getUser(String year) |
Modifier and Type | Method and Description |
---|---|
Iterable<User> |
Group.getUsers() |
ArrayList<User> |
Year.getUsers() |
static ArrayList<User> |
DbInt.getUsers() |
Constructor and Description |
---|
Group(String name,
String year,
int id,
ArrayList<User> uMan) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.lang3.tuple.Triple<javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>>,Map<String,Map<String,User>>,Map<String,ArrayList<Group>>> |
LoadUGYWorker.call() |
Copyright © 2014–2018. All rights reserved.