Class PropertyLiteSuggestDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.PropertyLiteSuggestDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyLiteSuggest
fillSuggestWithSearch
(PropertyLiteSuggest propertyLiteSuggest, SearchesML searchesML) static com.google.api.server.spi.response.CollectionResponse
<PropertyLiteSuggest> liteSuggestCollectionResponse
(Long userSearchId, Integer limit, String cursor, Long time) static PropertyLiteSuggest
static void
saveManySuggest
(Iterable<PropertyLiteSuggest> propertyLiteSuggests) Methods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
PropertyLiteSuggestDAO
public PropertyLiteSuggestDAO()
-
-
Method Details
-
load
-
liteSuggestCollectionResponse
public static com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> liteSuggestCollectionResponse(Long userSearchId, Integer limit, String cursor, Long time) -
fillSuggestWithSearch
public static PropertyLiteSuggest fillSuggestWithSearch(PropertyLiteSuggest propertyLiteSuggest, SearchesML searchesML) -
saveManySuggest
-