org.gnomekr.potron.web.view
Class StatisticsView
java.lang.Object
org.gnomekr.potron.web.view.AbstractFacesView
org.gnomekr.potron.web.view.StatisticsView
public class StatisticsView
- extends AbstractFacesView
StatisticsView.java
- Version:
- $Revision 1.1 $ $Date: 2005/07/22 07:25:33 $
- Author:
- Xavier Cho
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsView
public StatisticsView()
getManager
public IStatisticsManager getManager()
- Returns:
setManager
public void setManager(IStatisticsManager manager)
- Parameters:
manager
- The manager to set.
getStatusOverview
public StatusOverview getStatusOverview()
- Returns:
- Returns the statusOverview.
getStatusOverviewDataset
public de.laures.cewolf.DatasetProducer getStatusOverviewDataset()
getProjectStatus
public TranslationStatus getProjectStatus()
- Returns:
- Returns the projectStatus.
getProjectStatusDataset
public de.laures.cewolf.DatasetProducer getProjectStatusDataset()
getTemplateStatus
public TranslationStatus getTemplateStatus()
- Returns:
- Returns the templateStatus.
getTemplateStatusDataset
public de.laures.cewolf.DatasetProducer getTemplateStatusDataset()
getTranslationStatus
public TranslationStatus getTranslationStatus()
- Returns:
- Returns the translationStatus.
getTranslationStatusDataset
public de.laures.cewolf.DatasetProducer getTranslationStatusDataset()
getTopTranslators
public List<TranslatorStatus> getTopTranslators()
- Returns:
- Returns the topTranslators.
getTopTranslatorsDataset
public de.laures.cewolf.DatasetProducer getTopTranslatorsDataset()
getProjectId
public String getProjectId()
- Returns:
- Returns the projectId.
setProjectId
public void setProjectId(String projectId)
- Parameters:
projectId
- The projectId to set.
getTemplateId
public long getTemplateId()
- Returns:
- Returns the templateId.
setTemplateId
public void setTemplateId(long templateId)
- Parameters:
templateId
- The templateId to set.
getTranslationId
public long getTranslationId()
- Returns:
- Returns the translationId.
setTranslationId
public void setTranslationId(long translationId)
- Parameters:
translationId
- The translationId to set.
Copyright © 2000-2005 Gnome Korea. All Rights Reserved.