* Initializes the collMcafeeUltimoProcesoNormalizacions collection.
*
* By default this just sets the collMcafeeUltimoProcesoNormalizacions collection to an empty array (like clearcollMcafeeUltimoProcesoNormalizacions());
* however, you may wish to override this method in your stub class to provide setting appropriate
* to your application -- for example, setting the initial array to the values stored in database.
*
* @param boolean $overrideExisting If set to true, the method call initializes
@@ -38,6 +39,7 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @method UsuarioMcafeeQuery orderByUmcPermiteEmail($order = Criteria::ASC) Order by the umc_permite_email column
* @method UsuarioMcafeeQuery orderByUmcFechaDesuscripcionEmail($order = Criteria::ASC) Order by the umc_fecha_desuscripcion_email column
* @method UsuarioMcafeeQuery orderByUmcMovil($order = Criteria::ASC) Order by the umc_movil column
* @method UsuarioMcafeeQuery orderByUmcFijo($order = Criteria::ASC) Order by the umc_fijo column
* @method UsuarioMcafeeQuery orderByUmcCustomerId($order = Criteria::ASC) Order by the umc_customer_id column
* @method UsuarioMcafeeQuery orderByUmcEliminado($order = Criteria::ASC) Order by the umc_eliminado column
* @method UsuarioMcafeeQuery orderByUmcPermiteSms($order = Criteria::ASC) Order by the umc_permite_sms column
...
...
@@ -60,6 +62,7 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @method UsuarioMcafeeQuery groupByUmcPermiteEmail() Group by the umc_permite_email column
* @method UsuarioMcafeeQuery groupByUmcFechaDesuscripcionEmail() Group by the umc_fecha_desuscripcion_email column
* @method UsuarioMcafeeQuery groupByUmcMovil() Group by the umc_movil column
* @method UsuarioMcafeeQuery groupByUmcFijo() Group by the umc_fijo column
* @method UsuarioMcafeeQuery groupByUmcCustomerId() Group by the umc_customer_id column
* @method UsuarioMcafeeQuery groupByUmcEliminado() Group by the umc_eliminado column
* @method UsuarioMcafeeQuery groupByUmcPermiteSms() Group by the umc_permite_sms column
...
...
@@ -82,6 +85,10 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @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 leftJoinMcafeeUltimoProcesoNormalizacion($relationAlias = null) Adds a LEFT JOIN clause to the query using the McafeeUltimoProcesoNormalizacion relation
* @method UsuarioMcafeeQuery rightJoinMcafeeUltimoProcesoNormalizacion($relationAlias = null) Adds a RIGHT JOIN clause to the query using the McafeeUltimoProcesoNormalizacion relation
* @method UsuarioMcafeeQuery innerJoinMcafeeUltimoProcesoNormalizacion($relationAlias = null) Adds a INNER JOIN clause to the query using the McafeeUltimoProcesoNormalizacion relation
*
* @method UsuarioMcafeeQuery leftJoinSms($relationAlias = null) Adds a LEFT JOIN clause to the query using the Sms relation
* @method UsuarioMcafeeQuery rightJoinSms($relationAlias = null) Adds a RIGHT JOIN clause to the query using the Sms relation
* @method UsuarioMcafeeQuery innerJoinSms($relationAlias = null) Adds a INNER JOIN clause to the query using the Sms relation
...
...
@@ -108,6 +115,7 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @method UsuarioMcafee findOneByUmcPermiteEmail(boolean $umc_permite_email) Return the first UsuarioMcafee filtered by the umc_permite_email column
* @method UsuarioMcafee findOneByUmcFechaDesuscripcionEmail(string $umc_fecha_desuscripcion_email) Return the first UsuarioMcafee filtered by the umc_fecha_desuscripcion_email column
* @method UsuarioMcafee findOneByUmcMovil(string $umc_movil) Return the first UsuarioMcafee filtered by the umc_movil column
* @method UsuarioMcafee findOneByUmcFijo(string $umc_fijo) Return the first UsuarioMcafee filtered by the umc_fijo column
* @method UsuarioMcafee findOneByUmcCustomerId(string $umc_customer_id) Return the first UsuarioMcafee filtered by the umc_customer_id column
* @method UsuarioMcafee findOneByUmcEliminado(boolean $umc_eliminado) Return the first UsuarioMcafee filtered by the umc_eliminado column
* @method UsuarioMcafee findOneByUmcPermiteSms(boolean $umc_permite_sms) Return the first UsuarioMcafee filtered by the umc_permite_sms column
...
...
@@ -130,6 +138,7 @@ use AppBundle\Model\UsuarioMcafeeQuery;
* @method array findByUmcPermiteEmail(boolean $umc_permite_email) Return UsuarioMcafee objects filtered by the umc_permite_email column
* @method array findByUmcFechaDesuscripcionEmail(string $umc_fecha_desuscripcion_email) Return UsuarioMcafee objects filtered by the umc_fecha_desuscripcion_email column
* @method array findByUmcMovil(string $umc_movil) Return UsuarioMcafee objects filtered by the umc_movil column
* @method array findByUmcFijo(string $umc_fijo) Return UsuarioMcafee objects filtered by the umc_fijo column
* @method array findByUmcCustomerId(string $umc_customer_id) Return UsuarioMcafee objects filtered by the umc_customer_id column
* @method array findByUmcEliminado(boolean $umc_eliminado) Return UsuarioMcafee objects filtered by the umc_eliminado column
* @method array findByUmcPermiteSms(boolean $umc_permite_sms) Return UsuarioMcafee objects filtered by the umc_permite_sms column
...
...
@@ -240,7 +249,7 @@ abstract class BaseUsuarioMcafeeQuery extends ModelCriteria
thrownewPropelException('filterByMcafeeUltimoProcesoNormalizacion() only accepts arguments of type McafeeUltimoProcesoNormalizacion or PropelCollection');
}
}
/**
* Adds a JOIN clause to the query using the McafeeUltimoProcesoNormalizacion relation
*
* @param string $relationAlias optional alias for the relation