Class SharedPropertyDoc

java.lang.Object
com.maplander.backend.document.SharedPropertyDoc

public class SharedPropertyDoc extends Object
  • Constructor Details

    • SharedPropertyDoc

      public SharedPropertyDoc()
  • Method Details

    • documentToSuggest

      public static PropertyLiteSuggest documentToSuggest(com.google.appengine.api.search.ScoredDocument document)
    • buildModel

      public static PropertyLite buildModel(com.google.appengine.api.search.ScoredDocument document)
    • put

      public static void put(Property property, Long userId, Long sharedCommissionId, boolean realLocation)
    • deleteById

      public static void deleteById(String id)
    • deleteById

      public static void deleteById(Long id)
    • deleteByUserAndProperty

      public static void deleteByUserAndProperty(Long userId, Long propertyId)
    • deleteByIdMany

      @Deprecated public static void deleteByIdMany(List<Long> ids)
      Deprecated.
    • listPropertyCursorLimitQuery

      public static com.google.appengine.api.search.Results<com.google.appengine.api.search.ScoredDocument> listPropertyCursorLimitQuery(com.google.appengine.api.search.Query query)
    • loadByQuerySuggest

      public static com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> loadByQuerySuggest(String queryString, Integer limit, String cursor)
    • loadByQuery

      public static com.google.api.server.spi.response.CollectionResponse<PropertyLite> loadByQuery(String queryString, Integer limit, String cursor)
    • clearDocument

      public static int clearDocument()