NAME
Osgood::Server::Controller::Event - Catalyst Controller
DESCRIPTION
Catalyst Controller.
METHODS
list
Takes one or more query parameters and returns a list of events. Parameters should be name value pairs where the name corresponds to a resultset method of Event.
show
Takes an id and returns an event list containing the matching event.
add
Takes an xml event list. Inserts each event into the database, and returns the number of events inserted as a confirmation. Rolls back all changes and returns zero if any insert failed.
add
Returns confirmation of controller.
AUTHOR
Lauren O'Meara
COPYRIGHT AND LICENSE
Copyright 2008 by Magazines.com, LLC
You can redistribute and/or modify this code under the same terms as Perl itself.