Compoze Software, Inc.

com.compoze.exchange.webdav
Class FreeBusy


java.lang.Object

  |

  +--com.compoze.exchange.webdav.FreeBusy


public class FreeBusy
extends java.lang.Object

This class implements a wrapper for the free/busy response that is returned from Exchange.


Method Summary
 java.util.List getTimeSlots()
          Gets the list of the time slots
 java.lang.String toString()
          Creates a string representation of the object.
static boolean userExists(Session session, java.lang.String sAttendee)
          Determines if the specified attendee is a valid user
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTimeSlots


public java.util.List getTimeSlots()
Gets the list of the time slots
Returns:
a list of the TimeSlot objects (unmodifiable)

toString


public java.lang.String toString()
Creates a string representation of the object.
Overrides:
toString in class java.lang.Object

userExists


public static boolean userExists(Session session,
                                 java.lang.String sAttendee)
                          throws ExchangeException
Determines if the specified attendee is a valid user
Parameters:
session - the current session
sAttendee - the user to lookup
Returns:
true if the user is found, false otherwise
Throws:
ExchangeException -  

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.