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 voidcountFormProcess(UserContext uc, Vorgang process)voidcountFormProcessError(UserContext uc, Projekt project)voidcountFormProvide(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:
 countFormProvidein interfaceIStatisticsHandler
 
- 
countFormProcessError
public void countFormProcessError(UserContext uc, Projekt project)
- Specified by:
 countFormProcessErrorin interfaceIStatisticsHandler
 
- 
countFormProcess
public void countFormProcess(UserContext uc, Vorgang process)
- Specified by:
 countFormProcessin interfaceIStatisticsHandler
 
 - 
 
 -