modulo.addonsΒΆ

Functions

compact(*names)
desc(column) Return a descending ORDER BY clause element.

Classes

Action(req, params) Represents an action that can be taken by the server.
DateOrdering(req, params)
FetchAll(req, params)
FetchOne(req, params)
MemberMutator(req, params)
MemberSelector(req, params) Filters the query to results in which a *-to-many association contains an object in which the given field has a particular value.
Paginator(req, params)
Query(req, params) Creates a query object for the given model (Entity).
RangeSelector(req, params) Filters the query to results in which the given field has a value in a particular range.
ValueMutator(req, params)
ValueSelector(req, params) Filters the query to results in which the given field has a particular value.
YearMonthDaySelector(req, params) Filters the query to results in which the given field has a date value with a particular year, month, and/or day.

Exceptions

NoResultFound A database result was required but none was found.
NotFound([description]) 404 Not Found

Previous topic

modulo.actions.standard

Next topic

modulo.addons.bugs

This Page