Java Doc for APimTask.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.APimTask

APimTask
public class APimTask extends VTodo (Code)



Constructor Summary
public  APimTask(APimCalendar cal, PimTaskItem item, boolean isNew)
    
public  APimTask(APimCalendar cal, PimTaskItem item)
    

Method Summary
public  voidaddAlarmComponent(VAlarm alarm)
    
public  voidaddAttachment(Attach attachment)
    
public  voidaddAttendee(Attendee attendee)
    
public  voidaddCategory(java.lang.String category)
    
public  voidaddComment(String comment)
    
public  voidaddContact(java.lang.String contact)
    
public  voidaddExceptionDate(DateTime exceptionDate)
    
public  voidaddExceptionRule(RecurrencePattern exceptionRule)
    
public  voidaddRecurrenceDate(DateTime recurrenceDate)
    
public  voidaddRecurrenceRule(RecurrencePattern recurrenceRule)
    
public  voidaddRelatedTo(java.lang.String relatedTo)
    
public  voidaddRequestStatus(String requeststatus)
    
public  voidaddResource(java.lang.String resource)
    
public  VAlarmcreateAlarm()
    
public  voiddelete()
    
public  intgetAcceptedAttendeesCount()
    
public  VAlarm[]getAlarmComponents()
    
public  Attach[]getAttachments()
    
public  AttendeegetAttendee(String calid)
    
public  Attendee[]getAttendees()
    
public  StringgetCalID()
    
public  String[]getCategories()
    
public  StringgetClassification()
    
public  String[]getComments()
    
public  DateTimegetCompletedTime()
    
public  String[]getContacts()
    
public  DateTimegetCreated()
    
public  intgetDeclinedAttendeesCount()
    
public  StringgetDescription()
    
public  DurationgetDuration()
    
public  DateTimegetEnd()
    
public  DateTime[]getExceptionDates()
    
public  RecurrencePattern[]getExceptionRules()
    
public  StringgetGeo()
    
public  StringgetID()
    
public  DateTimegetLastModified()
    
public  StringgetLocation()
    
public  OrganizergetOrganizer()
    
public  intgetPendingAttendeesCount()
    
public  intgetPercent()
    
public  intgetPriority()
    
public  DateTime[]getRecurrenceDates()
    
public  DateTimegetRecurrenceID()
    
public  RecurrencePattern[]getRecurrenceRules()
    
public  String[]getRelatedTos()
    
public  String[]getRequestStatus()
    
public  String[]getResources()
    
public  intgetSequence()
    
public  DateTimegetStamp()
    
public  DateTimegetStart()
    
public  StringgetStatus()
    
public  StringgetSummary()
    
public  intgetTentativeAttendeesCount()
    
public  StringgetUrl()
    
public  booleanhasAlarm()
    
public  booleanhasAttendee()
    
public  booleanisAllDay()
    
public  booleanisCalIdTheOrganizer(String calId)
    
public  booleanisCompleted()
    
public  booleanisConfirmed()
    
public  booleanisPublic()
    
public  booleanisRecurring()
    
public  voidremoveAlarmComponent(VAlarm alarm)
    
public  voidremoveAllAlarmComponents()
    
public  voidremoveAllAttachments()
    
public  voidremoveAllAttendees()
    
public  voidremoveAllCategories()
    
public  voidremoveAllComments()
    
public  voidremoveAllContacts()
    
public  voidremoveAllExceptionDates()
    
public  voidremoveAllExceptionRules()
    
public  voidremoveAllRecurrenceDates()
    
public  voidremoveAllRecurrenceRules()
    
public  voidremoveAllRelatedTos()
    
public  voidremoveAllRequestStatus()
    
public  voidremoveAllResources()
    
public  voidremoveAttachment(Attach attachment)
    
public  voidremoveAttendee(Attendee attendee)
    
public  voidremoveCategory(java.lang.String category)
    
public  voidremoveComment(String comment)
    
