ITSMConfigurationManagement -> rel-3_3 API documentation

NAME

Kernel::Output::HTML::ITSMConfigItemLayoutCustomerCompany - layout backend module

SYNOPSIS

All layout functions of customer company objects

  • new()

    create an object

    $BackendObject = Kernel::Output::HTML::ITSMConfigItemLayoutCustomerCompany->new(
        %Param,
    );
    
  • OutputStringCreate()

    create output string

    my $Value = $BackendObject->OutputStringCreate(
        Value => 11,       # (optional)
    );
    
  • FormDataGet()

    get form data as hash reference

    my $FormDataRef = $BackendObject->FormDataGet(
        Key => 'Item::1::Node::3',
        Item => $ItemRef,
    );
    
  • SearchFormDataGet()

    get search form data

    my $Value = $BackendObject->SearchFormDataGet(
        Key => 'Item::1::Node::3',
        Item => $ItemRef,
    );
    
  • SearchInputCreate()

    create a search input string

    my $Value = $BackendObject->SearchInputCreate(
        Key => 'Item::1::Node::3',
    );
    

TERMS AND CONDITIONS

This software is part of the OTRS project (https://otrs.org/).

This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.