|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlmanachException | |
---|---|
com.stratelia.webactiv.almanach.control | |
com.stratelia.webactiv.almanach.servlets |
Uses of AlmanachException in com.stratelia.webactiv.almanach.control |
---|
Methods in com.stratelia.webactiv.almanach.control that throw AlmanachException | |
---|---|
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. |
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. |
protected AlmanachBm |
AlmanachSessionController.getAlmanachBm()
Gets the remote business object for handling almanachs and events. |
AlmanachCalendarView |
AlmanachSessionController.getAlmanachCalendarView()
Gets a view in time of the current underlying almanach. |
AlmanachCalendarView |
AlmanachSessionController.getAlmanachCalendarViewOnTheNextEvents(boolean aggregated)
Gets a view on the next events that will occur and that are defined in the current underlying almanach. |
EventDetail |
AlmanachSessionController.getEventDetail(String id)
Gets the detail of the event identified by the specified identifier. |
AlmanachCalendarView |
AlmanachSessionController.getMonthlyAlmanachCalendarView()
Gets a view in the current month of the current underlying almanach. |
int |
AlmanachSessionController.getSilverObjectId(String eventId)
Gets the identifier of the specified event as a Silverpeas object (an object that have a content that can be managed in Silverpeas). |
AlmanachCalendarView |
AlmanachSessionController.getWeekyAlmanachCalendarView()
Gets a view in the current week of the current underlying almanach. |
AlmanachCalendarView |
AlmanachSessionController.getYearlyAlmanachCalendarView()
Gets a view in the current year of the current underlying almanach. |
void |
AlmanachSessionController.indexEvent(EventDetail event)
Indexes the specified event for the Silverpeas search engine. |
String |
AlmanachSessionController.initAlertUser(String eventId)
|
void |
AlmanachSessionController.removeEvent(String id)
Removes the event identified by the specified identifier. |
void |
AlmanachSessionController.removeOccurenceEvent(EventDetail eventDetail,
String startDate)
Removes just an occurrence of the specified event. |
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) |
Uses of AlmanachException in com.stratelia.webactiv.almanach.servlets |
---|
Methods in com.stratelia.webactiv.almanach.servlets that throw AlmanachException | |
---|---|
List<EventDetail> |
AlmanachICSProducer.getAllEvents(String almanachId)
Gets all events of the underlying almanach. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |