* @method McafeeUltimoProcesoMigracionQuery orderByMupId($order = Criteria::ASC) Order by the mup_id column
* @method McafeeUltimoProcesoMigracionQuery orderByMupId($order = Criteria::ASC) Order by the mup_id column
...
@@ -36,9 +36,9 @@ use AppBundle\Model\UsuarioMcafee;
...
@@ -36,9 +36,9 @@ use AppBundle\Model\UsuarioMcafee;
* @method McafeeUltimoProcesoMigracionQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method McafeeUltimoProcesoMigracionQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method McafeeUltimoProcesoMigracionQuery innerJoin($relation) Adds a INNER JOIN clause to the query
* @method McafeeUltimoProcesoMigracionQuery innerJoin($relation) Adds a INNER JOIN clause to the query
*
*
* @method McafeeUltimoProcesoMigracionQuery leftJoinUsuarioMcafee($relationAlias = null) Adds a LEFT JOIN clause to the query using the UsuarioMcafee relation
* @method McafeeUltimoProcesoMigracionQuery leftJoinUsuariosMcafeeMovistarMigrar($relationAlias = null) Adds a LEFT JOIN clause to the query using the UsuariosMcafeeMovistarMigrar relation
* @method McafeeUltimoProcesoMigracionQuery rightJoinUsuarioMcafee($relationAlias = null) Adds a RIGHT JOIN clause to the query using the UsuarioMcafee relation
* @method McafeeUltimoProcesoMigracionQuery rightJoinUsuariosMcafeeMovistarMigrar($relationAlias = null) Adds a RIGHT JOIN clause to the query using the UsuariosMcafeeMovistarMigrar relation
* @method McafeeUltimoProcesoMigracionQuery innerJoinUsuarioMcafee($relationAlias = null) Adds a INNER JOIN clause to the query using the UsuarioMcafee relation
* @method McafeeUltimoProcesoMigracionQuery innerJoinUsuariosMcafeeMovistarMigrar($relationAlias = null) Adds a INNER JOIN clause to the query using the UsuariosMcafeeMovistarMigrar relation
*
*
* @method McafeeUltimoProcesoMigracion findOne(PropelPDO $con = null) Return the first McafeeUltimoProcesoMigracion matching the query
* @method McafeeUltimoProcesoMigracion findOne(PropelPDO $con = null) Return the first McafeeUltimoProcesoMigracion matching the query
* @method McafeeUltimoProcesoMigracion findOneOrCreate(PropelPDO $con = null) Return the first McafeeUltimoProcesoMigracion matching the query, or a new McafeeUltimoProcesoMigracion object populated from the query conditions when no match is found
* @method McafeeUltimoProcesoMigracion findOneOrCreate(PropelPDO $con = null) Return the first McafeeUltimoProcesoMigracion matching the query, or a new McafeeUltimoProcesoMigracion object populated from the query conditions when no match is found
...
@@ -302,7 +302,7 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
...
@@ -302,7 +302,7 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
* $query->filterByUltimoUmcId(array('max' => 12)); // WHERE ultimo_umc_id <= 12
* $query->filterByUltimoUmcId(array('max' => 12)); // WHERE ultimo_umc_id <= 12
* </code>
* </code>
*
*
* @see filterByUsuarioMcafee()
* @see filterByUsuariosMcafeeMovistarMigrar()
*
*
* @param mixed $ultimoUmcId The value to use as filter.
* @param mixed $ultimoUmcId The value to use as filter.
* Use scalar values for equality.
* Use scalar values for equality.
...
@@ -506,43 +506,43 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
...
@@ -506,43 +506,43 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
}
}
/**
/**
* Filter the query by a related UsuarioMcafee object
* Filter the query by a related UsuariosMcafeeMovistarMigrar object
*
*
* @param UsuarioMcafee|PropelObjectCollection $usuarioMcafee The related object(s) to use as filter
* @param UsuariosMcafeeMovistarMigrar|PropelObjectCollection $usuariosMcafeeMovistarMigrar The related object(s) to use as filter
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
* @throws PropelException - if the provided filter is invalid.
* @throws PropelException - if the provided filter is invalid.
@@ -80,10 +79,6 @@ use AppBundle\Model\UsuarioMcafeeQuery;
...
@@ -80,10 +79,6 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @method UsuarioMcafeeQuery rightJoinMcafeeTransaccionPendiente($relationAlias = null) Adds a RIGHT JOIN clause to the query using the McafeeTransaccionPendiente relation
* @method UsuarioMcafeeQuery rightJoinMcafeeTransaccionPendiente($relationAlias = null) Adds a RIGHT JOIN clause to the query using the McafeeTransaccionPendiente relation
* @method UsuarioMcafeeQuery innerJoinMcafeeTransaccionPendiente($relationAlias = null) Adds a INNER JOIN clause to the query using the McafeeTransaccionPendiente relation
* @method UsuarioMcafeeQuery innerJoinMcafeeTransaccionPendiente($relationAlias = null) Adds a INNER JOIN clause to the query using the McafeeTransaccionPendiente relation
*
*
* @method UsuarioMcafeeQuery leftJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a LEFT JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
* @method UsuarioMcafeeQuery rightJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a RIGHT JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
* @method UsuarioMcafeeQuery innerJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a INNER JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
*
* @method UsuarioMcafeeQuery leftJoinTracking($relationAlias = null) Adds a LEFT JOIN clause to the query using the Tracking relation
* @method UsuarioMcafeeQuery leftJoinTracking($relationAlias = null) Adds a LEFT JOIN clause to the query using the Tracking relation
* @method UsuarioMcafeeQuery rightJoinTracking($relationAlias = null) Adds a RIGHT JOIN clause to the query using the Tracking relation
* @method UsuarioMcafeeQuery rightJoinTracking($relationAlias = null) Adds a RIGHT JOIN clause to the query using the Tracking relation
* @method UsuarioMcafeeQuery innerJoinTracking($relationAlias = null) Adds a INNER JOIN clause to the query using the Tracking relation
* @method UsuarioMcafeeQuery innerJoinTracking($relationAlias = null) Adds a INNER JOIN clause to the query using the Tracking relation
...
@@ -1202,80 +1197,6 @@ abstract class BaseUsuarioMcafeeQuery extends ModelCriteria
...
@@ -1202,80 +1197,6 @@ abstract class BaseUsuarioMcafeeQuery extends ModelCriteria
@@ -87,6 +90,10 @@ use AppBundle\Model\UsuariosMcafeeMovistarMigrarQuery;
...
@@ -87,6 +90,10 @@ use AppBundle\Model\UsuariosMcafeeMovistarMigrarQuery;
* @method UsuariosMcafeeMovistarMigrarQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method UsuariosMcafeeMovistarMigrarQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method UsuariosMcafeeMovistarMigrarQuery innerJoin($relation) Adds a INNER JOIN clause to the query
* @method UsuariosMcafeeMovistarMigrarQuery innerJoin($relation) Adds a INNER JOIN clause to the query
*
*
* @method UsuariosMcafeeMovistarMigrarQuery leftJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a LEFT JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
* @method UsuariosMcafeeMovistarMigrarQuery rightJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a RIGHT JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
* @method UsuariosMcafeeMovistarMigrarQuery innerJoinMcafeeUltimoProcesoMigracion($relationAlias = null) Adds a INNER JOIN clause to the query using the McafeeUltimoProcesoMigracion relation
*
* @method UsuariosMcafeeMovistarMigrar findOne(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarMigrar matching the query
* @method UsuariosMcafeeMovistarMigrar findOne(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarMigrar matching the query
* @method UsuariosMcafeeMovistarMigrar findOneOrCreate(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarMigrar matching the query, or a new UsuariosMcafeeMovistarMigrar object populated from the query conditions when no match is found
* @method UsuariosMcafeeMovistarMigrar findOneOrCreate(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarMigrar matching the query, or a new UsuariosMcafeeMovistarMigrar object populated from the query conditions when no match is found
*
*
...
@@ -1649,6 +1656,80 @@ abstract class BaseUsuariosMcafeeMovistarMigrarQuery extends ModelCriteria
...
@@ -1649,6 +1656,80 @@ abstract class BaseUsuariosMcafeeMovistarMigrarQuery extends ModelCriteria