org.gnomekr.potron.web.view
Class StatisticsView

java.lang.Object
  extended by org.gnomekr.potron.web.view.AbstractFacesView
      extended by 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

Constructor Summary
StatisticsView()
           
 
Method Summary
 IStatisticsManager getManager()
           
 String getProjectId()
           
 TranslationStatus getProjectStatus()
           
 de.laures.cewolf.DatasetProducer getProjectStatusDataset()
           
 StatusOverview getStatusOverview()
           
 de.laures.cewolf.DatasetProducer getStatusOverviewDataset()
           
 long getTemplateId()
           
 TranslationStatus getTemplateStatus()
           
 de.laures.cewolf.DatasetProducer getTemplateStatusDataset()
           
 List<TranslatorStatus> getTopTranslators()
           
 de.laures.cewolf.DatasetProducer getTopTranslatorsDataset()
           
 long getTranslationId()
           
 TranslationStatus getTranslationStatus()
           
 de.laures.cewolf.DatasetProducer getTranslationStatusDataset()
           
 void setManager(IStatisticsManager manager)
           
 void setProjectId(String projectId)
           
 void setTemplateId(long templateId)
           
 void setTranslationId(long translationId)
           
 
Methods inherited from class org.gnomekr.potron.web.view.AbstractFacesView
getCurrentUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsView

public StatisticsView()
Method Detail

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.