| Package | Description |
|---|---|
| it.netgrid.woocommerce.jersey | |
| it.netgrid.woocommerce.jersey.bulk | |
| it.netgrid.woocommerce.jersey.crud | |
| it.netgrid.woocommerce.model | |
| it.netgrid.woocommerce.model.request |
| Modifier and Type | Method and Description |
|---|---|
static BulkService<Product,Integer,Object> |
BulkServiceManager.createProductBulkService(Configuration config) |
static BulkService<Order,Integer,Product> |
BulkServiceManager.createProductOrderBulkService(Configuration config) |
static BulkService<ProductReview,Integer,Product> |
BulkServiceManager.createProductReviewBulkService(Configuration config) |
static CrudService<Product,Integer,Object> |
CrudServiceManager.createProductService(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
ProductBulkService.getResult(Product[] products) |
| Modifier and Type | Method and Description |
|---|---|
String |
ProductOrderBulkService.getReadPath(Product context) |
String |
ProductReviewBulkService.getReadPath(Product context) |
List<Product> |
ProductBulkService.getResult(Product[] products) |
| Modifier and Type | Method and Description |
|---|---|
ProductsRequest |
ProductBulkService.getWriteRequest(List<Product> items) |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductCrudService.getRequest(Product object) |
Product |
ProductCrudService.getResult(Product network) |
| Modifier and Type | Method and Description |
|---|---|
Class<Product> |
ProductCrudService.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductCrudService.getRequest(Product object) |
Product |
ProductCrudService.getResult(Product network) |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setParent(Product parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
ProductsRequest.getProducts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductsRequest.setProducts(List<Product> products) |
| Constructor and Description |
|---|
ProductsRequest(List<Product> items) |
Copyright © 2017 Netgrid. All rights reserved.