Uses of Class
com.commsen.apropos.core.PropertiesException

Packages that use PropertiesException
com.commsen.apropos.core   
com.commsen.apropos.web   
 

Uses of PropertiesException in com.commsen.apropos.core
 

Methods in com.commsen.apropos.core that throw PropertiesException
 Property PropertyPackage.addProperty(Property property)
          Adds new property to this package.
static PropertyPackage PropertiesManager.addProperty(java.lang.String packageName, Property property)
          Adds new Property in PropertyPackage called packageName by calling PropertyPackage.addProperty(Property).
static void PropertiesManager.addPropertyPackage(PropertyPackage propertyPackage)
          Adds new PropertyPackage.
static PropertyPackage PropertiesManager.deleteProperty(java.lang.String packageName, java.lang.String propertyName)
          Deletes Property called propertyName from PropertyPackage called packageName.
static void PropertiesManager.deletePropertyPackage(java.lang.String packageName)
          Deletes the PropertyPackage specified by packageName and all it's children.
static PropertyPackage PropertiesManager.importProperties(java.lang.String packageName, java.util.Properties externalProperties, boolean overwrite)
          Imports external properties into PropertyPackage called packageName .
 void Property.setName(java.lang.String name)
           
 void PropertyPackage.setParent(PropertyPackage parent)
           
 Property PropertyPackage.updateProperty(Property property)
          Updates a property in this package.
 Property PropertyPackage.updateProperty(java.lang.String oldName, Property property)
          Updates a property called oldName in this package with values from property.
static PropertyPackage PropertiesManager.updateProperty(java.lang.String packageName, Property property)
          Updates Property in PropertyPackage called packageName.
static PropertyPackage PropertiesManager.updateProperty(java.lang.String packageName, java.lang.String oldPropertyName, Property property)
          Updates existing Property called oldPropertyName in PropertyPackage called packageName with values from property.
 

Constructors in com.commsen.apropos.core that throw PropertiesException
Property(java.lang.String name)
          Creates new property with given name
Property(java.lang.String name, java.lang.String value, java.lang.String description, java.lang.String group)
          Creates new property object and sets all fields with appropriate values
 

Uses of PropertiesException in com.commsen.apropos.web
 

Methods in com.commsen.apropos.web that throw PropertiesException
static void AproposSession.addProperty(Property property)
           
static void AproposSession.deleteProperties(java.util.Set<java.lang.String> properties)
           
static void AproposSession.deleteProperty(java.lang.String property)
           
static void AproposSession.importProperties(java.util.Properties externalProperties, boolean overwrite)
           
static void AproposSession.updateProperty(Property property)
           
static void AproposSession.updateProperty(java.lang.String oldName, Property property)
           
 



Copyright © 2008 Commsen International. All Rights Reserved.