Uses of Class
info.ejava_student.assignment1.logging.houserentals.repo.HouseRentalDTO
Packages that use HouseRentalDTO
Package
Description
-
Uses of HouseRentalDTO in info.ejava_student.assignment1.logging.houserentals.repo
Methods in info.ejava_student.assignment1.logging.houserentals.repo that return HouseRentalDTOModifier and TypeMethodDescriptionHouseRentalsRepository.getByRenterId(String renterId) HouseRentalsRepository.getLeaderByHouseId(String houseId) -
Uses of HouseRentalDTO in info.ejava_student.assignment1.logging.houserentals.svc
Methods in info.ejava_student.assignment1.logging.houserentals.svc with parameters of type HouseRentalDTOModifier and TypeMethodDescriptionHouseRentalsHelper.calcDelta(HouseRentalDTO leader, HouseRentalDTO targetResult)