Uses of Enum Class
com.foreach.across.modules.user.business.UserRestriction
Packages that use UserRestriction
-
Uses of UserRestriction in com.foreach.across.modules.user.business
Fields in com.foreach.across.modules.user.business with type parameters of type UserRestrictionModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<UserRestriction,
com.querydsl.core.types.dsl.EnumPath<UserRestriction>> QUser.restrictions
final com.querydsl.core.types.dsl.SetPath<UserRestriction,
com.querydsl.core.types.dsl.EnumPath<UserRestriction>> QUser.restrictions
Methods in com.foreach.across.modules.user.business that return UserRestrictionModifier and TypeMethodDescriptionstatic UserRestriction
Returns the enum constant of this class with the specified name.static UserRestriction[]
UserRestriction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.foreach.across.modules.user.business that return types with arguments of type UserRestrictionMethods in com.foreach.across.modules.user.business with parameters of type UserRestrictionMethod parameters in com.foreach.across.modules.user.business with type arguments of type UserRestrictionModifier and TypeMethodDescriptionvoid
User.setRestrictions
(Collection<UserRestriction> restrictions)