Kernel::WebApp::Util::BusinessObject::FormDraft

NAME

Kernel::WebApp::Util::BusinessObject::FormDraft

DESCRIPTION

Handles the business object ticket article.

PUBLIC INTERFACE

has Attachments

Contains attachment list.

around MethodParamValidationSchema()

Around's the original 'MethodParamValidationSchema' of the driver to just add the schema of the parameter 'ObjectAttributes'.

Type()

Holds the type name of the current business object.

IdentifierKey()

Holds the identifier key for the ticket article entries lists.

Label()

Holds the label of the business object.

DefaultSorting()

Holds the default sorting for the ticket attachment lists.

ColumnTitles()

Holds the column titles for the form draft list columns.

SortableColumns()

Holds the sort-able columns for the table.

TextTruncatableColumns()

Holds the columns which should be truncated in the frontend.

ClickableColumns()

Holds the columns which should be clickable truncated in the frontend.

ItemDetailDataGet()

Collects the detail data for the item with the given ItemID.

PRIVATE INTERFACE

Scroll to Top