Uses of Class
info.ejava.assignments.api.houserenters.dto.renters.RenterDTO
Packages that use RenterDTO
Package
Description
-
Uses of RenterDTO in info.ejava_student.starter.assignment2.api.houserentals.client
Methods in info.ejava_student.starter.assignment2.api.houserentals.client with parameters of type RenterDTOConstructors in info.ejava_student.starter.assignment2.api.houserentals.client with parameters of type RenterDTOModifierConstructorDescriptionHouseRentalDTO(HouseDTO house, RenterDTO renter, TimePeriod timePeriod) -
Uses of RenterDTO in info.ejava.assignments.api.houserenters.client.renters
Methods in info.ejava.assignments.api.houserenters.client.renters that return types with arguments of type RenterDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RenterDTO> RentersAPIClient.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersHttpIface.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersJSONIfaceMapping.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> org.springframework.http.ResponseEntity<RenterDTO> org.springframework.http.ResponseEntity<RenterDTO> org.springframework.http.ResponseEntity<RenterDTO> RentersAPIClient.updateRenter(String id, RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersHttpIface.updateRenter(String id, RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersJSONIfaceMapping.updateRenter(String id, RenterDTO renter) Methods in info.ejava.assignments.api.houserenters.client.renters with parameters of type RenterDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RenterDTO> RentersAPIClient.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersHttpIface.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersJSONIfaceMapping.createRenter(RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersAPIClient.updateRenter(String id, RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersHttpIface.updateRenter(String id, RenterDTO renter) org.springframework.http.ResponseEntity<RenterDTO> RentersJSONIfaceMapping.updateRenter(String id, RenterDTO renter) -
Uses of RenterDTO in info.ejava.assignments.api.houserenters.dto.renters
Fields in info.ejava.assignments.api.houserenters.dto.renters with type parameters of type RenterDTOMethods in info.ejava.assignments.api.houserenters.dto.renters that return RenterDTOMethods in info.ejava.assignments.api.houserenters.dto.renters that return types with arguments of type RenterDTO -
Uses of RenterDTO in info.ejava.assignments.api.houserenters.svc.renters
Methods in info.ejava.assignments.api.houserenters.svc.renters that return RenterDTOModifier and TypeMethodDescriptionRentersService.createRenter(RenterDTO newRenter) RentersServiceDTORepoImpl.createRenter(RenterDTO newRenter) RentersService.updateRenter(String id, RenterDTO renterDTO) RentersServiceDTORepoImpl.updateRenter(String id, RenterDTO updateRenter) Methods in info.ejava.assignments.api.houserenters.svc.renters that return types with arguments of type RenterDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RenterDTO> RentersController.createRenter(RenterDTO newRenter) RentersDTORepository.findRenterByUsername(String username) RentersDTORepositoryMapImpl.findRenterByUsername(String username) RentersService.findRenterByUsername(String username) RentersServiceDTORepoImpl.findRenterByUsername(String username) org.springframework.http.ResponseEntity<RenterDTO> org.springframework.data.domain.Page<RenterDTO> RentersService.getRenters(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<RenterDTO> RentersServiceDTORepoImpl.getRenters(org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<RenterDTO> RentersController.updateRenter(String id, RenterDTO renter) Methods in info.ejava.assignments.api.houserenters.svc.renters with parameters of type RenterDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RenterDTO> RentersController.createRenter(RenterDTO newRenter) RentersService.createRenter(RenterDTO newRenter) RentersServiceDTORepoImpl.createRenter(RenterDTO newRenter) org.springframework.http.ResponseEntity<RenterDTO> RentersController.updateRenter(String id, RenterDTO renter) RentersService.updateRenter(String id, RenterDTO renterDTO) RentersServiceDTORepoImpl.updateRenter(String id, RenterDTO updateRenter) -
Uses of RenterDTO in info.ejava.assignments.security.houserenters.svc.renters
Methods in info.ejava.assignments.security.houserenters.svc.renters that return RenterDTOModifier and TypeMethodDescriptionNoSecurityRentersServiceWrapper.createRenter(RenterDTO newRenter) SecureRentersServiceWrapper.createRenter(RenterDTO newRenter) NoSecurityRentersServiceWrapper.updateRenter(String id, RenterDTO renterDTO) SecureRentersServiceWrapper.updateRenter(String id, RenterDTO renterDTO) Methods in info.ejava.assignments.security.houserenters.svc.renters that return types with arguments of type RenterDTOModifier and TypeMethodDescriptionNoSecurityRentersServiceWrapper.findRenterByUsername(String username) SecureRentersServiceWrapper.findRenterByUsername(String username) org.springframework.data.domain.Page<RenterDTO> NoSecurityRentersServiceWrapper.getRenters(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<RenterDTO> SecureRentersServiceWrapper.getRenters(org.springframework.data.domain.Pageable pageable) Methods in info.ejava.assignments.security.houserenters.svc.renters with parameters of type RenterDTOModifier and TypeMethodDescriptionNoSecurityRentersServiceWrapper.createRenter(RenterDTO newRenter) SecureRentersServiceWrapper.createRenter(RenterDTO newRenter) NoSecurityRentersServiceWrapper.updateRenter(String id, RenterDTO renterDTO) SecureRentersServiceWrapper.updateRenter(String id, RenterDTO renterDTO)