public class PersistenceServiceImpl extends Object implements org.eclipse.smarthome.core.persistence.PersistenceService
| Constructor and Description |
|---|
PersistenceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(Map<String,?> properties) |
protected void |
deactivate() |
String |
getId() |
String |
getLabel(Locale locale) |
protected void |
modified(Map<String,?> properties) |
void |
store(org.eclipse.smarthome.core.items.Item item) |
void |
store(org.eclipse.smarthome.core.items.Item item,
String alias) |
public String getId()
getId in interface org.eclipse.smarthome.core.persistence.PersistenceServicepublic String getLabel(Locale locale)
getLabel in interface org.eclipse.smarthome.core.persistence.PersistenceServicepublic void store(org.eclipse.smarthome.core.items.Item item)
store in interface org.eclipse.smarthome.core.persistence.PersistenceServicepublic void store(org.eclipse.smarthome.core.items.Item item,
String alias)
store in interface org.eclipse.smarthome.core.persistence.PersistenceServiceCopyright © 2017. All rights reserved.