Interface | Description |
---|---|
QueryTagSuggester |
Provides suggestions for
QueryTag s for a given search term. |
TenantAware |
Base class which marks subclasses as aware of their tenant they belong to.
|
Class | Description |
---|---|
BasePageHelper<E extends sirius.db.mixing.BaseEntity<?>,C extends sirius.db.mixing.query.constraints.Constraint,Q extends sirius.db.mixing.query.Query<Q,E,C>,B extends BasePageHelper<E,C,Q,B>> |
Helper class to build a query, bind it to values given in a
WebContext and create a resulting Page
which can be used to render a resulting table and filter box. |
BizContextExtender |
Makes central frameworks available in Tagliatelle without any import or reference.
|
BizController |
Base class for all controllers which operate on entities.
|
ElasticPageHelper<E extends sirius.db.es.ElasticEntity> |
Implements a page helper for
elastic queries . |
MongoPageHelper<E extends sirius.db.mongo.MongoEntity> |
Implements a page helper for
MongoDB queries . |
QueryTagController |
Provides the glue logic between the taggedSearch component and the
QueryTagSuggester s. |
SQLPageHelper<E extends sirius.db.jdbc.SQLEntity> |
Implements a page helper for
smart queries . |
Annotation Type | Description |
---|---|
Autoloaded |
Fields marked with this annotation are auto filled from the given request, when calling
BizController.load(WebContext, BaseEntity) . |
Copyright © 2018. All rights reserved.