Uses of Class
info.ejava.assignments.db.houserenters.client.houses.HousePageDTO
Packages that use HousePageDTO
Package
Description
-
Uses of HousePageDTO in info.ejava.assignments.db.houserenters.client.houses
Methods in info.ejava.assignments.db.houserenters.client.houses that return types with arguments of type HousePageDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HousePageDTO> HousesPageableAPI.findHousesPagedBy(HouseSearchParams searchParams, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<HousePageDTO> HousesPageableAPIClient.findHousesPagedBy(HouseSearchParams searchParams, org.springframework.data.domain.Pageable pageable) -
Uses of HousePageDTO in info.ejava.assignments.pageable.houserenters.svc.houses
Methods in info.ejava.assignments.pageable.houserenters.svc.houses that return types with arguments of type HousePageDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HousePageDTO> HousesPageableController.findHousesPage(String id, String name, Integer people, Integer bedrooms, BigDecimal dailyRate, Integer minPeople, Integer maxPeople, Integer minBedrooms, Integer maxBedrooms, Integer minDailyRate, Integer maxDailyRate, Integer pageNumber, Integer pageSize, String sort)