public execute () Executes a find using the parameters built with the criteria
public getOrderBy () Returns the order clause in the criteria
public getDI () Returns the DependencyInjector container
public getConditions () Returns the conditions parameter in the criteria
public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Sets the conditions parameter
public bind (array $bindParams, [mixed $merge]) Sets the bound parameters in the criteria This method replaces
public inWhere (mixed $expr, array $values) Appends an IN condition to the current conditions
public distinct (mixed $distinct) Sets SELECT DISTINCT / SELECT ALL flag
public cache (array $cache) Sets the cache options in the criteria This method replaces all previously set cache options
public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
Page 2 of 4