class AttributeCombinationQuery extends ModelCriteria

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

Methods

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

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

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

Returns a new ChildAttributeCombinationQuery object.

AttributeCombination|array|mixed
findPk($key, $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(array(12, 56), array(832, 123), array(123, 456)), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterByAttributeId( mixed $attributeId = null, string $comparison = null)

Filter the query on the attribute_id column

filterByAttributeAvId( mixed $attributeAvId = null, string $comparison = null)

Filter the query on the attributeavid column

filterByProductSaleElementsId( mixed $productSaleElementsId = null, string $comparison = null)

Filter the query on the productsaleelements_id column

filterByPosition( mixed $position = null, string $comparison = null)

Filter the query on the position 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

filterByAttribute( Attribute|ObjectCollection $attribute, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Attribute relation

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

Use the Attribute relation Attribute object

filterByAttributeAv( AttributeAv|ObjectCollection $attributeAv, string $comparison = null)

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

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

Adds a JOIN clause to the query using the AttributeAv relation

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

Use the AttributeAv relation AttributeAv object

filterByProductSaleElements( ProductSaleElements|ObjectCollection $productSaleElements, string $comparison = null)

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

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

Adds a JOIN clause to the query using the ProductSaleElements relation

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

Use the ProductSaleElements relation ProductSaleElements object

prune( AttributeCombination $attributeCombination = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the attribute_combination table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildAttributeCombination 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

lastUpdatedFirst()

Order by update date desc

firstUpdatedFirst()

Order by update date asc

lastCreatedFirst()

Order by create date desc

firstCreatedFirst()

Order by create date asc

ChildAttributeCombinationQuery
orderByAttributeId($order = Criteria::ASC)

Order by the attribute_id column

ChildAttributeCombinationQuery
orderByAttributeAvId($order = Criteria::ASC)

Order by the attributeavid column

ChildAttributeCombinationQuery
orderByProductSaleElementsId($order = Criteria::ASC)

Order by the productsaleelements_id column

ChildAttributeCombinationQuery
orderByPosition($order = Criteria::ASC)

Order by the position column

ChildAttributeCombinationQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildAttributeCombinationQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildAttributeCombinationQuery
groupByAttributeId()

Group by the attribute_id column

ChildAttributeCombinationQuery
groupByAttributeAvId()

Group by the attributeavid column

ChildAttributeCombinationQuery
groupByProductSaleElementsId()

Group by the productsaleelements_id column

ChildAttributeCombinationQuery
groupByPosition()

Group by the position column

ChildAttributeCombinationQuery
groupByCreatedAt()

Group by the created_at column

ChildAttributeCombinationQuery
groupByUpdatedAt()

Group by the updated_at column

ChildAttributeCombinationQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildAttributeCombinationQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildAttributeCombinationQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildAttributeCombinationQuery
leftJoinAttribute($relationAlias = null)

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

ChildAttributeCombinationQuery
rightJoinAttribute($relationAlias = null)

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

ChildAttributeCombinationQuery
innerJoinAttribute($relationAlias = null)

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

ChildAttributeCombinationQuery
leftJoinAttributeAv($relationAlias = null)

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

ChildAttributeCombinationQuery
rightJoinAttributeAv($relationAlias = null)

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

ChildAttributeCombinationQuery
innerJoinAttributeAv($relationAlias = null)

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

ChildAttributeCombinationQuery
leftJoinProductSaleElements($relationAlias = null)

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

ChildAttributeCombinationQuery
rightJoinProductSaleElements($relationAlias = null)

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

ChildAttributeCombinationQuery
innerJoinProductSaleElements($relationAlias = null)

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

ChildAttributeCombination
findOne( ConnectionInterface $con = null)

Return the first ChildAttributeCombination matching the query

ChildAttributeCombination
findOneOrCreate( ConnectionInterface $con = null)

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

ChildAttributeCombination
findOneByAttributeId( int $attribute_id)

Return the first ChildAttributeCombination filtered by the attribute_id column

ChildAttributeCombination
findOneByAttributeAvId( int $attribute_av_id)

Return the first ChildAttributeCombination filtered by the attributeavid column

ChildAttributeCombination
findOneByProductSaleElementsId( int $product_sale_elements_id)

Return the first ChildAttributeCombination filtered by the productsaleelements_id column

ChildAttributeCombination
findOneByPosition( int $position)

Return the first ChildAttributeCombination filtered by the position column

ChildAttributeCombination
findOneByCreatedAt( string $created_at)

Return the first ChildAttributeCombination filtered by the created_at column

ChildAttributeCombination
findOneByUpdatedAt( string $updated_at)

Return the first ChildAttributeCombination filtered by the updated_at column

array
findByAttributeId( int $attribute_id)

Return ChildAttributeCombination objects filtered by the attribute_id column

array
findByAttributeAvId( int $attribute_av_id)

Return ChildAttributeCombination objects filtered by the attributeavid column

array
findByProductSaleElementsId( int $product_sale_elements_id)

Return ChildAttributeCombination objects filtered by the productsaleelements_id column

array
findByPosition( int $position)

Return ChildAttributeCombination objects filtered by the position column

array
findByCreatedAt( string $created_at)

Return ChildAttributeCombination objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildAttributeCombination objects filtered by the updated_at column

Details

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

Initializes internal state of \Thelia\Model\Base\AttributeCombinationQuery 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 95
static AttributeCombinationQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildAttributeCombinationQuery object.

Parameters

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

Return Value

AttributeCombinationQuery

at line 125
AttributeCombination|array|mixed findPk($key, $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(array(12, 34, 56), $con);

Parameters

$key
$con

Return Value

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

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

Find objects by primary key $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $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 230
AttributeCombinationQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 246
AttributeCombinationQuery 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

AttributeCombinationQuery The current query, for fluid interface

at line 283
AttributeCombinationQuery filterByAttributeId( mixed $attributeId = null, string $comparison = null)

Filter the query on the attribute_id column

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

Parameters

mixed $attributeId 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

AttributeCombinationQuery The current query, for fluid interface

See also

filterByAttribute()

at line 326
AttributeCombinationQuery filterByAttributeAvId( mixed $attributeAvId = null, string $comparison = null)

Filter the query on the attributeavid column

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

Parameters

mixed $attributeAvId 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

AttributeCombinationQuery The current query, for fluid interface

See also

filterByAttributeAv()

at line 369
AttributeCombinationQuery filterByProductSaleElementsId( mixed $productSaleElementsId = null, string $comparison = null)

Filter the query on the productsaleelements_id column

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

Parameters

mixed $productSaleElementsId 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

AttributeCombinationQuery The current query, for fluid interface

See also

filterByProductSaleElements()

at line 410
AttributeCombinationQuery filterByPosition( mixed $position = null, string $comparison = null)

Filter the query on the position column

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

Parameters

mixed $position 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

AttributeCombinationQuery The current query, for fluid interface

at line 453
AttributeCombinationQuery 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

AttributeCombinationQuery The current query, for fluid interface

at line 496
AttributeCombinationQuery 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

AttributeCombinationQuery The current query, for fluid interface

at line 527
AttributeCombinationQuery filterByAttribute( Attribute|ObjectCollection $attribute, string $comparison = null)

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

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 552
AttributeCombinationQuery joinAttribute( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Attribute relation

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 587
AttributeQuery useAttributeQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the Attribute relation Attribute 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

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

See also

useQuery()

at line 602
AttributeCombinationQuery filterByAttributeAv( AttributeAv|ObjectCollection $attributeAv, string $comparison = null)

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

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 627
AttributeCombinationQuery joinAttributeAv( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the AttributeAv relation

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 662
AttributeAvQuery useAttributeAvQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the AttributeAv relation AttributeAv 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

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

See also

useQuery()

at line 677
AttributeCombinationQuery filterByProductSaleElements( ProductSaleElements|ObjectCollection $productSaleElements, string $comparison = null)

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

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 702
AttributeCombinationQuery joinProductSaleElements( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the ProductSaleElements relation

Parameters

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

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 737
ProductSaleElementsQuery useProductSaleElementsQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the ProductSaleElements relation ProductSaleElements 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

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

See also

useQuery()

at line 751
AttributeCombinationQuery prune( AttributeCombination $attributeCombination = null)

Exclude object from result

Parameters

AttributeCombination $attributeCombination Object to remove from the list of results

Return Value

AttributeCombinationQuery The current query, for fluid interface

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

Deletes all rows from the attribute_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 806
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildAttributeCombination 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 847
AttributeCombinationQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 859
AttributeCombinationQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 869
AttributeCombinationQuery lastUpdatedFirst()

Order by update date desc

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 879
AttributeCombinationQuery firstUpdatedFirst()

Order by update date asc

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 889
AttributeCombinationQuery lastCreatedFirst()

Order by create date desc

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 899
AttributeCombinationQuery firstCreatedFirst()

Order by create date asc

Return Value

AttributeCombinationQuery The current query, for fluid interface

at line 72
ChildAttributeCombinationQuery orderByAttributeId($order = Criteria::ASC)

Order by the attribute_id column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery orderByAttributeAvId($order = Criteria::ASC)

Order by the attributeavid column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery orderByProductSaleElementsId($order = Criteria::ASC)

Order by the productsaleelements_id column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery orderByPosition($order = Criteria::ASC)

Order by the position column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByAttributeId()

Group by the attribute_id column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByAttributeAvId()

Group by the attributeavid column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByProductSaleElementsId()

Group by the productsaleelements_id column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByPosition()

Group by the position column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery leftJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery rightJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery innerJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery leftJoinAttributeAv($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery rightJoinAttributeAv($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery innerJoinAttributeAv($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery leftJoinProductSaleElements($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery rightJoinProductSaleElements($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombinationQuery innerJoinProductSaleElements($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeCombinationQuery

at line 72
ChildAttributeCombination findOne( ConnectionInterface $con = null)

Return the first ChildAttributeCombination matching the query

Parameters

ConnectionInterface $con

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByAttributeId( int $attribute_id)

Return the first ChildAttributeCombination filtered by the attribute_id column

Parameters

int $attribute_id

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByAttributeAvId( int $attribute_av_id)

Return the first ChildAttributeCombination filtered by the attributeavid column

Parameters

int $attribute_av_id

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByProductSaleElementsId( int $product_sale_elements_id)

Return the first ChildAttributeCombination filtered by the productsaleelements_id column

Parameters

int $product_sale_elements_id

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByPosition( int $position)

Return the first ChildAttributeCombination filtered by the position column

Parameters

int $position

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByCreatedAt( string $created_at)

Return the first ChildAttributeCombination filtered by the created_at column

Parameters

string $created_at

Return Value

ChildAttributeCombination

at line 72
ChildAttributeCombination findOneByUpdatedAt( string $updated_at)

Return the first ChildAttributeCombination filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildAttributeCombination

at line 72
array findByAttributeId( int $attribute_id)

Return ChildAttributeCombination objects filtered by the attribute_id column

Parameters

int $attribute_id

Return Value

array

at line 72
array findByAttributeAvId( int $attribute_av_id)

Return ChildAttributeCombination objects filtered by the attributeavid column

Parameters

int $attribute_av_id

Return Value

array

at line 72
array findByProductSaleElementsId( int $product_sale_elements_id)

Return ChildAttributeCombination objects filtered by the productsaleelements_id column

Parameters

int $product_sale_elements_id

Return Value

array

at line 72
array findByPosition( int $position)

Return ChildAttributeCombination objects filtered by the position column

Parameters

int $position

Return Value

array

at line 72
array findByCreatedAt( string $created_at)

Return ChildAttributeCombination objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

at line 72
array findByUpdatedAt( string $updated_at)

Return ChildAttributeCombination objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array