Uses of Class
com.maplander.backend.model.manage.complex.SQLResults
Packages that use SQLResults
Package
Description
-
Uses of SQLResults in com.maplander.backend.controller.endpoint.firgum
Methods in com.maplander.backend.controller.endpoint.firgum that return types with arguments of type SQLResultsModifier and TypeMethodDescriptionFirgumEndpoint.searchStockOffice(LocationTypeEnum locationType, String state, String municipality) -
Uses of SQLResults in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type SQLResultsModifier and TypeMethodDescriptionDashBoardEndpoint.searchStock(LocationTypeEnum locationType, OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality) DashBoardEndpoint.searchStockPlaces(LocationTypeEnum locationType, OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality) DashBoardEndpoint.searchStockWithFilters(FiltersBigQuery filter) -
Uses of SQLResults in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return types with arguments of type SQLResultsMethod parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLResultsModifier and TypeMethodDescriptionvoidSQLResultsMC.setColony(List<SQLResults> colony) voidSQLResultsMC.setMunicipalty(List<SQLResults> municipalty) -
Uses of SQLResults in com.maplander.backend.repository
Methods in com.maplander.backend.repository that return types with arguments of type SQLResultsModifier and TypeMethodDescriptionGeopoliticalRepository.searchColonyByMunicipality(OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality, org.hibernate.Session session) GeopoliticalRepository.searchColonyByMunicipalityWithFilters(FiltersBigQuery filter, org.hibernate.Session session) GeopoliticalRepository.searchMunicipalityByState(OfferingTypeEnum offering, PropertyTypeEnum type, String state, org.hibernate.Session session) GeopoliticalRepository.searchMunicipalityByStateWithFilters(FiltersBigQuery filter, org.hibernate.Session session) PropertyRepository.searchStock(LocationTypeEnum locationType, OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality, org.hibernate.Session session) PropertyRepository.searchStockPlaces(LocationTypeEnum locationType, OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality, org.hibernate.Session session) PropertyRepository.searchStockWithFilters(FiltersBigQuery filter, org.hibernate.Session session)