org.benjp.portlet.chat
Class CalendarService
java.lang.Object
org.benjp.portlet.chat.CalendarService
@Named(value="calendarService")
@ApplicationScoped
public class CalendarService
- extends Object
|
Constructor Summary |
CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService)
|
|
Method Summary |
protected void |
saveEvent(String user,
boolean isPublic,
String[] participants,
String calId,
String calName,
String summary,
Date from,
Date to)
|
protected void |
saveEvent(String user,
String calName,
String users,
String summary,
Date from,
Date to)
|
protected void |
saveTask(String currentUser,
String username,
String summary,
Date from,
Date to)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarService
@Inject
public CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService)
saveEvent
protected void saveEvent(String user,
String calName,
String users,
String summary,
Date from,
Date to)
throws Exception
- Throws:
Exception
saveEvent
protected void saveEvent(String user,
boolean isPublic,
String[] participants,
String calId,
String calName,
String summary,
Date from,
Date to)
throws Exception
- Throws:
Exception
saveTask
protected void saveTask(String currentUser,
String username,
String summary,
Date from,
Date to)
throws Exception
- Throws:
Exception
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.