Bric::Biz::Asset::Business::Parts::Tile
Tile maps a particular Asset Part Data object to a formatting Asset
$Revision: 1.6 $
$Date: 2001/12/04 18:17:44 $
($tile_list,@tiles) = Bric::Biz::Asset::Business::Parts::Tile->list($criteria)
$id = $tile->get_id()
$tile = $tile->activate()
$tile = $tile->deactivate()
(undef || 1) $tile->is_active()
$tile = $tile->save()
Tile maps the asset part to a particular formatting asset. There are data tiles which map to the particular data points and container tiles that contain other tiles.
This will return a new Tile object with the optional initial state of format and data
Supported Keys:
format
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
To look up a particular tile object go to it's class directly
Throws:
"Method not implemented"
Side Effects:
NONE
Notes:
NONE
This will return a list ( or list ref) of tile objects that match the given criteria
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
this is a dummy method to save time going through auto load
If you want to get a list of objects just use list, if you only want the ids go the the objects themselves
Throws:
"Method Not Implemented"
Side Effects:
NONE
Notes:
NONE
Test to see whether this tile has a name matching the argument $name. Returns 1 if the name is a match and 0 otherwise.
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns the database id of the tile object
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Makes the tile active if it was deactivated
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Makes the tile inactive (deleted )
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
Returns 1 if the tile is active or undef if it has been deactivated
Throws:
NONE
Side Effects:
NONE
Notes:
NONE
NONE
NONE
NONE
michael soderstrom ( miraso@pacbell.net )
perl,Bric,Bric::Biz::Asset::Business::Story,Bric::Biz::Asset_type, Bric::Biz::Asset_type::Parts::Data,Bric::Biz::Asset::Business::Media
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head2'
'=item' outside of any '=over'
You forgot a '=back' before '=head2'
'=item' outside of any '=over'
You forgot a '=back' before '=head2'
'=item' outside of any '=over'
You forgot a '=back' before '=head1'