Class DeleteReservationLecturerBookingEntityListener
java.lang.Object
ch.tocco.nice2.optional.salary.impl.entitylistener.DeleteReservationLecturerBookingEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
public class DeleteReservationLecturerBookingEntityListener
extends Object
implements EntityFacadeListener
Prevents the deletion of a
Reservation_lecturer_booking if it already has a Wage.-
Constructor Summary
ConstructorsConstructorDescriptionDeleteReservationLecturerBookingEntityListener(SecurityManager securityManager, TextResources textResources) -
Method Summary
Modifier and TypeMethodDescriptionvoidentityDeleting(EntityFacadeEvent event) Fired when an entity is being deleted.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
entityChanging, entityCreating, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
-
Constructor Details
-
DeleteReservationLecturerBookingEntityListener
public DeleteReservationLecturerBookingEntityListener(SecurityManager securityManager, TextResources textResources)
-
-
Method Details
-
entityDeleting
Description copied from interface:EntityFacadeListenerFired when an entity is being deleted.- Specified by:
entityDeletingin interfaceEntityFacadeListener- Parameters:
event- The event Object
-