Class InputDataEntityListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.optional.qualification.impl.entitylistener.InputDataEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
updates num_ratings for changes on text ratings, and runs evaluation for changes to dispensation or grade
-
Constructor Summary
ConstructorsConstructorDescriptionInputDataEntityListener(QualificationService qualificationService, EvaluationFactory evaluationFactory, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class InterruptibleEntityFacadeAdapter
entityChanging, entityCreating, entityCreatingInterruptible, entityDeleting, entityDeletingInterruptible, entityReceivedValues, entityReceivedValuesInterruptible, entityRelationChangingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
handleSessionOnlyEntity
-
Constructor Details
-
InputDataEntityListener
public InputDataEntityListener(QualificationService qualificationService, EvaluationFactory evaluationFactory, SecurityManager securityManager)
-
-
Method Details
-
entityChangingInterruptible
- Overrides:
entityChangingInterruptiblein classInterruptibleEntityFacadeAdapter
-
entityRelationChangingInterruptible
- Overrides:
entityRelationChangingInterruptiblein classInterruptibleEntityFacadeAdapter
-