public class ServiceManagment extends Object implements IServiceManagement
Constructor and Description |
---|
ServiceManagment() |
Modifier and Type | Method and Description |
---|---|
void |
addUserIDToMenuEntry(String serviceId,
String userID)
set userID value for the MenuEntry
|
List<String> |
getInstalledApps(String serviceId)
get the list of appIds that are installed for a service
|
String |
getInstalledServices()
return a list of installed services in the following format:
|
String |
getInstalledUnitsForService(String serviceId)
get installed units for a service in the following format:
|
static Element |
getService(String serviceId,
Document doc) |
boolean |
isServiceId(String serviceId) |
public String getInstalledServices()
getInstalledServices
in interface IServiceManagement
public String getInstalledUnitsForService(String serviceId)
getInstalledUnitsForService
in interface IServiceManagement
public boolean isServiceId(String serviceId)
isServiceId
in interface IServiceManagement
public List<String> getInstalledApps(String serviceId)
getInstalledApps
in interface IServiceManagement
serviceId
- public void addUserIDToMenuEntry(String serviceId, String userID)
addUserIDToMenuEntry
in interface IServiceManagement
Copyright © 2018 universAAL Consortium. All rights reserved.