|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.silverpeas.rssAgregator.control.RssAgregatorSessionController
public class RssAgregatorSessionController
Standard Session Controller Constructor
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
RssAgregatorSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl,
com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
Default constructor |
Method Summary | |
---|---|
SPChannel |
addChannel(SPChannel channel)
|
void |
deleteChannel(String id)
|
List<SPChannel> |
getAvailableChannels()
Extract rss files informations (channels and items). |
SPChannel |
getChannel(String id)
|
List<SPChannel> |
getChannelsContent()
Extract rss files informations (channels and items). |
SimpleDateFormat |
getDateFormatter()
|
String |
getHighestRole()
This method return the highest user profiles |
String |
getRSSIntroductionContent()
|
RSSViewType |
getViewMode()
|
void |
setViewMode(RSSViewType viewMode)
Sets the current view mode of the RSS agregator rendering. |
void |
updateChannel(SPChannel channel)
|
Methods inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
addClipboardSelection, clipboardPasteDone, close, getAlertUser, getClipboardCount, getClipboardErrorMessage, getClipboardExceptionError, getClipboardName, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameters, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getFavoriteSpace, getGenericPanel, getHighestSilverpeasUserRole, getIcon, getLanguage, getLastResults, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getServerNameAndPort, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserAvailSpaceIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoleLevel, getUserRoles, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardError, setClipboardSelectedElement, setComponentRootName, setFavoriteSpaceToMainSessionController, setGenericPanel, setIconFileName, setLastResults, setMultilangFileName, setResourceFileName, setSpaceModeMaintenance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RssAgregatorSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
Method Detail |
---|
public List<SPChannel> getAvailableChannels() throws RssAgregatorException
RssAgregatorException
public List<SPChannel> getChannelsContent() throws RssAgregatorException
RssAgregatorException
public SPChannel addChannel(SPChannel channel) throws RssAgregatorException
RssAgregatorException
public void updateChannel(SPChannel channel) throws RssAgregatorException
RssAgregatorException
public void deleteChannel(String id) throws RssAgregatorException
RssAgregatorException
public SPChannel getChannel(String id) throws RssAgregatorException
RssAgregatorException
public SimpleDateFormat getDateFormatter()
public String getRSSIntroductionContent()
public void setViewMode(RSSViewType viewMode)
viewMode
- the view mode (separated, agregated).public RSSViewType getViewMode()
public String getHighestRole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |