All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
EntityResponse<Business> |
addProduct(Business business) |
DefaultResponse |
deleteMyBusinessScoreRecord(java.lang.Long userId,
java.lang.Long businessId) |
DefaultResponse |
deleteProduct(java.lang.Long id) |
EntityCollectionResponse<Business> |
getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<BusinessScore> |
getBusinessScore(java.lang.Long businessId) |
EntityResponse<BusinessScoreRecord> |
getMyBusinessScoreRecord(java.lang.Long userId,
java.lang.Long businessId) |
EntityResponse<CompleteBusiness> |
getProductAndScore(java.lang.Long id) |
EntityResponse<Business> |
getProductById(java.lang.Long id) |
EntityResponse<Business> |
getProductByUser() |
EntityCollectionResponse<BusinessScoreRecord> |
listBusinessScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long businessId) |
EntityCollectionResponse<BusinessCategory> |
listCategoryByType(java.lang.Integer limit,
java.lang.String cursor,
BusinessTypeEnum type) |
EntityCollectionResponse<BusinessSubCategory> |
listSubCategoryByCategoryId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<LiteMap> |
queryBusinessAndBCards(java.lang.Integer limit,
java.lang.String cursor,
FilterAll filter) |
DefaultResponse |
saveBusinessScore(BusinessScoreRecord record) |
EntityResponse<BusinessSubCategory> |
saveSubCategory(BusinessSubCategory subCategory) |
EntityResponse<Business> |
updateProduct(Business business) |