Uses of Interface
info.ejava.assignments.api.houserenters.svc.renters.RentersService
Packages that use RentersService
Package
Description
-
Uses of RentersService in info.ejava_student.starter.assignment3.security.houserentals
Methods in info.ejava_student.starter.assignment3.security.houserentals with parameters of type RentersServiceModifier and TypeMethodDescriptionSecureHouseRentalsConfiguration.secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper) -
Uses of RentersService in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals with parameters of type RentersServiceModifier and TypeMethodDescriptionJpaHouseRentalsConfiguration.jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of RentersService in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals with parameters of type RentersServiceModifier and TypeMethodDescriptionMongoHouseRentalsConfiguration.mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of RentersService in info.ejava.assignments.api.houserenters.svc.renters
Classes in info.ejava.assignments.api.houserenters.svc.renters that implement RentersServiceFields in info.ejava.assignments.api.houserenters.svc.renters declared as RentersServiceMethods in info.ejava.assignments.api.houserenters.svc.renters that return RentersServiceModifier and TypeMethodDescriptionRentersAPIConfiguration.rentersServiceDTOMapImpl(RentersDTORepository rentersDTORepository) Methods in info.ejava.assignments.api.houserenters.svc.renters with parameters of type RentersServiceModifier and TypeMethodDescriptionRentersAPIConfiguration.rentersController(RentersService rentersService) -
Uses of RentersService in info.ejava.assignments.db.houserenters.svcmongo.renters
Classes in info.ejava.assignments.db.houserenters.svcmongo.renters that implement RentersServiceMethods in info.ejava.assignments.db.houserenters.svcmongo.renters that return RentersServiceModifier and TypeMethodDescriptionRentersMongoConfiguration.rentersRepoService(RentersMongoRepository rentersMongoRepository, RentersMapper mapper) -
Uses of RentersService in info.ejava.assignments.pageable.houserenters.svc.renters
Fields in info.ejava.assignments.pageable.houserenters.svc.renters declared as RentersServiceMethods in info.ejava.assignments.pageable.houserenters.svc.renters with parameters of type RentersServiceModifier and TypeMethodDescriptionRentersPageableConfiguration.rentersPageableController(RentersService rentersService) Constructors in info.ejava.assignments.pageable.houserenters.svc.renters with parameters of type RentersService -
Uses of RentersService in info.ejava.assignments.security.houserenters.svc.renters
Classes in info.ejava.assignments.security.houserenters.svc.renters that implement RentersServiceModifier and TypeClassDescriptionclassclassFields in info.ejava.assignments.security.houserenters.svc.renters declared as RentersServiceModifier and TypeFieldDescriptionprivate final RentersServiceNoSecurityRentersServiceWrapper.implprivate final RentersServiceSecureRentersServiceWrapper.implMethods in info.ejava.assignments.security.houserenters.svc.renters that return RentersServiceModifier and TypeMethodDescriptionRentersSecurityConfiguration.nosecureRentersServiceNoSecurity(List<RentersService> impls) RentersSecurityConfiguration.secureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper) Method parameters in info.ejava.assignments.security.houserenters.svc.renters with type arguments of type RentersServiceModifier and TypeMethodDescriptionRentersSecurityConfiguration.nosecureRentersServiceNoSecurity(List<RentersService> impls) RentersSecurityConfiguration.secureRentersService(List<RentersService> impls, AuthorizationHelper authzHelper)