NAME
Kernel::WebApp::Util::DocumentSearch::Ticket – Wrapper for ticket document search type.
has TicketObject
Attribute that holds the ticket object.
has TicketHook
Attribute that holds the ticket hook.
has ChildDocumentSearchTypes
The /ChildDocumentSearchTypes() attribute holds the child document search types.
BusinessObjectType()
The /BusinessObjectType() which the module belongs to.
SearchFields()
The /SearchFields() method should return a hash with search fields according to Kernel::System::DocumentSearch::IndexSearch.
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.
PRIVATE INTERFACE
_BuildConfigObject()
The /_BuildConfigObject() method retrieves the config object.
_BuildTicketObject()
The /_BuildTicketObject() method retrieves the ticket object.
_BuildTicketHook()
The /_BuildTicketHook() method constructs the ticket hook.
_BuildChildDocumentSearchTypes()
The /_BuildChildDocumentSearchTypes() method gets child document search types.
