class MessageVersionQuery extends MessageVersionQuery

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

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

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

Returns a new ChildMessageVersionQuery object.

MessageVersion|array|mixed
findPk($key, $con = null)

Find object by primary key.

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

Find objects by primary key $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

filterByName( string $name = null, string $comparison = null)

Filter the query on the name column

filterBySecured( mixed $secured = null, string $comparison = null)

Filter the query on the secured column

filterByTextLayoutFileName( string $textLayoutFileName = null, string $comparison = null)

Filter the query on the textlayoutfile_name column

filterByTextTemplateFileName( string $textTemplateFileName = null, string $comparison = null)

Filter the query on the texttemplatefile_name column

filterByHtmlLayoutFileName( string $htmlLayoutFileName = null, string $comparison = null)

Filter the query on the htmllayoutfile_name column

filterByHtmlTemplateFileName( string $htmlTemplateFileName = null, string $comparison = null)

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

filterByVersion( mixed $version = null, string $comparison = null)

Filter the query on the version column

filterByVersionCreatedAt( mixed $versionCreatedAt = null, string $comparison = null)

Filter the query on the versioncreatedat column

filterByVersionCreatedBy( string $versionCreatedBy = null, string $comparison = null)

Filter the query on the versioncreatedby column

filterByMessage( Message|ObjectCollection $message, string $comparison = null)

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

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

Adds a JOIN clause to the query using the Message relation

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

Use the Message relation Message object

