The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Osgood::Server::Model::Event

DESCRIPTION

Events consist of an action, object, and date. Optionally, it may also include parameters.

DATABASE

See 'events' table for all methods.

RESULTSET METHODS

All these method names may be passed as parameter names to event/list

object

Looks for events with the specified object name

action

Looks for events with the specified action name

id_greater

Looks for events with an id greater than the one specified

id_less

Looks for events with an id less than the one specified

date_after

Returns events that occurred after the specified date.

date_before

Returns events that occurred before the specified date.

date_equals

Returns events that occurred before on specified date.

COPYRIGHT AND LICENSE

Copyright 2008 by Magazines.com, LLC

You can redistribute and/or modify this code under the same terms as Perl itself.