Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerBusinessObjectConfigItem

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerBusinessObjectConfigItem

Adds special functionality to the business object configuration item.

PUBLIC INTERFACE

Just consume this role to add functionality to the business object for the configuration items.

    with qw(
        Kernel::WebApp::Controller::API::Role::HandlesOTRSCIsInCustomerBusinessObjectConfigItem
    )

It modifies the business object for the configuration items.

Scroll to Top