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