| Package | Description |
|---|---|
| com.foreach.across.modules.user.business |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<UserRestriction,com.querydsl.core.types.dsl.EnumPath<UserRestriction>> |
QUser.restrictions |
com.querydsl.core.types.dsl.SetPath<UserRestriction,com.querydsl.core.types.dsl.EnumPath<UserRestriction>> |
QUser.restrictions |
| Modifier and Type | Method and Description |
|---|---|
static UserRestriction |
UserRestriction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRestriction[] |
UserRestriction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<UserRestriction> |
User.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
User.hasRestriction(UserRestriction restriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRestrictions(Collection<UserRestriction> restrictions) |
Copyright © 2020. All rights reserved.