class AttributeAvQuery extends AttributeAvQuery

Skeleton subclass for performing query and update operations on the 'attribute_av' 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\\AttributeAv', string $modelAlias = null)

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

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

Returns a new ChildAttributeAvQuery object.

AttributeAv|array|mixed
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

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

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

filterByAttributeCombination( AttributeCombination|ObjectCollection $attributeCombination, string $comparison = null)

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

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

Adds a JOIN clause to the query using the AttributeCombination relation

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

Use the AttributeCombination relation AttributeCombination object

filterBySaleProduct( SaleProduct|ObjectCollection $saleProduct, string $comparison = null)

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

joinSaleProduct( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the SaleProduct relation

useSaleProductQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the SaleProduct relation SaleProduct object

filterByAttributeAvI18n( AttributeAvI18n|ObjectCollection $attributeAvI18n, string $comparison = null)

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

joinAttributeAvI18n( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Adds a JOIN clause to the query using the AttributeAvI18n relation

useAttributeAvI18nQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Use the AttributeAvI18n relation AttributeAvI18n object

prune( AttributeAv $attributeAv = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the attribute_av table.

int
delete( ConnectionInterface $con = null)

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

joinI18n( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the i18n relation

joinWithI18n( string $locale = 'en_US', string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query and hydrates the related I18n object.

useI18nQuery( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the I18n relation query object

ChildAttributeAvQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildAttributeAvQuery
orderByAttributeId($order = Criteria::ASC)

Order by the attribute_id column

ChildAttributeAvQuery
orderByPosition($order = Criteria::ASC)

Order by the position column

ChildAttributeAvQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildAttributeAvQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildAttributeAvQuery
groupById()

Group by the id column

ChildAttributeAvQuery
groupByAttributeId()

Group by the attribute_id column

ChildAttributeAvQuery
groupByPosition()

Group by the position column

ChildAttributeAvQuery
groupByCreatedAt()

Group by the created_at column

ChildAttributeAvQuery
groupByUpdatedAt()

Group by the updated_at column

ChildAttributeAvQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildAttributeAvQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildAttributeAvQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildAttributeAvQuery
leftJoinAttribute($relationAlias = null)

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

ChildAttributeAvQuery
rightJoinAttribute($relationAlias = null)

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

ChildAttributeAvQuery
innerJoinAttribute($relationAlias = null)

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

ChildAttributeAvQuery
leftJoinAttributeCombination($relationAlias = null)

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

ChildAttributeAvQuery
rightJoinAttributeCombination($relationAlias = null)

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

ChildAttributeAvQuery
innerJoinAttributeCombination($relationAlias = null)

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

ChildAttributeAvQuery
leftJoinSaleProduct($relationAlias = null)

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

ChildAttributeAvQuery
rightJoinSaleProduct($relationAlias = null)

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

ChildAttributeAvQuery
innerJoinSaleProduct($relationAlias = null)

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

ChildAttributeAvQuery
leftJoinAttributeAvI18n($relationAlias = null)

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

ChildAttributeAvQuery
rightJoinAttributeAvI18n($relationAlias = null)

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

ChildAttributeAvQuery
innerJoinAttributeAvI18n($relationAlias = null)

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

ChildAttributeAv
findOne( ConnectionInterface $con = null)

Return the first ChildAttributeAv matching the query

ChildAttributeAv
findOneOrCreate( ConnectionInterface $con = null)

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

ChildAttributeAv
findOneById( int $id)

Return the first ChildAttributeAv filtered by the id column

ChildAttributeAv
findOneByAttributeId( int $attribute_id)

Return the first ChildAttributeAv filtered by the attribute_id column

ChildAttributeAv
findOneByPosition( int $position)

Return the first ChildAttributeAv filtered by the position column

ChildAttributeAv
findOneByCreatedAt( string $created_at)

Return the first ChildAttributeAv filtered by the created_at column

ChildAttributeAv
findOneByUpdatedAt( string $updated_at)

Return the first ChildAttributeAv filtered by the updated_at column

array
findById( int $id)

Return ChildAttributeAv objects filtered by the id column

array
findByAttributeId( int $attribute_id)

Return ChildAttributeAv objects filtered by the attribute_id column

array
findByPosition( int $position)

Return ChildAttributeAv objects filtered by the position column

array
findByCreatedAt( string $created_at)

Return ChildAttributeAv objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildAttributeAv objects filtered by the updated_at column

Details

in AttributeAvQuery at line 83
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\AttributeAv', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\AttributeAvQuery 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'

in AttributeAvQuery at line 96
static AttributeAvQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildAttributeAvQuery object.

Parameters

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

Return Value

AttributeAvQuery

in AttributeAvQuery at line 126
AttributeAv|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

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

in AttributeAvQuery at line 208
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

in AttributeAvQuery at line 229
AttributeAvQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 242
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 266
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 309
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

See also

filterByAttribute()

in AttributeAvQuery at line 350
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 393
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 436
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 467
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 492
AttributeAvQuery 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

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 527
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()

in AttributeAvQuery at line 542
AttributeAvQuery filterByAttributeCombination( AttributeCombination|ObjectCollection $attributeCombination, string $comparison = null)

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

Parameters

AttributeCombination|ObjectCollection $attributeCombination the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 565
AttributeAvQuery joinAttributeCombination( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the AttributeCombination relation

Parameters

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

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 600
AttributeCombinationQuery useAttributeCombinationQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

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

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

See also

useQuery()

in AttributeAvQuery at line 615
AttributeAvQuery filterBySaleProduct( SaleProduct|ObjectCollection $saleProduct, string $comparison = null)

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

Parameters

SaleProduct|ObjectCollection $saleProduct the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 638
AttributeAvQuery joinSaleProduct( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the SaleProduct relation

Parameters

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

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 673
SaleProductQuery useSaleProductQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

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

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

See also

useQuery()

in AttributeAvQuery at line 688
AttributeAvQuery filterByAttributeAvI18n( AttributeAvI18n|ObjectCollection $attributeAvI18n, string $comparison = null)

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

Parameters

AttributeAvI18n|ObjectCollection $attributeAvI18n the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 711
AttributeAvQuery joinAttributeAvI18n( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Adds a JOIN clause to the query using the AttributeAvI18n relation

Parameters

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

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 746
AttributeAvI18nQuery useAttributeAvI18nQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN')

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

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

See also

useQuery()

in AttributeAvQuery at line 760
AttributeAvQuery prune( AttributeAv $attributeAv = null)

Exclude object from result

Parameters

AttributeAv $attributeAv Object to remove from the list of results

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 775
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the attribute_av table.

Parameters

ConnectionInterface $con the connection to use

Return Value

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

in AttributeAvQuery at line 812
int delete( ConnectionInterface $con = null)

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

in AttributeAvQuery at line 853
AttributeAvQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 865
AttributeAvQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 875
AttributeAvQuery lastUpdatedFirst()

Order by update date desc

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 885
AttributeAvQuery firstUpdatedFirst()

Order by update date asc

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 895
AttributeAvQuery lastCreatedFirst()

Order by create date desc

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 905
AttributeAvQuery firstCreatedFirst()

Order by create date asc

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 921
AttributeAvQuery joinI18n( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the i18n relation

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 939
AttributeAvQuery joinWithI18n( string $locale = 'en_US', string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query and hydrates the related I18n object.

Shortcut for $c->joinI18n($locale)->with()

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

AttributeAvQuery The current query, for fluid interface

in AttributeAvQuery at line 960
AttributeAvI18nQuery useI18nQuery( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the I18n relation query object

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

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

See also

useQuery()

in AttributeAvQuery at line 73
ChildAttributeAvQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery orderByAttributeId($order = Criteria::ASC)

Order by the attribute_id column

Parameters

$order

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery orderByPosition($order = Criteria::ASC)

Order by the position column

Parameters

$order

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery groupById()

Group by the id column

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery groupByAttributeId()

Group by the attribute_id column

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery groupByPosition()

Group by the position column

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery leftJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery rightJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery innerJoinAttribute($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery leftJoinAttributeCombination($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery rightJoinAttributeCombination($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery innerJoinAttributeCombination($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery leftJoinSaleProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery rightJoinSaleProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery innerJoinSaleProduct($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery leftJoinAttributeAvI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery rightJoinAttributeAvI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAvQuery innerJoinAttributeAvI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildAttributeAvQuery

in AttributeAvQuery at line 73
ChildAttributeAv findOne( ConnectionInterface $con = null)

Return the first ChildAttributeAv matching the query

Parameters

ConnectionInterface $con

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneById( int $id)

Return the first ChildAttributeAv filtered by the id column

Parameters

int $id

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneByAttributeId( int $attribute_id)

Return the first ChildAttributeAv filtered by the attribute_id column

Parameters

int $attribute_id

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneByPosition( int $position)

Return the first ChildAttributeAv filtered by the position column

Parameters

int $position

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneByCreatedAt( string $created_at)

Return the first ChildAttributeAv filtered by the created_at column

Parameters

string $created_at

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
ChildAttributeAv findOneByUpdatedAt( string $updated_at)

Return the first ChildAttributeAv filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildAttributeAv

in AttributeAvQuery at line 73
array findById( int $id)

Return ChildAttributeAv objects filtered by the id column

Parameters

int $id

Return Value

array

in AttributeAvQuery at line 73
array findByAttributeId( int $attribute_id)

Return ChildAttributeAv objects filtered by the attribute_id column

Parameters

int $attribute_id

Return Value

array

in AttributeAvQuery at line 73
array findByPosition( int $position)

Return ChildAttributeAv objects filtered by the position column

Parameters

int $position

Return Value

array

in AttributeAvQuery at line 73
array findByCreatedAt( string $created_at)

Return ChildAttributeAv objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

in AttributeAvQuery at line 73
array findByUpdatedAt( string $updated_at)

Return ChildAttributeAv objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array