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