Modifier and Type | Method and Description |
---|---|
static java.lang.String |
BusinessBR.validateBasicProduct(Business business) |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Business> |
BusinessDB.clazz |
Modifier and Type | Method and Description |
---|---|
static Business |
BusinessDB.load(java.lang.Long id) |
static Business |
BusinessDB.save(Business business) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<Business> |
BusinessDB.getCollectionByBCardId(java.lang.Long BCardId,
java.lang.Integer limit,
java.lang.String cursor) |
static com.google.api.server.spi.response.CollectionResponse<Business> |
BusinessDB.getCollectionByBCardIdApp(java.lang.Long BCardId,
java.lang.Integer limit,
java.lang.String cursor,
AppEnum app) |
static com.google.api.server.spi.response.CollectionResponse<Business> |
BusinessDB.getCollectionByUserId(java.lang.Long userId,
java.lang.Integer limit,
java.lang.String cursor) |
static com.google.api.server.spi.response.CollectionResponse<Business> |
BusinessDB.getCollectionByUserIdApp(java.lang.Long userId,
java.lang.Integer limit,
java.lang.String cursor,
AppEnum app) |
static java.util.List<Business> |
BusinessDB.listBusiness(java.lang.Long bCardId) |
static java.util.List<Business> |
BusinessDB.listBusinessByUser(java.lang.Long id) |
static java.util.List<Business> |
BusinessDB.listBusinessByUserApp(java.lang.Long id,
AppEnum app) |
Modifier and Type | Method and Description |
---|---|
static void |
BusinessDB.delete(Business business) |
static Business |
BusinessDB.save(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
BusinessEndpoint.addProduct(Business business) |
EntityCollectionResponse<Business> |
BusinessEndpoint.getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
BusinessEndpoint.getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
BusinessEndpoint.getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<Business> |
BusinessEndpoint.getProductById(java.lang.Long id) |
EntityResponse<Business> |
BusinessEndpoint.getProductByUser() |
EntityResponse<Business> |
BusinessEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
BusinessEndpoint.addProduct(Business business) |
EntityResponse<Business> |
BusinessEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
AppEndpoint.getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<Business> |
AppEndpoint.getProductById(java.lang.Long id) |
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
AppEndpoint.getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<Business> |
AppEndpoint.getProductById(java.lang.Long id) |
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
AppEndpoint.getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<Business> |
AppEndpoint.getProductById(java.lang.Long id) |
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long bCardId) |
EntityCollectionResponse<Business> |
AppEndpoint.getAllProductByUserId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long userId) |
EntityResponse<Record<Business,BusinessScoreRecord>> |
AppEndpoint.getBusinessAndRecord(java.lang.Long id,
java.lang.Integer limit,
java.lang.String cursor) |
EntityResponse<Business> |
AppEndpoint.getProductById(java.lang.Long id) |
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Business> |
AppEndpoint.addProduct(Business business)
Business
|
EntityResponse<Business> |
AppEndpoint.updateProduct(Business business) |
Modifier and Type | Method and Description |
---|---|
Business |
CompleteBusiness.getBusiness() |
Modifier and Type | Method and Description |
---|---|
void |
CompleteBusiness.setBusiness(Business business) |
Constructor and Description |
---|
CompleteBusiness(Business business,
BusinessScore businessScore) |
Modifier and Type | Method and Description |
---|---|
Business |
BusinessBCard.getBusiness() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessBCard.setBusiness(Business business) |
Constructor and Description |
---|
BusinessBCard(BCard bCard,
Business business,
Event event) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UrlFormatUtil.buildBusinessUrl(Business business) |