OrderVersionQuery
class OrderVersionQuery extends ModelCriteria
Base class that represents a query for the 'order_version' table.
Methods
Initializes internal state of \Thelia\Model\Base\OrderVersionQuery object.
Returns a new ChildOrderVersionQuery object.
Find object by primary key.
Find objects by primary key
$objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $con);
Filter the query by primary key
Filter the query by a list of primary keys
Filter the query on the id column
Filter the query on the ref column
Filter the query on the customer_id column
Filter the query on the invoiceorderaddress_id column
Filter the query on the deliveryorderaddress_id column
Filter the query on the invoice_date column
Filter the query on the currency_id column
Filter the query on the currency_rate column
Filter the query on the transaction_ref column
Filter the query on the delivery_ref column
Filter the query on the invoice_ref column
Filter the query on the discount column
Filter the query on the postage column
Filter the query on the postage_tax column
Filter the query on the postagetaxrule_title column
Filter the query on the paymentmoduleid column
Filter the query on the deliverymoduleid column
Filter the query on the status_id column
Filter the query on the lang_id column
Filter the query on the cart_id column
Filter the query on the created_at column
Filter the query on the updated_at column
Filter the query on the version column
Filter the query on the versioncreatedat column
Filter the query on the versioncreatedby column
Filter the query on the customeridversion column
Filter the query by a related \Thelia\Model\Order object
Adds a JOIN clause to the query using the Order relation
Use the Order relation Order object
Deletes all rows from the order_version table.
Performs a DELETE on the database, given a ChildOrderVersion or Criteria object OR a primary key value.
Order by the id column
Order by the ref column
Order by the customer_id column
Order by the invoiceorderaddress_id column
Order by the deliveryorderaddress_id column
Order by the invoice_date column
Order by the currency_id column
Order by the currency_rate column
Order by the transaction_ref column
Order by the delivery_ref column
Order by the invoice_ref column
Order by the discount column
Order by the postage column
Order by the postage_tax column
Order by the postagetaxrule_title column
Order by the paymentmoduleid column
Order by the deliverymoduleid column
Order by the status_id column
Order by the lang_id column
Order by the cart_id column
Order by the created_at column
Order by the updated_at column
Order by the version column
Order by the versioncreatedat column
Order by the versioncreatedby column
Order by the customeridversion column
Group by the id column
Group by the ref column
Group by the customer_id column
Group by the invoiceorderaddress_id column
Group by the deliveryorderaddress_id column
Group by the invoice_date column
Group by the currency_id column
Group by the currency_rate column
Group by the transaction_ref column
Group by the delivery_ref column
Group by the invoice_ref column
Group by the discount column
Group by the postage column
Group by the postage_tax column
Group by the postagetaxrule_title column
Group by the paymentmoduleid column
Group by the deliverymoduleid column
Group by the status_id column
Group by the lang_id column
Group by the cart_id column
Group by the created_at column
Group by the updated_at column
Group by the version column
Group by the versioncreatedat column
Group by the versioncreatedby column
Group by the customeridversion column
Adds a LEFT JOIN clause to the query
Adds a RIGHT JOIN clause to the query
Adds a INNER JOIN clause to the query
Adds a LEFT JOIN clause to the query using the Order relation
Adds a RIGHT JOIN clause to the query using the Order relation
Adds a INNER JOIN clause to the query using the Order relation
Return the first ChildOrderVersion matching the query
Return the first ChildOrderVersion matching the query, or a new ChildOrderVersion object populated from the query conditions when no match is found
Return the first ChildOrderVersion filtered by the id column
Return the first ChildOrderVersion filtered by the ref column
Return the first ChildOrderVersion filtered by the customer_id column
Return the first ChildOrderVersion filtered by the invoiceorderaddress_id column
Return the first ChildOrderVersion filtered by the deliveryorderaddress_id column
Return the first ChildOrderVersion filtered by the invoice_date column
Return the first ChildOrderVersion filtered by the currency_id column
Return the first ChildOrderVersion filtered by the currency_rate column
Return the first ChildOrderVersion filtered by the transaction_ref column
Return the first ChildOrderVersion filtered by the delivery_ref column
Return the first ChildOrderVersion filtered by the invoice_ref column
Return the first ChildOrderVersion filtered by the discount column
Return the first ChildOrderVersion filtered by the postage column
Return the first ChildOrderVersion filtered by the postage_tax column
Return the first ChildOrderVersion filtered by the postagetaxrule_title column
Return the first ChildOrderVersion filtered by the paymentmoduleid column
Return the first ChildOrderVersion filtered by the deliverymoduleid column
Return the first ChildOrderVersion filtered by the status_id column
Return the first ChildOrderVersion filtered by the lang_id column
Return the first ChildOrderVersion filtered by the cart_id column
Return the first ChildOrderVersion filtered by the created_at column
Return the first ChildOrderVersion filtered by the updated_at column
Return the first ChildOrderVersion filtered by the version column
Return the first ChildOrderVersion filtered by the versioncreatedat column
Return the first ChildOrderVersion filtered by the versioncreatedby column
Return the first ChildOrderVersion filtered by the customeridversion column
Return ChildOrderVersion objects filtered by the id column
Return ChildOrderVersion objects filtered by the ref column
Return ChildOrderVersion objects filtered by the customer_id column
Return ChildOrderVersion objects filtered by the invoiceorderaddress_id column
Return ChildOrderVersion objects filtered by the deliveryorderaddress_id column
Return ChildOrderVersion objects filtered by the invoice_date column
Return ChildOrderVersion objects filtered by the currency_id column
Return ChildOrderVersion objects filtered by the currency_rate column
Return ChildOrderVersion objects filtered by the transaction_ref column
Return ChildOrderVersion objects filtered by the delivery_ref column
Return ChildOrderVersion objects filtered by the invoice_ref column
Return ChildOrderVersion objects filtered by the discount column
Return ChildOrderVersion objects filtered by the postage column
Return ChildOrderVersion objects filtered by the postage_tax column
Return ChildOrderVersion objects filtered by the postagetaxrule_title column
Return ChildOrderVersion objects filtered by the paymentmoduleid column
Return ChildOrderVersion objects filtered by the deliverymoduleid column
Return ChildOrderVersion objects filtered by the status_id column
Return ChildOrderVersion objects filtered by the lang_id column
Return ChildOrderVersion objects filtered by the cart_id column
Return ChildOrderVersion objects filtered by the created_at column
Return ChildOrderVersion objects filtered by the updated_at column
Return ChildOrderVersion objects filtered by the version column
Return ChildOrderVersion objects filtered by the versioncreatedat column
Return ChildOrderVersion objects filtered by the versioncreatedby column
Return ChildOrderVersion objects filtered by the customeridversion column
Details
at line 154
__construct(
string $dbName = 'thelia',
string $modelName = '\\Thelia\\Model\\OrderVersion',
string $modelAlias = null)
Initializes internal state of \Thelia\Model\Base\OrderVersionQuery object.
at line 167
static
OrderVersionQuery
create(
string $modelAlias = null,
Criteria $criteria = null)
Returns a new ChildOrderVersionQuery object.
at line 197
OrderVersion|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), $con);
at line 280
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);
at line 301
OrderVersionQuery
filterByPrimaryKey(
mixed $key)
Filter the query by primary key
at line 316
OrderVersionQuery
filterByPrimaryKeys(
array $keys)
Filter the query by a list of primary keys
at line 351
OrderVersionQuery
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
at line 389
OrderVersionQuery
filterByRef(
string $ref = null,
string $comparison = null)
Filter the query on the ref column
Example usage:
$query->filterByRef('fooValue'); // WHERE ref = 'fooValue'
$query->filterByRef('%fooValue%'); // WHERE ref LIKE '%fooValue%'
at line 421
OrderVersionQuery
filterByCustomerId(
mixed $customerId = null,
string $comparison = null)
Filter the query on the customer_id column
Example usage:
$query->filterByCustomerId(1234); // WHERE customerid = 1234
$query->filterByCustomerId(array(12, 34)); // WHERE customerid IN (12, 34)
$query->filterByCustomerId(array('min' => 12)); // WHERE customer_id > 12
at line 462
OrderVersionQuery
filterByInvoiceOrderAddressId(
mixed $invoiceOrderAddressId = null,
string $comparison = null)
Filter the query on the invoiceorderaddress_id column
Example usage:
$query->filterByInvoiceOrderAddressId(1234); // WHERE invoiceorderaddressid = 1234
$query->filterByInvoiceOrderAddressId(array(12, 34)); // WHERE invoiceorderaddressid IN (12, 34)
$query->filterByInvoiceOrderAddressId(array('min' => 12)); // WHERE invoiceorderaddress_id > 12
at line 503
OrderVersionQuery
filterByDeliveryOrderAddressId(
mixed $deliveryOrderAddressId = null,
string $comparison = null)
Filter the query on the deliveryorderaddress_id column
Example usage:
$query->filterByDeliveryOrderAddressId(1234); // WHERE deliveryorderaddressid = 1234
$query->filterByDeliveryOrderAddressId(array(12, 34)); // WHERE deliveryorderaddressid IN (12, 34)
$query->filterByDeliveryOrderAddressId(array('min' => 12)); // WHERE deliveryorderaddress_id > 12
at line 546
OrderVersionQuery
filterByInvoiceDate(
mixed $invoiceDate = null,
string $comparison = null)
Filter the query on the invoice_date column
Example usage:
$query->filterByInvoiceDate('2011-03-14'); // WHERE invoicedate = '2011-03-14'
$query->filterByInvoiceDate('now'); // WHERE invoicedate = '2011-03-14'
$query->filterByInvoiceDate(array('max' => 'yesterday')); // WHERE invoice_date > '2011-03-13'
at line 587
OrderVersionQuery
filterByCurrencyId(
mixed $currencyId = null,
string $comparison = null)
Filter the query on the currency_id column
Example usage:
$query->filterByCurrencyId(1234); // WHERE currencyid = 1234
$query->filterByCurrencyId(array(12, 34)); // WHERE currencyid IN (12, 34)
$query->filterByCurrencyId(array('min' => 12)); // WHERE currency_id > 12
at line 628
OrderVersionQuery
filterByCurrencyRate(
mixed $currencyRate = null,
string $comparison = null)
Filter the query on the currency_rate column
Example usage:
$query->filterByCurrencyRate(1234); // WHERE currencyrate = 1234
$query->filterByCurrencyRate(array(12, 34)); // WHERE currencyrate IN (12, 34)
$query->filterByCurrencyRate(array('min' => 12)); // WHERE currency_rate > 12
at line 666
OrderVersionQuery
filterByTransactionRef(
string $transactionRef = null,
string $comparison = null)
Filter the query on the transaction_ref column
Example usage:
$query->filterByTransactionRef('fooValue'); // WHERE transactionref = 'fooValue'
$query->filterByTransactionRef('%fooValue%'); // WHERE transactionref LIKE '%fooValue%'
at line 695
OrderVersionQuery
filterByDeliveryRef(
string $deliveryRef = null,
string $comparison = null)
Filter the query on the delivery_ref column
Example usage:
$query->filterByDeliveryRef('fooValue'); // WHERE deliveryref = 'fooValue'
$query->filterByDeliveryRef('%fooValue%'); // WHERE deliveryref LIKE '%fooValue%'
at line 724
OrderVersionQuery
filterByInvoiceRef(
string $invoiceRef = null,
string $comparison = null)
Filter the query on the invoice_ref column
Example usage:
$query->filterByInvoiceRef('fooValue'); // WHERE invoiceref = 'fooValue'
$query->filterByInvoiceRef('%fooValue%'); // WHERE invoiceref LIKE '%fooValue%'
at line 756
OrderVersionQuery
filterByDiscount(
mixed $discount = null,
string $comparison = null)
Filter the query on the discount column
Example usage:
$query->filterByDiscount(1234); // WHERE discount = 1234
$query->filterByDiscount(array(12, 34)); // WHERE discount IN (12, 34)
$query->filterByDiscount(array('min' => 12)); // WHERE discount > 12
at line 797
OrderVersionQuery
filterByPostage(
mixed $postage = null,
string $comparison = null)
Filter the query on the postage column
Example usage:
$query->filterByPostage(1234); // WHERE postage = 1234
$query->filterByPostage(array(12, 34)); // WHERE postage IN (12, 34)
$query->filterByPostage(array('min' => 12)); // WHERE postage > 12
at line 838
OrderVersionQuery
filterByPostageTax(
mixed $postageTax = null,
string $comparison = null)
Filter the query on the postage_tax column
Example usage:
$query->filterByPostageTax(1234); // WHERE postagetax = 1234
$query->filterByPostageTax(array(12, 34)); // WHERE postagetax IN (12, 34)
$query->filterByPostageTax(array('min' => 12)); // WHERE postage_tax > 12
at line 876
OrderVersionQuery
filterByPostageTaxRuleTitle(
string $postageTaxRuleTitle = null,
string $comparison = null)
Filter the query on the postagetaxrule_title column
Example usage:
$query->filterByPostageTaxRuleTitle('fooValue'); // WHERE postagetaxruletitle = 'fooValue'
$query->filterByPostageTaxRuleTitle('%fooValue%'); // WHERE postagetaxruletitle LIKE '%fooValue%'
at line 908
OrderVersionQuery
filterByPaymentModuleId(
mixed $paymentModuleId = null,
string $comparison = null)
Filter the query on the paymentmoduleid column
Example usage:
$query->filterByPaymentModuleId(1234); // WHERE paymentmoduleid = 1234
$query->filterByPaymentModuleId(array(12, 34)); // WHERE paymentmoduleid IN (12, 34)
$query->filterByPaymentModuleId(array('min' => 12)); // WHERE paymentmoduleid > 12
at line 949
OrderVersionQuery
filterByDeliveryModuleId(
mixed $deliveryModuleId = null,
string $comparison = null)
Filter the query on the deliverymoduleid column
Example usage:
$query->filterByDeliveryModuleId(1234); // WHERE deliverymoduleid = 1234
$query->filterByDeliveryModuleId(array(12, 34)); // WHERE deliverymoduleid IN (12, 34)
$query->filterByDeliveryModuleId(array('min' => 12)); // WHERE deliverymoduleid > 12
at line 990
OrderVersionQuery
filterByStatusId(
mixed $statusId = null,
string $comparison = null)
Filter the query on the status_id column
Example usage:
$query->filterByStatusId(1234); // WHERE statusid = 1234
$query->filterByStatusId(array(12, 34)); // WHERE statusid IN (12, 34)
$query->filterByStatusId(array('min' => 12)); // WHERE status_id > 12
at line 1031
OrderVersionQuery
filterByLangId(
mixed $langId = null,
string $comparison = null)
Filter the query on the lang_id column
Example usage:
$query->filterByLangId(1234); // WHERE langid = 1234
$query->filterByLangId(array(12, 34)); // WHERE langid IN (12, 34)
$query->filterByLangId(array('min' => 12)); // WHERE lang_id > 12
at line 1072
OrderVersionQuery
filterByCartId(
mixed $cartId = null,
string $comparison = null)
Filter the query on the cart_id column
Example usage:
$query->filterByCartId(1234); // WHERE cartid = 1234
$query->filterByCartId(array(12, 34)); // WHERE cartid IN (12, 34)
$query->filterByCartId(array('min' => 12)); // WHERE cart_id > 12
at line 1115
OrderVersionQuery
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'
at line 1158
OrderVersionQuery
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'
at line 1199
OrderVersionQuery
filterByVersion(
mixed $version = null,
string $comparison = null)
Filter the query on the version column
Example usage:
$query->filterByVersion(1234); // WHERE version = 1234
$query->filterByVersion(array(12, 34)); // WHERE version IN (12, 34)
$query->filterByVersion(array('min' => 12)); // WHERE version > 12
at line 1242
OrderVersionQuery
filterByVersionCreatedAt(
mixed $versionCreatedAt = null,
string $comparison = null)
Filter the query on the versioncreatedat column
Example usage:
$query->filterByVersionCreatedAt('2011-03-14'); // WHERE versioncreatedat = '2011-03-14'
$query->filterByVersionCreatedAt('now'); // WHERE versioncreatedat = '2011-03-14'
$query->filterByVersionCreatedAt(array('max' => 'yesterday')); // WHERE versioncreatedat > '2011-03-13'
at line 1280
OrderVersionQuery
filterByVersionCreatedBy(
string $versionCreatedBy = null,
string $comparison = null)
Filter the query on the versioncreatedby column
Example usage:
$query->filterByVersionCreatedBy('fooValue'); // WHERE versioncreatedby = 'fooValue'
$query->filterByVersionCreatedBy('%fooValue%'); // WHERE versioncreatedby LIKE '%fooValue%'
at line 1312
OrderVersionQuery
filterByCustomerIdVersion(
mixed $customerIdVersion = null,
string $comparison = null)
Filter the query on the customeridversion column
Example usage:
$query->filterByCustomerIdVersion(1234); // WHERE customeridversion = 1234
$query->filterByCustomerIdVersion(array(12, 34)); // WHERE customeridversion IN (12, 34)
$query->filterByCustomerIdVersion(array('min' => 12)); // WHERE customeridversion > 12
at line 1343
OrderVersionQuery
filterByOrder(
Order|ObjectCollection $order,
string $comparison = null)
Filter the query by a related \Thelia\Model\Order object
at line 1368
OrderVersionQuery
joinOrder(
string $relationAlias = null,
string $joinType = Criteria::INNER_JOIN)
Adds a JOIN clause to the query using the Order relation
at line 1403
OrderQuery
useOrderQuery(
string $relationAlias = null,
string $joinType = Criteria::INNER_JOIN)
Use the Order relation Order object
at line 1417
OrderVersionQuery
prune(
OrderVersion $orderVersion = null)
Exclude object from result
at line 1434
int
doDeleteAll(
ConnectionInterface $con = null)
Deletes all rows from the order_version table.
at line 1471
int
delete(
ConnectionInterface $con = null)
Performs a DELETE on the database, given a ChildOrderVersion or Criteria object OR a primary key value.
at line 144
ChildOrderVersionQuery
orderById($order = Criteria::ASC)
Order by the id column
at line 144
ChildOrderVersionQuery
orderByRef($order = Criteria::ASC)
Order by the ref column
at line 144
ChildOrderVersionQuery
orderByCustomerId($order = Criteria::ASC)
Order by the customer_id column
at line 144
ChildOrderVersionQuery
orderByInvoiceOrderAddressId($order = Criteria::ASC)
Order by the invoiceorderaddress_id column
at line 144
ChildOrderVersionQuery
orderByDeliveryOrderAddressId($order = Criteria::ASC)
Order by the deliveryorderaddress_id column
at line 144
ChildOrderVersionQuery
orderByInvoiceDate($order = Criteria::ASC)
Order by the invoice_date column
at line 144
ChildOrderVersionQuery
orderByCurrencyId($order = Criteria::ASC)
Order by the currency_id column
at line 144
ChildOrderVersionQuery
orderByCurrencyRate($order = Criteria::ASC)
Order by the currency_rate column
at line 144
ChildOrderVersionQuery
orderByTransactionRef($order = Criteria::ASC)
Order by the transaction_ref column
at line 144
ChildOrderVersionQuery
orderByDeliveryRef($order = Criteria::ASC)
Order by the delivery_ref column
at line 144
ChildOrderVersionQuery
orderByInvoiceRef($order = Criteria::ASC)
Order by the invoice_ref column
at line 144
ChildOrderVersionQuery
orderByDiscount($order = Criteria::ASC)
Order by the discount column
at line 144
ChildOrderVersionQuery
orderByPostage($order = Criteria::ASC)
Order by the postage column
at line 144
ChildOrderVersionQuery
orderByPostageTax($order = Criteria::ASC)
Order by the postage_tax column
at line 144
ChildOrderVersionQuery
orderByPostageTaxRuleTitle($order = Criteria::ASC)
Order by the postagetaxrule_title column
at line 144
ChildOrderVersionQuery
orderByPaymentModuleId($order = Criteria::ASC)
Order by the paymentmoduleid column
at line 144
ChildOrderVersionQuery
orderByDeliveryModuleId($order = Criteria::ASC)
Order by the deliverymoduleid column
at line 144
ChildOrderVersionQuery
orderByStatusId($order = Criteria::ASC)
Order by the status_id column
at line 144
ChildOrderVersionQuery
orderByLangId($order = Criteria::ASC)
Order by the lang_id column
at line 144
ChildOrderVersionQuery
orderByCartId($order = Criteria::ASC)
Order by the cart_id column
at line 144
ChildOrderVersionQuery
orderByCreatedAt($order = Criteria::ASC)
Order by the created_at column
at line 144
ChildOrderVersionQuery
orderByUpdatedAt($order = Criteria::ASC)
Order by the updated_at column
at line 144
ChildOrderVersionQuery
orderByVersion($order = Criteria::ASC)
Order by the version column
at line 144
ChildOrderVersionQuery
orderByVersionCreatedAt($order = Criteria::ASC)
Order by the versioncreatedat column
at line 144
ChildOrderVersionQuery
orderByVersionCreatedBy($order = Criteria::ASC)
Order by the versioncreatedby column
at line 144
ChildOrderVersionQuery
orderByCustomerIdVersion($order = Criteria::ASC)
Order by the customeridversion column
at line 144
ChildOrderVersionQuery
groupById()
Group by the id column
at line 144
ChildOrderVersionQuery
groupByRef()
Group by the ref column
at line 144
ChildOrderVersionQuery
groupByCustomerId()
Group by the customer_id column
at line 144
ChildOrderVersionQuery
groupByInvoiceOrderAddressId()
Group by the invoiceorderaddress_id column
at line 144
ChildOrderVersionQuery
groupByDeliveryOrderAddressId()
Group by the deliveryorderaddress_id column
at line 144
ChildOrderVersionQuery
groupByInvoiceDate()
Group by the invoice_date column
at line 144
ChildOrderVersionQuery
groupByCurrencyId()
Group by the currency_id column
at line 144
ChildOrderVersionQuery
groupByCurrencyRate()
Group by the currency_rate column
at line 144
ChildOrderVersionQuery
groupByTransactionRef()
Group by the transaction_ref column
at line 144
ChildOrderVersionQuery
groupByDeliveryRef()
Group by the delivery_ref column
at line 144
ChildOrderVersionQuery
groupByInvoiceRef()
Group by the invoice_ref column
at line 144
ChildOrderVersionQuery
groupByDiscount()
Group by the discount column
at line 144
ChildOrderVersionQuery
groupByPostage()
Group by the postage column
at line 144
ChildOrderVersionQuery
groupByPostageTax()
Group by the postage_tax column
at line 144
ChildOrderVersionQuery
groupByPostageTaxRuleTitle()
Group by the postagetaxrule_title column
at line 144
ChildOrderVersionQuery
groupByPaymentModuleId()
Group by the paymentmoduleid column
at line 144
ChildOrderVersionQuery
groupByDeliveryModuleId()
Group by the deliverymoduleid column
at line 144
ChildOrderVersionQuery
groupByStatusId()
Group by the status_id column
at line 144
ChildOrderVersionQuery
groupByLangId()
Group by the lang_id column
at line 144
ChildOrderVersionQuery
groupByCartId()
Group by the cart_id column
at line 144
ChildOrderVersionQuery
groupByCreatedAt()
Group by the created_at column
at line 144
ChildOrderVersionQuery
groupByUpdatedAt()
Group by the updated_at column
at line 144
ChildOrderVersionQuery
groupByVersion()
Group by the version column
at line 144
ChildOrderVersionQuery
groupByVersionCreatedAt()
Group by the versioncreatedat column
at line 144
ChildOrderVersionQuery
groupByVersionCreatedBy()
Group by the versioncreatedby column
at line 144
ChildOrderVersionQuery
groupByCustomerIdVersion()
Group by the customeridversion column
at line 144
ChildOrderVersionQuery
leftJoin($relation)
Adds a LEFT JOIN clause to the query
at line 144
ChildOrderVersionQuery
rightJoin($relation)
Adds a RIGHT JOIN clause to the query
at line 144
ChildOrderVersionQuery
innerJoin($relation)
Adds a INNER JOIN clause to the query
at line 144
ChildOrderVersionQuery
leftJoinOrder($relationAlias = null)
Adds a LEFT JOIN clause to the query using the Order relation
at line 144
ChildOrderVersionQuery
rightJoinOrder($relationAlias = null)
Adds a RIGHT JOIN clause to the query using the Order relation
at line 144
ChildOrderVersionQuery
innerJoinOrder($relationAlias = null)
Adds a INNER JOIN clause to the query using the Order relation
at line 144
ChildOrderVersion
findOne(
ConnectionInterface $con = null)
Return the first ChildOrderVersion matching the query
at line 144
ChildOrderVersion
findOneOrCreate(
ConnectionInterface $con = null)
Return the first ChildOrderVersion matching the query, or a new ChildOrderVersion object populated from the query conditions when no match is found
at line 144
ChildOrderVersion
findOneById(
int $id)
Return the first ChildOrderVersion filtered by the id column
at line 144
ChildOrderVersion
findOneByRef(
string $ref)
Return the first ChildOrderVersion filtered by the ref column
at line 144
ChildOrderVersion
findOneByCustomerId(
int $customer_id)
Return the first ChildOrderVersion filtered by the customer_id column
at line 144
ChildOrderVersion
findOneByInvoiceOrderAddressId(
int $invoice_order_address_id)
Return the first ChildOrderVersion filtered by the invoiceorderaddress_id column
at line 144
ChildOrderVersion
findOneByDeliveryOrderAddressId(
int $delivery_order_address_id)
Return the first ChildOrderVersion filtered by the deliveryorderaddress_id column
at line 144
ChildOrderVersion
findOneByInvoiceDate(
string $invoice_date)
Return the first ChildOrderVersion filtered by the invoice_date column
at line 144
ChildOrderVersion
findOneByCurrencyId(
int $currency_id)
Return the first ChildOrderVersion filtered by the currency_id column
at line 144
ChildOrderVersion
findOneByCurrencyRate(
double $currency_rate)
Return the first ChildOrderVersion filtered by the currency_rate column
at line 144
ChildOrderVersion
findOneByTransactionRef(
string $transaction_ref)
Return the first ChildOrderVersion filtered by the transaction_ref column
at line 144
ChildOrderVersion
findOneByDeliveryRef(
string $delivery_ref)
Return the first ChildOrderVersion filtered by the delivery_ref column
at line 144
ChildOrderVersion
findOneByInvoiceRef(
string $invoice_ref)
Return the first ChildOrderVersion filtered by the invoice_ref column
at line 144
ChildOrderVersion
findOneByDiscount(
string $discount)
Return the first ChildOrderVersion filtered by the discount column
at line 144
ChildOrderVersion
findOneByPostage(
string $postage)
Return the first ChildOrderVersion filtered by the postage column
at line 144
ChildOrderVersion
findOneByPostageTax(
string $postage_tax)
Return the first ChildOrderVersion filtered by the postage_tax column
at line 144
ChildOrderVersion
findOneByPostageTaxRuleTitle(
string $postage_tax_rule_title)
Return the first ChildOrderVersion filtered by the postagetaxrule_title column
at line 144
ChildOrderVersion
findOneByPaymentModuleId(
int $payment_module_id)
Return the first ChildOrderVersion filtered by the paymentmoduleid column
at line 144
ChildOrderVersion
findOneByDeliveryModuleId(
int $delivery_module_id)
Return the first ChildOrderVersion filtered by the deliverymoduleid column
at line 144
ChildOrderVersion
findOneByStatusId(
int $status_id)
Return the first ChildOrderVersion filtered by the status_id column
at line 144
ChildOrderVersion
findOneByLangId(
int $lang_id)
Return the first ChildOrderVersion filtered by the lang_id column
at line 144
ChildOrderVersion
findOneByCartId(
int $cart_id)
Return the first ChildOrderVersion filtered by the cart_id column
at line 144
ChildOrderVersion
findOneByCreatedAt(
string $created_at)
Return the first ChildOrderVersion filtered by the created_at column
at line 144
ChildOrderVersion
findOneByUpdatedAt(
string $updated_at)
Return the first ChildOrderVersion filtered by the updated_at column
at line 144
ChildOrderVersion
findOneByVersion(
int $version)
Return the first ChildOrderVersion filtered by the version column
at line 144
ChildOrderVersion
findOneByVersionCreatedAt(
string $version_created_at)
Return the first ChildOrderVersion filtered by the versioncreatedat column
at line 144
ChildOrderVersion
findOneByVersionCreatedBy(
string $version_created_by)
Return the first ChildOrderVersion filtered by the versioncreatedby column
at line 144
ChildOrderVersion
findOneByCustomerIdVersion(
int $customer_id_version)
Return the first ChildOrderVersion filtered by the customeridversion column
at line 144
array
findById(
int $id)
Return ChildOrderVersion objects filtered by the id column
at line 144
array
findByRef(
string $ref)
Return ChildOrderVersion objects filtered by the ref column
at line 144
array
findByCustomerId(
int $customer_id)
Return ChildOrderVersion objects filtered by the customer_id column
at line 144
array
findByInvoiceOrderAddressId(
int $invoice_order_address_id)
Return ChildOrderVersion objects filtered by the invoiceorderaddress_id column
at line 144
array
findByDeliveryOrderAddressId(
int $delivery_order_address_id)
Return ChildOrderVersion objects filtered by the deliveryorderaddress_id column
at line 144
array
findByInvoiceDate(
string $invoice_date)
Return ChildOrderVersion objects filtered by the invoice_date column
at line 144
array
findByCurrencyId(
int $currency_id)
Return ChildOrderVersion objects filtered by the currency_id column
at line 144
array
findByCurrencyRate(
double $currency_rate)
Return ChildOrderVersion objects filtered by the currency_rate column
at line 144
array
findByTransactionRef(
string $transaction_ref)
Return ChildOrderVersion objects filtered by the transaction_ref column
at line 144
array
findByDeliveryRef(
string $delivery_ref)
Return ChildOrderVersion objects filtered by the delivery_ref column
at line 144
array
findByInvoiceRef(
string $invoice_ref)
Return ChildOrderVersion objects filtered by the invoice_ref column
at line 144
array
findByDiscount(
string $discount)
Return ChildOrderVersion objects filtered by the discount column
at line 144
array
findByPostage(
string $postage)
Return ChildOrderVersion objects filtered by the postage column
at line 144
array
findByPostageTax(
string $postage_tax)
Return ChildOrderVersion objects filtered by the postage_tax column
at line 144
array
findByPostageTaxRuleTitle(
string $postage_tax_rule_title)
Return ChildOrderVersion objects filtered by the postagetaxrule_title column
at line 144
array
findByPaymentModuleId(
int $payment_module_id)
Return ChildOrderVersion objects filtered by the paymentmoduleid column
at line 144
array
findByDeliveryModuleId(
int $delivery_module_id)
Return ChildOrderVersion objects filtered by the deliverymoduleid column
at line 144
array
findByStatusId(
int $status_id)
Return ChildOrderVersion objects filtered by the status_id column
at line 144
array
findByLangId(
int $lang_id)
Return ChildOrderVersion objects filtered by the lang_id column
at line 144
array
findByCartId(
int $cart_id)
Return ChildOrderVersion objects filtered by the cart_id column
at line 144
array
findByCreatedAt(
string $created_at)
Return ChildOrderVersion objects filtered by the created_at column
at line 144
array
findByUpdatedAt(
string $updated_at)
Return ChildOrderVersion objects filtered by the updated_at column
at line 144
array
findByVersion(
int $version)
Return ChildOrderVersion objects filtered by the version column
at line 144
array
findByVersionCreatedAt(
string $version_created_at)
Return ChildOrderVersion objects filtered by the versioncreatedat column
at line 144
array
findByVersionCreatedBy(
string $version_created_by)
Return ChildOrderVersion objects filtered by the versioncreatedby column
at line 144
array
findByCustomerIdVersion(
int $customer_id_version)
Return ChildOrderVersion objects filtered by the customeridversion column