prune( MessageVersion $messageVersion = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the message_version table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildMessageVersion or Criteria object OR a primary key value.

ChildMessageVersionQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildMessageVersionQuery
orderByName($order = Criteria::ASC)

Order by the name column

ChildMessageVersionQuery
orderBySecured($order = Criteria::ASC)

Order by the secured column

ChildMessageVersionQuery
orderByTextLayoutFileName($order = Criteria::ASC)

Order by the textlayoutfile_name column

ChildMessageVersionQuery
orderByTextTemplateFileName($order = Criteria::ASC)

Order by the texttemplatefile_name column

ChildMessageVersionQuery
orderByHtmlLayoutFileName($order = Criteria::ASC)

Order by the htmllayoutfile_name column

ChildMessageVersionQuery
orderByHtmlTemplateFileName($order = Criteria::ASC)

Order by the htmltemplatefile_name column

ChildMessageVersionQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildMessageVersionQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildMessageVersionQuery
orderByVersion($order = Criteria::ASC)

Order by the version column

ChildMessageVersionQuery
orderByVersionCreatedAt($order = Criteria::ASC)

Order by the versioncreatedat column

ChildMessageVersionQuery
orderByVersionCreatedBy($order = Criteria::ASC)

Order by the versioncreatedby column

ChildMessageVersionQuery
groupById()

Group by the id column

ChildMessageVersionQuery
groupByName()

Group by the name column

ChildMessageVersionQuery
groupBySecured()

Group by the secured column

ChildMessageVersionQuery
groupByTextLayoutFileName()

Group by the textlayoutfile_name column

ChildMessageVersionQuery
groupByTextTemplateFileName()

Group by the texttemplatefile_name column

ChildMessageVersionQuery
groupByHtmlLayoutFileName()

Group by the htmllayoutfile_name column

ChildMessageVersionQuery
groupByHtmlTemplateFileName()

Group by the htmltemplatefile_name column

ChildMessageVersionQuery
groupByCreatedAt()

Group by the created_at column

ChildMessageVersionQuery
groupByUpdatedAt()

Group by the updated_at column

ChildMessageVersionQuery
groupByVersion()

Group by the version column

ChildMessageVersionQuery
groupByVersionCreatedAt()

Group by the versioncreatedat column

ChildMessageVersionQuery
groupByVersionCreatedBy()

Group by the versioncreatedby column

ChildMessageVersionQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildMessageVersionQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildMessageVersionQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildMessageVersionQuery
leftJoinMessage($relationAlias = null)

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

ChildMessageVersionQuery
rightJoinMessage($relationAlias = null)

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

ChildMessageVersionQuery
innerJoinMessage($relationAlias = null)

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

ChildMessageVersion
findOne( ConnectionInterface $con = null)

Return the first ChildMessageVersion matching the query

ChildMessageVersion
findOneOrCreate( ConnectionInterface $con = null)

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

ChildMessageVersion
findOneById( int $id)

Return the first ChildMessageVersion filtered by the id column

ChildMessageVersion
findOneByName( string $name)

Return the first ChildMessageVersion filtered by the name column

ChildMessageVersion
findOneBySecured( int $secured)

Return the first ChildMessageVersion filtered by the secured column

ChildMessageVersion
findOneByTextLayoutFileName( string $text_layout_file_name)

Return the first ChildMessageVersion filtered by the textlayoutfile_name column

ChildMessageVersion
findOneByTextTemplateFileName( string $text_template_file_name)

Return the first ChildMessageVersion filtered by the texttemplatefile_name column

ChildMessageVersion
findOneByHtmlLayoutFileName( string $html_layout_file_name)

Return the first ChildMessageVersion filtered by the htmllayoutfile_name column

ChildMessageVersion
findOneByHtmlTemplateFileName( string $html_template_file_name)

Return the first ChildMessageVersion filtered by the htmltemplatefile_name column

ChildMessageVersion
findOneByCreatedAt( string $created_at)

Return the first ChildMessageVersion filtered by the created_at column

ChildMessageVersion
findOneByUpdatedAt( string $updated_at)

Return the first ChildMessageVersion filtered by the updated_at column

ChildMessageVersion
findOneByVersion( int $version)

Return the first ChildMessageVersion filtered by the version column

ChildMessageVersion
findOneByVersionCreatedAt( string $version_created_at)

Return the first ChildMessageVersion filtered by the versioncreatedat column

ChildMessageVersion
findOneByVersionCreatedBy( string $version_created_by)

Return the first ChildMessageVersion filtered by the versioncreatedby column

array
findById( int $id)

Return ChildMessageVersion objects filtered by the id column

array
findByName( string $name)

Return ChildMessageVersion objects filtered by the name column

array
findBySecured( int $secured)

Return ChildMessageVersion objects filtered by the secured column

array
findByTextLayoutFileName( string $text_layout_file_name)

Return ChildMessageVersion objects filtered by the textlayoutfile_name column

array
findByTextTemplateFileName( string $text_template_file_name)

Return ChildMessageVersion objects filtered by the texttemplatefile_name column

array
findByHtmlLayoutFileName( string $html_layout_file_name)

Return ChildMessageVersion objects filtered by the htmllayoutfile_name column

array
findByHtmlTemplateFileName( string $html_template_file_name)

Return ChildMessageVersion objects filtered by the htmltemplatefile_name column

array
findByCreatedAt( string $created_at)

Return ChildMessageVersion objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildMessageVersion objects filtered by the updated_at column

array
findByVersion( int $version)

Return ChildMessageVersion objects filtered by the version column

array
findByVersionCreatedAt( string $version_created_at)

Return ChildMessageVersion objects filtered by the versioncreatedat column

array
findByVersionCreatedBy( string $version_created_by)

Return ChildMessageVersion objects filtered by the versioncreatedby column

Details

in MessageVersionQuery at line 98
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\MessageVersion', string $modelAlias = null)

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

Returns a new ChildMessageVersionQuery object.

Parameters

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

Return Value

MessageVersionQuery

in MessageVersionQuery at line 141
MessageVersion|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);

Parameters

$key
$con

Return Value

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

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

Find objects by primary key $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $con);

Parameters

array $keys Primary keys to use for the query
ConnectionInterface $con an optional connection object

Return Value

ObjectCollection|array|mixed the list of results, formatted by the current formatter

in MessageVersionQuery at line 245
MessageVersionQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 260
MessageVersionQuery 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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 295
MessageVersionQuery 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

MessageVersionQuery The current query, for fluid interface

See also

filterByMessage()

in MessageVersionQuery at line 333
MessageVersionQuery filterByName( string $name = null, string $comparison = null)

Filter the query on the name column

Example usage: $query->filterByName('fooValue'); // WHERE name = 'fooValue' $query->filterByName('%fooValue%'); // WHERE name LIKE '%fooValue%'

Parameters

string $name The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 365
MessageVersionQuery filterBySecured( mixed $secured = null, string $comparison = null)

Filter the query on the secured column

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

