ITSMConfigurationManagement -> rel-3_3 API documentation

NAME

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

SYNOPSIS

All layout functions of datetime objects.

  • new()

    create an object

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

    create output string

    my $Value = $BackendObject->OutputStringCreate(
        Value => '2007-01-01 12:00',  # (optional)
    );
    
  • FormDataGet()

    get form data as hash reference

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

    create a input string

    my $Value = $BackendObject->InputCreate(
        Key => 'Item::1::Node::3',
        Value => '2007-03-26 12:00',  # (optional)
        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',
        Item => $ItemRef,
    );
    

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.