|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| eu.scape_project.watch.dao | |
| eu.scape_project.watch.domain | |
| Uses of PropertyValue in eu.scape_project.watch.dao |
|---|
| Methods in eu.scape_project.watch.dao that return PropertyValue | |
|---|---|
PropertyValue |
PropertyValueDAO.findByEntityAndName(String entityName,
String propertyName)
Find PropertyValue by the related Entity and
Property. |
| Methods in eu.scape_project.watch.dao that return types with arguments of type PropertyValue | |
|---|---|
Collection<PropertyValue> |
PropertyValueDAO.listWithEntity(String entityName,
int start,
int max)
List all property values of a specific Entity. |
Collection<PropertyValue> |
PropertyValueDAO.listWithEntityAndProperty(String entityName,
String entityType,
String propertyName,
int start,
int max)
List all property values of a specific Entity and Property. |
Collection<PropertyValue> |
PropertyValueDAO.listWithProperty(String entityType,
String propertyName,
int start,
int max)
List all property values of a Property independently of the
Entity. |
List<PropertyValue> |
PropertyValueDAO.query(String bindings,
int start,
int max)
Query for PropertyValue. |
| Uses of PropertyValue in eu.scape_project.watch.domain |
|---|
| Methods in eu.scape_project.watch.domain that return PropertyValue | |
|---|---|
PropertyValue |
Measurement.getPropertyValue()
|
PropertyValue |
PropertyValue.save()
|
| Methods in eu.scape_project.watch.domain with parameters of type PropertyValue | |
|---|---|
void |
Measurement.setPropertyValue(PropertyValue propertyValue)
|
| Constructors in eu.scape_project.watch.domain with parameters of type PropertyValue | |
|---|---|
Measurement(PropertyValue pv,
long t)
Create a new measurement. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||