com.fatwire.gst.foundation.properties
Interface PropertyDao

All Known Implementing Classes:
AssetApiPropertyDao

public interface PropertyDao

Utility to retrieve properties

Since:
11-09-02
Author:
Tony Field

Method Summary
 void addToSite(String name, String... sitename)
          Add the property specified to the sites specified.
 Property getProperty(String name)
           
 Collection<String> getPropertyNames()
           
 void setProperty(Property property)
          Set (or re-set) a property value
 void setProperty(String name, String description, String propertyValue)
          Convenience method to set (or re-set) a property value
 

Method Detail

getProperty

Property getProperty(String name)

getPropertyNames

Collection<String> getPropertyNames()

setProperty

void setProperty(Property property)
Set (or re-set) a property value

Parameters:
property - property object with name and value

setProperty

void setProperty(String name,
                 String description,
                 String propertyValue)
Convenience method to set (or re-set) a property value

Parameters:
name - property name
description - description of property
propertyValue - value as a string

addToSite

void addToSite(String name,
               String... sitename)
Add the property specified to the sites specified. The property is NOT un-shared from any other sites using this tag (it only adds additional sites)

Parameters:
name - property name
sitename - site names to add the property to


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.