Class BRProperty
java.lang.Object
com.maplander.backend.controller.businessrule.common.BRProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildQueryFilter
(StringBuffer sb, Filter filter) static String
buildQueryOfficeAndStatus
(StringBuffer sb, Long officeId, StatusTypeEnum status) static com.google.appengine.api.search.SortOptions
buildSortOptions
(Filter filter) com.google.api.server.spi.response.CollectionResponse
<PropertyLiteSuggest> propertiesSuggest
(Integer limit, String cursor, Filter filter) static String
publishProperty
(Property property) static boolean
updateUsdPrice
(Property property) static String
validateBasicInfo
(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
-
buildSortOptions
-