Bric::Biz::Asset::Business::Media::Audio - the media class that represents static audios
$LastChangedRevision$
$Data$
# Creation of new Audio objects
$audio = Bric::Biz::Asset::Business::Media::Audio->new( $init )
$audio = Bric::Biz::Asset::Business::Media::Audio->lookup( { id => $id })
($audios || @audios) = Bric::Biz::Asset::Business::Media::Audio->list( $param)
# list of ids
($id_list || @ids) = Bric::Biz::Asset::Business::Media::Audio->list_ids($param)
The Subclass of Media that pretains to Audios
This will create a new audio object.
Supported Keys:
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 audio 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:
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns the class id of the Audio class
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns a list of the names of fields that are registered in the database as being autopopulatable
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"
perl , Bric, Bric::Biz::Asset, Bric::Biz::Asset::Business, Bric::Biz::Asset::Business::Media