|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.calendar.service.CalEventServiceWrapper
public class CalEventServiceWrapper
This class is a wrapper for CalEventService.
CalEventService| Constructor Summary | |
|---|---|
CalEventServiceWrapper(CalEventService calEventService)
|
|
| Method Summary | |
|---|---|
CalEvent |
addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
addEvent(String title,
String description,
String location,
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)
Deprecated. addEvent(String, String, String, int, int, int, int,
int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
void |
deleteEvent(long eventId)
|
File |
exportEvent(long eventId)
|
File |
exportEvents(List<CalEvent> events,
String fileName)
|
File |
exportGroupEvents(long groupId,
String fileName)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CalEvent |
getEvent(long eventId)
|
List<CalEvent> |
getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
getEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
getEvents(long groupId,
String type,
int start,
int end)
|
int |
getEventsCount(long groupId,
String type)
|
int |
getEventsCount(long groupId,
String[] types)
|
CalEventService |
getWrappedCalEventService()
Deprecated. Renamed to getWrappedService() |
CalEventService |
getWrappedService()
|
boolean |
hasEvents(long groupId,
Calendar cal)
|
boolean |
hasEvents(long groupId,
Calendar cal,
String type)
|
boolean |
hasEvents(long groupId,
Calendar cal,
String[] types)
|
void |
importICal4j(long groupId,
InputStream inputStream)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedCalEventService(CalEventService calEventService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.calendar.service.CalEventService) |
void |
setWrappedService(CalEventService calEventService)
|
CalEvent |
updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
updateEvent(long eventId,
String title,
String description,
String location,
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)
Deprecated. updateEvent(long, String, String, String, int, int,
int, int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalEventServiceWrapper(CalEventService calEventService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface CalEventServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface CalEventServicebeanIdentifier - the Spring bean ID for this bean
public CalEvent addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
throws PortalException,
SystemException
addEvent in interface CalEventServicePortalException
SystemException
public CalEvent addEvent(String title,
String description,
String location,
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)
throws PortalException,
SystemException
addEvent(String, String, String, int, int, int, int,
int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext)
addEvent in interface CalEventServicePortalException
SystemException
public void deleteEvent(long eventId)
throws PortalException,
SystemException
deleteEvent in interface CalEventServicePortalException
SystemException
public File exportEvent(long eventId)
throws PortalException,
SystemException
exportEvent in interface CalEventServicePortalException
SystemException
public File exportEvents(List<CalEvent> events,
String fileName)
throws PortalException,
SystemException
exportEvents in interface CalEventServicePortalException
SystemException
public File exportGroupEvents(long groupId,
String fileName)
throws PortalException,
SystemException
exportGroupEvents in interface CalEventServicePortalException
SystemException
public CalEvent getEvent(long eventId)
throws PortalException,
SystemException
getEvent in interface CalEventServicePortalException
SystemException
public List<CalEvent> getEvents(long groupId,
Calendar cal,
String type)
throws PortalException,
SystemException
getEvents in interface CalEventServicePortalException
SystemException
public List<CalEvent> getEvents(long groupId,
Calendar cal,
String[] types)
throws PortalException,
SystemException
getEvents in interface CalEventServicePortalException
SystemException
public List<CalEvent> getEvents(long groupId,
String type,
int start,
int end)
throws SystemException
getEvents in interface CalEventServiceSystemException
public List<CalEvent> getEvents(long groupId,
String[] types,
int start,
int end)
throws SystemException
getEvents in interface CalEventServiceSystemException
public int getEventsCount(long groupId,
String type)
throws SystemException
getEventsCount in interface CalEventServiceSystemException
public int getEventsCount(long groupId,
String[] types)
throws SystemException
getEventsCount in interface CalEventServiceSystemException
public boolean hasEvents(long groupId,
Calendar cal)
throws PortalException,
SystemException
hasEvents in interface CalEventServicePortalException
SystemException
public boolean hasEvents(long groupId,
Calendar cal,
String type)
throws PortalException,
SystemException
hasEvents in interface CalEventServicePortalException
SystemException
public boolean hasEvents(long groupId,
Calendar cal,
String[] types)
throws PortalException,
SystemException
hasEvents in interface CalEventServicePortalException
SystemException
public void importICal4j(long groupId,
InputStream inputStream)
throws PortalException,
SystemException
importICal4j in interface CalEventServicePortalException
SystemException
public CalEvent updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateEvent in interface CalEventServicePortalException
SystemException
public CalEvent updateEvent(long eventId,
String title,
String description,
String location,
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)
throws PortalException,
SystemException
updateEvent(long, String, String, String, int, int,
int, int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext)
updateEvent in interface CalEventServicePortalException
SystemExceptionpublic CalEventService getWrappedCalEventService()
getWrappedService()
public void setWrappedCalEventService(CalEventService calEventService)
setWrappedService(com.liferay.portlet.calendar.service.CalEventService)
public CalEventService getWrappedService()
getWrappedService in interface ServiceWrapper<CalEventService>public void setWrappedService(CalEventService calEventService)
setWrappedService in interface ServiceWrapper<CalEventService>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||