man Bric::Biz::Asset::Business::Media::Video () - the media class that represents static videos

NAME

Bric::Biz::Asset::Business::Media::Video - the media class that represents static videos

VERSION

$LastChangedRevision$

DATE

$Data$

SYNOPSIS

 # Creation of new Video objects
 $video = Bric::Biz::Asset::Business::Media::Video->new( $init )
 $video = Bric::Biz::Asset::Business::Media::Video->lookup( { id => $id })
 ($videos || @videos) = Bric::Biz::Asset::Business::Media::Video->list( $param)

 # list of ids
 ($id_list || @ids) = Bric::Biz::Asset::Business::Media::Video->list_ids($param)

DESCRIPTION

The Subclass of Media that pretains to Videos

INTERFACE

Constructrs

$video = Bric::Biz::Asset::Business::Media::Video->new($init)
This will create a new video object. Supported Keys:
*
Put Itmes here Throws: NONE Side Effects: NONE Notes: NONE This will return the matched looked up object Throws: NONE Side Effects: NONE Notes: NONE Returns a list of video objects that match the params passed in Throws: NONE Side Effects: NONE Notes: NONE

Destructors

$self->DESTROY
dummy method to not wast the time of AUTHLOAD

Public Class Methods

Returns a list of ids that match the particular params Supported Keys:

*
Put Keys Here Throws: NONE Side Effects: NONE Notes: NONE
$class_id = Bric::Biz::Asset::Business::Media::Video->get_class_id()
Returns the class id of the Video class Throws: NONE Side Effects: NONE Notes: NONE Returns the key name of this class. Throws: NONE. Side Effects: NONE. Notes: NONE.
my_meths()
Data Dictionary for introspection of the object Throws: NONE Side Effects: NONE Notes: NONE

Public Instance Methods

NONE

PRIVATE

NONE

Private Class Methods

NONE

Private Instance Methods

NONE

NOTES

NONE

AUTHOR

Michael Soderstrom <miraso@pacbell.net>

SEE ALSO

perl , Bric, Bric::Biz::Asset, Bric::Biz::Asset::Business, Bric::Biz::Asset::Business::Media