Class ProductSortingService
- java.lang.Object
-
- com.aboutyou.cloud.adminapi.service.AbstractService
-
- com.aboutyou.cloud.adminapi.service.ProductSortingService
-
public class ProductSortingService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description ProductSortingService(HttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(java.util.List<ProductSorting> model)voiddelete(java.util.List<ProductSorting> model, ApiOptions options)voidupdateOrCreate(java.util.List<ProductSorting> model)voidupdateOrCreate(java.util.List<ProductSorting> model, ApiOptions options)-
Methods inherited from class com.aboutyou.cloud.adminapi.service.AbstractService
request, request, requestCollection, requestCollection, resolvePath
-
-
-
-
Constructor Detail
-
ProductSortingService
public ProductSortingService(HttpClient httpClient)
-
-
Method Detail
-
updateOrCreate
public void updateOrCreate(java.util.List<ProductSorting> model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
updateOrCreate
public void updateOrCreate(java.util.List<ProductSorting> model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.util.List<ProductSorting> model) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
delete
public void delete(java.util.List<ProductSorting> model, ApiOptions options) throws ApiErrorException, ConnectionException
- Throws:
ApiErrorExceptionConnectionException
-
-