com.stratelia.webactiv.survey
Class SurveyStatistics

java.lang.Object
  extended by com.stratelia.webactiv.survey.SurveyStatistics
All Implemented Interfaces:
com.silverpeas.silverstatistics.ComponentStatisticsInterface

public class SurveyStatistics
extends Object
implements com.silverpeas.silverstatistics.ComponentStatisticsInterface

Class declaration

Author:

Constructor Summary
SurveyStatistics()
           
 
Method Summary
 Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> getClosedSurveys(String spaceId, String componentId)
           
 Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> getInWaitSurveys(String spaceId, String componentId)
           
 Collection getOpenedSurveys(String spaceId, String componentId)
          Method declaration
 Collection<com.silverpeas.silverstatistics.UserIdCountVolumeCouple> getVolume(String spaceId, String componentId)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyStatistics

public SurveyStatistics()
Method Detail

getVolume

public Collection<com.silverpeas.silverstatistics.UserIdCountVolumeCouple> getVolume(String spaceId,
                                                                                     String componentId)
                                                                              throws Exception
Method declaration

Specified by:
getVolume in interface com.silverpeas.silverstatistics.ComponentStatisticsInterface
Parameters:
spaceId -
componentId -
Returns:
Throws:
Exception
See Also:

getOpenedSurveys

public Collection getOpenedSurveys(String spaceId,
                                   String componentId)
Method declaration

Parameters:
spaceId -
componentId -
Returns:
See Also:

getClosedSurveys

public Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> getClosedSurveys(String spaceId,
                                                                                                                String componentId)

getInWaitSurveys

public Collection<com.stratelia.webactiv.util.questionContainer.model.QuestionContainerHeader> getInWaitSurveys(String spaceId,
                                                                                                                String componentId)


Copyright © 2016 Silverpeas. All Rights Reserved.