A C G I P R T

P

putAverageMoodByID(String, String, int) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Inserts a mood to an experience only by parameters, and no content needed
Uses experience id to identify experience
URL: /mood/id/{id}/{username}/{mood}/
putAverageMoodByName(String, String, int) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Inserts a mood to an experience only by parameters, and no content needed
Uses experience title to identify experience
URL: /mood/title/{title}/{username}/{mood}/
putEvent(Event) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Store or update one Event
URL: /event/
Consumes a complete event as JSON or XML and stores/updates in Google App Engine.
putExperience(Experience) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Store or update one Experience
URL: /experience/
Consumes a complete experience as JSON or XML and stores/updates in Google App Engine.
putExperiences(Experiences) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Stores/updates all experiences in server URL: /experiences/
Stores all the experiences sent in.
putGroup(Group) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Registers a group
URL: /group/
Consumes a JSON or XML with the group information.
putUser(User) - Method in class com.fabula.timeline.service.rest.impl.TimelineResource
PUT
Registers a user
URL: /user/
Consumes a JSON or XML with the user information.

A C G I P R T