com.sap.ip.collaboration.gw.api.framework.groupware
Interface ICalendarReadTransport

All Superinterfaces:
IReadTransport, ITransport
All Known Implementing Classes:
FileTransport

public interface ICalendarReadTransport
extends IReadTransport

The ICalendarReadTransport interface extends the read interface to define methods specific to the calendar item type.

Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Method Summary
 java.util.Map getAvailabilityInfo(IDateRange range, int timeInterval, java.util.List addresses, IGroupwareCredentials credentials)
          Returns the availability information for a list of users.
 
Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.IReadTransport
getAttachmentContent, getContent, getItem, getItemList, getItemList
 
Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.ITransport
getServerAlias, getSupportedItemType, getTransportDescription, getTransportName, getTransportType, initialize, terminate
 

Method Detail

getAvailabilityInfo

public java.util.Map getAvailabilityInfo(IDateRange range,
                                         int timeInterval,
                                         java.util.List addresses,
                                         IGroupwareCredentials credentials)
                                  throws GroupwareException
Returns the availability information for a list of users.
Parameters:
DateRange - range date range
int - timeInterval
List - addresses list of e-mailId of users
IGroupwareCredentials - groupware credentials
Returns:
availibilityInformation returned as a map with the address as the key and the IAvailabilityInfo as the value
Throws:
GroupwareException -