Java Doc for APimFreeBusy.java in  » Portal » Open-Portal » com » sun » ssoadapter » calendar » pim » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.ssoadapter.calendar.pim 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.ssoadapter.calendar.pim.APimFreeBusy

APimFreeBusy
public class APimFreeBusy extends VFreeBusy (Code)



Constructor Summary
public  APimFreeBusy(boolean hasDurationFlag, FreeBusy[] freeBusyList)
    

Method Summary
public  voidaddAttendee(Attendee attendee)
     Add an attendee to this calendar component.
public  voidaddComment(String comment)
     Add a comment to this calendar component.
public  voidaddContact(String contact)
     Add a contact to this calendar component.
public  voidaddRequestStatus(String requeststatus)
    
public  AttendeegetAttendee(String calid)
    
public  Attendee[]getAttendees()
     Get attendees of this calendar component.
public  StringgetCalID()
     Retrieves the ID of the calendar to which this component belongs.
public  String[]getComments()
    
public  String[]getContacts()
    
public  DurationgetDuration()
    
public  DateTimegetEnd()
     Get the End Time.
public  FreeBusy[]getFreeBusy()
    
public  StringgetID()
     Get the id of the CalendarComponent.
public  OrganizergetOrganizer()
    
public  String[]getRequestStatus()
    
public  DateTimegetStamp()
     Get the creation time of this iCalendar object.
public  DateTimegetStart()
     Get the Start Time.
public  StringgetUrl()
     Get the url of the CalendarComponent.
public  booleanhasAttendee()
    
public  booleanhasDuration()
    
public  booleanisCalIdTheOrganizer(String calId)
    
public  voidremoveAllAttendees()
     Remove all attendees from this calendar component.
public  voidremoveAllComments()
     Remove all comments from this calendar component.
public  voidremoveAllContacts()
     Remove all contacts from this calendar component.
public  voidremoveAllRequestStatus()
    
public  voidremoveAttendee(Attendee attendee)
     Remove an attendee from this calendar component.
public  voidremoveComment(String comment)
     Remove a comment from this calendar component.
public  voidremoveContact(String contact)
     Remove a contact from this calendar component.
public  voidremoveRequestStatus(String requeststatus)
    
public  voidsetCalID(String id)
     Sets the ID of the calendar to which this component belongs.
public  voidsetDuration(Duration duration)
    
public  voidsetEnd(DateTime dtstart)
     Set the End Time.
public  voidsetID(String uid)
     Set the id of the CalendarComponent.
public  voidsetOrganizer(Organizer organizer)
    
public  voidsetStamp(DateTime dtstamp)
     Set the creation time for this iCalendar object.
public  voidsetStart(DateTime dtstart)
     Set the Start Time.
public  voidsetUrl(String url)
     Set the url of the CalendarComponent.


Constructor Detail
APimFreeBusy
public APimFreeBusy(boolean hasDurationFlag, FreeBusy[] freeBusyList)(Code)




Method Detail
addAttendee
public void addAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code)
Add an attendee to this calendar component.


Parameters:
  attendee - attendee of this calendar component



addComment
public void addComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code)
Add a comment to this calendar component.


Parameters:
  comment - comment of this calendar component



addContact
public void addContact(String contact) throws OperationNotSupportedException, CalendarComponentException(Code)
Add a contact to this calendar component.


Parameters:
  contact - contact of this calendar component



addRequestStatus
public void addRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code)
Add a request status info


Parameters:
  requeststatus - request status info to be added to this component



getAttendee
public Attendee getAttendee(String calid) throws OperationNotSupportedException, CalendarComponentException(Code)
Check if the calid is a attendee of the component and return attendee object corresponding to calid

attendee Attendee



getAttendees
public Attendee[] getAttendees() throws OperationNotSupportedException, CalendarComponentException(Code)
Get attendees of this calendar component.

Array of attendees



getCalID
public String getCalID() throws OperationNotSupportedException, CalendarComponentException(Code)
Retrieves the ID of the calendar to which this component belongs. calID the calendar ID



getComments
public String[] getComments() throws OperationNotSupportedException, CalendarComponentException(Code)
Get all comments

