| Package | Description |
|---|---|
| org.openbase.bco.bcozy.permissions.model |
Contains the model used to display and edit unit-permissions.
|
| Modifier and Type | Method and Description |
|---|---|
OwnerPermissions |
PermissionsServiceImpl.getOwner(String selectedUnitId) |
OwnerPermissions |
PermissionsService.getOwner(String selectedUnitId)
Returns a List of all possible Owners of an unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsServiceImpl.save(String selectedUnitId,
List<GroupPermissions> permissions,
OwnerPermissions owner,
OtherPermissions other) |
void |
PermissionsService.save(String selectedUnitId,
List<GroupPermissions> permissions,
OwnerPermissions owner,
OtherPermissions other)
Saves the new Settings for the unit.
|
Copyright © 2015–2018 openbase.org. All rights reserved.