| |
|
| java.lang.Object org.sakaiproject.tool.podcasts.podOptionsBean
podOptionsBean | public class podOptionsBean (Code) | | |
podOptionsBean | public podOptionsBean()(Code) | | |
getDisplayItems | public SelectItem[] getDisplayItems()(Code) | | Returns the options of what the podcast folder can be set to *
|
getPodOption | public int getPodOption()(Code) | | Returns whether podcast folder is PUBLIC (0) or SITE (1) *
|
processOptionCancel | public String processOptionCancel()(Code) | | Returns back to main page with no changes *
|
processOptionChange | public String processOptionChange()(Code) | | Set the podcast folder to either:
0 Display to non-members (PUBLIC)
1 Display to Site (SITE)
StringUsed for navigation to go back to main page |
setPodOption | public void setPodOption(int option)(Code) | | Set whether the podcast folder is PUBLIC (0) or SITE (1) *
|
setPodcastService | public void setPodcastService(PodcastService podcastService)(Code) | | Parameters: podcastService - The podcastService to set. |
|
|
|