class TaxRuleCountryQuery extends TaxRuleCountryQuery

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

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

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

Returns a new ChildTaxRuleCountryQuery object.

TaxRuleCountry|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

filterByTaxRuleId( mixed $taxRuleId = null, string $comparison = null)

Filter the query on the taxruleid column

filterByCountryId( mixed $countryId = null, string $comparison = null)

Filter the query on the country_id column

filterByStateId( mixed $stateId = null, string $comparison = null)

Filter the query on the state_id column

filterByTaxId( mixed $taxId = null, string $comparison = null)

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

filterByTax( Tax|ObjectCollection $tax, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Tax relation

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

Use the Tax relation Tax object

filterByTaxRule( TaxRule|ObjectCollection $taxRule, string $comparison = null)

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

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

Adds a JOIN clause to the query using the TaxRule relation

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

Use the TaxRule relation TaxRule object

filterByCountry( Country|ObjectCollection $country, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Country relation

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

Use the Country relation Country object

filterByState( State|ObjectCollection $state, string $comparison = null)

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

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

Adds a JOIN clause to the query using the State relation

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

Use the State relation State object

prune( TaxRuleCountry $taxRuleCountry = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the taxrulecountry table.

int
delete( ConnectionInterface $con = null)

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

ChildTaxRuleCountryQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildTaxRuleCountryQuery
orderByTaxRuleId($order = Criteria::ASC)

Order by the taxruleid column

ChildTaxRuleCountryQuery
orderByCountryId($order = Criteria::ASC)

Order by the country_id column

ChildTaxRuleCountryQuery
orderByStateId($order = Criteria::ASC)

Order by the state_id column

ChildTaxRuleCountryQuery
orderByTaxId($order = Criteria::ASC)

Order by the tax_id column

ChildTaxRuleCountryQuery
orderByPosition($order = Criteria::ASC)

Order by the position column

ChildTaxRuleCountryQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildTaxRuleCountryQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildTaxRuleCountryQuery
groupById()

Group by the id column

ChildTaxRuleCountryQuery
groupByTaxRuleId()

Group by the taxruleid column

ChildTaxRuleCountryQuery
groupByCountryId()

Group by the country_id column

ChildTaxRuleCountryQuery
groupByStateId()

Group by the state_id column

ChildTaxRuleCountryQuery
groupByTaxId()

Group by the tax_id column

ChildTaxRuleCountryQuery
groupByPosition()

Group by the position column

ChildTaxRuleCountryQuery
groupByCreatedAt()

Group by the created_at column

ChildTaxRuleCountryQuery
groupByUpdatedAt()

Group by the updated_at column

ChildTaxRuleCountryQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildTaxRuleCountryQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildTaxRuleCountryQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildTaxRuleCountryQuery
leftJoinTax($relationAlias = null)

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

ChildTaxRuleCountryQuery
rightJoinTax($relationAlias = null)

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

ChildTaxRuleCountryQuery
innerJoinTax($relationAlias = null)

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

ChildTaxRuleCountryQuery
leftJoinTaxRule($relationAlias = null)

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

ChildTaxRuleCountryQuery
rightJoinTaxRule($relationAlias = null)

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

ChildTaxRuleCountryQuery
innerJoinTaxRule($relationAlias = null)

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

ChildTaxRuleCountryQuery
leftJoinCountry($relationAlias = null)

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

ChildTaxRuleCountryQuery
rightJoinCountry($relationAlias = null)

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

ChildTaxRuleCountryQuery
innerJoinCountry($relationAlias = null)

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

ChildTaxRuleCountryQuery
leftJoinState($relationAlias = null)

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

ChildTaxRuleCountryQuery
rightJoinState($relationAlias = null)

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

ChildTaxRuleCountryQuery
innerJoinState($relationAlias = null)

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

ChildTaxRuleCountry
findOne( ConnectionInterface $con = null)

Return the first ChildTaxRuleCountry matching the query

ChildTaxRuleCountry
findOneOrCreate( ConnectionInterface $con = null)

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

ChildTaxRuleCountry
findOneById( int $id)

Return the first ChildTaxRuleCountry filtered by the id column

ChildTaxRuleCountry
findOneByTaxRuleId( int $tax_rule_id)

Return the first ChildTaxRuleCountry filtered by the taxruleid column

ChildTaxRuleCountry
findOneByCountryId( int $country_id)

Return the first ChildTaxRuleCountry filtered by the country_id column

ChildTaxRuleCountry
findOneByStateId( int $state_id)

Return the first ChildTaxRuleCountry filtered by the state_id column

ChildTaxRuleCountry
findOneByTaxId( int $tax_id)

Return the first ChildTaxRuleCountry filtered by the tax_id column

ChildTaxRuleCountry
findOneByPosition( int $position)

Return the first ChildTaxRuleCountry filtered by the position column

ChildTaxRuleCountry
findOneByCreatedAt( string $created_at)

Return the first ChildTaxRuleCountry filtered by the created_at column

ChildTaxRuleCountry
findOneByUpdatedAt( string $updated_at)

Return the first ChildTaxRuleCountry filtered by the updated_at column

array
findById( int $id)

Return ChildTaxRuleCountry objects filtered by the id column

array
findByTaxRuleId( int $tax_rule_id)

Return ChildTaxRuleCountry objects filtered by the taxruleid column

array
findByCountryId( int $country_id)

Return ChildTaxRuleCountry objects filtered by the country_id column

array
findByStateId( int $state_id)

Return ChildTaxRuleCountry objects filtered by the state_id column

array
findByTaxId( int $tax_id)

Return ChildTaxRuleCountry objects filtered by the tax_id column

array
findByPosition( int $position)

Return ChildTaxRuleCountry objects filtered by the position column

array
findByCreatedAt( string $created_at)

Return ChildTaxRuleCountry objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildTaxRuleCountry objects filtered by the updated_at column

Details

in TaxRuleCountryQuery at line 94
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\TaxRuleCountry', string $modelAlias = null)

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

Returns a new ChildTaxRuleCountryQuery object.

Parameters

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

Return Value

TaxRuleCountryQuery

in TaxRuleCountryQuery at line 137
TaxRuleCountry|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

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

in TaxRuleCountryQuery at line 219
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 TaxRuleCountryQuery at line 240
TaxRuleCountryQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 253
TaxRuleCountryQuery 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

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 277
TaxRuleCountryQuery 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

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 320
TaxRuleCountryQuery filterByTaxRuleId( mixed $taxRuleId = null, string $comparison = null)

Filter the query on the taxruleid column

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

Parameters

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

TaxRuleCountryQuery The current query, for fluid interface

See also

filterByTaxRule()

in TaxRuleCountryQuery at line 363
TaxRuleCountryQuery filterByCountryId( mixed $countryId = null, string $comparison = null)

Filter the query on the country_id column

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

Parameters

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

TaxRuleCountryQuery The current query, for fluid interface

See also

filterByCountry()

in TaxRuleCountryQuery at line 406
TaxRuleCountryQuery filterByStateId( mixed $stateId = null, string $comparison = null)

Filter the query on the state_id column

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

Parameters

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

TaxRuleCountryQuery The current query, for fluid interface

See also

filterByState()

in TaxRuleCountryQuery at line 449
TaxRuleCountryQuery filterByTaxId( mixed $taxId = null, string $comparison = null)

Filter the query on the tax_id column

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

Parameters

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

TaxRuleCountryQuery The current query, for fluid interface

See also

filterByTax()

in TaxRuleCountryQuery at line 490
TaxRuleCountryQuery 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

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 533
TaxRuleCountryQuery 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

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 576
TaxRuleCountryQuery 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

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 607
TaxRuleCountryQuery filterByTax( Tax|ObjectCollection $tax, string $comparison = null)

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

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 632
TaxRuleCountryQuery joinTax( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Tax relation

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 667
TaxQuery useTaxQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

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

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

See also

useQuery()

in TaxRuleCountryQuery at line 682
TaxRuleCountryQuery filterByTaxRule( TaxRule|ObjectCollection $taxRule, string $comparison = null)

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

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 707
TaxRuleCountryQuery joinTaxRule( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the TaxRule relation

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 742
TaxRuleQuery useTaxRuleQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

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

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

See also

useQuery()

in TaxRuleCountryQuery at line 757
TaxRuleCountryQuery filterByCountry( Country|ObjectCollection $country, string $comparison = null)

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

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 782
TaxRuleCountryQuery joinCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Country relation

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 817
CountryQuery useCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

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

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

See also

useQuery()

in TaxRuleCountryQuery at line 832
TaxRuleCountryQuery filterByState( State|ObjectCollection $state, string $comparison = null)

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

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 857
TaxRuleCountryQuery joinState( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the State relation

Parameters

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

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 892
StateQuery useStateQuery( string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

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

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

See also

useQuery()

in TaxRuleCountryQuery at line 906
TaxRuleCountryQuery prune( TaxRuleCountry $taxRuleCountry = null)

Exclude object from result

Parameters

TaxRuleCountry $taxRuleCountry Object to remove from the list of results

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 921
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the taxrulecountry table.

Parameters

ConnectionInterface $con the connection to use

Return Value

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

in TaxRuleCountryQuery at line 958
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildTaxRuleCountry 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 TaxRuleCountryQuery at line 999
TaxRuleCountryQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 1011
TaxRuleCountryQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 1021
TaxRuleCountryQuery lastUpdatedFirst()

Order by update date desc

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 1031
TaxRuleCountryQuery firstUpdatedFirst()

Order by update date asc

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 1041
TaxRuleCountryQuery lastCreatedFirst()

Order by create date desc

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 1051
TaxRuleCountryQuery firstCreatedFirst()

Order by create date asc

Return Value

TaxRuleCountryQuery The current query, for fluid interface

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByTaxRuleId($order = Criteria::ASC)

Order by the taxruleid column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByCountryId($order = Criteria::ASC)

Order by the country_id column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByStateId($order = Criteria::ASC)

Order by the state_id column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByTaxId($order = Criteria::ASC)

Order by the tax_id column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByPosition($order = Criteria::ASC)

Order by the position column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupById()

Group by the id column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByTaxRuleId()

Group by the taxruleid column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByCountryId()

Group by the country_id column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByStateId()

Group by the state_id column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByTaxId()

Group by the tax_id column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByPosition()

Group by the position column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery leftJoinTax($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery rightJoinTax($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery innerJoinTax($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery leftJoinTaxRule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery rightJoinTaxRule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery innerJoinTaxRule($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery leftJoinCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery rightJoinCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery innerJoinCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery leftJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery rightJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountryQuery innerJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildTaxRuleCountryQuery

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOne( ConnectionInterface $con = null)

Return the first ChildTaxRuleCountry matching the query

Parameters

ConnectionInterface $con

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneById( int $id)

Return the first ChildTaxRuleCountry filtered by the id column

Parameters

int $id

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByTaxRuleId( int $tax_rule_id)

Return the first ChildTaxRuleCountry filtered by the taxruleid column

Parameters

int $tax_rule_id

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByCountryId( int $country_id)

Return the first ChildTaxRuleCountry filtered by the country_id column

Parameters

int $country_id

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByStateId( int $state_id)

Return the first ChildTaxRuleCountry filtered by the state_id column

Parameters

int $state_id

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByTaxId( int $tax_id)

Return the first ChildTaxRuleCountry filtered by the tax_id column

Parameters

int $tax_id

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByPosition( int $position)

Return the first ChildTaxRuleCountry filtered by the position column

Parameters

int $position

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByCreatedAt( string $created_at)

Return the first ChildTaxRuleCountry filtered by the created_at column

Parameters

string $created_at

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
ChildTaxRuleCountry findOneByUpdatedAt( string $updated_at)

Return the first ChildTaxRuleCountry filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildTaxRuleCountry

in TaxRuleCountryQuery at line 84
array findById( int $id)

Return ChildTaxRuleCountry objects filtered by the id column

Parameters

int $id

Return Value

array

in TaxRuleCountryQuery at line 84
array findByTaxRuleId( int $tax_rule_id)

Return ChildTaxRuleCountry objects filtered by the taxruleid column

Parameters

int $tax_rule_id

Return Value

array

in TaxRuleCountryQuery at line 84
array findByCountryId( int $country_id)

Return ChildTaxRuleCountry objects filtered by the country_id column

Parameters

int $country_id

Return Value

array

in TaxRuleCountryQuery at line 84
array findByStateId( int $state_id)

Return ChildTaxRuleCountry objects filtered by the state_id column

Parameters

int $state_id

Return Value

array

in TaxRuleCountryQuery at line 84
array findByTaxId( int $tax_id)

Return ChildTaxRuleCountry objects filtered by the tax_id column

Parameters

int $tax_id

Return Value

array

in TaxRuleCountryQuery at line 84
array findByPosition( int $position)

Return ChildTaxRuleCountry objects filtered by the position column

Parameters

int $position

Return Value

array

in TaxRuleCountryQuery at line 84
array findByCreatedAt( string $created_at)

Return ChildTaxRuleCountry objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

in TaxRuleCountryQuery at line 84
array findByUpdatedAt( string $updated_at)

Return ChildTaxRuleCountry objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array