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.utils
Methods in com.maplander.backend.utils that return types with arguments of type SQLResultsModifier and TypeMethodDescriptionstatic List<SQLResults> BQ_Util_OldOPI.sqlLocationsQuery(String s) static List<SQLResults> BQ_Util_OldOPI.sqlLocationsQueryOffice(String s)