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