|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| com.commsen.apropos.core | |
| com.commsen.apropos.web | |
| Uses of Property in com.commsen.apropos.core |
|---|
| Methods in com.commsen.apropos.core that return Property | |
|---|---|
Property |
PropertyPackage.addProperty(Property property)
Adds new property to this package. |
Property |
PropertyPackage.removeProperty(Property property)
Removes property from this package |
Property |
PropertyPackage.removeProperty(java.lang.String propertyName)
Removes property called propertyName from this package |
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. |
| Methods in com.commsen.apropos.core that return types with arguments of type Property | |
|---|---|
java.util.Map<java.lang.String,Property> |
PropertyPackage.getAllProperties()
Returns a map of all properties from this package and all parent packages. |
java.util.Map<java.lang.String,Property> |
PropertyPackage.getOverwritenProperties()
Returns a map of all properties in this package which overwrite same properties from parent packages. |
java.util.Map<java.lang.String,Property> |
PropertyPackage.getProperties()
|
| Methods in com.commsen.apropos.core with parameters of type Property | |
|---|---|
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). |
Property |
PropertyPackage.removeProperty(Property property)
Removes property from this package |
boolean |
Property.sameAs(Property property)
Checks if given property is the same as the one represented by this object. |
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. |
| Uses of Property in com.commsen.apropos.web |
|---|
| Methods in com.commsen.apropos.web with parameters of type Property | |
|---|---|
static void |
AproposSession.addProperty(Property property)
|
static void |
AproposSession.updateProperty(Property property)
|
static void |
AproposSession.updateProperty(java.lang.String oldName,
Property property)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||