Interface QuickEditProductPropertiesRepositoryInterface
Interface QuickEditProductPropertiesRepositoryInterface
Direct known implementers
Package: QuickEdit\Interfaces
Category: System
Located at Services/Core/QuickEdit/Repositories/Interfaces/QuickEditProductPropertiesRepositoryInterface.inc.php
Category: System
Located at Services/Core/QuickEdit/Repositories/Interfaces/QuickEditProductPropertiesRepositoryInterface.inc.php
Methods summary
public
getFilteredProductProperties( array $productIds, array $filterParameters )
: array
Returns product properties based on the provided filter criteria.
public
getFilteredProductPropertiesCount( array $productIds, array $filterParameters )
: integer
Returns products that are subject to the specified filter criteria.
public
getProductPropertiesCount( void )
: integer
Returns the number of all product properties found.
public
paginateProperties( IntType $start = null, IntType $length = null )
: QuickEditProductPropertiesRepository
Sets the starting point of the pagination and the number of products.
public
sortProperties( StringType $orderBy = null )
: QuickEditProductPropertiesRepository
Sets the sorting order of the product properties.