Class BRProperty

java.lang.Object
com.maplander.backend.controller.businessrule.common.BRProperty

public class BRProperty extends Object
  • Constructor Details

    • BRProperty

      public BRProperty()
  • Method Details

    • validateBasicInfo

      public static String validateBasicInfo(Property property)
    • propertiesSuggest

      public com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> propertiesSuggest(Integer limit, String cursor, Filter filter)
    • buildQueryFilter

      public static String buildQueryFilter(StringBuffer sb, Filter filter)
    • buildQueryOfficeAndStatus

      public static String buildQueryOfficeAndStatus(StringBuffer sb, Long officeId, StatusTypeEnum status)
    • updateUsdPrice

      public static boolean updateUsdPrice(Property property)
    • publishProperty

      public static String publishProperty(Property property)
    • buildSortOptions

      public static com.google.appengine.api.search.SortOptions buildSortOptions(Filter filter)