public  voidremoveContact(String contact)
    
public  voidremoveExceptionDate(DateTime exceptionDate)
    
public  voidremoveExceptionRule(RecurrencePattern exceptionRule)
    
public  voidremoveRecurrenceDate(DateTime recurrenceDate)
    
public  voidremoveRecurrenceRule(RecurrencePattern recurrenceRule)
    
public  voidremoveRelatedTo(String relatedTo)
    
public  voidremoveRequestStatus(String requeststatus)
    
public  voidremoveResource(String resource)
    
public  voidsetAllDay(boolean allday)
    
public  voidsetCalID(String id)
    
public  voidsetClassification(java.lang.String classification)
    
public  voidsetDescription(java.lang.String description)
    
public  voidsetDuration(Duration duration)
    
public  voidsetEnd(DateTime dtend)
    
public  voidsetGeo(java.lang.String geo)
    
public  voidsetID(String uid)
    
public  voidsetLastModified(DateTime lastModified)
    
public  voidsetLocation(java.lang.String location)
    
public  voidsetOrganizer(Organizer organizer)
    
public  voidsetPercent(int percent)
    
public  voidsetPriority(int priority)
    
public  voidsetSequence(int sequence)
    
public  voidsetStamp(DateTime dtstamp)
    
public  voidsetStart(DateTime dtstart)
    
public  voidsetStatus(java.lang.String status)
    
public  voidsetSummary(java.lang.String summary)
    
public  voidsetUrl(String url)
    
public  StringtoString()
    
public  voidupdate()
    


Constructor Detail
APimTask
public APimTask(APimCalendar cal, PimTaskItem item, boolean isNew)(Code)



APimTask
public APimTask(APimCalendar cal, PimTaskItem item)(Code)




Method Detail
addAlarmComponent
public void addAlarmComponent(VAlarm alarm) throws OperationNotSupportedException(Code)



addAttachment
public void addAttachment(Attach attachment) throws OperationNotSupportedException(Code)



addAttendee
public void addAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code)



addCategory
public void addCategory(java.lang.String category) throws OperationNotSupportedException(Code)



addComment
public void addComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code)



addContact
public void addContact(java.lang.String contact) throws OperationNotSupportedException, CalendarComponentException(Code)



addExceptionDate
public void addExceptionDate(DateTime exceptionDate) throws OperationNotSupportedException(Code)



addExceptionRule
public void addExceptionRule(RecurrencePattern exceptionRule) throws OperationNotSupportedException(Code)



addRecurrenceDate
public void addRecurrenceDate(DateTime recurrenceDate) throws OperationNotSupportedException(Code)



addRecurrenceRule
public void addRecurrenceRule(RecurrencePattern recurrenceRule) throws OperationNotSupportedException(Code)



addRelatedTo
public void addRelatedTo(java.lang.String relatedTo) throws OperationNotSupportedException(Code)



addRequestStatus
public void addRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code)



addResource
public void addResource(java.lang.String resource) throws OperationNotSupportedException(Code)



createAlarm
public VAlarm createAlarm() throws OperationNotSupportedException(Code)



delete
public void delete() throws PimException(Code)



getAcceptedAttendeesCount
public int getAcceptedAttendeesCount() throws OperationNotSupportedException, CalendarComponentException(Code)



getAlarmComponents
public VAlarm[] getAlarmComponents() throws OperationNotSupportedException(Code)



getAttachments
public Attach[] getAttachments() throws OperationNotSupportedException(Code)



getAttendee
public Attendee getAttendee(String calid) throws OperationNotSupportedException(Code)



getAttendees
public Attendee[] getAttendees() throws OperationNotSupportedException, CalendarComponentException(Code)



getCalID
public String getCalID() throws CalendarComponentException(Code)



getCategories
public String[] getCategories() throws OperationNotSupportedException(Code)



getClassification
public String getClassification() throws OperationNotSupportedException(Code)



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



