biggr_models.handlers.compartment_handlers#

Classes#

CompartmentListViewHandler

Request handler that implements data tables (API) logic.

ModelsWithCompartmentListViewHandler

Request handler that implements data tables (API) logic.

CompartmentHandler

Base RequestHandler that handles standard requests.

Module Contents#

class biggr_models.handlers.compartment_handlers.CompartmentListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.DataHandler

Request handler that implements data tables (API) logic.

title = 'Compartments'#
column_specs#
breadcrumbs()#
class biggr_models.handlers.compartment_handlers.ModelsWithCompartmentListViewHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.DataHandler

Request handler that implements data tables (API) logic.

title = 'Models with Compartment'#
bigg_id: str | None = None#
column_specs#
page_data#
pre_filter(query)#
breadcrumbs()#
class biggr_models.handlers.compartment_handlers.CompartmentHandler(application: Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)#

Bases: biggr_models.handlers.utils.BaseHandler

Base RequestHandler that handles standard requests.

template#
get(compartment_bigg_id)#