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.utils
Methods in com.maplander.backend.utils that return SQLResultWordModifier and TypeMethodDescriptionstatic SQLResultWordBQUtilBR.getCompletePlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
Uses of SQLResultWord in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return SQLResultWordModifier and TypeMethodDescriptionstatic SQLResultWordBQueryWord.resultQueryPlacesByWord(String query) static SQLResultWordBQueryWord.resultQueryWord(String query) static SQLResultWordBQueryWord.resultQueryWordNOTotal(String query)