Interface LecturerBookingUserUpdateContribution
- All Known Implementing Classes:
LecturerBookingUserWageUpdateContribution
public interface LecturerBookingUserUpdateContribution
configures
LecturerBookingUserUpdateListener to update any relation based on a change in Lecturer_booking_relUser-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancheck if relation should be updated, use this to ask for confirmation from user or check other conditionsdefault EntitygetReplacementEntity(Entity user) get the entity to set in the relation, default implementation simply returns user argument
-
Method Details
-
getRelation
String getRelation()- Returns:
- the relation to update
-
getReplacementEntity
-
confirm
-