| Package | Description |
|---|---|
| com.bymdev.voucherhub.api | |
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProductDTO> |
ProductResourceApi.findProductsByVendor(Long vendorId)
findProductsByVendor
Required permissions: CAN_GET_PRODUCTS_BY_VENDOR
|
ApiResponse<List<ProductDTO>> |
ProductResourceApi.findProductsByVendorWithHttpInfo(Long vendorId)
findProductsByVendor
Required permissions: CAN_GET_PRODUCTS_BY_VENDOR
|
List<ProductDTO> |
ProductResourceApi.getAllProducts(String query,
Integer size,
Integer page,
String sortBy,
String sortOrder,
String type,
List<String> tagFilter,
String tagFilterMode)
getAllProducts
Required permissions: CAN_GET_PRODUCTS
|
ApiResponse<List<ProductDTO>> |
ProductResourceApi.getAllProductsWithHttpInfo(String query,
Integer size,
Integer page,
String sortBy,
String sortOrder,
String type,
List<String> tagFilter,
String tagFilterMode)
getAllProducts
Required permissions: CAN_GET_PRODUCTS
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ProductResourceApi.findProductsByVendorAsync(Long vendorId,
ApiCallback<List<ProductDTO>> callback)
findProductsByVendor (asynchronously)
Required permissions: CAN_GET_PRODUCTS_BY_VENDOR
|
com.squareup.okhttp.Call |
ProductResourceApi.getAllProductsAsync(String query,
Integer size,
Integer page,
String sortBy,
String sortOrder,
String type,
List<String> tagFilter,
String tagFilterMode,
ApiCallback<List<ProductDTO>> callback)
getAllProducts (asynchronously)
Required permissions: CAN_GET_PRODUCTS
|
Copyright © 2018. All rights reserved.