| Modifier and Type | Method and Description |
|---|---|
static BulkService<ProductTag,Integer,Object> |
BulkServiceManager.createProductTagBulkService(Configuration config) |
static CrudService<ProductTag,Integer,Object> |
CrudServiceManager.createProductTagService(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductTag> |
ProductTagBulkService.getResult(ProductTag[] productTags) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductTag> |
ProductTagBulkService.getResult(ProductTag[] productTags) |
| Modifier and Type | Method and Description |
|---|---|
ProductTag |
ProductTagCrudService.getResult(ProductTag network) |
| Modifier and Type | Method and Description |
|---|---|
Class<ProductTag> |
ProductTagCrudService.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
ProductTagRequest |
ProductTagCrudService.getRequest(ProductTag object) |
ProductTag |
ProductTagCrudService.getResult(ProductTag network) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductTag> |
Product.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setTags(List<ProductTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
ProductTag |
ProductTagRequest.getProductTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTagRequest.setProductTag(ProductTag productTag) |
| Constructor and Description |
|---|
ProductTagRequest(ProductTag productTag) |
| Modifier and Type | Method and Description |
|---|---|
ProductTag |
ProductTagResponse.getProductTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTagResponse.setProductTag(ProductTag productTag) |
| Constructor and Description |
|---|
ProductTagResponse(ProductTag productTag) |
Copyright © 2017 Netgrid. All rights reserved.