|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EventDetail in com.stratelia.webactiv.almanach |
---|
Methods in com.stratelia.webactiv.almanach that return types with arguments of type EventDetail | |
---|---|
Collection<EventDetail> |
AlmanachStatistics.getEvents(String spaceId,
String componentId)
|
Methods in com.stratelia.webactiv.almanach with parameters of type EventDetail | |
---|---|
int |
AlmanachContentManager.createSilverContent(Connection con,
EventDetail eventDetail,
String userId)
add a new content. |
void |
AlmanachContentManager.updateSilverContentVisibility(EventDetail eventDetail)
update the visibility attributes of the content. |
Uses of EventDetail in com.stratelia.webactiv.almanach.control |
---|
Methods in com.stratelia.webactiv.almanach.control that return EventDetail | |
---|---|
EventDetail |
AlmanachSessionController.getCurrentEvent()
Gets the current event, selected by the user. |
EventDetail |
AlmanachSessionController.getEventDetail(String id)
Gets the detail of the event identified by the specified identifier. |
Methods in com.stratelia.webactiv.almanach.control that return types with arguments of type EventDetail | |
---|---|
protected List<EventDetail> |
AlmanachSessionController.getAllAgregationEvents()
Gets all events resulting of the agregation of the current almanach with others'. |
List<EventDetail> |
AlmanachSessionController.getAllEvents()
Gets all events of the underlying almanach. |
Methods in com.stratelia.webactiv.almanach.control with parameters of type EventDetail | |
---|---|
EventPK |
AlmanachSessionController.addEvent(EventDetail eventDetail,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles)
Adds the specified event into the underlying almanach. |
EventPK |
AlmanachSessionController.addEvent(EventDetail eventDetail,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles,
com.silverpeas.pdc.web.PdcClassificationEntity classification)
Adds the specified event into the underlying almanach. |
int |
EventDetailBeginDateComparatorAsc.compare(EventDetail e1,
EventDetail e2)
|
Set<Date> |
ExceptionDatesGenerator.generateExceptionDates(EventDetail event)
Generates the exception dates in the recurrence rule of the specified event. |
void |
AlmanachSessionController.indexEvent(EventDetail event)
Indexes the specified event for the Silverpeas search engine. |
void |
AlmanachSessionController.prepareNewEvent(EventDetail event)
|
void |
AlmanachSessionController.removeOccurenceEvent(EventDetail eventDetail,
String startDate)
Removes just an occurrence of the specified event. |
void |
AlmanachSessionController.setCurrentEvent(EventDetail event)
Sets the current event the user has selected. |
void |
AlmanachSessionController.updateEvent(EventDetail eventDetail)
Updates the specified event into the underlying almanach. |
void |
AlmanachSessionController.updateEventOccurence(EventDetail event,
String dateDebutIteration,
String dateFinIteration)
Update event occurence (cas particulier de modification d'une occurence d'événement périodique) |
Method parameters in com.stratelia.webactiv.almanach.control with type arguments of type EventDetail | |
---|---|
List<com.silverpeas.calendar.CalendarEvent> |
CalendarEventEncoder.encode(List<EventDetail> eventDetails)
Encodes the specified details on almanach events into a calendar event. |
Uses of EventDetail in com.stratelia.webactiv.almanach.control.ejb |
---|
Methods in com.stratelia.webactiv.almanach.control.ejb that return EventDetail | |
---|---|
EventDetail |
AlmanachBmEJB.getEventDetail(EventPK pk)
Get Event Detail |
EventDetail |
AlmanachBm.getEventDetail(EventPK pk)
getEventDetail() returns the EventDetail represented by the pk |
Methods in com.stratelia.webactiv.almanach.control.ejb that return types with arguments of type EventDetail | |
---|---|
Collection<EventDetail> |
AlmanachBmEJB.getAllEvents(EventPK pk)
|
Collection<EventDetail> |
AlmanachBm.getAllEvents(EventPK pk)
this method provide a collection of event |
Collection<EventDetail> |
AlmanachBmEJB.getAllEvents(EventPK pk,
String[] instanceIds)
Get all events |
Collection<EventDetail> |
AlmanachBm.getAllEvents(EventPK pk,
String[] instanceIds)
Get all events of instanceId Almanachs |
Collection<EventDetail> |
AlmanachBmEJB.getEvents(Collection<EventPK> pks)
|
Collection<EventDetail> |
AlmanachBm.getEvents(Collection<EventPK> pks)
|
Collection<EventDetail> |
AlmanachBmEJB.getListRecurrentEvent(net.fortuna.ical4j.model.Calendar calendarAlmanach,
Calendar currentDay,
String spaceId,
String instanceId,
boolean yearScope)
|
Collection<EventDetail> |
AlmanachBm.getListRecurrentEvent(net.fortuna.ical4j.model.Calendar calendarAlmanach,
Calendar currentDay,
String spaceId,
String instanceId,
boolean yearScope)
|
Methods in com.stratelia.webactiv.almanach.control.ejb with parameters of type EventDetail | |
---|---|
String |
AlmanachBmEJB.addEvent(EventDetail event,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles)
|
String |
AlmanachBm.addEvent(EventDetail event,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles)
addEvent() add an event entry in the database. |
String |
AlmanachBmEJB.addEvent(EventDetail event,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles,
com.silverpeas.pdc.model.PdcClassification classification)
|
String |
AlmanachBm.addEvent(EventDetail event,
Collection<org.silverpeas.upload.UploadedFile> uploadedFiles,
com.silverpeas.pdc.model.PdcClassification withClassification)
Adds the event in the almanach with the specified classification on the PdC. |
void |
AlmanachBmEJB.createIndex(EventDetail detail)
|
void |
AlmanachBm.createIndex(EventDetail detail)
|
void |
AlmanachBmEJB.updateEvent(EventDetail event)
updateEvent() update the event entry, specified by the pk, in the database |
void |
AlmanachBm.updateEvent(EventDetail event)
updateEvent() update the event entry, specified by the pk, in the database |
Method parameters in com.stratelia.webactiv.almanach.control.ejb with type arguments of type EventDetail | |
---|---|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesFrom(com.silverpeas.calendar.Date date,
List<EventDetail> events)
Generates the occurrences of the specified events that occur from the specified date with no limit in the future. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesFrom(com.silverpeas.calendar.Date date,
List<EventDetail> events)
|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesInPeriod(org.silverpeas.date.Period period,
List<EventDetail> events)
Generates the occurrences of events that occur in the specified period. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesInPeriod(org.silverpeas.date.Period period,
List<EventDetail> events)
|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesInRange(com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate,
List<EventDetail> events)
Generates the occurrences of the specified events that occur between the two specified dates. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesInRange(com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate,
List<EventDetail> events)
|
net.fortuna.ical4j.model.Calendar |
AlmanachBmEJB.getICal4jCalendar(Collection<EventDetail> events,
String language)
|
net.fortuna.ical4j.model.Calendar |
AlmanachBm.getICal4jCalendar(Collection<EventDetail> events,
String language)
|
Uses of EventDetail in com.stratelia.webactiv.almanach.model |
---|
Methods in com.stratelia.webactiv.almanach.model that return EventDetail | |
---|---|
protected EventDetail |
EventDAO.decodeEventDetailFromResultSet(ResultSet rs)
|
EventDetail |
EventDAO.findEventByPK(EventPK pk)
|
EventDetail |
EventOccurrence.getEventDetail()
Gets the details about the event this occurrence belongs to. |
Methods in com.stratelia.webactiv.almanach.model that return types with arguments of type EventDetail | |
---|---|
Collection<EventDetail> |
EventDAO.findAllEvents(String... instanceIds)
|
Collection<EventDetail> |
EventDAO.findAllEventsByPK(Collection<EventPK> eventPKs)
|
Collection<EventDetail> |
EventDAO.findAllEventsInPeriod(org.silverpeas.date.Period period,
String... instanceIds)
|
Collection<EventDetail> |
EventDAO.findAllEventsInRange(String startDay,
String endDay,
String... almanachIds)
Find all events that can occur in the specified range and for the specified almanachs. |
Methods in com.stratelia.webactiv.almanach.model with parameters of type EventDetail | |
---|---|
String |
EventDAO.addEvent(Connection connection,
EventDetail event)
|
static EventOccurrence |
EventOccurrence.anOccurrenceOf(EventDetail event,
com.silverpeas.calendar.Datable<?> startDate,
com.silverpeas.calendar.Datable<?> endDate)
Creates an occurrence of the specified event starting and ending at the specified date and optionally times. |
static EventOccurrence |
EventOccurrence.anOccurrenceOf(EventDetail event,
com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate)
Creates an occurrence of the specified event starting and ending at the specified dates. |
protected void |
EventDAO.fixIncorrectDatesForAlreadyExistingEvent(EventDetail event)
|
void |
EventDAO.updateEvent(EventDetail event)
|
Constructors in com.stratelia.webactiv.almanach.model with parameters of type EventDetail | |
---|---|
EventOccurrence(EventDetail event,
com.silverpeas.calendar.Datable<?> startDate,
com.silverpeas.calendar.Datable<?> endDate)
Constructs a new occurrence of the specified event. |
Uses of EventDetail in com.stratelia.webactiv.almanach.servlets |
---|
Methods in com.stratelia.webactiv.almanach.servlets that return types with arguments of type EventDetail | |
---|---|
List<EventDetail> |
AlmanachICSProducer.getAllEvents(String almanachId)
Gets all events of the underlying almanach. |
Collection<EventDetail> |
AlmanachRssServlet.getListElements(String instanceId,
int nbReturned)
|
Methods in com.stratelia.webactiv.almanach.servlets with parameters of type EventDetail | |
---|---|
String |
AlmanachRssServlet.getElementCreatorId(EventDetail event)
|
Date |
AlmanachRssServlet.getElementDate(EventDetail event)
|
String |
AlmanachRssServlet.getElementDescription(EventDetail event,
String userId)
|
String |
AlmanachRssServlet.getElementLink(EventDetail event,
String userId)
|
String |
AlmanachRssServlet.getElementTitle(EventDetail event,
String userId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |