Class BaseCustomerTitleI18nQuery
Base class that represents a query for the 'customer_title_i18n' table.
- ModelCriteria
-
Thelia\Model\om\BaseCustomerTitleI18nQuery
Direct known subclasses
Thelia\Model\CustomerTitleI18nQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseCustomerTitleI18nQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\CustomerTitleI18n', string $modelAlias = null )
Initializes internal state of BaseCustomerTitleI18nQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new CustomerTitleI18nQuery 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
|
#
filterByShort( string $short = null, string $comparison = null )
Filter the query on the short column |
public
|
#
filterByLong( string $long = null, string $comparison = null )
Filter the query on the long column |
public
|
#
filterByCustomerTitle(
Filter the query by a related CustomerTitle object |
public
|
#
joinCustomerTitle( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Adds a JOIN clause to the query using the CustomerTitle relation |
public
|
#
useCustomerTitleQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN' )
Use the CustomerTitle relation CustomerTitle object |
public
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
leftJoinCustomerTitle( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the CustomerTitle relation |
public
|
#
rightJoinCustomerTitle( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the CustomerTitle relation |
public
|
#
innerJoinCustomerTitle( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the CustomerTitle relation |
public
|
|
public
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first CustomerTitleI18n matching the query, or a new CustomerTitleI18n object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByLocale( string $locale = )
Return the first CustomerTitleI18n filtered by the locale column |
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|