Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource.calendar
Class CwCalendarAttendee

java.lang.Object
  extended byoracle.workspaces.resource.calendar.CwCalendarParticipant
      extended byoracle.workspaces.resource.calendar.CwCalendarAttendee

All Implemented Interfaces:
java.lang.Cloneable, CwCalendarConstants

public class CwCalendarAttendee
extends CwCalendarParticipant
implements CwCalendarConstants

This class represents a calendar event attendee.


Field Summary

Fields inherited from interface oracle.workspaces.resource.calendar.CwCalendarConstants
ATTENDING_TYPE_ALL, ATTENDING_TYPE_SUBGROUP, CLASS_CONFIDENTIAL, CLASS_NORMAL, CLASS_PRIVATE, CLASS_PUBLIC, CUTYPE_GROUP, CUTYPE_INDIVIDUAL, CUTYPE_RESOURCE, CUTYPE_ROOM, CUTYPE_UNKNOWN, EVENT_STATUS_CONFIRMED, EVENT_STATUS_TENTATIVE, EVENT_TYPE_APPOINTMENT, EVENT_TYPE_DAILYNOTE, EVENT_TYPE_DAYEVENT, EVENT_TYPE_HOLIDAY, FREEBUSY_STATUS_BUSY, FREEBUSY_STATUS_FREE, FREEBUSY_STATUS_TENTATIVE, IMEETING_TYPE_REGULAR, IMEETING_TYPE_RESTRICTED, MAX_YEAR, MIN_YEAR, PARTSTAT_ACCEPTED, PARTSTAT_DECLINED, PARTSTAT_NEEDSACTION, PARTSTAT_TENTATIVE, PRIORITY_HIGH, PRIORITY_HIGHEST, PRIORITY_LOW, PRIORITY_LOWEST, PRIORITY_NORMAL, REPEATING_NO, REPEATING_UNKNOWN, REPEATING_YES, SHOWASFREE_BUSY, SHOWASFREE_FREE, SHOWASFREE_OUT, SHOWASFREE_TENTATIVE

Constructor Summary
CwCalendarAttendee(CwUser user)
Constructor to construct an attendee based on a user.
CwCalendarAttendee(java.lang.String cuType)
Constructor.

Method Summary
java.lang.Object clone()
Clones this instance.
java.lang.String getCuType()
Gets Cutype
java.lang.String getPartStat()
Gets participant states
boolean getRsvp()
Gets RSVP: whether the favor of reply is requested.
java.lang.String getShowAsFree()
Gets X-ORACLE-SHOWASFREE setting
java.lang.String getUserName()
Gets user name.
void setCuType(java.lang.String cuType)
Sets Cutype
void setPartStat(java.lang.String partStat)
Sets participant states
void setRsvp(boolean rsvp)
Sets RSVP: whether the favor of reply is requested.
void setShowAsFree(java.lang.String showAsFree)
Sets X-ORACLE-SHOWASFREE state
void setUserName(java.lang.String userName)
Sets user name.

Methods inherited from class oracle.workspaces.resource.calendar.CwCalendarParticipant
getFullName, getGuid, getValue, setFullName, setGuid, setValue

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwCalendarAttendee

public CwCalendarAttendee(CwUser user)
Constructor to construct an attendee based on a user.
Parameters:
user - user to be invited as attendee.

CwCalendarAttendee

public CwCalendarAttendee(java.lang.String cuType)
Constructor.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones this instance.
Overrides:
clone in class CwCalendarParticipant
Throws:
java.lang.CloneNotSupportedException

getCuType

public java.lang.String getCuType()
Gets Cutype

getPartStat

public java.lang.String getPartStat()
Gets participant states

getRsvp

public boolean getRsvp()
Gets RSVP: whether the favor of reply is requested.

getShowAsFree

public java.lang.String getShowAsFree()
Gets X-ORACLE-SHOWASFREE setting

getUserName

public java.lang.String getUserName()
Gets user name.

setCuType

public void setCuType(java.lang.String cuType)
Sets Cutype

setPartStat

public void setPartStat(java.lang.String partStat)
Sets participant states

setRsvp

public void setRsvp(boolean rsvp)
Sets RSVP: whether the favor of reply is requested.

setShowAsFree

public void setShowAsFree(java.lang.String showAsFree)
Sets X-ORACLE-SHOWASFREE state

setUserName

public void setUserName(java.lang.String userName)
Sets user name.
Parameters:
userName - user name to set.

Copyright © 2001, 2005, Oracle. All rights reserved.