enablePodfeedSecurityAdvisor() Establish a security advisor to allow the "embedded" azg work to occur
with no need for additional security permissions.
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
This method generates the RSS feed
Parameters: siteID - The site id whose feed needs to be generated Parameters: ftyle - The feed type (for potential future development) - currently rss 2.0 String The feed document as a String
Returns podcast folder id using either 'podcasts' or 'Podcasts'. If it
cannot find or is denied access, it will return null.
Parameters: siteId - The site to search String Contains the complete id for the podcast folder
Parameters: podcastService - The podcastService to set.
setPodfeedCopyright
public void setPodfeedCopyright(String feedCopyright)(Code)
Sets feed copyright statement from within site.
setPodfeedCopyright
public void setPodfeedCopyright(String feedCopyright, String siteId)(Code)
Sets the description for the feed.
Parameters: feedDescription - The String containing the feed description. Parameters: siteId - The siteId where to store the description
setPodfeedDescription
public void setPodfeedDescription(String feedDescription)(Code)
Returns the global feed generator String.
setPodfeedDescription
public void setPodfeedDescription(String feedDescription, String siteId)(Code)
Sets the description for the feed.
Parameters: feedDescription - The String containing the feed description. Parameters: siteId - The siteId where to store the description
setPodfeedGenerator
public void setPodfeedGenerator(String feedGenerator)(Code)
setPodfeedGenerator
public void setPodfeedGenerator(String feedGenerator, String siteId)(Code)
Sets the description for the feed.
Parameters: feedDescription - The String containing the feed description. Parameters: siteId - The siteId where to store the description
setPodfeedTitle
public void setPodfeedTitle(String feedTitle)(Code)
Stores the title for the feed in the podcast folder's resources
Parameters: String - The title for the feed
Stores the title for the feed in the podcast folder's resources. Used by
the actual feed so need to pass in the siteId also.
Parameters: feedTitle - The title for the feed Parameters: siteId - The siteId whose feed is being titled