public class ProductAttributeTermCrudService extends TemplateCrudService<ProductAttributeTerm,Integer,ProductAttribute,ProductAttributeTermRequest,ProductAttributeTerm>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
static String |
BASE_PATH_FORMAT |
| Constructor and Description |
|---|
ProductAttributeTermCrudService(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatePath(ProductAttribute context) |
String |
getDeletePath(Integer id,
ProductAttribute context) |
String |
getReadPath(Integer id,
ProductAttribute context) |
ProductAttributeTermRequest |
getRequest(ProductAttributeTerm object) |
Class<ProductAttributeTerm> |
getResponseClass() |
ProductAttributeTerm |
getResult(ProductAttributeTerm network) |
String |
getUpdatePath(Integer id,
ProductAttribute context) |
create, delete, getRequestEntity, initBuilder, read, updatepublic static final String BASE_PATH
public static final String BASE_PATH_FORMAT
public ProductAttributeTermCrudService(javax.ws.rs.client.WebTarget target)
public String getCreatePath(ProductAttribute context)
public String getReadPath(Integer id, ProductAttribute context)
getReadPath in class TemplateCrudService<ProductAttributeTerm,Integer,ProductAttribute,ProductAttributeTermRequest,ProductAttributeTerm>public String getUpdatePath(Integer id, ProductAttribute context)
public String getDeletePath(Integer id, ProductAttribute context)
public Class<ProductAttributeTerm> getResponseClass()
public ProductAttributeTermRequest getRequest(ProductAttributeTerm object)
getRequest in class TemplateCrudService<ProductAttributeTerm,Integer,ProductAttribute,ProductAttributeTermRequest,ProductAttributeTerm>public ProductAttributeTerm getResult(ProductAttributeTerm network)
getResult in class TemplateCrudService<ProductAttributeTerm,Integer,ProductAttribute,ProductAttributeTermRequest,ProductAttributeTerm>Copyright © 2017 Netgrid. All rights reserved.