Compoze Software, Inc.

com.compoze.exchange.webdav
Class BusyStatus


java.lang.Object

  |

  +--com.compoze.exchange.webdav.BusyStatus


Deprecated. This class has been deprecated and will be removed by version 3.1. Replaced with BusyStatus

public class BusyStatus
extends java.lang.Object

This class indicates the current status of an attendee at the time of an appointment. The internationalizable string values are stored in the com.compoze.exchange.exchange_resources.properties (accessed through com.compoze.exchange.ExchangeProperties) and referenced by their key.


Field Summary
static BusyStatus BUSY
          Deprecated. This value represents the attendee is busy.
static BusyStatus FREE
          Deprecated. This value represents attendee is free.
static BusyStatus OUT_OF_OFFICE
          Deprecated. This value represents attendee is out of office.
static BusyStatus TENTATIVE
          Deprecated. This value represents attendee is tentative.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated. Indicates whether some other BusyStatus object is "equal to" this one.
static BusyStatus getByKey(java.lang.String sName)
          Deprecated. Gets the busy status by value.
static BusyStatus getByStoreValue(java.lang.String sStoreValue)
          Deprecated. Gets the busy status by its store value.
static java.util.List getList()
          Deprecated. Gets the list of busy status levels.
 java.lang.String getName()
          Deprecated. Gets the name of the busy status.
 java.lang.String getName(java.util.Locale locale)
          Deprecated. Gets the name of the busy status using the specified locale.
 java.lang.String getStoreValue()
          Deprecated. Gets the value that's used to store the busy status in the storage system.
 java.lang.String toString()
          Deprecated. Returns a string representation of the object.
 java.lang.String toString(java.util.Locale locale)
          Deprecated. Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUSY


public static final BusyStatus BUSY
Deprecated. 
This value represents the attendee is busy.

FREE


public static final BusyStatus FREE
Deprecated. 
This value represents attendee is free.

TENTATIVE


public static final BusyStatus TENTATIVE
Deprecated. 
This value represents attendee is tentative.

OUT_OF_OFFICE


public static final BusyStatus OUT_OF_OFFICE
Deprecated. 
This value represents attendee is out of office.
Method Detail

getName


public java.lang.String getName()
Deprecated. 
Gets the name of the busy status.

getName


public java.lang.String getName(java.util.Locale locale)
Deprecated. 
Gets the name of the busy status using the specified locale.
Parameters:
locale - the locale
Returns:
the name

getStoreValue


public java.lang.String getStoreValue()
Deprecated. 
Gets the value that's used to store the busy status in the storage system.
Returns:
the store value

getByStoreValue


public static BusyStatus getByStoreValue(java.lang.String sStoreValue)
Deprecated. 
Gets the busy status by its store value.
Parameters:
sStoreValue - the store value to get by
Returns:
the matching busy status or null if not found

getByKey


public static BusyStatus getByKey(java.lang.String sName)
Deprecated. 
Gets the busy status by value.
Parameters:
sName - the value of the attend status
Returns:
the matching status

getList


public static java.util.List getList()
Deprecated. 
Gets the list of busy status levels.
Returns:
the list of BusyStatuses (unmodifiable)

equals


public boolean equals(java.lang.Object o)
Deprecated. 
Indicates whether some other BusyStatus object is "equal to" this one.
Overrides:
equals in class java.lang.Object
Parameters:
o - the object to check for equality
Returns:
true if this object is the same as the obj argument; false otherwise

toString


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

toString


public java.lang.String toString(java.util.Locale locale)
Deprecated. 
Returns a string representation of the object.
Parameters:
locale - the locale
Returns:
the string representation of the object

Compoze Software, Inc.

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