Class ContingentOutflowEntityListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.optional.contingentreservation.impl.entitylistener.ContingentOutflowEntityListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
creates a movement entity when the status on the reservation_registration is updated
-
Constructor Summary
ConstructorDescriptionContingentOutflowEntityListener
(SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, DefaultDisplayService defaultDisplayService, TextResources textResources, QueryBuilderFactory queryBuilderFactory, CommandExecutor commandExecutor) -
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
-
ContingentOutflowEntityListener
public ContingentOutflowEntityListener(SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, DefaultDisplayService defaultDisplayService, TextResources textResources, QueryBuilderFactory queryBuilderFactory, CommandExecutor commandExecutor)
-
-
Method Details
-
entityChangingInterruptible
- Overrides:
entityChangingInterruptible
in classInterruptibleEntityFacadeAdapter
-