BrightSide Workbench Full Report + Source Code
org.turro.contacts.command.ConvocationEventInfo Class Reference
Inheritance diagram for org.turro.contacts.command.ConvocationEventInfo:
Collaboration diagram for org.turro.contacts.command.ConvocationEventInfo:

Public Member Functions

Collection< ICalendarEventexecute (Date start, Date end, HashMap< String, String > args)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 48 of file ConvocationEventInfo.java.

Member Function Documentation

◆ execute()

Collection<ICalendarEvent> org.turro.contacts.command.ConvocationEventInfo.execute ( Date  start,
Date  end,
HashMap< String, String >  args 
)

Implements org.turro.plugin.calendar.ICalendarInfo.

Definition at line 51 of file ConvocationEventInfo.java.

51  {
52  return getEvents(start, end, args);
53  }

The documentation for this class was generated from the following file: