| Package | Description |
|---|---|
| org.genesys.blocks.security.model | |
| org.genesys.blocks.security.service | |
| org.genesys.blocks.security.service.impl |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<BasicUser.AccountType> |
QBasicUser.accountType |
| Modifier and Type | Method and Description |
|---|---|
BasicUser.AccountType |
BasicUser.getAccountType()
Gets the account type.
|
static BasicUser.AccountType |
BasicUser.AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicUser.AccountType[] |
BasicUser.AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicUser.setAccountType(BasicUser.AccountType accountType)
Sets the account type.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BasicUserService.createUser(String email,
String fullName,
String password,
BasicUser.AccountType accountType)
Create a new user account.
|
T |
BasicUserService.setAccountType(T user,
BasicUser.AccountType accountType)
Sets the account type.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BasicUserServiceImpl.setAccountType(T user,
BasicUser.AccountType accountType) |
Copyright © 2020 Global Crop Diversity Trust. All rights reserved.