Class ::xowiki::PodcastItem
::xowiki::PodcastItem
create ...
Class Relations
- class: ::xo::db::CrClass
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xowiki::File
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::xo::db::CrClass create ::xowiki::PodcastItem \
-superclass ::xowiki::File
Methods (to be applied on instances)
duration (setter)
keywords (setter)
mime_type (setter)
podcast_item_id (setter)
pub_date (setter)
render_content (scripted)
set content [next]
append content <ul>
foreach {label var} {
} {
append content "<li><em>$label:</em> [set :$var]\n"
}
append content </ul>
return $contentsubtitle (setter)
update (scripted)
::xo::dc transaction {
next
:instvar object_id pub_date subtitle keywords duration
::xo::dc dml update_xowiki_podcast_item {update xowiki_podcast_item
set pub_date = :pub_date,subtitle = :subtitle,keywords = :keywords,duration = :duration where podcast_item_id = :object_id
}
}