public class podOptionsBean extends Object
| Constructor and Description |
|---|
podOptionsBean() |
| Modifier and Type | Method and Description |
|---|---|
SelectItem[] |
getDisplayItems()
Returns the options of what the podcast folder can be set to
|
int |
getPodOption()
Returns whether podcast folder is PUBLIC (0) or SITE (1)
|
String |
processOptionCancel()
Returns back to main page with no changes
|
String |
processOptionChange()
Set the podcast folder to either:
0 Display to non-members (PUBLIC)
1 Display to Site (SITE)
|
void |
setPodcastService(org.sakaiproject.api.app.podcasts.PodcastService podcastService) |
void |
setPodOption(int option)
Set whether the podcast folder is PUBLIC (0) or SITE (1)
|
public int getPodOption()
public void setPodOption(int option)
public SelectItem[] getDisplayItems()
public String processOptionChange()
public String processOptionCancel()
public void setPodcastService(org.sakaiproject.api.app.podcasts.PodcastService podcastService)
podcastService - The podcastService to set.Copyright © 2003-2016 University of Michigan. All Rights Reserved.