Uses of Class
com.maplander.backend.model.ml.SearchesML
Packages that use SearchesML
Package
Description
-
Uses of SearchesML in com.maplander.backend.controller.businessrule.ml
Methods in com.maplander.backend.controller.businessrule.ml with parameters of type SearchesMLModifier and TypeMethodDescriptionstatic String
BRSearchML.validateBasicInfoSearch
(SearchesML searchesML) -
Uses of SearchesML in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml that return types with arguments of type SearchesMLModifier and TypeMethodDescriptionAccountEndpoint.listSearchByUser
(Long userMLId, Integer limit, String cursor) AccountEndpoint.listSearchByUserId
(Long userMLId, Integer limit, String cursor) AccountEndpoint.updateAndCleanSearchesML
(SearchesML searchesML) AccountEndpoint.updateSearch
(SearchesML searchesML) Methods in com.maplander.backend.controller.endpoint.ml with parameters of type SearchesMLModifier and TypeMethodDescriptionAccountEndpoint.saveSearch
(Integer limit, String cursor, SearchesML search) Save searchcom.google.api.server.spi.response.CollectionResponse
<PropertyLiteSuggest> AccountEndpoint.searchFirstTime
(Integer limit, String cursor, SearchesML searchesML) AccountEndpoint.updateAndCleanSearchesML
(SearchesML searchesML) AccountEndpoint.updateSearch
(SearchesML searchesML) -
Uses of SearchesML in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type SearchesMLModifier and TypeMethodDescriptionAccountEndpoint.listProgress
(Integer maxModDate, Integer limit, String cursor) AccountEndpoint.listSearchByUser
(Long userMLId, Integer limit, String cursor) AccountEndpoint.listSearchByUserId
(Long userMLId, Integer limit, String cursor) AccountEndpoint.updateAndCleanSearchesML
(SearchesML searchesML) AccountEndpoint.updateSearch
(SearchesML searchesML) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type SearchesMLModifier and TypeMethodDescriptionAccountEndpoint.saveSearch
(Integer limit, String cursor, SearchesML search) Save searchcom.google.api.server.spi.response.CollectionResponse
<PropertyLiteSuggest> AccountEndpoint.searchFirstTime
(Integer limit, String cursor, SearchesML searchesML) AccountEndpoint.updateAndCleanSearchesML
(SearchesML searchesML) AccountEndpoint.updateSearch
(SearchesML searchesML) -
Uses of SearchesML in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type SearchesMLMethods in com.maplander.backend.dao.manage that return SearchesMLModifier and TypeMethodDescriptionstatic SearchesML
SearchesMLDAO.fillSave
(SearchesML searchesML) static SearchesML
Methods in com.maplander.backend.dao.manage that return types with arguments of type SearchesMLModifier and TypeMethodDescriptionstatic List
<SearchesML> SearchesMLDAO.listSearchesActive()
static com.google.api.server.spi.response.CollectionResponse
<SearchesML> SearchesMLDAO.listSearchesByUser
(Long userMLId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<SearchesML> SearchesMLDAO.listToProcess
(int maxModDate, Integer limit, String cursor, Long time) Methods in com.maplander.backend.dao.manage with parameters of type SearchesMLModifier and TypeMethodDescriptionstatic SearchesML
SearchesMLDAO.fillSave
(SearchesML searchesML) static PropertyLiteSuggest
PropertyLiteSuggestDAO.fillSuggestWithSearch
(PropertyLiteSuggest propertyLiteSuggest, SearchesML searchesML)