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
void
addAlarmComponent
(VAlarm alarm)
public
void
addAttachment
(Attach attachment)
public
void
addAttendee
(Attendee attendee)
public
void
addCategory
(
java.lang.String
category)
public
void
addComment
(
String
comment)
public
void
addContact
(
java.lang.String
contact)
public
void
addExceptionDate
(DateTime exceptionDate)
public
void
addExceptionRule
(RecurrencePattern exceptionRule)
public
void
addRecurrenceDate
(DateTime recurrenceDate)
public
void
addRecurrenceRule
(RecurrencePattern recurrenceRule)
public
void
addRelatedTo
(
java.lang.String
relatedTo)
public
void
addRequestStatus
(
String
requeststatus)
public
void
addResource
(
java.lang.String
resource)
public
VAlarm
createAlarm
()
public
void
delete
()
public
int
getAcceptedAttendeesCount
()
public
VAlarm[]
getAlarmComponents
()
public
Attach[]
getAttachments
()
public
Attendee
getAttendee
(
String
calid)
public
Attendee[]
getAttendees
()
public
String
getCalID
()
public
String
[]
getCategories
()
public
String
getClassification
()
public
String
[]
getComments
()
public
DateTime
getCompletedTime
()
public
String
[]
getContacts
()
public
DateTime
getCreated
()
public
int
getDeclinedAttendeesCount
()
public
String
getDescription
()
public
Duration
getDuration
()
public
DateTime
getEnd
()
public
DateTime[]
getExceptionDates
()
public
RecurrencePattern[]
getExceptionRules
()
public
String
getGeo
()
public
String
getID
()
public
DateTime
getLastModified
()
public
String
getLocation
()
public
Organizer
getOrganizer
()
public
int
getPendingAttendeesCount
()
public
int
getPercent
()
public
int
getPriority
()
public
DateTime[]
getRecurrenceDates
()
public
DateTime
getRecurrenceID
()
public
RecurrencePattern[]
getRecurrenceRules
()
public
String
[]
getRelatedTos
()
public
String
[]
getRequestStatus
()
public
String
[]
getResources
()
public
int
getSequence
()
public
DateTime
getStamp
()
public
DateTime
getStart
()
public
String
getStatus
()
public
String
getSummary
()
public
int
getTentativeAttendeesCount
()
public
String
getUrl
()
public
boolean
hasAlarm
()
public
boolean
hasAttendee
()
public
boolean
isAllDay
()
public
boolean
isCalIdTheOrganizer
(
String
calId)
public
boolean
isCompleted
()
public
boolean
isConfirmed
()
public
boolean
isPublic
()
public
boolean
isRecurring
()
public
void
removeAlarmComponent
(VAlarm alarm)
public
void
removeAllAlarmComponents
()
public
void
removeAllAttachments
()
public
void
removeAllAttendees
()
public
void
removeAllCategories
()
public
void
removeAllComments
()
public
void
removeAllContacts
()
public
void
removeAllExceptionDates
()
public
void
removeAllExceptionRules
()
public
void
removeAllRecurrenceDates
()
public
void
removeAllRecurrenceRules
()
public
void
removeAllRelatedTos
()
public
void
removeAllRequestStatus
()
public
void
removeAllResources
()
public
void
removeAttachment
(Attach attachment)
public
void
removeAttendee
(Attendee attendee)
public
void
removeCategory
(
java.lang.String
category)
public
void
removeComment
(
String
comment)
public
void
removeContact
(
String
contact)
public
void
removeExceptionDate
(DateTime exceptionDate)
public
void
removeExceptionRule
(RecurrencePattern exceptionRule)
public
void
removeRecurrenceDate
(DateTime recurrenceDate)
public
void
removeRecurrenceRule
(RecurrencePattern recurrenceRule)
public
void
removeRelatedTo
(
String
relatedTo)
public
void
removeRequestStatus
(
String
requeststatus)
public
void
removeResource
(
String
resource)
public
void
setAllDay
(boolean allday)
public
void
setCalID
(
String
id)
public
void
setClassification
(
java.lang.String
classification)
public
void
setDescription
(
java.lang.String
description)
public
void
setDuration
(Duration duration)
public
void
setEnd
(DateTime dtend)
public
void
setGeo
(
java.lang.String
geo)
public
void
setID
(
String
uid)
public
void
setLastModified
(DateTime lastModified)
public
void
setLocation
(
java.lang.String
location)
public
void
setOrganizer
(Organizer organizer)
public
void
setPercent
(int percent)
public
void
setPriority
(int priority)
public
void
setSequence
(int sequence)
public
void
setStamp
(DateTime dtstamp)
public
void
setStart
(DateTime dtstart)
public
void
setStatus
(
java.lang.String
status)
public
void
setSummary
(
java.lang.String
summary)
public
void
setUrl
(
String
url)
public
String
toString
()
public
void
update
()
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.