Uses of Class
info.ejava_student.starter.assignment2.api.houserentals.client.HouseRentalDTO
Packages that use HouseRentalDTO
Package
Description
-
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) -
Uses of HouseRentalDTO in info.ejava_student.starter.assignment5.db.houserentals
Methods in info.ejava_student.starter.assignment5.db.houserentals that return HouseRentalDTOMethods in info.ejava_student.starter.assignment5.db.houserentals with parameters of type HouseRentalDTO -
Uses of HouseRentalDTO in info.ejava_student.starter.assignment5.jpa.assignment
Methods in info.ejava_student.starter.assignment5.jpa.assignment that return HouseRentalDTOModifier and TypeMethodDescriptionJpaAssignmentServiceImpl.mapAndPersist(HouseRentalDTO rentalDTO) Map the DTO to a BO and persist.Methods in info.ejava_student.starter.assignment5.jpa.assignment that return types with arguments of type HouseRentalDTOModifier and TypeMethodDescriptionJpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) JpaAssignmentDBConfiguration.mapper()JpaAssignmentServiceImpl.queryByRentalDateRange(LocalDate startInclusive, LocalDate endInclusive) Implement a JPQL named query.Methods in info.ejava_student.starter.assignment5.jpa.assignment with parameters of type HouseRentalDTOModifier and TypeMethodDescriptionJpaAssignmentServiceImpl.mapAndPersist(HouseRentalDTO rentalDTO) Map the DTO to a BO and persist.Method parameters in info.ejava_student.starter.assignment5.jpa.assignment with type arguments of type HouseRentalDTOModifier and TypeMethodDescriptionJpaAssignmentDBConfiguration.jpaAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, jakarta.persistence.EntityManager entityManager, JpaHouseRentalsRepository repo) -
Uses of HouseRentalDTO in info.ejava_student.starter.assignment5.jpa.houserentals
Methods in info.ejava_student.starter.assignment5.jpa.houserentals that return types with arguments of type HouseRentalDTO -
Uses of HouseRentalDTO in info.ejava_student.starter.assignment5.mongo.assignment
Methods in info.ejava_student.starter.assignment5.mongo.assignment that return HouseRentalDTOModifier and TypeMethodDescriptionMongoAssignmentServiceImpl.mapAndPersist(HouseRentalDTO rentalDTO) Map the DTO to a BO and persist.Methods in info.ejava_student.starter.assignment5.mongo.assignment that return types with arguments of type HouseRentalDTOModifier and TypeMethodDescriptionMongoAssignmentDBConfiguration.mapper()MongoAssignmentDBConfiguration.mongoAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, org.springframework.data.mongodb.core.MongoOperations mongoOps, MongoHouseRentalsRepository repo) MongoAssignmentServiceImpl.queryByRentalDateRange(LocalDate startInclusive, LocalDate endInclusive) Implement a MongoTemplate query.Methods in info.ejava_student.starter.assignment5.mongo.assignment with parameters of type HouseRentalDTOModifier and TypeMethodDescriptionMongoAssignmentServiceImpl.mapAndPersist(HouseRentalDTO rentalDTO) Map the DTO to a BO and persist.Method parameters in info.ejava_student.starter.assignment5.mongo.assignment with type arguments of type HouseRentalDTOModifier and TypeMethodDescriptionMongoAssignmentDBConfiguration.mongoAssignmentService(RentalsMapper<HouseRentalDTO, HouseRentalBO> mapper, org.springframework.data.mongodb.core.MongoOperations mongoOps, MongoHouseRentalsRepository repo) -
Uses of HouseRentalDTO in info.ejava_student.starter.assignment5.mongo.houserentals
Methods in info.ejava_student.starter.assignment5.mongo.houserentals that return types with arguments of type HouseRentalDTO