Uses of Interface
com.ntu.fdae.group1.bto.repository.IRepository
Packages that use IRepository
Package
Description
-
Uses of IRepository in com.ntu.fdae.group1.bto.repository.booking
Subinterfaces of IRepository in com.ntu.fdae.group1.bto.repository.bookingModifier and TypeInterfaceDescriptioninterface
Repository interface for accessing and manipulating Booking entities in the data store.Classes in com.ntu.fdae.group1.bto.repository.booking that implement IRepositoryModifier and TypeClassDescriptionclass
Implementation of the IBookingRepository interface that persists Booking entities to a CSV file. -
Uses of IRepository in com.ntu.fdae.group1.bto.repository.enquiry
Subinterfaces of IRepository in com.ntu.fdae.group1.bto.repository.enquiryModifier and TypeInterfaceDescriptioninterface
Repository interface for accessing and manipulating Enquiry entities in the BTO Management System.Classes in com.ntu.fdae.group1.bto.repository.enquiry that implement IRepositoryModifier and TypeClassDescriptionclass
Implementation of the IEnquiryRepository interface that persists Enquiry entities to a CSV file. -
Uses of IRepository in com.ntu.fdae.group1.bto.repository.project
Subinterfaces of IRepository in com.ntu.fdae.group1.bto.repository.projectModifier and TypeInterfaceDescriptioninterface
Repository interface for accessing and manipulating Application entities in the data store.interface
Repository interface for accessing and manipulating OfficerRegistration entities in the BTO Management System.interface
Repository interface for accessing and manipulating Project entities in the BTO Management System.Classes in com.ntu.fdae.group1.bto.repository.project that implement IRepositoryModifier and TypeClassDescriptionclass
Implementation of the IApplicationRepository interface that persists Application entities to a CSV file.class
Repository implementation for managing OfficerRegistration entities in the BTO Management System.class
Repository implementation for managing Project entities in the BTO Management System. -
Uses of IRepository in com.ntu.fdae.group1.bto.repository.user
Subinterfaces of IRepository in com.ntu.fdae.group1.bto.repository.userModifier and TypeInterfaceDescriptioninterface
Repository interface for managing User entities.Classes in com.ntu.fdae.group1.bto.repository.user that implement IRepositoryModifier and TypeClassDescriptionclass
Implementation of the IUserRepository interface that persists User entities to a CSV file.