Array of comments



getContacts
public String[] getContacts() throws OperationNotSupportedException, CalendarComponentException(Code)
Get all contact lists

Array of contacts



getDuration
public Duration getDuration() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the duration of this calendar component

return duration Duration of this calendar component



getEnd
public DateTime getEnd() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the End Time.

return end time of this component
exception:
  OperationNotSupportedException -
exception:
  CalendarComponentException -



getFreeBusy
public FreeBusy[] getFreeBusy()(Code)



getID
public String getID() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the id of the CalendarComponent.

return unique id for this component



getOrganizer
public Organizer getOrganizer() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the organizer of this calendar component

return organizer of this calendar component



getRequestStatus
public String[] getRequestStatus() throws OperationNotSupportedException, CalendarComponentException(Code)
Get all request status info of this component

Array of request status info



getStamp
public DateTime getStamp() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the creation time of this iCalendar object.

creation time of this iCalendar object



getStart
public DateTime getStart() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the Start Time.

start time of this component
exception:
  OperationNotSupportedException -
exception:
  CalendarComponentException -



getUrl
public String getUrl() throws OperationNotSupportedException, CalendarComponentException(Code)
Get the url of the CalendarComponent.

return url for this component



hasAttendee
public boolean hasAttendee() throws OperationNotSupportedException, CalendarComponentException(Code)
Determine whether this compoent has (at least one) attendee

true or false



hasDuration
public boolean hasDuration()(Code)



isCalIdTheOrganizer
public boolean isCalIdTheOrganizer(String calId) throws OperationNotSupportedException, CalendarComponentException(Code)



removeAllAttendees
public void removeAllAttendees() throws OperationNotSupportedException, CalendarComponentException(Code)
Remove all attendees from this calendar component.




removeAllComments
public void removeAllComments() throws OperationNotSupportedException, CalendarComponentException(Code)
Remove all comments from this calendar component.




removeAllContacts
public void removeAllContacts() throws OperationNotSupportedException, CalendarComponentException(Code)
Remove all contacts from this calendar component.




removeAllRequestStatus
public void removeAllRequestStatus() throws OperationNotSupportedException, CalendarComponentException(Code)
Remove all the request status info from this component



removeAttendee
public void removeAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code)
Remove an attendee from this calendar component.


Parameters:
  attendee - Attendees to be removed from this calendar component



removeComment
public void removeComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code)
Remove a comment from this calendar component.


Parameters:
  comment - comment to be removed from this calendar component



removeContact
public void removeContact(String contact) throws OperationNotSupportedException, CalendarComponentException(Code)
Remove a contact from this calendar component.


Parameters:
  contact - contact to be removed from this calendar component



removeRequestStatus
public void removeRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code)
Remove the request status info


Parameters:
  requeststatus - request status info to be deleted from this component



setCalID
public void setCalID(String id) throws OperationNotSupportedException, CalendarComponentException(Code)
Sets the ID of the calendar to which this component belongs.



setDuration
public void setDuration(Duration duration) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the duration for this calendar component


Parameters:
  duration - duration for this calendar component



setEnd
public void setEnd(DateTime dtstart) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the End Time.


Parameters:
  dtend - end time of this component
exception:
  OperationNotSupportedException -
exception:
  CalendarComponentException -



setID
public void setID(String uid) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the id of the CalendarComponent.


Parameters:
  uid - unique id for this component



setOrganizer
public void setOrganizer(Organizer organizer) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the organizer for this calendar component


Parameters:
  organizer - organizer for this calendar component



setStamp
public void setStamp(DateTime dtstamp) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the creation time for this iCalendar object.


Parameters:
  dtstamp - creation time for this iCalendar object



setStart
public void setStart(DateTime dtstart) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the Start Time.


Parameters:
  dtstart - start time of this component
exception:
  OperationNotSupportedException -
exception:
  CalendarComponentException -



setUrl
public void setUrl(String url) throws OperationNotSupportedException, CalendarComponentException(Code)
Set the url of the CalendarComponent.


Parameters:
  url - for this component



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.