Uses of Class
com.fabula.timeline.service.model.Event

Packages that use Event
com.fabula.timeline.service   
com.fabula.timeline.service.model   
com.fabula.timeline.service.rest.impl   
 

Uses of Event in com.fabula.timeline.service
 

Method parameters in com.fabula.timeline.service with type arguments of type Event
static Mood Helpers.getAverageMood(java.util.List<Event> moodEvents)
          This method calculates the average of a list of moods.
 

Uses of Event in com.fabula.timeline.service.model
 

Methods in com.fabula.timeline.service.model that return Event
 Event Experience.getEventByID(java.lang.String id2)
           
 

Methods in com.fabula.timeline.service.model that return types with arguments of type Event
 java.util.List<Event> Experience.getEvents()
           
 java.util.List<Event> Experience.getMoodEvents()
           
 

Methods in com.fabula.timeline.service.model with parameters of type Event
 int Event.compareTo(Event other)
           
 

Method parameters in com.fabula.timeline.service.model with type arguments of type Event
 void Experience.setEvents(java.util.List<Event> events)
           
 

Constructor parameters in com.fabula.timeline.service.model with type arguments of type Event
Experience(java.lang.String id, java.lang.String title, boolean shared, java.lang.String username, java.util.List<Event> events, java.lang.String sharingGroup)
           
 

Uses of Event in com.fabula.timeline.service.rest.impl
 

Methods in com.fabula.timeline.service.rest.impl with parameters of type Event
 void TimelineResource.putEvent(Event event)
          PUT
Store or update one Event
URL: /event/
Consumes a complete event as JSON or XML and stores/updates in Google App Engine.