class OrderProductAttributeCombinationQuery extends OrderProductAttributeCombinationQuery

Skeleton subclass for performing query and update operations on the 'orderproductattribute_combination' table.

You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

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);

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.

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

__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'

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

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

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

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

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

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

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()

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

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

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

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

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

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

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

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

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

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

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

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

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()

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

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).

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.

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

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

OrderProductAttributeCombinationQuery lastUpdatedFirst()

Order by update date desc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

OrderProductAttributeCombinationQuery firstUpdatedFirst()

Order by update date asc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

OrderProductAttributeCombinationQuery lastCreatedFirst()

Order by create date desc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

OrderProductAttributeCombinationQuery firstCreatedFirst()

Order by create date asc

Return Value

OrderProductAttributeCombinationQuery The current query, for fluid interface

ChildOrderProductAttributeCombinationQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByOrderProductId($order = Criteria::ASC)

Order by the orderproductid column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeTitle($order = Criteria::ASC)

Order by the attribute_title column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeChapo($order = Criteria::ASC)

Order by the attribute_chapo column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeDescription($order = Criteria::ASC)

Order by the attribute_description column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributePostscriptum($order = Criteria::ASC)

Order by the attribute_postscriptum column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeAvTitle($order = Criteria::ASC)

Order by the attributeavtitle column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeAvChapo($order = Criteria::ASC)

Order by the attributeavchapo column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeAvDescription($order = Criteria::ASC)

Order by the attributeavdescription column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByAttributeAvPostscriptum($order = Criteria::ASC)

Order by the attributeavpostscriptum column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupById()

Group by the id column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByOrderProductId()

Group by the orderproductid column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeTitle()

Group by the attribute_title column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeChapo()

Group by the attribute_chapo column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeDescription()

Group by the attribute_description column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributePostscriptum()

Group by the attribute_postscriptum column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeAvTitle()

Group by the attributeavtitle column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeAvChapo()

Group by the attributeavchapo column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeAvDescription()

Group by the attributeavdescription column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByAttributeAvPostscriptum()

Group by the attributeavpostscriptum column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery leftJoinOrderProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery rightJoinOrderProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombinationQuery innerJoinOrderProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildOrderProductAttributeCombinationQuery

ChildOrderProductAttributeCombination findOne( ConnectionInterface $con = null)

Return the first ChildOrderProductAttributeCombination matching the query

Parameters

ConnectionInterface $con

Return Value

ChildOrderProductAttributeCombination

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

ChildOrderProductAttributeCombination findOneById( int $id)

Return the first ChildOrderProductAttributeCombination filtered by the id column

Parameters

int $id

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByOrderProductId( int $order_product_id)

Return the first ChildOrderProductAttributeCombination filtered by the orderproductid column

Parameters

int $order_product_id

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeTitle( string $attribute_title)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_title column

Parameters

string $attribute_title

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeChapo( string $attribute_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_chapo column

Parameters

string $attribute_chapo

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeDescription( string $attribute_description)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_description column

Parameters

string $attribute_description

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributePostscriptum( string $attribute_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attribute_postscriptum column

Parameters

string $attribute_postscriptum

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeAvTitle( string $attribute_av_title)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavtitle column

Parameters

string $attribute_av_title

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeAvChapo( string $attribute_av_chapo)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavchapo column

Parameters

string $attribute_av_chapo

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeAvDescription( string $attribute_av_description)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavdescription column

Parameters

string $attribute_av_description

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return the first ChildOrderProductAttributeCombination filtered by the attributeavpostscriptum column

Parameters

string $attribute_av_postscriptum

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByCreatedAt( string $created_at)

Return the first ChildOrderProductAttributeCombination filtered by the created_at column

Parameters

string $created_at

Return Value

ChildOrderProductAttributeCombination

ChildOrderProductAttributeCombination findOneByUpdatedAt( string $updated_at)

Return the first ChildOrderProductAttributeCombination filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildOrderProductAttributeCombination

array findById( int $id)

Return ChildOrderProductAttributeCombination objects filtered by the id column

Parameters

int $id

Return Value

array

array findByOrderProductId( int $order_product_id)

Return ChildOrderProductAttributeCombination objects filtered by the orderproductid column

Parameters

int $order_product_id

Return Value

array

array findByAttributeTitle( string $attribute_title)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_title column

Parameters

string $attribute_title

Return Value

array

array findByAttributeChapo( string $attribute_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_chapo column

Parameters

string $attribute_chapo

Return Value

array

array findByAttributeDescription( string $attribute_description)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_description column

Parameters

string $attribute_description

Return Value

array

array findByAttributePostscriptum( string $attribute_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attribute_postscriptum column

Parameters

string $attribute_postscriptum

Return Value

array

array findByAttributeAvTitle( string $attribute_av_title)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavtitle column

Parameters

string $attribute_av_title

Return Value

array

array findByAttributeAvChapo( string $attribute_av_chapo)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavchapo column

Parameters

string $attribute_av_chapo

Return Value

array

array findByAttributeAvDescription( string $attribute_av_description)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavdescription column

Parameters

string $attribute_av_description

Return Value

array

array findByAttributeAvPostscriptum( string $attribute_av_postscriptum)

Return ChildOrderProductAttributeCombination objects filtered by the attributeavpostscriptum column

Parameters

string $attribute_av_postscriptum

Return Value

array

array findByCreatedAt( string $created_at)

Return ChildOrderProductAttributeCombination objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

array findByUpdatedAt( string $updated_at)

Return ChildOrderProductAttributeCombination objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array