Parameters

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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 403
MessageVersionQuery filterByTextLayoutFileName( string $textLayoutFileName = null, string $comparison = null)

Filter the query on the textlayoutfile_name column

Example usage: $query->filterByTextLayoutFileName('fooValue'); // WHERE textlayoutfilename = 'fooValue' $query->filterByTextLayoutFileName('%fooValue%'); // WHERE textlayoutfilename LIKE '%fooValue%'

Parameters

string $textLayoutFileName The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 432
MessageVersionQuery filterByTextTemplateFileName( string $textTemplateFileName = null, string $comparison = null)

Filter the query on the texttemplatefile_name column

Example usage: $query->filterByTextTemplateFileName('fooValue'); // WHERE texttemplatefilename = 'fooValue' $query->filterByTextTemplateFileName('%fooValue%'); // WHERE texttemplatefilename LIKE '%fooValue%'

Parameters

string $textTemplateFileName The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 461
MessageVersionQuery filterByHtmlLayoutFileName( string $htmlLayoutFileName = null, string $comparison = null)

Filter the query on the htmllayoutfile_name column

Example usage: $query->filterByHtmlLayoutFileName('fooValue'); // WHERE htmllayoutfilename = 'fooValue' $query->filterByHtmlLayoutFileName('%fooValue%'); // WHERE htmllayoutfilename LIKE '%fooValue%'

Parameters

string $htmlLayoutFileName The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 490
MessageVersionQuery filterByHtmlTemplateFileName( string $htmlTemplateFileName = null, string $comparison = null)

Filter the query on the htmltemplatefile_name column

Example usage: $query->filterByHtmlTemplateFileName('fooValue'); // WHERE htmltemplatefilename = 'fooValue' $query->filterByHtmlTemplateFileName('%fooValue%'); // WHERE htmltemplatefilename LIKE '%fooValue%'

Parameters

string $htmlTemplateFileName The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 524
MessageVersionQuery 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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 567
MessageVersionQuery 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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 608
MessageVersionQuery 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

Parameters

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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 651
MessageVersionQuery 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'

Parameters

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

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 689
MessageVersionQuery 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%'

Parameters

string $versionCreatedBy The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 711
MessageVersionQuery filterByMessage( Message|ObjectCollection $message, string $comparison = null)

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

