Class InputStatisticsAfterCommitListener
java.lang.Object
ch.tocco.nice2.persist.core.api.util.CollectingAfterCommitListener
ch.tocco.nice2.optional.qualification.impl.entitylistener.InputStatisticsAfterCommitListener
- All Implemented Interfaces:
ContextListener, EntityListener, CommitListener, EventListener
calls
AbstractInputType.aggregateInputData() on the Input of all updated or created Input_data entities-
Constructor Summary
ConstructorsConstructorDescriptionInputStatisticsAfterCommitListener(CommandExecutor commandExecutor, QueryBuilderFactory queryBuilderFactory, QualificationService qualificationService, SecurityManager securityManager, BusinessUnitManager businessUnitManager, InputImportStatus inputImportStatus) -
Method Summary
Methods inherited from class CollectingAfterCommitListener
afterCommit, beforeCommit, contextDestroying, customizeMode, entityCreated, entityDeleted, entityUpdated, handleAfterCommit, setFutureCollectorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommitListener
afterFlush, priorityMethods inherited from interface ContextListener
transactionStarted
-
Constructor Details
-
InputStatisticsAfterCommitListener
public InputStatisticsAfterCommitListener(CommandExecutor commandExecutor, QueryBuilderFactory queryBuilderFactory, QualificationService qualificationService, SecurityManager securityManager, BusinessUnitManager businessUnitManager, InputImportStatus inputImportStatus)
-
-
Method Details
-
getAfterCommitTask
- Specified by:
getAfterCommitTaskin classCollectingAfterCommitListener
-