org.exoplatform.chat.portlet.chat
Class CalendarService

java.lang.Object
  extended by org.exoplatform.chat.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
 

Constructor Detail

CalendarService

@Inject
public CalendarService(org.exoplatform.calendar.service.CalendarService calendarService,
                              org.exoplatform.services.organization.OrganizationService organizationService)
Method Detail

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–2014 eXo Platform SAS. All rights reserved.