generatePodcastRSS(String siteID, String feedType) Method to generate the XML file for the specific category of feed with the name, siteId,
and feedType passed it.
Determines if authenticated user has 'read' access to podcast collection folder
Parameters: id - The id for the podcast collection folderTRUE - has read access, FALSE - does not
Method to generate the XML file for the specific category of feed with the name, siteId,
and feedType passed it. So if different formats are supported, we are ready.
Parameters: siteID - The siteId for the site wanted Parameters: feedType - The feed type (Currently RSS 2.0) A string that is the XML file
Returns podcast folder id using either 'podcasts' or 'Podcasts'.
If it does not exist in either form, will create it.
Parameters: siteId - The site to search String containing the complete id for the podcast folder throws: PermissionException -
setPodfeedCopyright
public void setPodfeedCopyright(String feedCopyright)(Code)
Sets the global feed description to the string passed in.
Parameters: feedDescription - The new description for the podcast feed.
setPodfeedDescription
public void setPodfeedDescription(String feedDescription)(Code)
Sets the global feed description to the string passed in.
Parameters: feedDescription - The new description for the podcast feed.
setPodfeedGenerator
public void setPodfeedGenerator(String feedGenerator)(Code)
Sets the global feed description to the string passed in.
Parameters: feedDescription - The new description for the podcast feed.
setPodfeedTitle
public void setPodfeedTitle(String feedTitle)(Code)
Sets the global feed title to the string passed in.
Parameters: feedTitle - The new title for the podcast feed.