Class BaseOrderStatusDescQuery
Base class that represents a query for the 'order_status_desc' table.
- ModelCriteria
-
Thelia\Model\om\BaseOrderStatusDescQuery
Direct known subclasses
Thelia\Model\OrderStatusDescQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseOrderStatusDescQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\OrderStatusDesc', string $modelAlias = null )
Initializes internal state of BaseOrderStatusDescQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new OrderStatusDescQuery object. |
public
|
|
protected
|
#
findPkSimple( mixed $key, PropelPDO $con )
Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code. |
protected
|
|
public
PropelObjectCollection|
|
|
public
|
|
public
|
|
public
|
|
public
|
#
filterByStatusId( mixed $statusId = null, string $comparison = null )
Filter the query on the status_id column |
public
|
#
filterByLang( string $lang = null, string $comparison = null )
Filter the query on the lang column |
public
|
#
filterByTitle( string $title = null, string $comparison = null )
Filter the query on the title column |
public
|
#
filterByDescription( string $description = null, string $comparison = null )
Filter the query on the description column |
public
|
#
filterByChapo( string $chapo = null, string $comparison = null )
Filter the query on the chapo column |
public
|
#
filterByCreatedAt( mixed $createdAt = null, string $comparison = null )
Filter the query on the created_at column |
public
|
#
filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null )
Filter the query on the updated_at column |
public
|
#
filterByOrderStatus(
Filter the query by a related OrderStatus object |
public
|
#
joinOrderStatus( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the OrderStatus relation |
public
|
#
useOrderStatusQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the OrderStatus relation OrderStatus object |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
orderByDescription( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the description column |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
leftJoinOrderStatus( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the OrderStatus relation |
public
|
#
rightJoinOrderStatus( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the OrderStatus relation |
public
|
#
innerJoinOrderStatus( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the OrderStatus relation |
public
|
|
public
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first OrderStatusDesc matching the query, or a new OrderStatusDesc object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByStatusId( integer $status_id = )
Return the first OrderStatusDesc filtered by the status_id column |
public
|
|
public
|
|
public
|
#
findOneByDescription( string $description = )
Return the first OrderStatusDesc filtered by the description column |
public
|
|
public
|
#
findOneByCreatedAt( string $created_at = )
Return the first OrderStatusDesc filtered by the created_at column |
public
|
#
findOneByUpdatedAt( string $updated_at = )
Return the first OrderStatusDesc filtered by the updated_at column |
public
array
|
|
public
array
|
#
findByStatusId( integer $status_id = )
Return OrderStatusDesc objects filtered by the status_id column |
public
array
|
|
public
array
|
|
public
array
|
#
findByDescription( string $description = )
Return OrderStatusDesc objects filtered by the description column |
public
array
|
|
public
array
|
#
findByCreatedAt( string $created_at = )
Return OrderStatusDesc objects filtered by the created_at column |
public
array
|
#
findByUpdatedAt( string $updated_at = )
Return OrderStatusDesc objects filtered by the updated_at column |