| Modifier and Type | Method and Description |
|---|---|
static CrudService<ProductAttribute,Integer,Object> |
CrudServiceManager.createProductAttribute(Configuration config) |
static BulkService<ProductAttribute,Integer,Object> |
BulkServiceManager.createProductAttributeBulkService(Configuration config) |
static BulkService<ProductAttributeTerm,Integer,ProductAttribute> |
BulkServiceManager.createProductAttributeTermBulkService(Configuration config) |
static CrudService<ProductAttributeTerm,Integer,ProductAttribute> |
CrudServiceManager.createProductAttributeTermService(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductAttribute> |
ProductAttributeBulkService.getResult(ProductAttribute[] productAttributes) |
| Modifier and Type | Method and Description |
|---|---|
String |
ProductAttributeTermBulkService.getReadPath(ProductAttribute context) |
List<ProductAttribute> |
ProductAttributeBulkService.getResult(ProductAttribute[] productAttributes) |
| Modifier and Type | Method and Description |
|---|---|
ProductAttribute |
ProductAttributeCrudService.getResult(ProductAttribute network) |
| Modifier and Type | Method and Description |
|---|---|
Class<ProductAttribute> |
ProductAttributeCrudService.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
ProductAttributeTermCrudService.getCreatePath(ProductAttribute context) |
String |
ProductAttributeTermCrudService.getDeletePath(Integer id,
ProductAttribute context) |
String |
ProductAttributeTermCrudService.getReadPath(Integer id,
ProductAttribute context) |
ProductAttributeRequest |
ProductAttributeCrudService.getRequest(ProductAttribute object) |
ProductAttribute |
ProductAttributeCrudService.getResult(ProductAttribute network) |
String |
ProductAttributeTermCrudService.getUpdatePath(Integer id,
ProductAttribute context) |
| Modifier and Type | Method and Description |
|---|---|
ProductAttribute |
ProductAttributeRequest.getProductAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductAttributeRequest.setProductAttribute(ProductAttribute productAttribute) |
| Constructor and Description |
|---|
ProductAttributeRequest(ProductAttribute productAttribute) |
| Modifier and Type | Method and Description |
|---|---|
ProductAttribute |
ProductAttributeResponse.getProductAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductAttributeResponse.setProductAttribute(ProductAttribute productAttribute) |
| Constructor and Description |
|---|
ProductAttributeResponse(ProductAttribute productAttribute) |
Copyright © 2017 Netgrid. All rights reserved.