com.stratelia.webactiv.almanach.servlets
Class AlmanachRssServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
com.silverpeas.peasUtil.RssServlet<EventDetail>
              
com.stratelia.webactiv.almanach.servlets.AlmanachRssServlet
- All Implemented Interfaces: 
 - Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
 
public class AlmanachRssServlet
- extends com.silverpeas.peasUtil.RssServlet<EventDetail>
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class com.silverpeas.peasUtil.RssServlet | 
doGet, doPost, getChannelTitle, getExternalCreatorId, getLogin, getMainSessionController, getNbReturnedElements, getObjectId, getPassword, getServerURL, getUserId, isComponentAvailable, isComponentRss, isUserLogin, objectNotFound | 
 
| Methods inherited from class javax.servlet.http.HttpServlet | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service | 
 
| Methods inherited from class javax.servlet.GenericServlet | 
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AlmanachRssServlet
public AlmanachRssServlet()
getListElements
public Collection<EventDetail> getListElements(String instanceId,
                                               int nbReturned)
                                        throws RemoteException
- Specified by:
 getListElements in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
- Throws:
 RemoteException
 
getElementTitle
public String getElementTitle(EventDetail event,
                              String userId)
- Specified by:
 getElementTitle in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
 
getElementLink
public String getElementLink(EventDetail event,
                             String userId)
- Specified by:
 getElementLink in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
 
getElementDescription
public String getElementDescription(EventDetail event,
                                    String userId)
- Specified by:
 getElementDescription in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
 
getElementDate
public Date getElementDate(EventDetail event)
- Specified by:
 getElementDate in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
 
getElementCreatorId
public String getElementCreatorId(EventDetail event)
- Specified by:
 getElementCreatorId in class com.silverpeas.peasUtil.RssServlet<EventDetail>
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.