Bric::Biz::Asset::Business::Media::Image - the media class that represents static images
$Revision: 1.7 $
$Data$
# 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)
The Subclass of Media that pretains to Images
This will create a new image 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 image objects that match the params passed in
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
dummy method to not wast the time of AUTHLOAD
Returns a list of ids that match the particular params
Supported Keys:
Put Keys Here
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns the class id of the Image class
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns the key name of this class.
Throws: NONE.
Side Effects: NONE.
Notes: NONE.
Data Dictionary for introspection of the object
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
NONE
NONE
NONE
NONE
NONE
"Michael Soderstrom" <miraso@pacbell.net>
perl , Bric, Bric::Biz::Asset, Bric::Biz::Asset::Business, Bric::Biz::Asset::Business::Media