Uses of Interface
info.ejava.assignments.api.houserenters.svc.houses.HousesService
Packages that use HousesService
Package
Description
-
Uses of HousesService in info.ejava_student.starter.assignment3.security.houserentals
Methods in info.ejava_student.starter.assignment3.security.houserentals with parameters of type HousesServiceModifier and TypeMethodDescriptionSecureHouseRentalsConfiguration.secureHouseRentalsService(List<HouseRentalsService> serviceImpls, HousesService housesService, RentersService rentersService, AuthorizationHelper authzHelper) -
Uses of HousesService in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals with parameters of type HousesServiceModifier and TypeMethodDescriptionJpaHouseRentalsConfiguration.jpaHouseRentalsService(JpaHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of HousesService in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals with parameters of type HousesServiceModifier and TypeMethodDescriptionMongoHouseRentalsConfiguration.mongoHouseRentalsService(MongoHouseRentalsRepository repository, HousesService housesService, RentersService rentersService, RentalsMapper mapper) -
Uses of HousesService in info.ejava.assignments.api.houserenters.svc.houses
Classes in info.ejava.assignments.api.houserenters.svc.houses that implement HousesServiceFields in info.ejava.assignments.api.houserenters.svc.houses declared as HousesServiceMethods in info.ejava.assignments.api.houserenters.svc.houses that return HousesServiceModifier and TypeMethodDescriptionHousesAPIConfiguration.housesDTOService(HousesDTORepository rentersRepository) Methods in info.ejava.assignments.api.houserenters.svc.houses with parameters of type HousesServiceModifier and TypeMethodDescriptionHousesAPIConfiguration.housesController(HousesService housesService) -
Uses of HousesService in info.ejava.assignments.db.houserenters.svcjpa.houses
Classes in info.ejava.assignments.db.houserenters.svcjpa.houses that implement HousesServiceMethods in info.ejava.assignments.db.houserenters.svcjpa.houses that return HousesServiceModifier and TypeMethodDescriptionHousesJPAConfiguration.housesRepoService(HousesJPARepository jpaRepo, HousesMapper mapper) -
Uses of HousesService in info.ejava.assignments.pageable.houserenters.svc.houses
Fields in info.ejava.assignments.pageable.houserenters.svc.houses declared as HousesServiceMethods in info.ejava.assignments.pageable.houserenters.svc.houses with parameters of type HousesServiceModifier and TypeMethodDescriptionHousesPageableConfiguration.housesPageableController(HousesService housesService) Constructors in info.ejava.assignments.pageable.houserenters.svc.houses with parameters of type HousesService -
Uses of HousesService in info.ejava.assignments.security.houserenters.svc.houses
Classes in info.ejava.assignments.security.houserenters.svc.houses that implement HousesServiceModifier and TypeClassDescriptionclassclassFields in info.ejava.assignments.security.houserenters.svc.houses declared as HousesServiceModifier and TypeFieldDescriptionprivate final HousesServiceNoSecurityHousesServiceWrapper.implprivate final HousesServiceSecureHousesServiceWrapper.implMethods in info.ejava.assignments.security.houserenters.svc.houses that return HousesServiceModifier and TypeMethodDescriptionHousesSecurityConfiguration.nosecureHousesService(List<HousesService> impls) HousesSecurityConfiguration.secureHousesService(List<HousesService> impls, AuthorizationHelper authzHelper) Method parameters in info.ejava.assignments.security.houserenters.svc.houses with type arguments of type HousesServiceModifier and TypeMethodDescriptionHousesSecurityConfiguration.nosecureHousesService(List<HousesService> impls) HousesSecurityConfiguration.secureHousesService(List<HousesService> impls, AuthorizationHelper authzHelper)