org.tolven.core
Interface TolvenPropertiesLocal

All Known Implementing Classes:
TolvenProperties

public interface TolvenPropertiesLocal


Method Summary
 void clearProperties(java.util.List<Property> properties)
           
 java.util.List<Property> findProperties()
          Return the tolven persistent properties (from the database, not the running system
 java.lang.String getLog4Threshold()
           
 java.lang.String getProperty(java.lang.String name)
          Same as doing a System.getProperty but wrapped by our environment.
 void setAllProperties()
          Set all of the properties from the database into the running properties of the system.
 void updateLog4Threshold(java.lang.String threshold)
           
 void updateProperties(java.util.List<Property> properties)
           
 

Method Detail

findProperties

java.util.List<Property> findProperties()
Return the tolven persistent properties (from the database, not the running system

Returns:
Properties collection

updateProperties

void updateProperties(java.util.List<Property> properties)

clearProperties

void clearProperties(java.util.List<Property> properties)

updateLog4Threshold

void updateLog4Threshold(java.lang.String threshold)

getLog4Threshold

java.lang.String getLog4Threshold()

getProperty

java.lang.String getProperty(java.lang.String name)
Same as doing a System.getProperty but wrapped by our environment.

Parameters:
name - Name of the property
Returns:
The value of the property

setAllProperties

void setAllProperties()
Set all of the properties from the database into the running properties of the system.