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


Pangloss documentation  | view source Contained in the Pangloss distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This class inherits its interface from Pipeline::Segment.

METHODS

Top

$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

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

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


Pangloss documentation  | view source Contained in the Pangloss distribution.