Uses of Interface
biz.hammurapi.web.properties.PropertySet

Packages that use PropertySet
biz.hammurapi.web.interaction   
biz.hammurapi.web.properties   
 

Uses of PropertySet in biz.hammurapi.web.interaction
 

Methods in biz.hammurapi.web.interaction that return PropertySet
 PropertySet InteractionInstance.getProperties()
          Creates property set or retrieves it from the database.
 PropertySet InteractionInstance.StepInstance.getProperties()
          Creates property set or retrieves it from the database.
 PropertySet InteractionInstance.TransitionInstance.getProperties()
          Creates property set or retrieves it from the database.
 

Uses of PropertySet in biz.hammurapi.web.properties
 

Subinterfaces of PropertySet in biz.hammurapi.web.properties
 interface PersistentPropertySet
          Property sets backed by the database implement this interface
 

Classes in biz.hammurapi.web.properties that implement PropertySet
 class DbPropertySet
           
 class PropertySubSet
           
 class TransientPropertySet
           
 

Methods in biz.hammurapi.web.properties that return PropertySet
 PropertySet TransientPropertySet.getSubset(java.lang.String prefix)
           
 PropertySet PropertySubSet.getSubset(java.lang.String prefix)
           
 PropertySet PropertySetFactory.create(boolean isTransient)
          Creates property set
 PropertySet PropertySet.getSubset(java.lang.String prefix)
           
 PropertySet DbPropertySet.getSubset(java.lang.String prefix)
           
 

Methods in biz.hammurapi.web.properties with parameters of type PropertySet
 void TransientPropertySet.load(PropertySet source)
           
 void TransientPropertySet.mount(java.lang.String prefix, PropertySet source)
           
 void TransientPropertySet.setAll(PropertySet source)
           
 boolean TransientPropertySet.compareProperties(PropertySet otherSet)
           
 boolean TransientPropertySet.containsAll(PropertySet subSet)
           
 void PropertySubSet.load(PropertySet source)
           
 void PropertySubSet.mount(java.lang.String prefix, PropertySet source)
           
 void PropertySubSet.setAll(PropertySet source)
           
 boolean PropertySubSet.compareProperties(PropertySet otherSet)
           
 boolean PropertySubSet.containsAll(PropertySet subSet)
           
 void PropertySet.load(PropertySet source)
          Loads all entries from the source to this property set
 void PropertySet.mount(java.lang.String prefix, PropertySet source)
          Mounts source property set at specified prefix.
 void PropertySet.setAll(PropertySet source)
          Copies all entries from the source property set to self.
 boolean PropertySet.containsAll(PropertySet subSet)
           
 boolean PropertySet.compareProperties(PropertySet otherSet)
           
 void DbPropertySet.load(PropertySet source)
           
 void DbPropertySet.mount(java.lang.String prefix, PropertySet source)
           
 void DbPropertySet.setAll(PropertySet source)
           
 boolean DbPropertySet.compareProperties(PropertySet otherSet)
           
 boolean DbPropertySet.containsAll(PropertySet subSet)
           
 

Constructors in biz.hammurapi.web.properties with parameters of type PropertySet
PropertySubSet(PropertySet master, java.lang.String prefix)
           
 



Copyright © 2006 Hammurapi Group. All Rights Reserved.