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

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

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

Subclasses of Property in com.funambol.common.pim.model.calendar
 class Attendee
          Each instance of this class represents an attendee (in a broad sense as of the ATTENDEE property of iCalendar: it may be a delegate, the organizer, a resource etc.) of an event or task.
 class RecurrencePattern
          This class represents the recurrence pattern of a calendar item.
 class Reminder
          This class represents the reminder of an event or task.
 

Fields in com.funambol.common.pim.model.calendar declared as Property
protected  Property CalendarContent.accessClass
           
protected  Property CalendarContent.categories
           
protected  Property CalendarContent.contact
           
protected  Property CalendarContent.description
           
protected  Property CalendarContent.duration
           
protected  Property CalendarContent.folder
           
protected  Property CalendarContent.latitude
           
protected  Property CalendarContent.location
           
protected  Property CalendarContent.longitude
           
protected  Property CalendarContent.organizer
           
protected  Property CalendarContent.priority
           
protected  Property CalendarContent.sequence
           
protected  Property CalendarContent.status
           
protected  Property CalendarContent.summary
           
protected  Property Event.transp
           
protected  Property CalendarContent.uid
           
protected  Property CalendarContent.url
           
 

Methods in com.funambol.common.pim.model.calendar that return Property
 Property CalendarContent.getAccessClass()
          Returns the access classification for a calendar component.
 Property Task.getActualWork()
          Returns the time spent so far for the completion of the task.
 Property Task.getBillingInformation()
          Returns information for the task's billing.
 Property Calendar.getCalScale()
          Returns the calendar scale of this calendar.
 Property CalendarContent.getCategories()
          Returns the categories this calendar item belongs to.
 Property Task.getComplete()
          Returns whether the task has been completed or not.
 Property CalendarContent.getContact()
          Returns the contact information or alternately a reference to contact information associated with the calendar component.
 Property CalendarContent.getDescription()
          Returns the most complete description of the calendar component.
 Property CalendarContent.getDuration()
          Returns the duration of the event or task.
 Property CalendarContent.getFolder()
          Returns the folder where this calendar item has to be stored.
 Property Task.getImportance()
          Returns the task's importance.
 Property CalendarContent.getLatitude()
          Returns the latitude of the location of this event or task.
 Property CalendarContent.getLocation()
          Returns the location of this calendar item.
 Property CalendarContent.getLongitude()
          Returns the longitude of the location of this event or task.
 Property Calendar.getMethod()
          Returns the "object method or transaction semantics" of this calendar.
 Property CalendarContent.getOrganizer()
          Returns the organizer for the event or task.
 Property Task.getOwner()
          Returns the owner of the task.
 Property Task.getPercentComplete()
          Returns the task's completion percentage.
 Property CalendarContent.getPriority()
          Returns the relative priority for the calendar item.
 Property Calendar.getProdId()
          Returns the product ID of this calendar.
 Property Task.getSensitivity()
          Returns the task's sensitivity.
 Property CalendarContent.getSequence()
          Returns the revision sequence number.
 Property CalendarContent.getStatus()
          Returns the status of the calendar item.
 Property Task.getStatus()
          Returns the status of the task item.
 Property CalendarContent.getSummary()
          Returns the summary.
 Property Task.getTeamTask()
          Returns whether this is a team task or an individual one.
 Property Task.getTotalWork()
          Returns the total time that should be spent for the completion of the task.
 Property Event.getTransp()
          Returns the transparence.
 Property CalendarContent.getUid()
          Returns the unique ID of this calendar item.
 Property CalendarContent.getUrl()
          Returns the url for the calendar item.
 Property Calendar.getVersion()
          Returns the version of this calendar.
 Property Task.isTeamTask()
          Deprecated. Since version 7.1.0, getTeamTask should be used instead, because methods starting with "is" usually return booleans.
 

Methods in com.funambol.common.pim.model.calendar with parameters of type Property
 void CalendarContent.setAccessClass(Property accessClass)
          Setter for property accessClass.
 void Task.setActualWork(Property actualWork)
          Setter for property actualWork.
 void Task.setBillingInformation(Property billingInformation)
          Setter for property billingInformation.
 void Calendar.setCalScale(Property calScale)
          Setter for property calScale.
 void CalendarContent.setCategories(Property categories)
          Setter for property categories.
 void Task.setComplete(Property complete)
          Setter for property complete.
 void CalendarContent.setContact(Property contact)
          Setter for property contact.
 void CalendarContent.setCreated(Property created)
          Setter for property created.
 void CalendarContent.setDAlarm(Property dalarm)
          Setter for property dalarm on the basis of a Property (without time zone).
 void Task.setDateCompleted(Property dateCompleted)
          Setter for property dateCompleted on the basis of a Property (without time zone).
 void CalendarContent.setDescription(Property description)
          Setter for property description.
 void CalendarContent.setDtEnd(Property dtEnd)
          Setter for property dtEnd.
 void CalendarContent.setDtStamp(Property dtStamp)
          Setter for property dtStamp.
 void CalendarContent.setDtStart(Property dtStart)
          Setter for property dtStart.
 void Task.setDueDate(Property dueDate)
          Setter for the due date on the basis of a Property (without time zone).
 void CalendarContent.setDuration(Property duration)
          Setter for property duration.
 void CalendarContent.setFolder(Property folder)
          Setter for property folder.
 void Task.setImportance(Property importance)
          Setter for the importance.
 void CalendarContent.setLastModified(Property lastModified)
          Setter for property lastModified.
 void CalendarContent.setLatitude(Property latitude)
          Setter for property latitude.
 void CalendarContent.setLocation(Property location)
          Setter for property location.
 void CalendarContent.setLongitude(Property longitude)
          Setter for property longitude.
 void Calendar.setMethod(Property method)
          Setter for property method.
 void CalendarContent.setOrganizer(Property organizer)
          Setter for property organizer.
 void Task.setOwner(Property owner)
          Setter for property owner.
 void CalendarContent.setPAlarm(Property palarm)
          Setter for property palarm on the basis of a Property (without time zone).
 void Task.setPercentComplete(Property percentComplete)
          Setter for property percentComplete.
 void CalendarContent.setPriority(Property priority)
          Setter for property priority.
 void Calendar.setProdId(Property prodId)
          Setter for property prodId.
 void Event.setReplyTime(Property replyTime)
          Setter for property replyTime on the basis of a Property (without time zone).
 void Task.setSensitivity(Property sensitivity)
          Setter for the sensitivity.
 void CalendarContent.setSequence(Property sequence)
          Setter for property sequence.
 void CalendarContent.setStatus(Property status)
          Setter for property status.
 void CalendarContent.setSummary(Property summary)
          Setter for property summary.
 void Task.setTeamTask(Property teamTask)
          Setter for property teamTask.
 void Task.setTotalWork(Property totalWork)
          Setter for property totalWork.
 void Event.setTransp(Property transp)
          Setter for property transp.
 void CalendarContent.setUid(Property uid)
          Setter for property uid.
 void CalendarContent.setUrl(Property url)
          Setter for property url.
 void Calendar.setVersion(Property version)
          Setter for property version.
 

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

Subclasses of Property in com.funambol.common.pim.model.common
 class PropertyWithTimeZone
          This class extends com.funambol.common.pim.common.Property attaching a time zone to it.
 class TypifiedProperty
          Represent a Property of a particular type, for usage for typified contact fields.
 

Methods in com.funambol.common.pim.model.common that return Property
 Property XTag.getXTag()
          Returns the custom property.
 

Methods in com.funambol.common.pim.model.common with parameters of type Property
 boolean Property.compare(Property prop)
          Compares this Property with another one.
 java.lang.StringBuffer BaseFormatter.composeICalTextComponent(Property property, java.lang.String field)
          Deprecated. Unused since version 6.5, replaced by methods in #com.funambol.common.pim.converter.CalendarContentConverter
static boolean Property.isEmptyProperty(Property property)
          Checks (safely) whether the property is unset or set to an empty string.
static java.lang.String Property.stringFrom(Property property)
          Extract a string from a property in a safe way.
static java.lang.String Property.stringFrom(Property property, boolean emptyImpliesNull)
          Extract a string from a property in a safe way.
 

Constructors in com.funambol.common.pim.model.common with parameters of type Property
PropertyWithTimeZone(Property property, java.lang.String timezone)
          Creates a new PropertyWithTimeZone by attaching a time zone to the value of an existing property.
 

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

Subclasses of Property in com.funambol.common.pim.model.contact
 class Email
          An object representing an email.
 class Note
          An object representing a Note.
 class Phone
          An object representing a phone number.
 class Photo
          Contact's photo
 class Title
          An object representing a Job Title.
 class WebPage
          An object representing a phone number.
 

