Gets a particular podcast and packages it as a DecoratedPodcastBean
Parameters: podcastProperties - Contains the ResourceProperties object of a podcast resource Parameters: resourceId - The resource ID for the podcast DecoratedPodcastBean The packaged podcast or null and exception if problems throws: EntityPropertyNotDefinedException - The property wanted was not found throws: EntityPropertyTypeException - The property (Date/Time) was not a valid one
To set the selectedPodcast DecoratedPodcastBean when Revision and
Deletion links are clicked (possibly Download also)
Parameters: e - ActionEvent object generated by clicking on a link
Used to call podcastService to actually delete selected podcast.
processFileUpload
public void processFileUpload(ValueChangeEvent event) throws AbortProcessingException(Code)
Creates a BufferedInputStream to get ready to upload file selected. Used
by Add Podcast and Revise Podcast pages.
Parameters: event - ValueChangeEvent object generated by selecting a file toupload. throws: AbortProcessingException - Internal processing error attempting to set up BufferedInputStream