Uses of Interface
com.sap.ip.collaboration.gw.api.framework.groupware.ICalendarItem

Packages that use ICalendarItem
com.sap.ip.collaboration.gw.impl.transport.file.filesystem   
 

Uses of ICalendarItem in com.sap.ip.collaboration.gw.impl.transport.file.filesystem
 

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem that return ICalendarItem
private  ICalendarItem FileTransport.getCalendarItem(java.io.File file)
          Loads the Calendar item from the file.
private  ICalendarItem FileTransport.createCalendarItem(java.util.Properties props, java.io.File file)
          Creates the calendar item from Calendar item properties and attachements if any from the file directory associated the item.
 

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem with parameters of type ICalendarItem
private  void FileTransport.readAttachmentsIfAny(java.util.Properties props, java.io.File file, ICalendarItem item)
          Method to attach attachments for a given calendar item.
private  void FileTransport.createItem(ICalendarItem item, boolean reflect)
          Creates a file for the given CalendarItem Object.
private  void FileTransport.updateAvailableInfo(java.lang.String fileName, ICalendarItem item, java.util.Properties properties, boolean reflect)
          Updates the availability info of all the attenedees of the appointment.
private  void FileTransport.createAttachments(java.io.File calendarStoreFile, ICalendarItem item, java.util.Properties props)
           
private  void FileTransport.addToCache(ICalendarItem item)
          Stores the given Calendar item in Cache.
private  java.lang.String FileTransport.addToFileSystem(ICalendarItem pItem, java.util.Properties props, boolean reflect)
          It Creates or saves file corresponding to given calendar item.