|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalEventSoap | |
---|---|
com.liferay.portlet.calendar.model | |
com.liferay.portlet.calendar.model.impl | |
com.liferay.portlet.calendar.service.http |
Uses of CalEventSoap in com.liferay.portlet.calendar.model |
---|
Methods in com.liferay.portlet.calendar.model that return CalEventSoap | |
---|---|
static CalEventSoap |
CalEventSoap.toSoapModel(CalEvent model)
|
static CalEventSoap[] |
CalEventSoap.toSoapModels(CalEvent[] models)
|
static CalEventSoap[][] |
CalEventSoap.toSoapModels(CalEvent[][] models)
|
static CalEventSoap[] |
CalEventSoap.toSoapModels(List<CalEvent> models)
|
Uses of CalEventSoap in com.liferay.portlet.calendar.model.impl |
---|
Methods in com.liferay.portlet.calendar.model.impl with parameters of type CalEventSoap | |
---|---|
static CalEvent |
CalEventModelImpl.toModel(CalEventSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<CalEvent> |
CalEventModelImpl.toModels(CalEventSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Uses of CalEventSoap in com.liferay.portlet.calendar.service.http |
---|
Methods in com.liferay.portlet.calendar.service.http that return CalEventSoap | |
---|---|
static CalEventSoap |
CalEventServiceSoap.addEvent(String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEventSoap |
CalEventServiceSoap.getEvent(long eventId)
|
static CalEventSoap |
CalEventServiceSoap.updateEvent(long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |