org.exoplatform.addon.service
Class ReminderRestService

java.lang.Object
  extended by org.exoplatform.addon.service.ReminderRestService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

@RolesAllowed(value="users")
public class ReminderRestService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer


Nested Class Summary
 class ReminderRestService.MessageReminder
           
 
Constructor Summary
ReminderRestService()
           
 
Method Summary
 javax.ws.rs.core.Response callpopup(javax.ws.rs.core.SecurityContext sc, javax.ws.rs.core.UriInfo uriInfo)
           
static boolean isRefreshResults(Map<String,List<ReminderRestService.MessageReminder>> mapReminderResult, Map<String,Calendar> mapReminderTime, String nameTenant)
          Update event list each tenant name has a list events TRUE if name tenant is first search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReminderRestService

public ReminderRestService()
Method Detail

callpopup

@RolesAllowed(value="users")
public javax.ws.rs.core.Response callpopup(@Context
                                                        javax.ws.rs.core.SecurityContext sc,
                                                        @Context
                                                        javax.ws.rs.core.UriInfo uriInfo)
                                    throws Exception
Throws:
Exception

isRefreshResults

public static boolean isRefreshResults(Map<String,List<ReminderRestService.MessageReminder>> mapReminderResult,
                                       Map<String,Calendar> mapReminderTime,
                                       String nameTenant)
                                throws javax.jcr.RepositoryException
Update event list each tenant name has a list events TRUE if name tenant is first search

Parameters:
list -
timeLastes -
Returns:
Throws:
javax.jcr.RepositoryException


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.