fun listAdvanced(version: Int?, firstResult: Int?, maxResults: Int?, like: String?, orderBy: CommodityInfo.Fields?, orderDesc: Boolean?): List<CommodityAdvancedInfo>?
Returns list of com.srv4pos.server.api.commodity.CommodityAdvancedInfo.
firstResult
- when pagination starts or null
maxResults
- amount of items per page or null
like
- search string filter or null
orderBy
- field to order by, possible values are "IDENTIFIER", "PRODUCT_NAME", "PRODUCT_BARCODE", "PRODUCT_NETTO", "CATEGORY_NAME",
"PRODUCT_SALES_UNIT", "PRODUCT_COUNTED_IN_PRICE"
orderDesc
- field to direction of ordering
version
- field to order by, possible values are
Return
list of entities which exists on current seller or null if list of entities is not modified since version