Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client
Class SummaryCommand

java.lang.Object
  extended byoracle.calendar.soap.client.CalendaringCommand
      extended byoracle.calendar.soap.client.SummaryCommand


public class SummaryCommand
extends CalendaringCommand

Provides summary information from the Calendar server data types (currently VEVENTs and VTODOs). The command is built from a client side command ID (used to match the reply), along with two vCalls EventsCount and ActiveTasksCount.

The getElements() XML DOM is passed to the Calendarlet's Summary() command.

See Also:
EventsCount, ActiveTasksCount, Calendarlet.Summary(org.w3c.dom.Element)

Constructor Summary
SummaryCommand()
Default constructor.

Method Summary
org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Summary SOAP method to be transmitted to the Calendar Web Service.
void setActiveTasksCount(ActiveTasksCount in_activeTasksCount)
Specifies an ActiveTasksCount object.
void setEventsCount(EventsCount in_eventsCount)
Specifies an EventsCount object.
void setTimeStamp(java.lang.String in_timeStamp)
Specifies the timestamp of the user's current time in UTC version 2003-09-05 fix009594

Methods inherited from class oracle.calendar.soap.client.CalendaringCommand
getCmdId, getNamespace, setCmdId

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

Constructor Detail

SummaryCommand

public SummaryCommand()
Default constructor. version 2003-09-05 fix009594

Method Detail

setEventsCount

public void setEventsCount(EventsCount in_eventsCount)
Specifies an EventsCount object. version 2003-09-05 fix009594
Parameters:
in_eventsCount - events count object
See Also:
EventsCount

setActiveTasksCount

public void setActiveTasksCount(ActiveTasksCount in_activeTasksCount)
Specifies an ActiveTasksCount object. version 2003-09-05 fix009594
Parameters:
in_activeTasksCount - active tasks count object
See Also:
ActiveTasksCount

setTimeStamp

public void setTimeStamp(java.lang.String in_timeStamp)
Specifies the timestamp of the user's current time in UTC version 2003-09-05 fix009594
Parameters:
in_timeStamp - a date and time UTC string

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the Summary SOAP method to be transmitted to the Calendar Web Service. This XML DOM can be passed directly to the Calendarlet's Summary command. version 2003-09-05 fix009594
Overrides:
getElement in class CalendaringCommand
Returns:
Element - XML DOM element tree
See Also:
Calendarlet.Summary(org.w3c.dom.Element)

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


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