class OrderProductAttributeCombinationQuery extends ModelCriteria

Base class that represents a query for the 'orderproductattribute_combination' table.

Methods

__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\OrderProductAttributeCombination', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\OrderProductAttributeCombinationQuery object.

create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildOrderProductAttributeCombinationQuery object.

findPk( mixed $key, ConnectionInterface $con = null)

Find object by primary key.

ObjectCollection|array|mixed
findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

filterByOrderProductId( mixed $orderProductId = null, string $comparison = null)

Filter the query on the orderproductid column

filterByAttributeTitle( string $attributeTitle = null, string $comparison = null)

Filter the query on the attribute_title column

filterByAttributeChapo( string $attributeChapo = null, string $comparison = null)

Filter the query on the attribute_chapo column

filterByAttributeDescription( string $attributeDescription = null, string $comparison = null)

Filter the query on the attribute_description column

filterByAttributePostscriptum( string $attributePostscriptum = null, string $comparison = null)

Filter the query on the attribute_postscriptum column

filterByAttributeAvTitle( string $attributeAvTitle = null, string $comparison = null)

Filter the query on the attributeavtitle column

filterByAttributeAvChapo( string $attributeAvChapo = null, string $comparison = null)

Filter the query on the attributeavchapo column

filterByAttributeAvDescription( string $attributeAvDescription = null, string $comparison = null)

Filter the query on the attributeavdescription column

filterByAttributeAvPostscriptum( string $attributeAvPostscriptum = null, string $comparison = null)

Filter the query on the attributeavpostscriptum column

filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

filterByOrderProduct( OrderProduct|ObjectCollection $orderProduct, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderProduct object

joinOrderProduct( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderProduct relation

useOrderProductQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderProduct relation OrderProduct object

prune( OrderProductAttributeCombination $orderProductAttributeCombination = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the orderproductattribute_combination table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildOrderProductAttributeCombination or Criteria object OR a primary key value.

recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

recentlyCreated( int $nbDays = 7)

Filter by the latest created

ChildOrderProductAttributeCombinationQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildOrderProductAttributeCombinationQuery
orderByOrderProductId($order = Criteria::ASC)

Order by the orderproductid column

ChildOrderProductAttributeCombinationQuery
orderByAttributeTitle($order = Criteria::ASC)

Order by the attribute_title column

ChildOrderProductAttributeCombinationQuery
orderByAttributeChapo($order = Criteria::ASC)

Order by the attribute_chapo column

ChildOrderProductAttributeCombinationQuery
orderByAttributeDescription($order = Criteria::ASC)

Order by the attribute_description column

ChildOrderProductAttributeCombinationQuery
orderByAttributePostscriptum($order = Criteria::ASC)

Order by the attribute_postscriptum column

ChildOrderProductAttributeCombinationQuery
orderByAttributeAvTitle($order = Criteria::ASC)

Order by the attributeavtitle column

ChildOrderProductAttributeCombinationQuery
orderByAttributeAvChapo($order = Criteria::ASC)

Order by the attributeavchapo column

ChildOrderProductAttributeCombinationQuery
orderByAttributeAvDescription($order = Criteria::ASC)

Order by the attributeavdescription column

ChildOrderProductAttributeCombinationQuery
orderByAttributeAvPostscriptum($order = Criteria::ASC)

Order by the attributeavpostscriptum column

ChildOrderProductAttributeCombinationQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildOrderProductAttributeCombinationQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildOrderProductAttributeCombinationQuery
groupById()

Group by the id column

ChildOrderProductAttributeCombinationQuery
groupByOrderProductId()

Group by the orderproductid column

ChildOrderProductAttributeCombinationQuery
groupByAttributeTitle()

Group by the attribute_title column

ChildOrderProductAttributeCombinationQuery
groupByAttributeChapo()

Group by the attribute_chapo column

ChildOrderProductAttributeCombinationQuery
groupByAttributeDescription()

Group by the attribute_description column

ChildOrderProductAttributeCombinationQuery
groupByAttributePostscriptum()

Group by the attribute_postscriptum column

ChildOrderProductAttributeCombinationQuery
groupByAttributeAvTitle()

Group by the attributeavtitle column

ChildOrderProductAttributeCombinationQuery
groupByAttributeAvChapo()

Group by the attributeavchapo column

ChildOrderProductAttributeCombinationQuery
groupByAttributeAvDescription()

Group by the attributeavdescription column

ChildOrderProductAttributeCombinationQuery
groupByAttributeAvPostscriptum()

Group by the attributeavpostscriptum column

ChildOrderProductAttributeCombinationQuery
groupByCreatedAt()

Group by the created_at column

ChildOrderProductAttributeCombinationQuery
groupByUpdatedAt()

Group by the updated_at column

ChildOrderProductAttributeCombinationQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildOrderProductAttributeCombinationQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildOrderProductAttributeCombinationQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildOrderProductAttributeCombinationQuery
leftJoinOrderProduct($relationAlias = null)

Adds a LEFT JOIN clause to the query using the OrderProduct relation

ChildOrderProductAttributeCombinationQuery
rightJoinOrderProduct($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the OrderProduct relation

ChildOrderProductAttributeCombinationQuery
innerJoinOrderProduct($relationAlias = null)

Adds a INNER JOIN clause to the query using the OrderProduct relation

ChildOrderProductAttributeCombination
findOne( ConnectionInterface $con = null)

Return the first ChildOrderProductAttributeCombination matching the query

ChildOrderProductAttributeCombination
findOneOrCreate( ConnectionInterface $con = null)

Return the first ChildOrderProductAttributeCombination matching the query, or a new ChildOrderProductAttributeCombination object populated from the query conditions when no match is found

ChildOrderProductAttributeCombination
findOneById( int $id)

Return the first ChildOrderProductAttributeCombination filtered by the id column

ChildOrderProductAttributeCombination
findOneByOrderProductId( int $order_product_id)

Return the first ChildOrderProductAttributeCombination filtered by the orderproductid column

ChildOrderProductAttributeCombination
findOneByAttributeTitle( string $attribute_title)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_title column

ChildOrderProductAttributeCombination
findOneByAttributeChapo( string $attribute_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_chapo column

ChildOrderProductAttributeCombination
findOneByAttributeDescription( string $attribute_description)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_description column

ChildOrderProductAttributeCombination
findOneByAttributePostscriptum( string $attribute_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_postscriptum column

ChildOrderProductAttributeCombination
findOneByAttributeAvTitle( string $attribute_av_title)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavtitle column

ChildOrderProductAttributeCombination
findOneByAttributeAvChapo( string $attribute_av_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavchapo column

ChildOrderProductAttributeCombination
findOneByAttributeAvDescription( string $attribute_av_description)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavdescription column

ChildOrderProductAttributeCombination
findOneByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavpostscriptum column

ChildOrderProductAttributeCombination
findOneByCreatedAt( string $created_at)

Return the first ChildOrderProductAttributeCombination filtered by the created_at column

ChildOrderProductAttributeCombination
findOneByUpdatedAt( string $updated_at)

Return the first ChildOrderProductAttributeCombination filtered by the updated_at column

array
findById( int $id)

Return ChildOrderProductAttributeCombination objects filtered by the id column

array
findByOrderProductId( int $order_product_id)

Return ChildOrderProductAttributeCombination objects filtered by the orderproductid column

array
findByAttributeTitle( string $attribute_title)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_title column

array
findByAttributeChapo( string $attribute_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_chapo column

array
findByAttributeDescription( string $attribute_description)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_description column

array
findByAttributePostscriptum( string $attribute_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_postscriptum column

array
findByAttributeAvTitle( string $attribute_av_title)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavtitle column

array
findByAttributeAvChapo( string $attribute_av_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavchapo column

array
findByAttributeAvDescription( string $attribute_av_description)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavdescription column

array
findByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavpostscriptum column

array
findByCreatedAt( string $created_at)

Return ChildOrderProductAttributeCombination objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildOrderProductAttributeCombination objects filtered by the updated_at column

Details

at line 98
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\OrderProductAttributeCombination', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\OrderProductAttributeCombinationQuery object.

Parameters

string $dbName The database name
string $modelName The phpName of a model, e.g. 'Book'
string $modelAlias The alias for the model in this query, e.g. 'b'

at line 111
static OrderProductAttributeCombinationQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildOrderProductAttributeCombinationQuery object.

Parameters

string $modelAlias The alias of a model in the query
Criteria $criteria Optional Criteria to build the query from

Return Value

OrderProductAttributeCombinationQuery

at line 141
OrderProductAttributeCombination|array|mixed findPk( mixed $key, ConnectionInterface $con = null)

Find object by primary key.

Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

$obj = $c->findPk(12, $con);

Parameters

mixed $key Primary key to use for the query
ConnectionInterface $con an optional connection object

Return Value

OrderProductAttributeCombination|array|mixed the result, formatted by the current formatter

at line 223
ObjectCollection|array|mixed findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

Parameters

array $keys Primary keys to use for the query
ConnectionInterface $con an optional connection object

Return Value

ObjectCollection|array|mixed the list of results, formatted by the current formatter

at line 244
OrderProductAttributeCombinationQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 257
OrderProductAttributeCombinationQuery filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

Parameters

array $keys The list of primary key to use for the query

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 281
OrderProductAttributeCombinationQuery filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

Example usage: $query->filterById(1234); // WHERE id = 1234 $query->filterById(array(12, 34)); // WHERE id IN (12, 34) $query->filterById(array('min' => 12)); // WHERE id > 12

Parameters

mixed $id The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 324
OrderProductAttributeCombinationQuery filterByOrderProductId( mixed $orderProductId = null, string $comparison = null)

Filter the query on the orderproductid column

Example usage: $query->filterByOrderProductId(1234); // WHERE orderproductid = 1234 $query->filterByOrderProductId(array(12, 34)); // WHERE orderproductid IN (12, 34) $query->filterByOrderProductId(array('min' => 12)); // WHERE orderproductid > 12

Parameters

mixed $orderProductId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

See also

filterByOrderProduct()

at line 362
OrderProductAttributeCombinationQuery filterByAttributeTitle( string $attributeTitle = null, string $comparison = null)

Filter the query on the attribute_title column

Example usage: $query->filterByAttributeTitle('fooValue'); // WHERE attributetitle = 'fooValue' $query->filterByAttributeTitle('%fooValue%'); // WHERE attributetitle LIKE '%fooValue%'

Parameters

string $attributeTitle The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 391
OrderProductAttributeCombinationQuery filterByAttributeChapo( string $attributeChapo = null, string $comparison = null)

Filter the query on the attribute_chapo column

Example usage: $query->filterByAttributeChapo('fooValue'); // WHERE attributechapo = 'fooValue' $query->filterByAttributeChapo('%fooValue%'); // WHERE attributechapo LIKE '%fooValue%'

Parameters

string $attributeChapo The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 420
OrderProductAttributeCombinationQuery filterByAttributeDescription( string $attributeDescription = null, string $comparison = null)

Filter the query on the attribute_description column

Example usage: $query->filterByAttributeDescription('fooValue'); // WHERE attributedescription = 'fooValue' $query->filterByAttributeDescription('%fooValue%'); // WHERE attributedescription LIKE '%fooValue%'

Parameters

string $attributeDescription The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 449
OrderProductAttributeCombinationQuery filterByAttributePostscriptum( string $attributePostscriptum = null, string $comparison = null)

Filter the query on the attribute_postscriptum column

Example usage: $query->filterByAttributePostscriptum('fooValue'); // WHERE attributepostscriptum = 'fooValue' $query->filterByAttributePostscriptum('%fooValue%'); // WHERE attributepostscriptum LIKE '%fooValue%'

Parameters

string $attributePostscriptum The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 478
OrderProductAttributeCombinationQuery filterByAttributeAvTitle( string $attributeAvTitle = null, string $comparison = null)

Filter the query on the attributeavtitle column

Example usage: $query->filterByAttributeAvTitle('fooValue'); // WHERE attributeavtitle = 'fooValue' $query->filterByAttributeAvTitle('%fooValue%'); // WHERE attributeavtitle LIKE '%fooValue%'

Parameters

string $attributeAvTitle The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 507
OrderProductAttributeCombinationQuery filterByAttributeAvChapo( string $attributeAvChapo = null, string $comparison = null)

Filter the query on the attributeavchapo column

Example usage: $query->filterByAttributeAvChapo('fooValue'); // WHERE attributeavchapo = 'fooValue' $query->filterByAttributeAvChapo('%fooValue%'); // WHERE attributeavchapo LIKE '%fooValue%'

Parameters

string $attributeAvChapo The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 536
OrderProductAttributeCombinationQuery filterByAttributeAvDescription( string $attributeAvDescription = null, string $comparison = null)

Filter the query on the attributeavdescription column

Example usage: $query->filterByAttributeAvDescription('fooValue'); // WHERE attributeavdescription = 'fooValue' $query->filterByAttributeAvDescription('%fooValue%'); // WHERE attributeavdescription LIKE '%fooValue%'

Parameters

string $attributeAvDescription The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 565
OrderProductAttributeCombinationQuery filterByAttributeAvPostscriptum( string $attributeAvPostscriptum = null, string $comparison = null)

Filter the query on the attributeavpostscriptum column

Example usage: $query->filterByAttributeAvPostscriptum('fooValue'); // WHERE attributeavpostscriptum = 'fooValue' $query->filterByAttributeAvPostscriptum('%fooValue%'); // WHERE attributeavpostscriptum LIKE '%fooValue%'

Parameters

string $attributeAvPostscriptum The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 599
OrderProductAttributeCombinationQuery filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

Example usage: $query->filterByCreatedAt('2011-03-14'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt('now'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt(array('max' => 'yesterday')); // WHERE created_at > '2011-03-13'

Parameters

mixed $createdAt The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 642
OrderProductAttributeCombinationQuery filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

Example usage: $query->filterByUpdatedAt('2011-03-14'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt('now'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt(array('max' => 'yesterday')); // WHERE updated_at > '2011-03-13'

Parameters

mixed $updatedAt The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 673
OrderProductAttributeCombinationQuery filterByOrderProduct( OrderProduct|ObjectCollection $orderProduct, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderProduct object

Parameters

OrderProduct|ObjectCollection $orderProduct The related object(s) to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 698
OrderProductAttributeCombinationQuery joinOrderProduct( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderProduct relation

Parameters

string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 733
OrderProductQuery useOrderProductQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderProduct relation OrderProduct object

Parameters

string $relationAlias optional alias for the relation, to be used as main alias in the secondary query
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'

Return Value

OrderProductQuery A secondary query class using the current class as primary query

See also

useQuery()

at line 747
OrderProductAttributeCombinationQuery prune( OrderProductAttributeCombination $orderProductAttributeCombination = null)

Exclude object from result

Parameters

OrderProductAttributeCombination $orderProductAttributeCombination Object to remove from the list of results

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 762
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the orderproductattribute_combination table.

Parameters

ConnectionInterface $con the connection to use

Return Value

int The number of affected rows (if supported by underlying database driver).

at line 799
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildOrderProductAttributeCombination or Criteria object OR a primary key value.

Parameters

ConnectionInterface $con

Return Value

int The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows if supported by native driver or if emulated using Propel.

Exceptions

PropelException Any exceptions caught during processing will be rethrown wrapped into a PropelException.

at line 840
OrderProductAttributeCombinationQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 852
OrderProductAttributeCombinationQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 862
OrderProductAttributeCombinationQuery lastUpdatedFirst()

Order by update date desc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 872
OrderProductAttributeCombinationQuery firstUpdatedFirst()

Order by update date asc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 882
OrderProductAttributeCombinationQuery lastCreatedFirst()

Order by create date desc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 892
OrderProductAttributeCombinationQuery firstCreatedFirst()

Order by create date asc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

at line 88
ChildOrderProductAttributeCombinationQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByOrderProductId($order = Criteria::ASC)

Order by the orderproductid column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeTitle($order = Criteria::ASC)

Order by the attribute_title column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeChapo($order = Criteria::ASC)

Order by the attribute_chapo column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeDescription($order = Criteria::ASC)

Order by the attribute_description column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributePostscriptum($order = Criteria::ASC)

Order by the attribute_postscriptum column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeAvTitle($order = Criteria::ASC)

Order by the attributeavtitle column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeAvChapo($order = Criteria::ASC)

Order by the attributeavchapo column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeAvDescription($order = Criteria::ASC)

Order by the attributeavdescription column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByAttributeAvPostscriptum($order = Criteria::ASC)

Order by the attributeavpostscriptum column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupById()

Group by the id column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByOrderProductId()

Group by the orderproductid column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeTitle()

Group by the attribute_title column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeChapo()

Group by the attribute_chapo column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeDescription()

Group by the attribute_description column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributePostscriptum()

Group by the attribute_postscriptum column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeAvTitle()

Group by the attributeavtitle column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeAvChapo()

Group by the attributeavchapo column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeAvDescription()

Group by the attributeavdescription column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByAttributeAvPostscriptum()

Group by the attributeavpostscriptum column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery leftJoinOrderProduct($relationAlias = null)

Adds a LEFT JOIN clause to the query using the OrderProduct relation

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery rightJoinOrderProduct($relationAlias = null)

Adds a RIGHT JOIN clause to the query using the OrderProduct relation

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombinationQuery innerJoinOrderProduct($relationAlias = null)

Adds a INNER JOIN clause to the query using the OrderProduct relation

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

at line 88
ChildOrderProductAttributeCombination findOne( ConnectionInterface $con = null)

Return the first ChildOrderProductAttributeCombination matching the query

Parameters

ConnectionInterface $con

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneOrCreate( ConnectionInterface $con = null)

Return the first ChildOrderProductAttributeCombination matching the query, or a new ChildOrderProductAttributeCombination object populated from the query conditions when no match is found

Parameters

ConnectionInterface $con

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneById( int $id)

Return the first ChildOrderProductAttributeCombination filtered by the id column

Parameters

int $id

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByOrderProductId( int $order_product_id)

Return the first ChildOrderProductAttributeCombination filtered by the orderproductid column

Parameters

int $order_product_id

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeTitle( string $attribute_title)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_title column

Parameters

string $attribute_title

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeChapo( string $attribute_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_chapo column

Parameters

string $attribute_chapo

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeDescription( string $attribute_description)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_description column

Parameters

string $attribute_description

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributePostscriptum( string $attribute_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_postscriptum column

Parameters

string $attribute_postscriptum

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeAvTitle( string $attribute_av_title)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavtitle column

Parameters

string $attribute_av_title

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeAvChapo( string $attribute_av_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavchapo column

Parameters

string $attribute_av_chapo

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeAvDescription( string $attribute_av_description)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavdescription column

Parameters

string $attribute_av_description

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavpostscriptum column

Parameters

string $attribute_av_postscriptum

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByCreatedAt( string $created_at)

Return the first ChildOrderProductAttributeCombination filtered by the created_at column

Parameters

string $created_at

Return Value

ChildOrderProductAttributeCombination

at line 88
ChildOrderProductAttributeCombination findOneByUpdatedAt( string $updated_at)

Return the first ChildOrderProductAttributeCombination filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildOrderProductAttributeCombination

at line 88
array findById( int $id)

Return ChildOrderProductAttributeCombination objects filtered by the id column

Parameters

int $id

Return Value

array

at line 88
array findByOrderProductId( int $order_product_id)

Return ChildOrderProductAttributeCombination objects filtered by the orderproductid column

Parameters

int $order_product_id

Return Value

array

at line 88
array findByAttributeTitle( string $attribute_title)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_title column

Parameters

string $attribute_title

Return Value

array

at line 88
array findByAttributeChapo( string $attribute_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_chapo column

Parameters

string $attribute_chapo

Return Value

array

at line 88
array findByAttributeDescription( string $attribute_description)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_description column

Parameters

string $attribute_description

Return Value

array

at line 88
array findByAttributePostscriptum( string $attribute_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_postscriptum column

Parameters

string $attribute_postscriptum

Return Value

array

at line 88
array findByAttributeAvTitle( string $attribute_av_title)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavtitle column

Parameters

string $attribute_av_title

Return Value

array

at line 88
array findByAttributeAvChapo( string $attribute_av_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavchapo column

Parameters

string $attribute_av_chapo

Return Value

array

at line 88
array findByAttributeAvDescription( string $attribute_av_description)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavdescription column

Parameters

string $attribute_av_description

Return Value

array

at line 88
array findByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavpostscriptum column

Parameters

string $attribute_av_postscriptum

Return Value

array

at line 88
array findByCreatedAt( string $created_at)

Return ChildOrderProductAttributeCombination objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

at line 88
array findByUpdatedAt( string $updated_at)

Return ChildOrderProductAttributeCombination objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array