com.stratelia.webactiv.survey
Class SurveyContentManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurveyContentManager
public SurveyContentManager()
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 retrievepeasId
- the id of the instanceuserId
- the id of the user who wants to retrieve silverContentuserRoles
- the roles of the user
- Returns:
- a List of SilverContent
Copyright © 2016 Silverpeas. All Rights Reserved.