Class EffortDurationEntityListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.optional.effort.impl.entitylistener.EffortDurationEntityListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
Calculate `duration_effective` from fields `from` and `to`. The field
`duration_effective` is only updated, if `from` or `to` are changed.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
entityChanging, entityCreating, entityCreatingInterruptible, entityDeleting, entityDeletingInterruptible, entityReceivedValues, entityReceivedValuesInterruptible, entityRelationChanging, entityRelationChangingInterruptible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.entity.events.EntityFacadeListener
handleSessionOnlyEntity
-
Constructor Details
-
EffortDurationEntityListener
-
-
Method Details
-
entityChangingInterruptible
- Overrides:
entityChangingInterruptible
in classInterruptibleEntityFacadeAdapter
-