public class ProductCategoryBulkService extends TemplateReadOnlyBulkService<ProductCategory,Integer,Object,ProductCategory[]>
| Modifier and Type | Field and Description |
|---|---|
static String |
READ_BASE_PATH |
FILTER_QUERY_FORMAT| Constructor and Description |
|---|
ProductCategoryBulkService(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReadPath(Object context) |
Class<ProductCategory[]> |
getResponseClass() |
List<ProductCategory> |
getResult(ProductCategory[] productCategories) |
count, getCountPath, getWritePath, getWriteRequest, writegetRequestEntity, initBuilder, read, readpublic static final String READ_BASE_PATH
public ProductCategoryBulkService(javax.ws.rs.client.WebTarget target)
public String getReadPath(Object context)
getReadPath in class TemplateBulkService<ProductCategory,Integer,Object,Object,ProductCategory[]>public Class<ProductCategory[]> getResponseClass()
getResponseClass in class TemplateBulkService<ProductCategory,Integer,Object,Object,ProductCategory[]>public List<ProductCategory> getResult(ProductCategory[] productCategories)
getResult in class TemplateBulkService<ProductCategory,Integer,Object,Object,ProductCategory[]>Copyright © 2017 Netgrid. All rights reserved.