Class FacilityReservationDateEntityListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.optional.facilityreservation.impl.entitylistener.FacilityReservationDateEntityListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
Copy date fields from facility to reservation if reservation date fields are empty
Don't work perfect, adapt it when entitylistener refactoring is done
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Only for Entity.State.CONCEPTION caseMethods inherited from class ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
entityChanging, entityCreating, entityCreatingInterruptible, entityDeleting, entityDeletingInterruptible, entityReceivedValues, entityReceivedValuesInterruptible, entityRelationChanging
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
-
FacilityReservationDateEntityListener
public FacilityReservationDateEntityListener()
-
-
Method Details
-
entityChangingInterruptible
- Overrides:
entityChangingInterruptible
in classInterruptibleEntityFacadeAdapter
-
entityRelationChangingInterruptible
Only for Entity.State.CONCEPTION case- Overrides:
entityRelationChangingInterruptible
in classInterruptibleEntityFacadeAdapter
-