Uses of Class
com.maplander.backend.model.manage.complex.SQLResultWord
Packages that use SQLResultWord
Package
Description
-
Uses of SQLResultWord in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type SQLResultWordModifier and TypeMethodDescriptionWhatsAppBotEndpoint.getPlacesByWordWhats(OfferingTypeEnum offering, PropertyTypeEnum type, String word) WhatsAppBotEndpoint.getPlacesOfficeByWord(String word) -
Uses of SQLResultWord in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type SQLResultWordModifier and TypeMethodDescriptionPropertyEndpointV2.getPlacesByWord(OfferingTypeEnum offering, PropertyTypeEnum type, String word, Integer limit, Integer offset) PropertyEndpointV2.getPlacesByWordInOffice(OfferingTypeEnum offering, PropertyTypeEnum type, Long officeId, String word) PropertyEndpointV2.getPlacesByWordInUser(OfferingTypeEnum offering, PropertyTypeEnum type, Long userId, String word) PropertyEndpointV2.getPlacesByWordSA(OfferingTypeEnum offering, PropertyTypeEnum type, String word) PropertyEndpointV2.getPlacesByWordSoundex(OfferingTypeEnum offering, PropertyTypeEnum type, String word) PropertyEndpointV2.getPlacesByWordSP(String word) -
Uses of SQLResultWord in com.maplander.backend.controller.endpoint.firgum
Methods in com.maplander.backend.controller.endpoint.firgum that return types with arguments of type SQLResultWord -
Uses of SQLResultWord in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type SQLResultWordModifier and TypeMethodDescriptionDashBoardEndpoint.getPlacesByWord(OfferingTypeEnum offering, PropertyTypeEnum type, String word) DashBoardEndpoint.getPlacesByWordAndOfficeId(OfferingTypeEnum offering, PropertyTypeEnum type, StatusTypeEnum status, String word, Long officeId) -
Uses of SQLResultWord in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type SQLResultWordModifier and TypeMethodDescriptionTestEndpoint.getCompletePlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) TestEndpoint.getCompletePlacesByWordTest2(OfferingTypeEnum offering, PropertyTypeEnum type, String word) TestEndpoint.getPlacesSoundex(String word) -
Uses of SQLResultWord in com.maplander.backend.model.manage.whatsAppBot
Methods in com.maplander.backend.model.manage.whatsAppBot that return SQLResultWordMethods in com.maplander.backend.model.manage.whatsAppBot with parameters of type SQLResultWordModifier and TypeMethodDescriptionvoidUserWhatsApp.setResultWord(SQLResultWord resultWord) voidUserWhatsAppRV.setResultWord(SQLResultWord resultWord) -
Uses of SQLResultWord in com.maplander.backend.repository
Methods in com.maplander.backend.repository that return SQLResultWordModifier and TypeMethodDescriptionColonyRepository.getCompletePlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) ColonyRepository.getCompletePlacesByWordTest2(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) GeopoliticalRepository.getPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, org.hibernate.Session session) GeopoliticalRepository.getPlacesByWordAndOfficeId(PropertyTypeEnum type, OfferingTypeEnum offering, StatusTypeEnum status, String word, Long officeId, org.hibernate.Session session) ColonyRepository.getPlacesSoundex(String word, org.hibernate.Session session)