Compoze Software, Inc.

com.compoze.exchange.webdav
Class ResponseStatus


java.lang.Object

  |

  +--com.compoze.exchange.webdav.ResponseStatus


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

public class ResponseStatus
extends java.lang.Object

This class indicates the current status of a meeting attendee. 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 ResponseStatus ACCEPTED
          Deprecated. This value represents a response status of 'accepted'.
static ResponseStatus DECLINED
          Deprecated. This value represents a response status of 'declined'.
static ResponseStatus NONE
          Deprecated. This value represents a response status of 'none'.
static ResponseStatus NOT_RESPONDED
          Deprecated. This value represents a response status of 'not responded'.
static ResponseStatus ORGANIZED
          Deprecated. This value represents a response status of 'organized'.
static ResponseStatus TENTATIVE
          Deprecated. This value represents a response status of 'tentative'.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated. Indicates whether some other ResponseStatus object is "equal to" this one.
static ResponseStatus get(int iStoreValue)
          Deprecated. Gets the attendee status by its store value.
static ResponseStatus get(java.lang.String sName)
          Deprecated. Gets the attend status by the name in the system default locale.
static java.util.List getList()
          Deprecated. Gets the list of attendee status.
 java.lang.String getName()
          Deprecated. Gets the name of the attendee status using the system default locale.
 java.lang.String getName(java.util.Locale locale)
          Deprecated. Gets the name of the attendee status using the specified locale.
 int getStoreValue()
          Deprecated. Gets the value that's used to store the attendee 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

NONE


public static final ResponseStatus NONE
Deprecated. 
This value represents a response status of 'none'.

ORGANIZED


public static final ResponseStatus ORGANIZED
Deprecated. 
This value represents a response status of 'organized'.

TENTATIVE


public static final ResponseStatus TENTATIVE
Deprecated. 
This value represents a response status of 'tentative'.

ACCEPTED


public static final ResponseStatus ACCEPTED
Deprecated. 
This value represents a response status of 'accepted'.

DECLINED


public static final ResponseStatus DECLINED
Deprecated. 
This value represents a response status of 'declined'.

NOT_RESPONDED


public static final ResponseStatus NOT_RESPONDED
Deprecated. 
This value represents a response status of 'not responded'.
Method Detail

getName


public java.lang.String getName()
Deprecated. 
Gets the name of the attendee status using the system default locale.
Returns:
the name

getName


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

getStoreValue


public int getStoreValue()
Deprecated. 
Gets the value that's used to store the attendee status in the storage system.
Returns:
the value

get


public static ResponseStatus get(int iStoreValue)
Deprecated. 
Gets the attendee status by its store value.
Parameters:
iStoreValue - the store value
Returns:
the matching ResponseStatus or null

get


public static ResponseStatus get(java.lang.String sName)
Deprecated. 
Gets the attend status by the name in the system default locale.
Parameters:
sName - the name in the system default locale
Returns:
the matching ResponseStatus or null if not found

getList


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

equals


public boolean equals(java.lang.Object o)
Deprecated. 
Indicates whether some other ResponseStatus 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.