Class SecureHouseRentalsServiceWrapper
java.lang.Object
info.ejava_student.starter.assignment3.security.houserentals.SecureHouseRentalsServiceWrapper
- All Implemented Interfaces:
HouseRentalsService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHouseRental(HouseRentalDTO proposedRental) voidvoidorg.springframework.data.domain.Page<HouseRentalDTO> findHouseRentals(SearchParams searchParams, org.springframework.data.domain.Pageable pageable) getHouseRental(String id) updateHouseRental(String houseRentalId, HouseRentalDTO rental)
-
Field Details
-
serviceImpl
-
-
Constructor Details
-
SecureHouseRentalsServiceWrapper
public SecureHouseRentalsServiceWrapper()
-
-
Method Details
-
createHouseRental
-
updateHouseRental
-
getHouseRental
-
findHouseRentals
public org.springframework.data.domain.Page<HouseRentalDTO> findHouseRentals(SearchParams searchParams, org.springframework.data.domain.Pageable pageable) -
deleteHouseRental
-
deleteAllHouseRentals
public void deleteAllHouseRentals()
-