public class ProductShippingClassCrudService extends TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
static String |
BASE_PATH_FORMAT |
| Constructor and Description |
|---|
ProductShippingClassCrudService(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) |
ProductShippingClassRequest |
getRequest(ProductShippingClass object) |
Class<ProductShippingClass> |
getResponseClass() |
ProductShippingClass |
getResult(ProductShippingClass 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 ProductShippingClassCrudService(javax.ws.rs.client.WebTarget target)
public String getCreatePath(Object context)
getCreatePath in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public String getReadPath(Integer id, Object context)
getReadPath in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public String getUpdatePath(Integer id, Object context)
getUpdatePath in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public String getDeletePath(Integer id, Object context)
getDeletePath in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public Class<ProductShippingClass> getResponseClass()
getResponseClass in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public ProductShippingClassRequest getRequest(ProductShippingClass object)
getRequest in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>public ProductShippingClass getResult(ProductShippingClass network)
getResult in class TemplateCrudService<ProductShippingClass,Integer,Object,ProductShippingClassRequest,ProductShippingClass>Copyright © 2017 Netgrid. All rights reserved.