public interface RegionTransferService
| Modifier and Type | Method and Description |
|---|---|
void |
createRegion(String request)
Creates a new region on other controllers in the team.
|
void |
deleteRegion(String regionId)
Removes a given region from the other controllers in the team.
|
List<Region> |
getRegions(SystemInformation system)
Get all regions from given controller.
|
void |
refreshRoles(String regionId,
String request)
refresh roles for some or all devices in a region
|
void |
updateRegion(String regionId,
String request)
Updates an existing region on other controllers in the team.
|
List<Region> getRegions(SystemInformation system) throws Exception
system - controller to get the regions from.Exception - if errors occur while executing the operation.void createRegion(String request)
request - String which abstracts the participants of the regionvoid updateRegion(String regionId, String request)
regionId - the Id of the region to be updatedrequest - the region abstraction containing new attributesvoid deleteRegion(String regionId)
regionId - the Id of the region to be deletedCopyright © 2014. All Rights Reserved.