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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidOnly for Entity.State.CONCEPTION caseMethods 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
-
FacilityReservationDateEntityListener
public FacilityReservationDateEntityListener()
-
-
Method Details
-
entityChangingInterruptible
- Overrides:
entityChangingInterruptiblein classInterruptibleEntityFacadeAdapter
-
entityRelationChangingInterruptible
Only for Entity.State.CONCEPTION case- Overrides:
entityRelationChangingInterruptiblein classInterruptibleEntityFacadeAdapter
-