Parameters

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

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 736
MessageVersionQuery joinMessage( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Message relation

Parameters

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

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 771
MessageQuery useMessageQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

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

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

See also

useQuery()

in MessageVersionQuery at line 785
MessageVersionQuery prune( MessageVersion $messageVersion = null)

Exclude object from result

Parameters

MessageVersion $messageVersion Object to remove from the list of results

Return Value

MessageVersionQuery The current query, for fluid interface

in MessageVersionQuery at line 802
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the message_version table.

Parameters

ConnectionInterface $con the connection to use

Return Value

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

in MessageVersionQuery at line 839
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildMessageVersion 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 MessageVersionQuery at line 88
ChildMessageVersionQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByName($order = Criteria::ASC)

Order by the name column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderBySecured($order = Criteria::ASC)

Order by the secured column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByTextLayoutFileName($order = Criteria::ASC)

Order by the textlayoutfile_name column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByTextTemplateFileName($order = Criteria::ASC)

Order by the texttemplatefile_name column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByHtmlLayoutFileName($order = Criteria::ASC)

Order by the htmllayoutfile_name column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByHtmlTemplateFileName($order = Criteria::ASC)

Order by the htmltemplatefile_name column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByVersion($order = Criteria::ASC)

Order by the version column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByVersionCreatedAt($order = Criteria::ASC)

Order by the versioncreatedat column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery orderByVersionCreatedBy($order = Criteria::ASC)

Order by the versioncreatedby column

Parameters

$order

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupById()

Group by the id column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByName()

Group by the name column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupBySecured()

Group by the secured column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByTextLayoutFileName()

Group by the textlayoutfile_name column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByTextTemplateFileName()

Group by the texttemplatefile_name column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByHtmlLayoutFileName()

Group by the htmllayoutfile_name column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByHtmlTemplateFileName()

Group by the htmltemplatefile_name column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByVersion()

Group by the version column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByVersionCreatedAt()

Group by the versioncreatedat column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery groupByVersionCreatedBy()

Group by the versioncreatedby column

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery leftJoinMessage($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery rightJoinMessage($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersionQuery innerJoinMessage($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildMessageVersionQuery

in MessageVersionQuery at line 88
ChildMessageVersion findOne( ConnectionInterface $con = null)

Return the first ChildMessageVersion matching the query

Parameters

ConnectionInterface $con

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneById( int $id)

Return the first ChildMessageVersion filtered by the id column

Parameters

int $id

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByName( string $name)

Return the first ChildMessageVersion filtered by the name column

Parameters

string $name

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneBySecured( int $secured)

Return the first ChildMessageVersion filtered by the secured column

Parameters

int $secured

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByTextLayoutFileName( string $text_layout_file_name)

Return the first ChildMessageVersion filtered by the textlayoutfile_name column

Parameters

string $text_layout_file_name

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByTextTemplateFileName( string $text_template_file_name)

Return the first ChildMessageVersion filtered by the texttemplatefile_name column

Parameters

string $text_template_file_name

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByHtmlLayoutFileName( string $html_layout_file_name)

Return the first ChildMessageVersion filtered by the htmllayoutfile_name column

Parameters

string $html_layout_file_name

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByHtmlTemplateFileName( string $html_template_file_name)

Return the first ChildMessageVersion filtered by the htmltemplatefile_name column

Parameters

string $html_template_file_name

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByCreatedAt( string $created_at)

Return the first ChildMessageVersion filtered by the created_at column

Parameters

string $created_at

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByUpdatedAt( string $updated_at)

Return the first ChildMessageVersion filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByVersion( int $version)

Return the first ChildMessageVersion filtered by the version column

Parameters

int $version

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByVersionCreatedAt( string $version_created_at)

Return the first ChildMessageVersion filtered by the versioncreatedat column

Parameters

string $version_created_at

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
ChildMessageVersion findOneByVersionCreatedBy( string $version_created_by)

Return the first ChildMessageVersion filtered by the versioncreatedby column

Parameters

string $version_created_by

Return Value

ChildMessageVersion

in MessageVersionQuery at line 88
array findById( int $id)

Return ChildMessageVersion objects filtered by the id column

Parameters

int $id

Return Value

array

in MessageVersionQuery at line 88
array findByName( string $name)

Return ChildMessageVersion objects filtered by the name column

Parameters

string $name

Return Value

array

in MessageVersionQuery at line 88
array findBySecured( int $secured)

Return ChildMessageVersion objects filtered by the secured column

Parameters

int $secured

Return Value

array

in MessageVersionQuery at line 88
array findByTextLayoutFileName( string $text_layout_file_name)

Return ChildMessageVersion objects filtered by the textlayoutfile_name column

Parameters

string $text_layout_file_name

Return Value

array

in MessageVersionQuery at line 88
array findByTextTemplateFileName( string $text_template_file_name)

Return ChildMessageVersion objects filtered by the texttemplatefile_name column

Parameters

string $text_template_file_name

Return Value

array

in MessageVersionQuery at line 88
array findByHtmlLayoutFileName( string $html_layout_file_name)

Return ChildMessageVersion objects filtered by the htmllayoutfile_name column

Parameters

string $html_layout_file_name

Return Value

array

in MessageVersionQuery at line 88
array findByHtmlTemplateFileName( string $html_template_file_name)

Return ChildMessageVersion objects filtered by the htmltemplatefile_name column

Parameters

string $html_template_file_name

Return Value

array

in MessageVersionQuery at line 88
array findByCreatedAt( string $created_at)

Return ChildMessageVersion objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

in MessageVersionQuery at line 88
array findByUpdatedAt( string $updated_at)

Return ChildMessageVersion objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array

in MessageVersionQuery at line 88
array findByVersion( int $version)

Return ChildMessageVersion objects filtered by the version column

Parameters

int $version

Return Value

array

in MessageVersionQuery at line 88
array findByVersionCreatedAt( string $version_created_at)

Return ChildMessageVersion objects filtered by the versioncreatedat column

Parameters

string $version_created_at

Return Value

array

in MessageVersionQuery at line 88
array findByVersionCreatedBy( string $version_created_by)

Return ChildMessageVersion objects filtered by the versioncreatedby column

Parameters

string $version_created_by

Return Value

array