Class BRProperty
java.lang.Object
com.maplander.backend.controller.businessrule.common.BRProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildQueryFilter(StringBuffer sb, Filter filter) static StringbuildQueryOfficeAndStatus(StringBuffer sb, Long officeId, StatusTypeEnum status) static com.google.appengine.api.search.SortOptionsbuildSortOptions(Filter filter) static StringcompareProperties(Property property, Property currentProperty) com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> propertiesSuggest(Integer limit, String cursor, Filter filter) static StringpublishProperty(Property property) static booleanupdateUsdPrice(Property property) static StringvalidateBasicInfo(Property property)
-
Constructor Details
-
BRProperty
public BRProperty()
-
-
Method Details
-
validateBasicInfo
-
propertiesSuggest
public com.google.api.server.spi.response.CollectionResponse<PropertyLiteSuggest> propertiesSuggest(Integer limit, String cursor, Filter filter) -
buildQueryFilter
-
buildQueryOfficeAndStatus
public static String buildQueryOfficeAndStatus(StringBuffer sb, Long officeId, StatusTypeEnum status) -
updateUsdPrice
-
publishProperty
-
compareProperties
-
buildSortOptions
-