Uses of Interface
info.ejava_student.starter.assignment2.api.houserentals.HouseRentalsService
Packages that use HouseRentalsService
Package
Description
-
Uses of HouseRentalsService in info.ejava_student.starter.assignment3.security.houserentals
Classes in info.ejava_student.starter.assignment3.security.houserentals that implement HouseRentalsServiceFields in info.ejava_student.starter.assignment3.security.houserentals declared as HouseRentalsServiceModifier and TypeFieldDescriptionprivate final HouseRentalsServiceSecureHouseRentalsServiceWrapper.serviceImplMethods in info.ejava_student.starter.assignment3.security.houserentals that return HouseRentalsServiceModifier and TypeMethodDescriptionSecureHouseRentalsConfiguration.nosecureHouseRentalsService(List<HouseRentalsService> serviceImpls) SecureHouseRentalsConfiguration.secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper) Method parameters in info.ejava_student.starter.assignment3.security.houserentals with type arguments of type HouseRentalsServiceModifier and TypeMethodDescriptionSecureHouseRentalsConfiguration.nosecureHouseRentalsService(List<HouseRentalsService> serviceImpls) SecureHouseRentalsConfiguration.secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper) -
Uses of HouseRentalsService in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals that return HouseRentalsServiceModifier and TypeMethodDescriptionJpaHouseRentalsConfiguration.jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of HouseRentalsService in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals that return HouseRentalsServiceModifier and TypeMethodDescriptionMongoHouseRentalsConfiguration.mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of HouseRentalsService in info.ejava_student.starter.assignment5.pageable
Methods in info.ejava_student.starter.assignment5.pageable with parameters of type HouseRentalsServiceModifier and TypeMethodDescriptionPageableConfiguration.houseRentalsPageableController(HouseRentalsService houseRentalsService)