|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JournalHeader in com.stratelia.webactiv.agenda.control |
---|
Methods in com.stratelia.webactiv.agenda.control that return JournalHeader | |
---|---|
JournalHeader |
AgendaSessionController.getCurrentJournalHeader()
Method declaration |
JournalHeader |
AgendaSessionController.getJournalHeader(String journalId)
Method declaration |
Methods in com.stratelia.webactiv.agenda.control that return types with arguments of type JournalHeader | |
---|---|
Collection<JournalHeader> |
AgendaSessionController.getBusyTime(String userId,
Date day)
Method declaration |
Collection<JournalHeader> |
AgendaSessionController.getDaySchedulables()
Method declaration |
static Collection<JournalHeader> |
AgendaAccess.getDaySchedulables(String userId)
|
static Collection<JournalHeader> |
AgendaAccess.getJournalHeadersForUserAfterDate(String userIdAgenda,
Date startDate,
int nbReturned)
|
Collection<JournalHeader> |
AgendaSessionController.getMonthSchedulables(Date date)
Method declaration |
static Collection<JournalHeader> |
AgendaAccess.getNextDaySchedulables(String userId)
|
Collection<JournalHeader> |
AgendaSessionController.getTentativeSchedulables()
Method declaration |
Collection<JournalHeader> |
AgendaSessionController.getWeekSchedulables()
Method declaration |
Methods in com.stratelia.webactiv.agenda.control with parameters of type JournalHeader | |
---|---|
void |
AgendaSessionController.setCurrentJournalHeader(JournalHeader journalHeader)
Method declaration |
Uses of JournalHeader in com.stratelia.webactiv.agenda.notification |
---|
Methods in com.stratelia.webactiv.agenda.notification with parameters of type JournalHeader | |
---|---|
protected String |
AgendaUserNotification.getResourceURL(JournalHeader resource)
|
protected void |
AgendaUserNotification.performNotificationResource(String language,
JournalHeader resource,
NotificationResourceData notificationResourceData)
|
protected void |
AgendaUserNotification.performTemplateData(String language,
JournalHeader resource,
SilverpeasTemplate template)
|
Constructors in com.stratelia.webactiv.agenda.notification with parameters of type JournalHeader | |
---|---|
AgendaUserNotification(NotifAction action,
UserDetail sender,
JournalHeader resource)
Notification from delegator |
|
AgendaUserNotification(UserDetail sender,
JournalHeader resource,
String attend)
Notification from attendee |
Uses of JournalHeader in com.stratelia.webactiv.agenda.servlets |
---|
Methods in com.stratelia.webactiv.agenda.servlets that return types with arguments of type JournalHeader | |
---|---|
Collection<JournalHeader> |
AgendaRssServlet.getListElements(String userIdAgenda,
int nbReturned)
|
Uses of JournalHeader in com.stratelia.webactiv.calendar.control |
---|
Methods in com.stratelia.webactiv.calendar.control that return JournalHeader | |
---|---|
JournalHeader |
CalendarEJB.getJournalHeader(String journalId)
|
JournalHeader |
SilverpeasCalendar.getJournalHeader(String journalId)
getJournalHeader() returns the journalHeader represented by the journalId |
Methods in com.stratelia.webactiv.calendar.control that return types with arguments of type JournalHeader | |
---|---|
Collection<JournalHeader> |
CalendarEJB.getDaySchedulablesForUser(String day,
String userId,
String categoryId,
String participation)
|
Collection<JournalHeader> |
SilverpeasCalendar.getDaySchedulablesForUser(String day,
String userId,
String categoryId,
String participation)
getDaySchedulablesForUser() for a particular user returns all the events scheduled on a particular day. |
Collection<JournalHeader> |
CalendarEJB.getExternalJournalHeadersForUser(String userId)
|
Collection<JournalHeader> |
SilverpeasCalendar.getExternalJournalHeadersForUser(String userId)
getOutlookJournalHeadersForUser() returns the journalHeaders for user represented by the userId |
Collection<JournalHeader> |
CalendarEJB.getExternalJournalHeadersForUserAfterDate(String userId,
Date startDate)
|
Collection<JournalHeader> |
SilverpeasCalendar.getExternalJournalHeadersForUserAfterDate(String userId,
Date startDate)
getExternalJournalHeadersForUserAfterDate() returns the journalHeaders for user represented by the userId for which start date after given date |
Collection<JournalHeader> |
CalendarEJB.getJournalHeadersForUserAfterDate(String userId,
Date startDate,
int nbReturned)
|
Collection<JournalHeader> |
SilverpeasCalendar.getJournalHeadersForUserAfterDate(String userId,
Date startDate,
int nbReturned)
getJournalHeadersForUserAfterDate() returns the journalHeaders for user represented by the userId for which start date after given date |
Collection<JournalHeader> |
CalendarEJB.getNextDaySchedulablesForUser(String day,
String userId,
String categoryId,
String participation)
|
Collection<JournalHeader> |
SilverpeasCalendar.getNextDaySchedulablesForUser(String day,
String userId,
String categoryId,
String participation)
getNextDaySchedulablesForUser() for a particular user returns the next events scheduled. |
List<JournalHeader> |
CalendarEJB.getNextEventsForUser(String day,
String userId,
String classification,
Date begin,
Date end)
Method for getting the next events of userId ,the result is limited |
List<JournalHeader> |
SilverpeasCalendar.getNextEventsForUser(String day,
String userId,
String classification,
Date begin,
Date end)
getNextEventForUser for a particular user returns the next events scheduled. |
Collection<JournalHeader> |
CalendarEJB.getPeriodSchedulablesForUser(String begin,
String end,
String userId,
String categoryId,
String participation)
|
Collection<JournalHeader> |
SilverpeasCalendar.getPeriodSchedulablesForUser(String begin,
String end,
String userId,
String categoryId,
String participation)
getPeriodSchedulablesForUser() for a particular user returns all the events scheduled during a particular period. |
Collection<JournalHeader> |
CalendarEJB.getTentativeSchedulablesForUser(String userId)
|
Collection<JournalHeader> |
SilverpeasCalendar.getTentativeSchedulablesForUser(String userId)
|
Methods in com.stratelia.webactiv.calendar.control with parameters of type JournalHeader | |
---|---|
String |
CalendarEJB.addJournal(JournalHeader journal)
methods for journal |
String |
SilverpeasCalendar.addJournal(JournalHeader journal)
addJournal() add a journal entry in the database |
void |
CalendarEJB.updateJournal(JournalHeader journal)
|
void |
SilverpeasCalendar.updateJournal(JournalHeader journal)
updateJournal() update the journal entry, specified by the id, in the database |
Uses of JournalHeader in com.stratelia.webactiv.calendar.model |
---|
Methods in com.stratelia.webactiv.calendar.model that return JournalHeader | |
---|---|
JournalHeader |
JournalDAO.getJournalHeader(Connection con,
String journalId)
|
JournalHeader |
JournalDAO.getJournalHeaderFromResultSet(ResultSet rs)
|
Methods in com.stratelia.webactiv.calendar.model with parameters of type JournalHeader | |
---|---|
String |
JournalDAO.addJournal(Connection con,
JournalHeader journal)
|
void |
JournalDAO.updateJournal(Connection con,
JournalHeader journal)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |