| Modifier and Type | Method and Description |
|---|---|
static BulkService<ProductCategory,Integer,Object> |
BulkServiceManager.createProductCategoryBulkService(Configuration config) |
static CrudService<ProductCategory,Integer,Object> |
CrudServiceManager.createProductCategoryService(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductCategory> |
ProductCategoryBulkService.getResult(ProductCategory[] productCategories) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductCategory> |
ProductCategoryBulkService.getResult(ProductCategory[] productCategories) |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
ProductCategoryCrudService.getResult(ProductCategory network) |
| Modifier and Type | Method and Description |
|---|---|
Class<ProductCategory> |
ProductCategoryCrudService.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
ProductCategoryRequest |
ProductCategoryCrudService.getRequest(ProductCategory object) |
ProductCategory |
ProductCategoryCrudService.getResult(ProductCategory network) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductCategory> |
Product.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setCategories(List<ProductCategory> categories) |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
ProductCategoryRequest.getProductCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductCategoryRequest.setProductCategory(ProductCategory productCategory) |
| Constructor and Description |
|---|
ProductCategoryRequest(ProductCategory productCategory) |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
ProductCategoryResponse.getProductCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductCategoryResponse.setProductCategory(ProductCategory productCategory) |
Copyright © 2017 Netgrid. All rights reserved.