Package com.priint.pubserverapi.access
Interface AssignedAccessRightQuery
- All Superinterfaces:
QueryBuilder<AssignedAccessRight>
-
Method Summary
Modifier and TypeMethodDescriptionexecRight(int execRight) Sets the execution right value of theAssignedAccessRightin the query.Sets the user login value to list user access rightsrightKeyName(String rightKeyName) Sets the right keyname of theAssignedAccessRightin the query.Sets the roleName of theAssignedAccessRightin the query.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
rightKeyName
Sets the right keyname of theAssignedAccessRightin the query.- Parameters:
rightKeyName- right key name- Returns:
- the current
AssignedAccessRightQueryinstance for method chaining
-
roleName
Sets the roleName of theAssignedAccessRightin the query.- Parameters:
roleName- role name- Returns:
- the current
AssignedAccessRightQueryinstance for method chaining
-
execRight
Sets the execution right value of theAssignedAccessRightin the query.- Parameters:
execRight- execution right value : 0 - disabled, 1 - enabled- Returns:
- the current
AssignedAccessRightQueryinstance for method chaining
-
login
Sets the user login value to list user access rights- Parameters:
login- the user login- Returns:
- the current
AssignedAccessRightQueryinstance for method chaining
-