Class BaseCustomerTitleDescQuery
Base class that represents a query for the 'customer_title_desc' table.
- ModelCriteria
-
Thelia\Model\om\BaseCustomerTitleDescQuery
Direct known subclasses
Thelia\Model\CustomerTitleDescQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseCustomerTitleDescQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\CustomerTitleDesc', string $modelAlias = null )
Initializes internal state of BaseCustomerTitleDescQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new CustomerTitleDescQuery 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
|
#
filterByCustomerTitleId( mixed $customerTitleId = null, string $comparison = null )
Filter the query on the customer_title_id column |
public
|
#
filterByLang( string $lang = null, string $comparison = null )
Filter the query on the lang 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
|
#
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
|
#
filterByCustomerTitle(
Filter the query by a related CustomerTitle object |
public
|
#
joinCustomerTitle( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the CustomerTitle relation |
public
|
#
useCustomerTitleQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the CustomerTitle relation CustomerTitle object |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
|
|
public
|
#
orderByCustomerTitleId( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the customer_title_id column |
public
|
|
public
|
|
public
|
|
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 CustomerTitleDesc matching the query, or a new CustomerTitleDesc object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByCustomerTitleId( integer $customer_title_id = )
Return the first CustomerTitleDesc filtered by the customer_title_id column |
public
|
|
public
|
|
public
|
|
public
|
#
findOneByCreatedAt( string $created_at = )
Return the first CustomerTitleDesc filtered by the created_at column |
public
|
#
findOneByUpdatedAt( string $updated_at = )
Return the first CustomerTitleDesc filtered by the updated_at column |
public
array
|
|
public
array
|
#
findByCustomerTitleId( integer $customer_title_id = )
Return CustomerTitleDesc objects filtered by the customer_title_id column |
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
#
findByCreatedAt( string $created_at = )
Return CustomerTitleDesc objects filtered by the created_at column |
public
array
|
#
findByUpdatedAt( string $updated_at = )
Return CustomerTitleDesc objects filtered by the updated_at column |