Uses of Interface
com.ntu.fdae.group1.bto.repository.user.IUserRepository
Packages that use IUserRepository
Package
Description
-
Uses of IUserRepository in com.ntu.fdae.group1.bto.repository.user
Classes in com.ntu.fdae.group1.bto.repository.user that implement IUserRepositoryModifier and TypeClassDescriptionclass
Implementation of the IUserRepository interface that persists User entities to a CSV file. -
Uses of IUserRepository in com.ntu.fdae.group1.bto.services.booking
Constructors in com.ntu.fdae.group1.bto.services.booking with parameters of type IUserRepositoryModifierConstructorDescriptionBookingService
(IApplicationRepository appRepo, IProjectRepository projRepo, IBookingRepository bookingRepo, IUserRepository userRepo) Constructs a new BookingService with the specified repositories.ReceiptService
(IUserRepository userRepo, IProjectRepository projRepo) Constructs a ReceiptService with required repositories. -
Uses of IUserRepository in com.ntu.fdae.group1.bto.services.project
Constructors in com.ntu.fdae.group1.bto.services.project with parameters of type IUserRepositoryModifierConstructorDescriptionReportService
(IBookingRepository bookRepo, IProjectRepository projRepo, IUserRepository userRepo) Constructs a new ReportService with the repositories needed for report generation. -
Uses of IUserRepository in com.ntu.fdae.group1.bto.services.user
Constructors in com.ntu.fdae.group1.bto.services.user with parameters of type IUserRepositoryModifierConstructorDescriptionAuthenticationService
(IUserRepository userRepository) Constructs a new AuthenticationService with the specified user repository.UserService
(IUserRepository userRepository) Constructs a new UserService with the specified user repository.