|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.query.vCall
oracle.calendar.soap.client.query.EventsCount
Counts the events within a given time range. The option Unconfirmed
indicates that only unconfirmed events should be counted (in other words, those events that have not been accepted or rejected). If the option is false (the default value), all events within the time range will be counted.
An instance of the EventsCount class can be added directly to a Summary command.
SummaryCommand
Constructor Summary | |
EventsCount() Default constructor version 2003-09-05 fix009495 |
Method Summary | |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the EventsCount XML tree structure. |
void |
setEndTime(java.lang.String in_endTime) Specifies the upper date limit. |
void |
setStartTime(java.lang.String in_startTime) Specifies the lower date limit. |
void |
setWantUnconfirmed(boolean in_wantUnconfirmed) Specifies the option to request that the service count only unconfirmed events. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventsCount()
Method Detail |
public void setStartTime(java.lang.String in_startTime)
in_startTime
- start date time stringCalendarUtils.getUTCDate(java.util.Calendar)
public void setEndTime(java.lang.String in_endTime)
in_endTime
- end date time stringCalendarUtils.getUTCDate(java.util.Calendar)
public void setWantUnconfirmed(boolean in_wantUnconfirmed)
in_wantUnconfirmed
- boolean valuepublic org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement
in class vCall
SummaryCommand
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |