Uses of Class
com.funambol.common.pim.model.model.Property

Packages that use Property
com.funambol.common.pim.model.common   
com.funambol.common.pim.model.converter   
com.funambol.common.pim.model.model   
 

Uses of Property in com.funambol.common.pim.model.common
 

Methods in com.funambol.common.pim.model.common with parameters of type Property
 void VisitorWalk.visitProperty(Property p)
           
 void Visitor.visitProperty(Property p)
           
 java.lang.Object VisitorObjectWalk.visitProperty(Property p, java.lang.Object arg)
           
 java.lang.Object VisitorObject.visitProperty(Property p, java.lang.Object arg)
           
 

Uses of Property in com.funambol.common.pim.model.converter
 

Methods in com.funambol.common.pim.model.converter that return Property
protected  Property VCalendarConverter.composeDateTimeField(java.lang.String label, PropertyWithTimeZone property, boolean allDay, boolean xvCalendar)
           
protected  Property VCalendarConverter.composeDateTimeField(java.lang.String label, PropertyWithTimeZone property, boolean allDay, boolean xvCalendar, boolean isRecurrence)
           
protected  Property VCalendarConverter.composeField(java.lang.String label, Property property, boolean xvCalendar)
           
 Property TimeZoneHelper.getTZ()
           
 

Methods in com.funambol.common.pim.model.converter that return types with arguments of type Property
 java.util.List<Property> TimeZoneHelper.getDaylightList()
           
 java.util.List<Property> CachedTimeZoneHelper.getXVCalendarProperties()
           
 java.util.List<Property> TimeZoneHelper.getXVCalendarProperties()
           
 

Methods in com.funambol.common.pim.model.converter with parameters of type Property
protected  PropertyWithTimeZone VCalendarConverter.decodeDateTimeField(Property property, java.util.TimeZone fieldTimezone)
           
protected  Property VCalendarConverter.decodeField(Property property)
           
protected  java.lang.Short VCalendarConverter.decodeShortField(Property property)
           
protected  java.util.Map<java.lang.String,java.lang.String> VCalendarConverter.getParameters(Property property)
          Creates an HashMap with the X-Param set extracted from a com.funambol.common.pim.model.Property object.
 

Constructors in com.funambol.common.pim.model.converter with parameters of type Property
CachedTimeZoneHelper(Property tz, java.util.List<Property> daylightList)
          Creates a new instance of CachedTimeZoneHelper on the basis of the information extracted from a vCalendar (1.0) item.
TimeZoneHelper(Property tz, java.util.List<Property> daylightList)
          Creates a new instance of TimeZoneHelper on the basis of the information extracted from a vCalendar (1.0) item.
 

Constructor parameters in com.funambol.common.pim.model.converter with type arguments of type Property
CachedTimeZoneHelper(Property tz, java.util.List<Property> daylightList)
          Creates a new instance of CachedTimeZoneHelper on the basis of the information extracted from a vCalendar (1.0) item.
TimeZoneHelper(Property tz, java.util.List<Property> daylightList)
          Creates a new instance of TimeZoneHelper on the basis of the information extracted from a vCalendar (1.0) item.
 

Uses of Property in com.funambol.common.pim.model.model
 

Methods in com.funambol.common.pim.model.model that return Property
 Property VComponent.getProperty(java.lang.String name)
           
 

Methods in com.funambol.common.pim.model.model that return types with arguments of type Property
 java.util.List<Property> VComponent.getProperties(java.lang.String name)
           
 

Methods in com.funambol.common.pim.model.model with parameters of type Property
 void VComponent.addProperty(Property property)
           
 void VComponent.delProperty(Property property)
           
 boolean VComponent.hasProperty(Property prop)
           
 void VComponent.setProperty(Property property)
           
 java.lang.Object CreateVComponent.visit(Property prop, java.lang.Object arg)
           
 



Copyright © 2001-2009 Funambol.