Uses of Interface
com.ntu.fdae.group1.bto.repository.enquiry.IEnquiryRepository
Packages that use IEnquiryRepository
Package
Description
-
Uses of IEnquiryRepository in com.ntu.fdae.group1.bto.repository.enquiry
Classes in com.ntu.fdae.group1.bto.repository.enquiry that implement IEnquiryRepositoryModifier and TypeClassDescriptionclass
Implementation of the IEnquiryRepository interface that persists Enquiry entities to a CSV file. -
Uses of IEnquiryRepository in com.ntu.fdae.group1.bto.services.enquiry
Constructors in com.ntu.fdae.group1.bto.services.enquiry with parameters of type IEnquiryRepositoryModifierConstructorDescriptionEnquiryService
(IEnquiryRepository enquiryRepo) Constructs an EnquiryService with the specified enquiry repository. -
Uses of IEnquiryRepository in com.ntu.fdae.group1.bto.utils
Methods in com.ntu.fdae.group1.bto.utils with parameters of type IEnquiryRepositoryModifier and TypeMethodDescriptionstatic void
IdGenerator.initialise
(IProjectRepository projectRepo, IApplicationRepository applicationRepo, IBookingRepository bookingRepo, IEnquiryRepository enquiryRepo, IOfficerRegistrationRepository registrationRepo) Initialises the ID counters by scanning existing IDs from loaded repositories.