Interface HousesService
- All Known Implementing Classes:
HousesServiceDTORepoImpl
public interface HousesService
-
Method Summary
Modifier and TypeMethodDescriptioncreateHouse
(HouseDTO newHouse) org.springframework.data.domain.Page
<HouseDTO> findHousesBy
(HouseSearchParams searchParams, org.springframework.data.domain.Pageable pageable) boolean
void
void
removeHouse
(String id) updateHouse
(String id, HouseDTO house)
-
Method Details
-
createHouse
-
getHouse
-
hasHouse
-
updateHouse
-
findHousesBy
org.springframework.data.domain.Page<HouseDTO> findHousesBy(HouseSearchParams searchParams, org.springframework.data.domain.Pageable pageable) -
removeHouse
-
removeAllHouses
void removeAllHouses()
-