public class podFeedBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_TITLE_ALERT |
static String |
PODFEED_DESC1 |
static String |
PODFEED_DESC2 |
static String |
PODFEED_TITLE_MSG
Used to pull messages from the bundle
|
| Constructor and Description |
|---|
podFeedBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedCopyright() |
String |
getFeedGenerator() |
String |
getLanguage() |
String |
getPodfeedDescription()
Returns the global podcast description
|
org.sakaiproject.api.app.podcasts.PodfeedService |
getPodfeedService() |
String |
getPodfeedTitle()
Returns the global podcast title
|
String |
processCancelPodfeedRevise()
Cancels revising global podfeed information
|
String |
processRevisePodcast()
Determine if revisions made to global feed info and apply changes.
|
void |
setFeedCopyright(String feedCopyright) |
void |
setFeedGenerator(String feedGenerator) |
void |
setLanguage(String language) |
void |
setPodfeedDescription(String podFeedDescription)
Setter for the global podcast description.
|
void |
setPodfeedService(org.sakaiproject.api.app.podcasts.PodfeedService podfeedService) |
void |
setPodfeedTitle(String podFeedTitle)
Setter for global podcast title
|
public static final String PODFEED_TITLE_MSG
public static final String PODFEED_DESC1
public static final String PODFEED_DESC2
public static final String NO_TITLE_ALERT
public String getPodfeedTitle()
public void setPodfeedTitle(String podFeedTitle)
podFeedTitle - The podFeedTitle to set.public String getPodfeedDescription()
public void setPodfeedDescription(String podFeedDescription)
podFeedDescription - The podFeedDescription to set.public String processRevisePodcast()
public String processCancelPodfeedRevise()
public org.sakaiproject.api.app.podcasts.PodfeedService getPodfeedService()
public void setPodfeedService(org.sakaiproject.api.app.podcasts.PodfeedService podfeedService)
podfeedService - The podfeedService to set.public String getFeedCopyright()
public void setFeedCopyright(String feedCopyright)
public String getFeedGenerator()
public void setFeedGenerator(String feedGenerator)
public String getLanguage()
public void setLanguage(String language)
Copyright © 2003-2016 University of Michigan. All Rights Reserved.