getCompletedTime
public DateTime getCompletedTime() throws OperationNotSupportedException(Code)



getContacts
public String[] getContacts() throws OperationNotSupportedException, CalendarComponentException(Code)



getCreated
public DateTime getCreated() throws OperationNotSupportedException(Code)



getDeclinedAttendeesCount
public int getDeclinedAttendeesCount() throws OperationNotSupportedException, CalendarComponentException(Code)



getDescription
public String getDescription() throws CalendarComponentException(Code)



getDuration
public Duration getDuration() throws OperationNotSupportedException, CalendarComponentException(Code)



getEnd
public DateTime getEnd() throws CalendarComponentException(Code)



getExceptionDates
public DateTime[] getExceptionDates() throws OperationNotSupportedException(Code)



getExceptionRules
public RecurrencePattern[] getExceptionRules() throws OperationNotSupportedException(Code)



getGeo
public String getGeo() throws OperationNotSupportedException(Code)



getID
public String getID() throws CalendarComponentException(Code)



getLastModified
public DateTime getLastModified() throws OperationNotSupportedException(Code)



getLocation
public String getLocation() throws OperationNotSupportedException(Code)



getOrganizer
public Organizer getOrganizer() throws OperationNotSupportedException, CalendarComponentException(Code)



getPendingAttendeesCount
public int getPendingAttendeesCount() throws OperationNotSupportedException, CalendarComponentException(Code)



getPercent
public int getPercent() throws OperationNotSupportedException(Code)



getPriority
public int getPriority() throws OperationNotSupportedException(Code)



getRecurrenceDates
public DateTime[] getRecurrenceDates() throws OperationNotSupportedException(Code)



getRecurrenceID
public DateTime getRecurrenceID() throws OperationNotSupportedException(Code)



getRecurrenceRules
public RecurrencePattern[] getRecurrenceRules() throws OperationNotSupportedException(Code)



getRelatedTos
public String[] getRelatedTos() throws OperationNotSupportedException(Code)



getRequestStatus
public String[] getRequestStatus() throws OperationNotSupportedException, CalendarComponentException(Code)



getResources
public String[] getResources() throws OperationNotSupportedException(Code)



getSequence
public int getSequence() throws OperationNotSupportedException(Code)



getStamp
public DateTime getStamp() throws OperationNotSupportedException, CalendarComponentException(Code)



getStart
public DateTime getStart() throws CalendarComponentException(Code)



getStatus
public String getStatus() throws CalendarComponentException(Code)



getSummary
public String getSummary() throws CalendarComponentException(Code)



getTentativeAttendeesCount
public int getTentativeAttendeesCount() throws OperationNotSupportedException, CalendarComponentException(Code)



getUrl
public String getUrl() throws OperationNotSupportedException(Code)



hasAlarm
public boolean hasAlarm() throws OperationNotSupportedException, CalendarComponentException(Code)



hasAttendee
public boolean hasAttendee() throws OperationNotSupportedException, CalendarComponentException(Code)



isAllDay
public boolean isAllDay() throws OperationNotSupportedException(Code)



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



isCompleted
public boolean isCompleted() throws CalendarComponentException(Code)



isConfirmed
public boolean isConfirmed() throws OperationNotSupportedException(Code)



isPublic
public boolean isPublic() throws OperationNotSupportedException, CalendarComponentException(Code)



isRecurring
public boolean isRecurring() throws OperationNotSupportedException(Code)



removeAlarmComponent
public void removeAlarmComponent(VAlarm alarm) throws OperationNotSupportedException(Code)



removeAllAlarmComponents
public void removeAllAlarmComponents() throws OperationNotSupportedException(Code)



removeAllAttachments
public void removeAllAttachments() throws OperationNotSupportedException(Code)



removeAllAttendees
public void removeAllAttendees() throws OperationNotSupportedException, CalendarComponentException(Code)



removeAllCategories
public void removeAllCategories() throws OperationNotSupportedException(Code)



