| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount(UID<Account> accountUID) |
Optional<Account> |
getAccountByAuthToken(String userAuthToken)
Gets an newly authentified account by his authToken.
|
Set<UID<Account>> |
getAccountUIDs(UID<AccountGroup> groupUID)
Lists the accounts for a defined group.
|
VFile |
getDefaultPhoto()
Gets the default photo of any account.
|
AccountGroup |
getGroup(UID<AccountGroup> groupUID)
Gets the group defined by an UID.
|
Set<UID<AccountGroup>> |
getGroupUIDs(UID<Account> accountUID) |
Optional<VFile> |
getPhoto(UID<Account> accountUID)
Gets the photo of an account defined by its UID.
|
VFile getDefaultPhoto()
Account getAccount(UID<Account> accountUID)
accountUID - the account defined by its UIDAccountGroup getGroup(UID<AccountGroup> groupUID)
groupUID - the group UIDSet<UID<Account>> getAccountUIDs(UID<AccountGroup> groupUID)
groupUID - the group UIDSet<UID<AccountGroup>> getGroupUIDs(UID<Account> accountUID)
accountUID - the account defined by its UIDOptional<VFile> getPhoto(UID<Account> accountUID)
accountUID - the account defined by its UIDCopyright © 2019. All Rights Reserved.