Kernel::WebApp::Util::DocumentSearch::Base

NAME

Kernel::WebApp::Util::DocumentSearch::Base – Base class for the functionality for the different document search types.

PUBLIC INTERFACE

has FixedLanguageFilter

Attribute that holds the information if a fixed language filter is needed for the document search type.

ResultFields()

The /ResultFields() method should return the required fields for the different document search types.

TransformDocumentData()

The /TransformDocumentData() method transforms the given document data for the frontend.

ChildDocumentSearchTypes()

The /ChildDocumentSearchTypes() method returns the child document search type for the given document search type.

Scroll to Top