Uses of Class
info.ejava_student.starter.assignment2.api.houserentals.client.HouseRentalDTO
Packages that use HouseRentalDTO
-
Uses of HouseRentalDTO in info.ejava_student.starter.assignment3.security.houserentals
Methods in info.ejava_student.starter.assignment3.security.houserentals that return HouseRentalDTOModifier and TypeMethodDescriptionSecureHouseRentalsServiceWrapper.createHouseRental(HouseRentalDTO proposedRental) SecureHouseRentalsServiceWrapper.getHouseRental(String id) SecureHouseRentalsServiceWrapper.updateHouseRental(String houseRentalId, HouseRentalDTO rental) Methods in info.ejava_student.starter.assignment3.security.houserentals that return types with arguments of type HouseRentalDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HouseRentalDTO> SecureHouseRentalsServiceWrapper.findHouseRentals(SearchParams searchParams, org.springframework.data.domain.Pageable pageable) Methods in info.ejava_student.starter.assignment3.security.houserentals with parameters of type HouseRentalDTOModifier and TypeMethodDescriptionSecureHouseRentalsServiceWrapper.createHouseRental(HouseRentalDTO proposedRental) SecureHouseRentalsServiceWrapper.updateHouseRental(String houseRentalId, HouseRentalDTO rental)