Class DefaultConnectLogic

java.lang.Object
ch.tocco.nice2.optional.educationschedule.api.DefaultConnectLogic
All Implemented Interfaces:
EducationalObjectiveConnectionLogic

@Component public class DefaultConnectLogic extends Object implements EducationalObjectiveConnectionLogic
default logic used when connecting Educational_objectives and Reservations to each other the following methods are defined as protected as to allow overwriting when wanting to adjust the logic in another module: orderEducationalObjectives(EntityList) orderReservations(EntityList) connect(EntityList, EntityList)