Methods in com.funambol.common.pim.model.contact that return Property
 Property Contact.getCategories()
          Returns the categories this contact belongs to.
 Property Address.getCity()
          Returns the city of this address.
 Property BusinessDetail.getCompany()
          Returns the company the contact works for.
 Property Address.getCountry()
          Returns the country of this address.
 Property BusinessDetail.getDepartment()
          Returns the department where the contact works.
 Property Name.getDisplayName()
          Returns the display name for this name
 Property Address.getExtendedAddress()
          Returns the extended address of this address.
 Property Name.getFirstName()
          Returns the first name for this name
 Property PersonalDetail.getGeo()
          Returns the geo for this Personal Detail
 Property Name.getInitials()
          Getter for property initials.
 Property Address.getLabel()
          Returns the label of this address.
 Property Name.getLastName()
          Returns the last name for this name
 Property BusinessDetail.getLogo()
          Deprecated. The logo field is not supported.
 Property Name.getMiddleName()
          Returns the middle name for this name
 Property Name.getNickname()
          Returns the nickname for this name
 Property PersonalDetail.getPhoto()
          Deprecated. Since v65, use getPhotoObject and setPhotoObject
 Property Address.getPostalCode()
          Returns the postal code of this address.
 Property Address.getPostOfficeAddress()
          Returns the post office of this address.
 Property BusinessDetail.getRole()
          Returns the contact's business role.
 Property Address.getRoomNumber()
          Returns the room number of this address.
 Property Name.getSalutation()
          Returns the salutation for this name
 Property Address.getState()
          Returns the state of this address.
 Property Address.getStreet()
          Returns the street of this address.
 Property Name.getSuffix()
          Returns the suffix for this name
 

Methods in com.funambol.common.pim.model.contact with parameters of type Property
 void Contact.setCategories(Property categories)
          Setter for property categories.
 void Address.setCity(Property city)
          Setter for property city.
 void BusinessDetail.setCompany(Property company)
          Sets property company.
 void Address.setCountry(Property country)
          Setter for property country.
 void BusinessDetail.setDepartment(Property department)
          Sets property department.
 void Name.setDisplayName(Property displayName)
           
 void Address.setExtendedAddress(Property extendedAddress)
          Setter for property extendedAddress.
 void Name.setFirstName(Property firstName)
           
 void PersonalDetail.setGeo(Property geo)
          Sets the geo for this Personal Detail
 void Name.setInitials(Property initials)
          Setter for property initials.
 void Address.setLabel(Property label)
          Setter for property label.
 void Name.setLastName(Property lastName)
           
 void BusinessDetail.setLogo(Property logo)
          Deprecated. The logo field is not supported.
 void Name.setMiddleName(Property middleName)
           
 void Name.setNickname(Property nickname)
           
 void PersonalDetail.setPhoto(Property photo)
          Deprecated. Since v65, use setPhotoObject
 void Address.setPostalCode(Property postalCode)
          Setter for property postalCode.
 void Address.setPostOfficeAddress(Property postOfficeAddress)
          Setter for property postOfficeAddress.
 void BusinessDetail.setRole(Property role)
          Sets property role.
 void Address.setRoomNumber(Property roomNumber)
          Setter for property roomNumber.
 void Name.setSalutation(Property salutation)
           
 void Address.setState(Property state)
          Setter for property state.
 void Address.setStreet(Property street)
          Setter for property street.
 void Name.setSuffix(Property suffix)
           
 

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

Methods in com.funambol.common.pim.model.converter that return Property
protected  Property VCalendarConverter.decodeField(Property property)
           
 

Methods in com.funambol.common.pim.model.converter with parameters of type Property
protected  void VCalendarConverter.addXParams(java.lang.StringBuffer paramList, Property prop)
          Added X-Param to the input list of the property parameters The buffer iterates throguh the parameters and adds the start parameter char ';' and then the parameter.
protected  Property VCalendarConverter.composeField(java.lang.String label, Property property, boolean xvCalendar)
           
 java.lang.StringBuffer BaseConverter.composeICalTextComponent(Property property, java.lang.String field)
          Deprecated. Unused since version 6.5, replaced by methods in #com.funambol.common.pim.converter.CalendarContentConverter
static java.lang.String CalendarStatus.getSifStatusFromServerValue(Property property)
          Retrieves the SIF status bound to the given status property in a Task object.
protected  java.util.List<Parameter> VCalendarConverter.getXParams(Property property)
          Creates an ArrayList with the X-Param set extracted from a com.funambol.common.pim.common.Property object.
static CalendarStatus CalendarStatus.mapServerStatus(Property property)
          retrieves the CalendarStatus bound to the given property.
static CalendarStatus CalendarStatus.mapVcalIcalStatus(Property statusProperty)
          retrieves the CalendarStatus bound to the given Vcal/Ical status property.
 



Copyright © 2001-2009 Funambol.