@Named(value="calendarService") @ApplicationScoped public class CalendarService extends Object
| Constructor and Description |
|---|
CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
@Inject
public CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService)
protected void saveEvent(String user, String calName, String users, String summary, Date from, Date to) throws Exception
Exceptionprotected void saveEvent(String user, boolean isPublic, String[] participants, String calId, String calName, String summary, Date from, Date to) throws Exception
ExceptionCopyright © 2003–2015 eXo Platform SAS. All rights reserved.