The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pangloss::Segment::LoadTermStatus - load term status from an OpenFrame::Request.

SYNOPSIS

  $pipe->add_segment( Pangloss::Segment::LoadTermStatus->new )

DESCRIPTION

This class inherits its interface from Pipeline::Segment.

METHODS

$status = $obj->dispatch();

attempts to load a term status from the stored OpenFrame::Request's arguments.

$status = $obj->new_term_status_from_args( \%args );

Creates a new term status from the hash given. uses the following keys:

    new_term_status_code
    new_term_status_notes

Returns undef if no useable keys were present.

AUTHOR

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Pipeline::Segment, Pangloss::Term::Status