com.commsen.apropos.web
Class AproposSession

java.lang.Object
  extended by com.commsen.apropos.web.AproposSession

public class AproposSession
extends java.lang.Object

Author:
Milen Dyankov

Field Summary
static java.lang.String CURRENT_PACKAGE
           
static java.lang.String SHOW_PARENT_PROPERTIES
           
 
Constructor Summary
AproposSession()
           
 
Method Summary
static void addProperty(Property property)
           
static void deleteProperties(java.util.Set<java.lang.String> properties)
           
static void deleteProperty(java.lang.String property)
           
static PropertyPackage getCurrentPropertyPackage()
           
static void importProperties(java.util.Properties externalProperties, boolean overwrite)
           
static void setCurrentPropertyPackage(PropertyPackage propertyPackage)
           
static void setShowParentProperties(boolean show)
           
static boolean showParentProperties()
           
static void updateProperty(Property property)
           
static void updateProperty(java.lang.String oldName, Property property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_PACKAGE

public static final java.lang.String CURRENT_PACKAGE
See Also:
Constant Field Values

SHOW_PARENT_PROPERTIES

public static final java.lang.String SHOW_PARENT_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

AproposSession

public AproposSession()
Method Detail

getCurrentPropertyPackage

public static PropertyPackage getCurrentPropertyPackage()

setCurrentPropertyPackage

public static void setCurrentPropertyPackage(PropertyPackage propertyPackage)

addProperty

public static void addProperty(Property property)
                        throws PropertiesException
Throws:
PropertiesException

updateProperty

public static void updateProperty(Property property)
                           throws PropertiesException
Throws:
PropertiesException

updateProperty

public static void updateProperty(java.lang.String oldName,
                                  Property property)
                           throws PropertiesException
Throws:
PropertiesException

importProperties

public static void importProperties(java.util.Properties externalProperties,
                                    boolean overwrite)
                             throws PropertiesException
Throws:
PropertiesException

deleteProperty

public static void deleteProperty(java.lang.String property)
                           throws PropertiesException
Throws:
PropertiesException

deleteProperties

public static void deleteProperties(java.util.Set<java.lang.String> properties)
                             throws PropertiesException
Throws:
PropertiesException

setShowParentProperties

public static void setShowParentProperties(boolean show)

showParentProperties

public static boolean showParentProperties()


Copyright © 2008 Commsen International. All Rights Reserved.