com.stratelia.webactiv.agenda.control
Class AgendaAccess

java.lang.Object
  extended by com.stratelia.webactiv.agenda.control.AgendaAccess

public class AgendaAccess
extends Object


Constructor Summary
AgendaAccess()
           
 
Method Summary
static Date getCurrentDay()
           
static Collection<JournalHeader> getDaySchedulables(String userId)
           
static Collection<JournalHeader> getJournalHeadersForUserAfterDate(String userIdAgenda, Date startDate, int nbReturned)
           
static Collection<JournalHeader> getNextDaySchedulables(String userId)
           
static boolean hasTentativeSchedulables(String userId)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaAccess

public AgendaAccess()
Method Detail

hasTentativeSchedulables

public static boolean hasTentativeSchedulables(String userId)
                                        throws AgendaException
Method declaration

Parameters:
userId -
Returns:
Throws:
AgendaException
See Also:

getCurrentDay

public static Date getCurrentDay()

getDaySchedulables

public static Collection<JournalHeader> getDaySchedulables(String userId)
                                                    throws AgendaException
Throws:
AgendaException

getNextDaySchedulables

public static Collection<JournalHeader> getNextDaySchedulables(String userId)
                                                        throws AgendaException
Throws:
AgendaException

getJournalHeadersForUserAfterDate

public static Collection<JournalHeader> getJournalHeadersForUserAfterDate(String userIdAgenda,
                                                                          Date startDate,
                                                                          int nbReturned)
                                                                   throws AgendaException
Throws:
AgendaException


Copyright © 2016 Silverpeas. All Rights Reserved.