NAME

Bric::Biz::Asset::Business::Media::Image - the media class that represents static images

VERSION

$Revision: 1.2.2.2 $

DATE

$Data$

SYNOPSIS

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

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

DESCRIPTION

The Subclass of Media that pretains to Images

INTERFACE

Constructrs

$image = Bric::Biz::Asset::Business::Media::Image->new($init)

This will create a new image object.

Supported Keys:

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

$media = Bric::Biz::Asset::Business::Media::Image->lookup( { id => $id })

This will return the matched looked up object

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

($imgs || @imgs) = Bric::Biz::Asset::Business::Media::Image->list($param)

Returns a list of image 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

(@ids || $ids) = Bric::Biz::Asset::Business::Media::Image->list_ids($param)

Returns a list of ids that match the particular params

Supported Keys:

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

$class_id = Bric::Biz::Asset::Business::Media::Image->get_class_id()

Returns the class id of the Image class

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

my $key_name = Bric::Biz::Asset::Business::Media::Image->key_name()

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

$image = $image->save()

Saves changes made to the data base

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

PRIVATE

Private Class Methods

# NONE

################################################################################

#==============================================================================#

#--------------------------------------#

Private Instance Methods

NOTES

NONE

AUTHOR

"Michael Soderstrom" <miraso@pacbell.net>

SEE ALSO

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

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 213:

You forgot a '=back' before '=head2'

Around line 215:

'=item' outside of any '=over'

Around line 230:

You forgot a '=back' before '=head2'

Around line 232:

'=item' outside of any '=over'

Around line 332:

You forgot a '=back' before '=head2'

Around line 334:

'=item' outside of any '=over'

Around line 357:

You forgot a '=back' before '=head1'

Around line 387:

=back without =over