Package de.xima.fc.handler.system
Class StatisticsHandler
- java.lang.Object
-
- de.xima.fc.handler.AMSApiHandler
-
- de.xima.fc.handler.system.StatisticsHandler
-
- All Implemented Interfaces:
IAPIHandler
,IStatisticsHandler
,Serializable
public class StatisticsHandler extends AMSApiHandler implements IStatisticsHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatisticsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
countFormProcess(UserContext uc, Vorgang process)
void
countFormProcessError(UserContext uc, Projekt project)
void
countFormProvide(UserContext uc, Projekt project)
-
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
-
-
-
Method Detail
-
countFormProvide
public void countFormProvide(UserContext uc, Projekt project)
- Specified by:
countFormProvide
in interfaceIStatisticsHandler
-
countFormProcessError
public void countFormProcessError(UserContext uc, Projekt project)
- Specified by:
countFormProcessError
in interfaceIStatisticsHandler
-
countFormProcess
public void countFormProcess(UserContext uc, Vorgang process)
- Specified by:
countFormProcess
in interfaceIStatisticsHandler
-
-