public interface HasPermissionList extends Serializable
PermissionList
.
On insert, update and delete of such objects, the Store
applies appropriate actions on the permission list.
A OrgUnit can be set as as default for purposes of right checks.
The abstract CheckedPersistent
class provides implementations for those methods.Modifier and Type | Method and Description |
---|---|
OrgUnit |
getDefaultOrgUnit()
Get the default org unit to use when checking permissions.
|
PermissionList |
getPermissionList()
Get the permission list
|
void |
setPermissionList(PermissionList pl)
Set the permission list.
|
void setPermissionList(PermissionList pl)
pl
- the permission list to set.PermissionList getPermissionList()
OrgUnit getDefaultOrgUnit()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.