com.stratelia.webactiv.survey
Class SurveyContentManager

java.lang.Object
  extended by com.stratelia.webactiv.survey.SurveyContentManager
All Implemented Interfaces:
com.stratelia.silverpeas.contentManager.ContentInterface

public class SurveyContentManager
extends Object
implements com.stratelia.silverpeas.contentManager.ContentInterface

The survey implementation of ContentInterface


Constructor Summary
SurveyContentManager()
           
 
Method Summary
 List getSilverContentById(List<Integer> ids, String peasId, String userId, List<String> userRoles)
          Find all the SilverContent with the given list of SilverContentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyContentManager

public SurveyContentManager()
Method Detail

getSilverContentById

public List getSilverContentById(List<Integer> ids,
                                 String peasId,
                                 String userId,
                                 List<String> userRoles)
Find all the SilverContent with the given list of SilverContentId

Specified by:
getSilverContentById in interface com.stratelia.silverpeas.contentManager.ContentInterface
Parameters:
ids - list of silverContentId to retrieve
peasId - the id of the instance
userId - the id of the user who wants to retrieve silverContent
userRoles - the roles of the user
Returns:
a List of SilverContent


Copyright © 2016 Silverpeas. All Rights Reserved.