removeAllComments
public void removeAllComments() throws OperationNotSupportedException, CalendarComponentException(Code)



removeAllContacts
public void removeAllContacts() throws OperationNotSupportedException, CalendarComponentException(Code)



removeAllExceptionDates
public void removeAllExceptionDates() throws OperationNotSupportedException(Code)



removeAllExceptionRules
public void removeAllExceptionRules() throws OperationNotSupportedException(Code)



removeAllRecurrenceDates
public void removeAllRecurrenceDates() throws OperationNotSupportedException(Code)



removeAllRecurrenceRules
public void removeAllRecurrenceRules() throws OperationNotSupportedException(Code)



removeAllRelatedTos
public void removeAllRelatedTos() throws OperationNotSupportedException(Code)



removeAllRequestStatus
public void removeAllRequestStatus() throws OperationNotSupportedException(Code)



removeAllResources
public void removeAllResources() throws OperationNotSupportedException(Code)



removeAttachment
public void removeAttachment(Attach attachment) throws OperationNotSupportedException(Code)



removeAttendee
public void removeAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code)



removeCategory
public void removeCategory(java.lang.String category) throws OperationNotSupportedException(Code)



removeComment
public void removeComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code)



removeContact
public void removeContact(String contact) throws OperationNotSupportedException, CalendarComponentException(Code)



removeExceptionDate
public void removeExceptionDate(DateTime exceptionDate) throws OperationNotSupportedException(Code)



removeExceptionRule
public void removeExceptionRule(RecurrencePattern exceptionRule) throws OperationNotSupportedException(Code)



removeRecurrenceDate
public void removeRecurrenceDate(DateTime recurrenceDate) throws OperationNotSupportedException(Code)



removeRecurrenceRule
public void removeRecurrenceRule(RecurrencePattern recurrenceRule) throws OperationNotSupportedException(Code)



removeRelatedTo
public void removeRelatedTo(String relatedTo) throws OperationNotSupportedException(Code)



removeRequestStatus
public void removeRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code)



removeResource
public void removeResource(String resource) throws OperationNotSupportedException(Code)



setAllDay
public void setAllDay(boolean allday) throws OperationNotSupportedException(Code)



setCalID
public void setCalID(String id) throws OperationNotSupportedException(Code)



setClassification
public void setClassification(java.lang.String classification) throws OperationNotSupportedException(Code)



setDescription
public void setDescription(java.lang.String description) throws CalendarComponentException(Code)



setDuration
public void setDuration(Duration duration) throws OperationNotSupportedException(Code)



setEnd
public void setEnd(DateTime dtend) throws CalendarComponentException(Code)



setGeo
public void setGeo(java.lang.String geo) throws OperationNotSupportedException(Code)



setID
public void setID(String uid) throws OperationNotSupportedException(Code)



setLastModified
public void setLastModified(DateTime lastModified) throws OperationNotSupportedException(Code)



setLocation
public void setLocation(java.lang.String location) throws OperationNotSupportedException(Code)



setOrganizer
public void setOrganizer(Organizer organizer) throws OperationNotSupportedException, CalendarComponentException(Code)



setPercent
public void setPercent(int percent) throws OperationNotSupportedException(Code)



setPriority
public void setPriority(int priority) throws OperationNotSupportedException(Code)



setSequence
public void setSequence(int sequence) throws OperationNotSupportedException(Code)



setStamp
public void setStamp(DateTime dtstamp) throws OperationNotSupportedException, CalendarComponentException(Code)



setStart
public void setStart(DateTime dtstart) throws CalendarComponentException(Code)



setStatus
public void setStatus(java.lang.String status) throws CalendarComponentException(Code)



setSummary
public void setSummary(java.lang.String summary) throws CalendarComponentException(Code)



setUrl
public void setUrl(String url) throws OperationNotSupportedException(Code)



toString
public String toString()(Code)



update
public void update() throws PimException(Code)



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