Class BaseOrderStatusI18nQuery
Base class that represents a query for the 'order_status_i18n' table.
- ModelCriteria
-
Thelia\Model\om\BaseOrderStatusI18nQuery
Direct known subclasses
Thelia\Model\OrderStatusI18nQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseOrderStatusI18nQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\OrderStatusI18n', string $modelAlias = null )
Initializes internal state of BaseOrderStatusI18nQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new OrderStatusI18nQuery 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
|
#
filterByLocale( string $locale = null, string $comparison = null )
Filter the query on the locale 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
|
#
filterByPostscriptum( string $postscriptum = null, string $comparison = null )
Filter the query on the postscriptum column |
public
|
#
filterByOrderStatus(
Filter the query by a related OrderStatus object |
public
|
#
joinOrderStatus( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Adds a JOIN clause to the query using the OrderStatus relation |
public
|
#
useOrderStatusQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Use the OrderStatus relation OrderStatus object |
public
|
public
|
|
public
|
|
public
|
|
public
|
#
orderByDescription( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the description column |
public
|
|
public
|
#
orderByPostscriptum( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the postscriptum column |
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 OrderStatusI18n matching the query, or a new OrderStatusI18n object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByLocale( string $locale = )
Return the first OrderStatusI18n filtered by the locale column |
public
|
|
public
|
#
findOneByDescription( string $description = )
Return the first OrderStatusI18n filtered by the description column |
public
|
|
public
|
#
findOneByPostscriptum( string $postscriptum = )
Return the first OrderStatusI18n filtered by the postscriptum column |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
#
findByDescription( string $description = )
Return OrderStatusI18n objects filtered by the description column |
public
array
|
|
public
array
|
#
findByPostscriptum( string $postscriptum = )
Return OrderStatusI18n objects filtered by the postscriptum column |