Uses of Class
org.genesys.blocks.security.model.BasicUser.AccountType
-
Packages that use BasicUser.AccountType Package Description org.genesys.blocks.security.model org.genesys.blocks.security.service org.genesys.blocks.security.service.impl -
-
Uses of BasicUser.AccountType in org.genesys.blocks.security.model
Fields in org.genesys.blocks.security.model with type parameters of type BasicUser.AccountType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<BasicUser.AccountType>QBasicUser. accountTypeMethods in org.genesys.blocks.security.model that return BasicUser.AccountType Modifier and Type Method Description static BasicUser.AccountTypeBasicUser.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. -
Uses of BasicUser.AccountType in org.genesys.blocks.security.service
Methods in org.genesys.blocks.security.service with parameters of type BasicUser.AccountType Modifier and Type Method Description TBasicUserService. createUser(String email, String fullName, String password, BasicUser.AccountType accountType)Create a new user account.TBasicUserService. setAccountType(T user, BasicUser.AccountType accountType)Sets the account type. -
Uses of BasicUser.AccountType in org.genesys.blocks.security.service.impl
Methods in org.genesys.blocks.security.service.impl with parameters of type BasicUser.AccountType Modifier and Type Method Description TBasicUserServiceImpl. setAccountType(T user, BasicUser.AccountType accountType)
-