org.hippoecm.hst.provider.jcr
Class PropertyMapImpl

java.lang.Object
  extended by org.hippoecm.hst.provider.jcr.PropertyMapImpl
All Implemented Interfaces:
Serializable, PropertyMap

public class PropertyMapImpl
extends Object
implements PropertyMap, Serializable

See Also:
Serialized Form

Constructor Summary
PropertyMapImpl()
           
 
Method Summary
 void addAvailableProperty(String name)
           
 void addUnAvailableProperty(String name)
           
 void flush()
           
 Map<String,Object> getAllMapsCombined()
           
 Map<String,Boolean[]> getBooleanArrays()
           
 Map<String,Boolean> getBooleans()
           
 Map<String,Calendar[]> getCalendarArrays()
           
 Map<String,Calendar> getCalendars()
           
 Map<String,Double[]> getDoubleArrays()
           
 Map<String,Double> getDoubles()
           
 Map<String,Long[]> getLongArrays()
           
 Map<String,Long> getLongs()
           
 Map<String,String[]> getStringArrays()
           
 Map<String,String> getStrings()
           
 boolean hasProperty(String name)
           
 boolean isUnAvailableProperty(String name)
           
 void providerDetached()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMapImpl

public PropertyMapImpl()
Method Detail

hasProperty

public boolean hasProperty(String name)

addAvailableProperty

public void addAvailableProperty(String name)

isUnAvailableProperty

public boolean isUnAvailableProperty(String name)

addUnAvailableProperty

public void addUnAvailableProperty(String name)

getBooleanArrays

public Map<String,Boolean[]> getBooleanArrays()
Specified by:
getBooleanArrays in interface PropertyMap

getBooleans

public Map<String,Boolean> getBooleans()
Specified by:
getBooleans in interface PropertyMap

getCalendarArrays

public Map<String,Calendar[]> getCalendarArrays()
Specified by:
getCalendarArrays in interface PropertyMap

getCalendars

public Map<String,Calendar> getCalendars()
Specified by:
getCalendars in interface PropertyMap

getDoubleArrays

public Map<String,Double[]> getDoubleArrays()
Specified by:
getDoubleArrays in interface PropertyMap

getDoubles

public Map<String,Double> getDoubles()
Specified by:
getDoubles in interface PropertyMap

getLongArrays

public Map<String,Long[]> getLongArrays()
Specified by:
getLongArrays in interface PropertyMap

getLongs

public Map<String,Long> getLongs()
Specified by:
getLongs in interface PropertyMap

getStringArrays

public Map<String,String[]> getStringArrays()
Specified by:
getStringArrays in interface PropertyMap

getStrings

public Map<String,String> getStrings()
Specified by:
getStrings in interface PropertyMap

getAllMapsCombined

public Map<String,Object> getAllMapsCombined()
Specified by:
getAllMapsCombined in interface PropertyMap

flush

public void flush()
Specified by:
flush in interface PropertyMap

providerDetached

public void providerDetached()


Copyright © 2008-2012 Hippo. All Rights Reserved.