|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDao
Utility to retrieve properties
| Method Summary | |
|---|---|
void |
addToSite(String name,
String... sitename)
Add the property specified to the sites specified. |
Property |
getProperty(String name)
|
Collection<String> |
getPropertyNames()
|
void |
setProperty(Property property)
Set (or re-set) a property value |
void |
setProperty(String name,
String description,
String propertyValue)
Convenience method to set (or re-set) a property value |
| Method Detail |
|---|
Property getProperty(String name)
Collection<String> getPropertyNames()
void setProperty(Property property)
property - property object with name and value
void setProperty(String name,
String description,
String propertyValue)
name - property namedescription - description of propertypropertyValue - value as a string
void addToSite(String name,
String... sitename)
name - property namesitename - site names to add the property to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||