Uses of Interface
com.ntu.fdae.group1.bto.services.booking.IEligibilityService
Packages that use IEligibilityService
Package
Description
-
Uses of IEligibilityService in com.ntu.fdae.group1.bto.services.booking
Classes in com.ntu.fdae.group1.bto.services.booking that implement IEligibilityServiceModifier and TypeClassDescriptionclass
Service class that implements eligibility checking rules for the BTO Management System. -
Uses of IEligibilityService in com.ntu.fdae.group1.bto.services.project
Constructors in com.ntu.fdae.group1.bto.services.project with parameters of type IEligibilityServiceModifierConstructorDescriptionApplicationService
(IApplicationRepository appRepo, IProjectRepository projRepo, IEligibilityService eligSvc, IOfficerRegistrationRepository officerRegRepo) Constructs a new ApplicationService with the specified repositories and services.OfficerRegistrationService
(IOfficerRegistrationRepository registrationRepo, IProjectRepository projectRepo, IApplicationRepository applicationRepo, IEligibilityService eligibilityService) Constructs a new OfficerRegistrationService with the specified repositories and services.ProjectService
(IProjectRepository projectRepo, IEligibilityService eligibilityService, IApplicationRepository applicationRepo, IOfficerRegistrationRepository officerRegRepo) Constructs a new ProjectService with the required dependencies.