Uses of Class
com.maplander.backend.model.manage.property.PropertyLiteSuggest
Packages that use PropertyLiteSuggest
Package
Description
-
Uses of PropertyLiteSuggest in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common that return types with arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptioncom.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> BRProperty.propertiesSuggest(Integer limit, String cursor, Filter filter) -
Uses of PropertyLiteSuggest in com.maplander.backend.controller.businessrule.ml
Methods in com.maplander.backend.controller.businessrule.ml with parameters of type PropertyLiteSuggestModifier and TypeMethodDescriptionstatic StringBRPropertyLiteSuggest.validateSuggestBasicInfo(PropertyLiteSuggest propertyLiteSuggest) -
Uses of PropertyLiteSuggest in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml that return types with arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionAccountEndpoint.deleteSuggest(Long id) AccountEndpoint.listSuggest(Long id, String cursor, Integer limit) AccountEndpoint.refreshSuggestBySearchesML(Long userSearchId, String cursor) com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> AccountEndpoint.searchFirstTime(Integer limit, String cursor, SearchesML searchesML) AccountEndpoint.updateSuggest(PropertyLiteSuggest propertyLiteSuggest) Methods in com.maplander.backend.controller.endpoint.ml with parameters of type PropertyLiteSuggestModifier and TypeMethodDescriptionAccountEndpoint.updateSuggest(PropertyLiteSuggest propertyLiteSuggest) -
Uses of PropertyLiteSuggest in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionAccountEndpoint.deleteSuggest(Long id) AccountEndpoint.listSuggest(Long id, String cursor, Integer limit) AccountEndpoint.refreshSuggestBySearchesML(Long userSearchId, String cursor) com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> AccountEndpoint.searchFirstTime(Integer limit, String cursor, SearchesML searchesML) AccountEndpoint.updateSuggest(PropertyLiteSuggest propertyLiteSuggest) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type PropertyLiteSuggestModifier and TypeMethodDescriptionAccountEndpoint.updateSuggest(PropertyLiteSuggest propertyLiteSuggest) -
Uses of PropertyLiteSuggest in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type PropertyLiteSuggestModifier and TypeFieldDescriptionstatic final Class<PropertyLiteSuggest> PropertyLiteSuggestDAO.clazzMethods in com.maplander.backend.dao.manage that return PropertyLiteSuggestModifier and TypeMethodDescriptionstatic PropertyLiteSuggestPropertyLiteSuggestDAO.fillSuggestWithSearch(PropertyLiteSuggest propertyLiteSuggest, SearchesML searchesML) static PropertyLiteSuggestMethods in com.maplander.backend.dao.manage that return types with arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> PropertyLiteSuggestDAO.liteSuggestCollectionResponse(Long userSearchId, Integer limit, String cursor, Long time) Methods in com.maplander.backend.dao.manage with parameters of type PropertyLiteSuggestModifier and TypeMethodDescriptionstatic PropertyLiteSuggestPropertyLiteSuggestDAO.fillSuggestWithSearch(PropertyLiteSuggest propertyLiteSuggest, SearchesML searchesML) Method parameters in com.maplander.backend.dao.manage with type arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionstatic voidPropertyLiteSuggestDAO.saveManySuggest(Iterable<PropertyLiteSuggest> propertyLiteSuggests) -
Uses of PropertyLiteSuggest in com.maplander.backend.document
Methods in com.maplander.backend.document that return PropertyLiteSuggestModifier and TypeMethodDescriptionstatic PropertyLiteSuggestPropertyDoc.documentToSuggest(com.google.appengine.api.search.ScoredDocument document) static PropertyLiteSuggestSharedPropertyDoc.documentToSuggest(com.google.appengine.api.search.ScoredDocument document) Methods in com.maplander.backend.document that return types with arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> PropertyDoc.loadByQuerySuggest(String queryString, com.google.appengine.api.search.SortOptions sortOptions, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> SharedPropertyDoc.loadByQuerySuggest(String queryString, Integer limit, String cursor) -
Uses of PropertyLiteSuggest in com.maplander.backend.utils
Method parameters in com.maplander.backend.utils with type arguments of type PropertyLiteSuggestModifier and TypeMethodDescriptionSendEmail.suggestEmail(UserML userML, String searchName, Long searchId, ArrayList<PropertyLiteSuggest> suggests)