Package | Description |
---|---|
net.datenwerke.gf.service.properties |
Modifier and Type | Method and Description |
---|---|
Property |
PropertiesService.getPropertyById(java.lang.Long id)
Retrieves a property by ID (note that the id is not the property's key)
|
Property |
PropertiesServiceImpl.getPropertyById(java.lang.Long id) |
Property |
PropertiesService.getPropertyByKey(java.lang.String name)
Retrieves a property by key.
|
Property |
PropertiesServiceImpl.getPropertyByKey(java.lang.String key) |
Property |
PropertiesService.merge(Property property)
Merges a property
|
Property |
PropertiesServiceImpl.merge(Property property) |
Property |
PropertiesService.setProperty(java.lang.String key,
java.lang.String value)
Updates the property with the given key, or creates a new one if none exists.
|
Property |
PropertiesServiceImpl.setProperty(java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Property> |
PropertiesService.getAllProperties()
Returns all properties
|
java.util.List<Property> |
PropertiesServiceImpl.getAllProperties() |
Modifier and Type | Method and Description |
---|---|
Property |
PropertiesService.merge(Property property)
Merges a property
|
Property |
PropertiesServiceImpl.merge(Property property) |
void |
PropertiesService.persist(Property property)
Persists a property
|
void |
PropertiesServiceImpl.persist(Property property) |
void |
PropertiesService.remove(Property property)
Removes a property
|
void |
PropertiesServiceImpl.remove(Property property) |