@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,
String location) |
protected void |
saveEvent(String user,
String calName,
String users,
String summary,
Date from,
Date to,
String location) |
@Inject
public CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
org.exoplatform.services.organization.OrganizationService organizationService)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.