public class TaxCategoryServiceImpl extends java.lang.Object implements TaxCategoryService
Modifier and Type | Field and Description |
---|---|
protected ProjectEndpoints |
endpoints |
protected org.codehaus.jackson.type.TypeReference<QueryResult<T>> |
queryResultTypeReference |
protected RequestFactory |
requestFactory |
protected org.codehaus.jackson.type.TypeReference<T> |
typeReference |
Constructor and Description |
---|
TaxCategoryServiceImpl(RequestFactory requestFactory,
ProjectEndpoints endpoints) |
Modifier and Type | Method and Description |
---|---|
QueryRequest<TaxCategory> |
all()
Deprecated.
|
FetchRequest<TaxCategory> |
byId(java.lang.String id)
Finds a tax category by id.
|
protected CommandRequest<T> |
createCommandRequest(java.lang.String url,
Command command) |
QueryRequest<TaxCategory> |
query()
Queries tax categories in current project.
|
protected QueryRequest<T> |
queryImpl(java.lang.String url) |
protected ProjectEndpoints endpoints
protected RequestFactory requestFactory
protected org.codehaus.jackson.type.TypeReference<T> typeReference
protected org.codehaus.jackson.type.TypeReference<QueryResult<T>> queryResultTypeReference
public TaxCategoryServiceImpl(RequestFactory requestFactory, ProjectEndpoints endpoints)
public FetchRequest<TaxCategory> byId(java.lang.String id)
TaxCategoryService
byId
in interface TaxCategoryService
@Deprecated public QueryRequest<TaxCategory> all()
TaxCategoryService
all
in interface TaxCategoryService
public QueryRequest<TaxCategory> query()
TaxCategoryService
query
in interface TaxCategoryService
protected CommandRequest<T> createCommandRequest(java.lang.String url, Command command)
protected QueryRequest<T> queryImpl(java.lang.String url)