|
static Collection< Object > | getCalendarEventFor (IContact contact, Date oldFrom, Date oldTo, Date from, Date to, String path, int mode) |
|
static Collection< ICalendarEvent > | getCalendarEventFor (Application app, IContact contact, Date oldFrom, Date oldTo, Date from, Date to, String path, int mode) |
|
◆ addToResult()
void org.turro.plugin.command.CalendarEventPlugin.addToResult |
( |
Object |
data | ) |
|
|
protected |
◆ execute() [1/2]
void org.turro.plugin.command.CalendarEventPlugin.execute |
( |
| ) |
|
◆ execute() [2/2]
Object org.turro.plugin.command.CalendarEventPlugin.execute |
( |
Context |
context | ) |
|
◆ executePlugin() [1/2]
abstract void org.turro.plugin.command.CalendarEventPlugin.executePlugin |
( |
| ) |
|
|
abstractprotected |
◆ executePlugin() [2/2]
abstract void org.turro.plugin.command.CalendarEventPlugin.executePlugin |
( |
Context |
context | ) |
throws Exception |
|
abstractprotected |
◆ getCalendarEventFor() [1/2]
static Collection<ICalendarEvent> org.turro.plugin.command.CalendarEventPlugin.getCalendarEventFor |
( |
Application |
app, |
|
|
IContact |
contact, |
|
|
Date |
oldFrom, |
|
|
Date |
oldTo, |
|
|
Date |
from, |
|
|
Date |
to, |
|
|
String |
path, |
|
|
int |
mode |
|
) |
| |
|
static |
◆ getCalendarEventFor() [2/2]
static Collection<Object> org.turro.plugin.command.CalendarEventPlugin.getCalendarEventFor |
( |
IContact |
contact, |
|
|
Date |
oldFrom, |
|
|
Date |
oldTo, |
|
|
Date |
from, |
|
|
Date |
to, |
|
|
String |
path, |
|
|
int |
mode |
|
) |
| |
|
static |
Definition at line 85 of file elephant/src/main/java/org/turro/plugin/command/CalendarEventPlugin.java.
87 Map<String, Object> args =
new HashMap<>();
88 args.put(
"contact", contact);
89 args.put(
"oldFrom", oldFrom);
90 args.put(
"oldTo", oldTo);
91 args.put(
"from", from);
93 args.put(
"path", path);
94 args.put(
"mode", mode);
95 args = Plugins.execute(
"CalendarEvent", args);
◆ getContact() [1/2]
IContact org.turro.plugin.command.CalendarEventPlugin.getContact |
( |
| ) |
|
◆ getContact() [2/2]
IContact org.turro.plugin.command.CalendarEventPlugin.getContact |
( |
| ) |
|
◆ getFrom() [1/2]
Date org.turro.plugin.command.CalendarEventPlugin.getFrom |
( |
| ) |
|
◆ getFrom() [2/2]
Date org.turro.plugin.command.CalendarEventPlugin.getFrom |
( |
| ) |
|
◆ getMode() [1/2]
Integer org.turro.plugin.command.CalendarEventPlugin.getMode |
( |
| ) |
|
◆ getMode() [2/2]
Integer org.turro.plugin.command.CalendarEventPlugin.getMode |
( |
| ) |
|
◆ getName() [1/2]
String org.turro.plugin.command.CalendarEventPlugin.getName |
( |
| ) |
|
◆ getName() [2/2]
String org.turro.plugin.command.CalendarEventPlugin.getName |
( |
| ) |
|
◆ getOldFrom() [1/2]
Date org.turro.plugin.command.CalendarEventPlugin.getOldFrom |
( |
| ) |
|
◆ getOldFrom() [2/2]
Date org.turro.plugin.command.CalendarEventPlugin.getOldFrom |
( |
| ) |
|
◆ getOldTo() [1/2]
Date org.turro.plugin.command.CalendarEventPlugin.getOldTo |
( |
| ) |
|
◆ getOldTo() [2/2]
Date org.turro.plugin.command.CalendarEventPlugin.getOldTo |
( |
| ) |
|
◆ getPath() [1/2]
String org.turro.plugin.command.CalendarEventPlugin.getPath |
( |
| ) |
|
◆ getPath() [2/2]
String org.turro.plugin.command.CalendarEventPlugin.getPath |
( |
| ) |
|
◆ getTo() [1/2]
Date org.turro.plugin.command.CalendarEventPlugin.getTo |
( |
| ) |
|
◆ getTo() [2/2]
Date org.turro.plugin.command.CalendarEventPlugin.getTo |
( |
| ) |
|
◆ setParams()
void org.turro.plugin.command.CalendarEventPlugin.setParams |
( |
Object |
params | ) |
|
◆ stopPropagating()
boolean org.turro.plugin.command.CalendarEventPlugin.stopPropagating |
( |
| ) |
|
◆ stopsPropagating()
boolean org.turro.plugin.command.CalendarEventPlugin.stopsPropagating |
( |
| ) |
|
◆ controls
Collection org.turro.plugin.command.CalendarEventPlugin.controls |
|
protected |
◆ CREATE
static final int org.turro.plugin.command.CalendarEventPlugin.CREATE = 1 |
|
static |
◆ params
Map<String, Object> org.turro.plugin.command.CalendarEventPlugin.params |
|
protected |
The documentation for this class was generated from the following file: