correccion modelos

parent 48b5bc7f
......@@ -11,6 +11,7 @@ class McafeeTransaccion extends BaseMcafeeTransaccion
const TIPO_CANCELAR_SUS= 3;
const TIPO_ACTUALIZA_PERF= 4;
const TIPO_DESCONTAR_LICS= 5;
const TIPO_USUARIO_NUEVO_LICENCIA_MOVISTAR = 6;
const ESTADO_NO_ENVIADA=0;
const ESTADO_SUCCESS=1;
......
......@@ -13,6 +13,7 @@ class McafeeTransaccionPendiente extends BaseMcafeeTransaccionPendiente
const TIPO_CANCELAR_SUS= 3;
const TIPO_ACTUALIZA_PERF= 4;
const TIPO_DESCONTAR_LICS= 5;
const TIPO_USUARIO_NUEVO_LICENCIA_MOVISTAR = 6;
const ESTADO_PENDIENTE=0;//Transaccion pendiente que buscara la tarea.
const ESTADO_DESECHADA=1;//Transaccion que despues de ciertos intentos se desecho.
......
<?php
namespace AppBundle\Model;
use AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevos;
class UsuariosMcafeeMovistarNuevos extends BaseUsuariosMcafeeMovistarNuevos
{
}
<?php
namespace AppBundle\Model;
use AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevosPeer;
class UsuariosMcafeeMovistarNuevosPeer extends BaseUsuariosMcafeeMovistarNuevosPeer
{
}
<?php
namespace AppBundle\Model;
use AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevosQuery;
class UsuariosMcafeeMovistarNuevosQuery extends BaseUsuariosMcafeeMovistarNuevosQuery
{
}
<?php
namespace AppBundle\Model\map;
use \RelationMap;
use \TableMap;
/**
* This class defines the structure of the 'usuarios_mcafee_movistar_nuevos' table.
*
*
*
* This map class is used by Propel to do runtime db structure discovery.
* For example, the createSelectSql() method checks the type of a given column used in an
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
* (i.e. if it's a text column type).
*
* @package propel.generator.src.AppBundle.Model.map
*/
class UsuariosMcafeeMovistarNuevosTableMap extends TableMap
{
/**
* The (dot-path) name of this class
*/
const CLASS_NAME = 'src.AppBundle.Model.map.UsuariosMcafeeMovistarNuevosTableMap';
/**
* Initialize the table attributes, columns and validators
* Relations are not initialized by this method since they are lazy loaded
*
* @return void
* @throws PropelException
*/
public function initialize()
{
// attributes
$this->setName('usuarios_mcafee_movistar_nuevos');
$this->setPhpName('UsuariosMcafeeMovistarNuevos');
$this->setClassname('AppBundle\\Model\\UsuariosMcafeeMovistarNuevos');
$this->setPackage('src.AppBundle.Model');
$this->setUseIdGenerator(true);
// columns
$this->addPrimaryKey('id', 'Id', 'INTEGER', true, null, null);
$this->addColumn('id_mov', 'IdMov', 'INTEGER', true, null, 0);
$this->addColumn('area_tel', 'AreaTel', 'INTEGER', false, null, null);
$this->addColumn('rut', 'Rut', 'INTEGER', false, null, null);
$this->addColumn('nombres', 'Nombres', 'VARCHAR', false, 45, null);
$this->addColumn('correo', 'Correo', 'VARCHAR', false, 64, null);
$this->addColumn('fono_contacto_fijo_1', 'FonoContactoFijo1', 'INTEGER', false, null, null);
$this->addColumn('fono_contacto_fijo_2', 'FonoContactoFijo2', 'INTEGER', false, null, null);
$this->addColumn('fono_contacto_movil_1', 'FonoContactoMovil1', 'INTEGER', false, null, null);
$this->addColumn('fono_contacto_movil_2', 'FonoContactoMovil2', 'INTEGER', false, null, null);
$this->addColumn('ps_6094', 'Ps6094', 'INTEGER', false, null, null);
$this->addColumn('ps_5679', 'Ps5679', 'INTEGER', false, null, null);
$this->addColumn('ps_2989', 'Ps2989', 'INTEGER', false, null, null);
$this->addColumn('ps_6753', 'Ps6753', 'INTEGER', false, null, null);
$this->addColumn('ps_6759', 'Ps6759', 'INTEGER', false, null, null);
// validators
} // initialize()
/**
* Build the RelationMap objects for this table relationships
*/
public function buildRelations()
{
} // buildRelations()
} // UsuariosMcafeeMovistarNuevosTableMap
<?php
namespace AppBundle\Model\om;
use \BaseObject;
use \BasePeer;
use \Criteria;
use \Exception;
use \PDO;
use \Persistent;
use \Propel;
use \PropelException;
use \PropelPDO;
use AppBundle\Model\UsuariosMcafeeMovistarNuevos;
use AppBundle\Model\UsuariosMcafeeMovistarNuevosPeer;
use AppBundle\Model\UsuariosMcafeeMovistarNuevosQuery;
abstract class BaseUsuariosMcafeeMovistarNuevos extends BaseObject implements Persistent
{
/**
* Peer class name
*/
const PEER = 'AppBundle\\Model\\UsuariosMcafeeMovistarNuevosPeer';
/**
* The Peer class.
* Instance provides a convenient way of calling static methods on a class
* that calling code may not be able to identify.
* @var UsuariosMcafeeMovistarNuevosPeer
*/
protected static $peer;
/**
* The flag var to prevent infinite loop in deep copy
* @var boolean
*/
protected $startCopy = false;
/**
* The value for the id field.
* @var int
*/
protected $id;
/**
* The value for the id_mov field.
* Note: this column has a database default value of: 0
* @var int
*/
protected $id_mov;
/**
* The value for the area_tel field.
* @var int
*/
protected $area_tel;
/**
* The value for the rut field.
* @var int
*/
protected $rut;
/**
* The value for the nombres field.
* @var string
*/
protected $nombres;
/**
* The value for the correo field.
* @var string
*/
protected $correo;
/**
* The value for the fono_contacto_fijo_1 field.
* @var int
*/
protected $fono_contacto_fijo_1;
/**
* The value for the fono_contacto_fijo_2 field.
* @var int
*/
protected $fono_contacto_fijo_2;
/**
* The value for the fono_contacto_movil_1 field.
* @var int
*/
protected $fono_contacto_movil_1;
/**
* The value for the fono_contacto_movil_2 field.
* @var int
*/
protected $fono_contacto_movil_2;
/**
* The value for the ps_6094 field.
* @var int
*/
protected $ps_6094;
/**
* The value for the ps_5679 field.
* @var int
*/
protected $ps_5679;
/**
* The value for the ps_2989 field.
* @var int
*/
protected $ps_2989;
/**
* The value for the ps_6753 field.
* @var int
*/
protected $ps_6753;
/**
* The value for the ps_6759 field.
* @var int
*/
protected $ps_6759;
/**
* Flag to prevent endless save loop, if this object is referenced
* by another object which falls in this transaction.
* @var boolean
*/
protected $alreadyInSave = false;
/**
* Flag to prevent endless validation loop, if this object is referenced
* by another object which falls in this transaction.
* @var boolean
*/
protected $alreadyInValidation = false;
/**
* Flag to prevent endless clearAllReferences($deep=true) loop, if this object is referenced
* @var boolean
*/
protected $alreadyInClearAllReferencesDeep = false;
/**
* Applies default values to this object.
* This method should be called from the object's constructor (or
* equivalent initialization method).
* @see __construct()
*/
public function applyDefaultValues()
{
$this->id_mov = 0;
}
/**
* Initializes internal state of BaseUsuariosMcafeeMovistarNuevos object.
* @see applyDefaults()
*/
public function __construct()
{
parent::__construct();
$this->applyDefaultValues();
}
/**
* Get the [id] column value.
*
* @return int
*/
public function getId()
{
return $this->id;
}
/**
* Get the [id_mov] column value.
*
* @return int
*/
public function getIdMov()
{
return $this->id_mov;
}
/**
* Get the [area_tel] column value.
*
* @return int
*/
public function getAreaTel()
{
return $this->area_tel;
}
/**
* Get the [rut] column value.
*
* @return int
*/
public function getRut()
{
return $this->rut;
}
/**
* Get the [nombres] column value.
*
* @return string
*/
public function getNombres()
{
return $this->nombres;
}
/**
* Get the [correo] column value.
*
* @return string
*/
public function getCorreo()
{
return $this->correo;
}
/**
* Get the [fono_contacto_fijo_1] column value.
*
* @return int
*/
public function getFonoContactoFijo1()
{
return $this->fono_contacto_fijo_1;
}
/**
* Get the [fono_contacto_fijo_2] column value.
*
* @return int
*/
public function getFonoContactoFijo2()
{
return $this->fono_contacto_fijo_2;
}
/**
* Get the [fono_contacto_movil_1] column value.
*
* @return int
*/
public function getFonoContactoMovil1()
{
return $this->fono_contacto_movil_1;
}
/**
* Get the [fono_contacto_movil_2] column value.
*
* @return int
*/
public function getFonoContactoMovil2()
{
return $this->fono_contacto_movil_2;
}
/**
* Get the [ps_6094] column value.
*
* @return int
*/
public function getPs6094()
{
return $this->ps_6094;
}
/**
* Get the [ps_5679] column value.
*
* @return int
*/
public function getPs5679()
{
return $this->ps_5679;
}
/**
* Get the [ps_2989] column value.
*
* @return int
*/
public function getPs2989()
{
return $this->ps_2989;
}
/**
* Get the [ps_6753] column value.
*
* @return int
*/
public function getPs6753()
{
return $this->ps_6753;
}
/**
* Get the [ps_6759] column value.
*
* @return int
*/
public function getPs6759()
{
return $this->ps_6759;
}
/**
* Set the value of [id] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setId($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->id !== $v) {
$this->id = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::ID;
}
return $this;
} // setId()
/**
* Set the value of [id_mov] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setIdMov($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->id_mov !== $v) {
$this->id_mov = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::ID_MOV;
}
return $this;
} // setIdMov()
/**
* Set the value of [area_tel] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setAreaTel($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->area_tel !== $v) {
$this->area_tel = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::AREA_TEL;
}
return $this;
} // setAreaTel()
/**
* Set the value of [rut] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setRut($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->rut !== $v) {
$this->rut = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::RUT;
}
return $this;
} // setRut()
/**
* Set the value of [nombres] column.
*
* @param string $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setNombres($v)
{
if ($v !== null) {
$v = (string) $v;
}
if ($this->nombres !== $v) {
$this->nombres = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::NOMBRES;
}
return $this;
} // setNombres()
/**
* Set the value of [correo] column.
*
* @param string $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setCorreo($v)
{
if ($v !== null) {
$v = (string) $v;
}
if ($this->correo !== $v) {
$this->correo = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::CORREO;
}
return $this;
} // setCorreo()
/**
* Set the value of [fono_contacto_fijo_1] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setFonoContactoFijo1($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->fono_contacto_fijo_1 !== $v) {
$this->fono_contacto_fijo_1 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1;
}
return $this;
} // setFonoContactoFijo1()
/**
* Set the value of [fono_contacto_fijo_2] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setFonoContactoFijo2($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->fono_contacto_fijo_2 !== $v) {
$this->fono_contacto_fijo_2 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2;
}
return $this;
} // setFonoContactoFijo2()
/**
* Set the value of [fono_contacto_movil_1] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setFonoContactoMovil1($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->fono_contacto_movil_1 !== $v) {
$this->fono_contacto_movil_1 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1;
}
return $this;
} // setFonoContactoMovil1()
/**
* Set the value of [fono_contacto_movil_2] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setFonoContactoMovil2($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->fono_contacto_movil_2 !== $v) {
$this->fono_contacto_movil_2 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2;
}
return $this;
} // setFonoContactoMovil2()
/**
* Set the value of [ps_6094] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setPs6094($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->ps_6094 !== $v) {
$this->ps_6094 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::PS_6094;
}
return $this;
} // setPs6094()
/**
* Set the value of [ps_5679] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setPs5679($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->ps_5679 !== $v) {
$this->ps_5679 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::PS_5679;
}
return $this;
} // setPs5679()
/**
* Set the value of [ps_2989] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setPs2989($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->ps_2989 !== $v) {
$this->ps_2989 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::PS_2989;
}
return $this;
} // setPs2989()
/**
* Set the value of [ps_6753] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setPs6753($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->ps_6753 !== $v) {
$this->ps_6753 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::PS_6753;
}
return $this;
} // setPs6753()
/**
* Set the value of [ps_6759] column.
*
* @param int $v new value
* @return UsuariosMcafeeMovistarNuevos The current object (for fluent API support)
*/
public function setPs6759($v)
{
if ($v !== null && is_numeric($v)) {
$v = (int) $v;
}
if ($this->ps_6759 !== $v) {
$this->ps_6759 = $v;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::PS_6759;
}
return $this;
} // setPs6759()
/**
* Indicates whether the columns in this object are only set to default values.
*
* This method can be used in conjunction with isModified() to indicate whether an object is both
* modified _and_ has some values set which are non-default.
*
* @return boolean Whether the columns in this object are only been set with default values.
*/
public function hasOnlyDefaultValues()
{
if ($this->id_mov !== 0) {
return false;
}
// otherwise, everything was equal, so return true
return true;
} // hasOnlyDefaultValues()
/**
* Hydrates (populates) the object variables with values from the database resultset.
*
* An offset (0-based "start column") is specified so that objects can be hydrated
* with a subset of the columns in the resultset rows. This is needed, for example,
* for results of JOIN queries where the resultset row includes columns from two or
* more tables.
*
* @param array $row The row returned by PDOStatement->fetch(PDO::FETCH_NUM)
* @param int $startcol 0-based offset column which indicates which resultset column to start with.
* @param boolean $rehydrate Whether this object is being re-hydrated from the database.
* @return int next starting column
* @throws PropelException - Any caught Exception will be rewrapped as a PropelException.
*/
public function hydrate($row, $startcol = 0, $rehydrate = false)
{
try {
$this->id = ($row[$startcol + 0] !== null) ? (int) $row[$startcol + 0] : null;
$this->id_mov = ($row[$startcol + 1] !== null) ? (int) $row[$startcol + 1] : null;
$this->area_tel = ($row[$startcol + 2] !== null) ? (int) $row[$startcol + 2] : null;
$this->rut = ($row[$startcol + 3] !== null) ? (int) $row[$startcol + 3] : null;
$this->nombres = ($row[$startcol + 4] !== null) ? (string) $row[$startcol + 4] : null;
$this->correo = ($row[$startcol + 5] !== null) ? (string) $row[$startcol + 5] : null;
$this->fono_contacto_fijo_1 = ($row[$startcol + 6] !== null) ? (int) $row[$startcol + 6] : null;
$this->fono_contacto_fijo_2 = ($row[$startcol + 7] !== null) ? (int) $row[$startcol + 7] : null;
$this->fono_contacto_movil_1 = ($row[$startcol + 8] !== null) ? (int) $row[$startcol + 8] : null;
$this->fono_contacto_movil_2 = ($row[$startcol + 9] !== null) ? (int) $row[$startcol + 9] : null;
$this->ps_6094 = ($row[$startcol + 10] !== null) ? (int) $row[$startcol + 10] : null;
$this->ps_5679 = ($row[$startcol + 11] !== null) ? (int) $row[$startcol + 11] : null;
$this->ps_2989 = ($row[$startcol + 12] !== null) ? (int) $row[$startcol + 12] : null;
$this->ps_6753 = ($row[$startcol + 13] !== null) ? (int) $row[$startcol + 13] : null;
$this->ps_6759 = ($row[$startcol + 14] !== null) ? (int) $row[$startcol + 14] : null;
$this->resetModified();
$this->setNew(false);
if ($rehydrate) {
$this->ensureConsistency();
}
$this->postHydrate($row, $startcol, $rehydrate);
return $startcol + 15; // 15 = UsuariosMcafeeMovistarNuevosPeer::NUM_HYDRATE_COLUMNS.
} catch (Exception $e) {
throw new PropelException("Error populating UsuariosMcafeeMovistarNuevos object", $e);
}
}
/**
* Checks and repairs the internal consistency of the object.
*
* This method is executed after an already-instantiated object is re-hydrated
* from the database. It exists to check any foreign keys to make sure that
* the objects related to the current object are correct based on foreign key.
*
* You can override this method in the stub class, but you should always invoke
* the base method from the overridden method (i.e. parent::ensureConsistency()),
* in case your model changes.
*
* @throws PropelException
*/
public function ensureConsistency()
{
} // ensureConsistency
/**
* Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
*
* This will only work if the object has been saved and has a valid primary key set.
*
* @param boolean $deep (optional) Whether to also de-associated any related objects.
* @param PropelPDO $con (optional) The PropelPDO connection to use.
* @return void
* @throws PropelException - if this object is deleted, unsaved or doesn't have pk match in db
*/
public function reload($deep = false, PropelPDO $con = null)
{
if ($this->isDeleted()) {
throw new PropelException("Cannot reload a deleted object.");
}
if ($this->isNew()) {
throw new PropelException("Cannot reload an unsaved object.");
}
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
// We don't need to alter the object instance pool; we're just modifying this instance
// already in the pool.
$stmt = UsuariosMcafeeMovistarNuevosPeer::doSelectStmt($this->buildPkeyCriteria(), $con);
$row = $stmt->fetch(PDO::FETCH_NUM);
$stmt->closeCursor();
if (!$row) {
throw new PropelException('Cannot find matching row in the database to reload object values.');
}
$this->hydrate($row, 0, true); // rehydrate
if ($deep) { // also de-associate any related objects?
} // if (deep)
}
/**
* Removes this object from datastore and sets delete attribute.
*
* @param PropelPDO $con
* @return void
* @throws PropelException
* @throws Exception
* @see BaseObject::setDeleted()
* @see BaseObject::isDeleted()
*/
public function delete(PropelPDO $con = null)
{
if ($this->isDeleted()) {
throw new PropelException("This object has already been deleted.");
}
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
$con->beginTransaction();
try {
$deleteQuery = UsuariosMcafeeMovistarNuevosQuery::create()
->filterByPrimaryKey($this->getPrimaryKey());
$ret = $this->preDelete($con);
if ($ret) {
$deleteQuery->delete($con);
$this->postDelete($con);
$con->commit();
$this->setDeleted(true);
} else {
$con->commit();
}
} catch (Exception $e) {
$con->rollBack();
throw $e;
}
}
/**
* Persists this object to the database.
*
* If the object is new, it inserts it; otherwise an update is performed.
* All modified related objects will also be persisted in the doSave()
* method. This method wraps all precipitate database operations in a
* single transaction.
*
* @param PropelPDO $con
* @return int The number of rows affected by this insert/update and any referring fk objects' save() operations.
* @throws PropelException
* @throws Exception
* @see doSave()
*/
public function save(PropelPDO $con = null)
{
if ($this->isDeleted()) {
throw new PropelException("You cannot save an object that has been deleted.");
}
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
$con->beginTransaction();
$isInsert = $this->isNew();
try {
$ret = $this->preSave($con);
if ($isInsert) {
$ret = $ret && $this->preInsert($con);
} else {
$ret = $ret && $this->preUpdate($con);
}
if ($ret) {
$affectedRows = $this->doSave($con);
if ($isInsert) {
$this->postInsert($con);
} else {
$this->postUpdate($con);
}
$this->postSave($con);
UsuariosMcafeeMovistarNuevosPeer::addInstanceToPool($this);
} else {
$affectedRows = 0;
}
$con->commit();
return $affectedRows;
} catch (Exception $e) {
$con->rollBack();
throw $e;
}
}
/**
* Performs the work of inserting or updating the row in the database.
*
* If the object is new, it inserts it; otherwise an update is performed.
* All related objects are also updated in this method.
*
* @param PropelPDO $con
* @return int The number of rows affected by this insert/update and any referring fk objects' save() operations.
* @throws PropelException
* @see save()
*/
protected function doSave(PropelPDO $con)
{
$affectedRows = 0; // initialize var to track total num of affected rows
if (!$this->alreadyInSave) {
$this->alreadyInSave = true;
if ($this->isNew() || $this->isModified()) {
// persist changes
if ($this->isNew()) {
$this->doInsert($con);
} else {
$this->doUpdate($con);
}
$affectedRows += 1;
$this->resetModified();
}
$this->alreadyInSave = false;
}
return $affectedRows;
} // doSave()
/**
* Insert the row in the database.
*
* @param PropelPDO $con
*
* @throws PropelException
* @see doSave()
*/
protected function doInsert(PropelPDO $con)
{
$modifiedColumns = array();
$index = 0;
$this->modifiedColumns[] = UsuariosMcafeeMovistarNuevosPeer::ID;
if (null !== $this->id) {
throw new PropelException('Cannot insert a value for auto-increment primary key (' . UsuariosMcafeeMovistarNuevosPeer::ID . ')');
}
// check the columns in natural order for more readable SQL queries
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::ID)) {
$modifiedColumns[':p' . $index++] = '`id`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::ID_MOV)) {
$modifiedColumns[':p' . $index++] = '`id_mov`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL)) {
$modifiedColumns[':p' . $index++] = '`area_tel`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::RUT)) {
$modifiedColumns[':p' . $index++] = '`rut`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::NOMBRES)) {
$modifiedColumns[':p' . $index++] = '`nombres`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::CORREO)) {
$modifiedColumns[':p' . $index++] = '`correo`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1)) {
$modifiedColumns[':p' . $index++] = '`fono_contacto_fijo_1`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2)) {
$modifiedColumns[':p' . $index++] = '`fono_contacto_fijo_2`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1)) {
$modifiedColumns[':p' . $index++] = '`fono_contacto_movil_1`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2)) {
$modifiedColumns[':p' . $index++] = '`fono_contacto_movil_2`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6094)) {
$modifiedColumns[':p' . $index++] = '`ps_6094`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_5679)) {
$modifiedColumns[':p' . $index++] = '`ps_5679`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_2989)) {
$modifiedColumns[':p' . $index++] = '`ps_2989`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6753)) {
$modifiedColumns[':p' . $index++] = '`ps_6753`';
}
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6759)) {
$modifiedColumns[':p' . $index++] = '`ps_6759`';
}
$sql = sprintf(
'INSERT INTO `usuarios_mcafee_movistar_nuevos` (%s) VALUES (%s)',
implode(', ', $modifiedColumns),
implode(', ', array_keys($modifiedColumns))
);
try {
$stmt = $con->prepare($sql);
foreach ($modifiedColumns as $identifier => $columnName) {
switch ($columnName) {
case '`id`':
$stmt->bindValue($identifier, $this->id, PDO::PARAM_INT);
break;
case '`id_mov`':
$stmt->bindValue($identifier, $this->id_mov, PDO::PARAM_INT);
break;
case '`area_tel`':
$stmt->bindValue($identifier, $this->area_tel, PDO::PARAM_INT);
break;
case '`rut`':
$stmt->bindValue($identifier, $this->rut, PDO::PARAM_INT);
break;
case '`nombres`':
$stmt->bindValue($identifier, $this->nombres, PDO::PARAM_STR);
break;
case '`correo`':
$stmt->bindValue($identifier, $this->correo, PDO::PARAM_STR);
break;
case '`fono_contacto_fijo_1`':
$stmt->bindValue($identifier, $this->fono_contacto_fijo_1, PDO::PARAM_INT);
break;
case '`fono_contacto_fijo_2`':
$stmt->bindValue($identifier, $this->fono_contacto_fijo_2, PDO::PARAM_INT);
break;
case '`fono_contacto_movil_1`':
$stmt->bindValue($identifier, $this->fono_contacto_movil_1, PDO::PARAM_INT);
break;
case '`fono_contacto_movil_2`':
$stmt->bindValue($identifier, $this->fono_contacto_movil_2, PDO::PARAM_INT);
break;
case '`ps_6094`':
$stmt->bindValue($identifier, $this->ps_6094, PDO::PARAM_INT);
break;
case '`ps_5679`':
$stmt->bindValue($identifier, $this->ps_5679, PDO::PARAM_INT);
break;
case '`ps_2989`':
$stmt->bindValue($identifier, $this->ps_2989, PDO::PARAM_INT);
break;
case '`ps_6753`':
$stmt->bindValue($identifier, $this->ps_6753, PDO::PARAM_INT);
break;
case '`ps_6759`':
$stmt->bindValue($identifier, $this->ps_6759, PDO::PARAM_INT);
break;
}
}
$stmt->execute();
} catch (Exception $e) {
Propel::log($e->getMessage(), Propel::LOG_ERR);
throw new PropelException(sprintf('Unable to execute INSERT statement [%s]', $sql), $e);
}
try {
$pk = $con->lastInsertId();
} catch (Exception $e) {
throw new PropelException('Unable to get autoincrement id.', $e);
}
$this->setId($pk);
$this->setNew(false);
}
/**
* Update the row in the database.
*
* @param PropelPDO $con
*
* @see doSave()
*/
protected function doUpdate(PropelPDO $con)
{
$selectCriteria = $this->buildPkeyCriteria();
$valuesCriteria = $this->buildCriteria();
BasePeer::doUpdate($selectCriteria, $valuesCriteria, $con);
}
/**
* Array of ValidationFailed objects.
* @var array ValidationFailed[]
*/
protected $validationFailures = array();
/**
* Gets any ValidationFailed objects that resulted from last call to validate().
*
*
* @return array ValidationFailed[]
* @see validate()
*/
public function getValidationFailures()
{
return $this->validationFailures;
}
/**
* Validates the objects modified field values and all objects related to this table.
*
* If $columns is either a column name or an array of column names
* only those columns are validated.
*
* @param mixed $columns Column name or an array of column names.
* @return boolean Whether all columns pass validation.
* @see doValidate()
* @see getValidationFailures()
*/
public function validate($columns = null)
{
$res = $this->doValidate($columns);
if ($res === true) {
$this->validationFailures = array();
return true;
}
$this->validationFailures = $res;
return false;
}
/**
* This function performs the validation work for complex object models.
*
* In addition to checking the current object, all related objects will
* also be validated. If all pass then <code>true</code> is returned; otherwise
* an aggregated array of ValidationFailed objects will be returned.
*
* @param array $columns Array of column names to validate.
* @return mixed <code>true</code> if all validations pass; array of <code>ValidationFailed</code> objects otherwise.
*/
protected function doValidate($columns = null)
{
if (!$this->alreadyInValidation) {
$this->alreadyInValidation = true;
$retval = null;
$failureMap = array();
if (($retval = UsuariosMcafeeMovistarNuevosPeer::doValidate($this, $columns)) !== true) {
$failureMap = array_merge($failureMap, $retval);
}
$this->alreadyInValidation = false;
}
return (!empty($failureMap) ? $failureMap : true);
}
/**
* Retrieves a field from the object by name passed in as a string.
*
* @param string $name name
* @param string $type The type of fieldname the $name is of:
* one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM.
* Defaults to BasePeer::TYPE_PHPNAME
* @return mixed Value of field.
*/
public function getByName($name, $type = BasePeer::TYPE_PHPNAME)
{
$pos = UsuariosMcafeeMovistarNuevosPeer::translateFieldName($name, $type, BasePeer::TYPE_NUM);
$field = $this->getByPosition($pos);
return $field;
}
/**
* Retrieves a field from the object by Position as specified in the xml schema.
* Zero-based.
*
* @param int $pos position in xml schema
* @return mixed Value of field at $pos
*/
public function getByPosition($pos)
{
switch ($pos) {
case 0:
return $this->getId();
break;
case 1:
return $this->getIdMov();
break;
case 2:
return $this->getAreaTel();
break;
case 3:
return $this->getRut();
break;
case 4:
return $this->getNombres();
break;
case 5:
return $this->getCorreo();
break;
case 6:
return $this->getFonoContactoFijo1();
break;
case 7:
return $this->getFonoContactoFijo2();
break;
case 8:
return $this->getFonoContactoMovil1();
break;
case 9:
return $this->getFonoContactoMovil2();
break;
case 10:
return $this->getPs6094();
break;
case 11:
return $this->getPs5679();
break;
case 12:
return $this->getPs2989();
break;
case 13:
return $this->getPs6753();
break;
case 14:
return $this->getPs6759();
break;
default:
return null;
break;
} // switch()
}
/**
* Exports the object as an array.
*
* You can specify the key type of the array by passing one of the class
* type constants.
*
* @param string $keyType (optional) One of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME,
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM.
* Defaults to BasePeer::TYPE_PHPNAME.
* @param boolean $includeLazyLoadColumns (optional) Whether to include lazy loaded columns. Defaults to true.
* @param array $alreadyDumpedObjects List of objects to skip to avoid recursion
*
* @return array an associative array containing the field names (as keys) and field values
*/
public function toArray($keyType = BasePeer::TYPE_PHPNAME, $includeLazyLoadColumns = true, $alreadyDumpedObjects = array())
{
if (isset($alreadyDumpedObjects['UsuariosMcafeeMovistarNuevos'][$this->getPrimaryKey()])) {
return '*RECURSION*';
}
$alreadyDumpedObjects['UsuariosMcafeeMovistarNuevos'][$this->getPrimaryKey()] = true;
$keys = UsuariosMcafeeMovistarNuevosPeer::getFieldNames($keyType);
$result = array(
$keys[0] => $this->getId(),
$keys[1] => $this->getIdMov(),
$keys[2] => $this->getAreaTel(),
$keys[3] => $this->getRut(),
$keys[4] => $this->getNombres(),
$keys[5] => $this->getCorreo(),
$keys[6] => $this->getFonoContactoFijo1(),
$keys[7] => $this->getFonoContactoFijo2(),
$keys[8] => $this->getFonoContactoMovil1(),
$keys[9] => $this->getFonoContactoMovil2(),
$keys[10] => $this->getPs6094(),
$keys[11] => $this->getPs5679(),
$keys[12] => $this->getPs2989(),
$keys[13] => $this->getPs6753(),
$keys[14] => $this->getPs6759(),
);
$virtualColumns = $this->virtualColumns;
foreach ($virtualColumns as $key => $virtualColumn) {
$result[$key] = $virtualColumn;
}
return $result;
}
/**
* Sets a field from the object by name passed in as a string.
*
* @param string $name peer name
* @param mixed $value field value
* @param string $type The type of fieldname the $name is of:
* one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM.
* Defaults to BasePeer::TYPE_PHPNAME
* @return void
*/
public function setByName($name, $value, $type = BasePeer::TYPE_PHPNAME)
{
$pos = UsuariosMcafeeMovistarNuevosPeer::translateFieldName($name, $type, BasePeer::TYPE_NUM);
$this->setByPosition($pos, $value);
}
/**
* Sets a field from the object by Position as specified in the xml schema.
* Zero-based.
*
* @param int $pos position in xml schema
* @param mixed $value field value
* @return void
*/
public function setByPosition($pos, $value)
{
switch ($pos) {
case 0:
$this->setId($value);
break;
case 1:
$this->setIdMov($value);
break;
case 2:
$this->setAreaTel($value);
break;
case 3:
$this->setRut($value);
break;
case 4:
$this->setNombres($value);
break;
case 5:
$this->setCorreo($value);
break;
case 6:
$this->setFonoContactoFijo1($value);
break;
case 7:
$this->setFonoContactoFijo2($value);
break;
case 8:
$this->setFonoContactoMovil1($value);
break;
case 9:
$this->setFonoContactoMovil2($value);
break;
case 10:
$this->setPs6094($value);
break;
case 11:
$this->setPs5679($value);
break;
case 12:
$this->setPs2989($value);
break;
case 13:
$this->setPs6753($value);
break;
case 14:
$this->setPs6759($value);
break;
} // switch()
}
/**
* Populates the object using an array.
*
* This is particularly useful when populating an object from one of the
* request arrays (e.g. $_POST). This method goes through the column
* names, checking to see whether a matching key exists in populated
* array. If so the setByName() method is called for that column.
*
* You can specify the key type of the array by additionally passing one
* of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME,
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM.
* The default key type is the column's BasePeer::TYPE_PHPNAME
*
* @param array $arr An array to populate the object from.
* @param string $keyType The type of keys the array uses.
* @return void
*/
public function fromArray($arr, $keyType = BasePeer::TYPE_PHPNAME)
{
$keys = UsuariosMcafeeMovistarNuevosPeer::getFieldNames($keyType);
if (array_key_exists($keys[0], $arr)) $this->setId($arr[$keys[0]]);
if (array_key_exists($keys[1], $arr)) $this->setIdMov($arr[$keys[1]]);
if (array_key_exists($keys[2], $arr)) $this->setAreaTel($arr[$keys[2]]);
if (array_key_exists($keys[3], $arr)) $this->setRut($arr[$keys[3]]);
if (array_key_exists($keys[4], $arr)) $this->setNombres($arr[$keys[4]]);
if (array_key_exists($keys[5], $arr)) $this->setCorreo($arr[$keys[5]]);
if (array_key_exists($keys[6], $arr)) $this->setFonoContactoFijo1($arr[$keys[6]]);
if (array_key_exists($keys[7], $arr)) $this->setFonoContactoFijo2($arr[$keys[7]]);
if (array_key_exists($keys[8], $arr)) $this->setFonoContactoMovil1($arr[$keys[8]]);
if (array_key_exists($keys[9], $arr)) $this->setFonoContactoMovil2($arr[$keys[9]]);
if (array_key_exists($keys[10], $arr)) $this->setPs6094($arr[$keys[10]]);
if (array_key_exists($keys[11], $arr)) $this->setPs5679($arr[$keys[11]]);
if (array_key_exists($keys[12], $arr)) $this->setPs2989($arr[$keys[12]]);
if (array_key_exists($keys[13], $arr)) $this->setPs6753($arr[$keys[13]]);
if (array_key_exists($keys[14], $arr)) $this->setPs6759($arr[$keys[14]]);
}
/**
* Build a Criteria object containing the values of all modified columns in this object.
*
* @return Criteria The Criteria object containing all modified values.
*/
public function buildCriteria()
{
$criteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::ID)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, $this->id);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::ID_MOV)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID_MOV, $this->id_mov);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL, $this->area_tel);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::RUT)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::RUT, $this->rut);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::NOMBRES)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::NOMBRES, $this->nombres);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::CORREO)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::CORREO, $this->correo);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1, $this->fono_contacto_fijo_1);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2, $this->fono_contacto_fijo_2);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1, $this->fono_contacto_movil_1);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2, $this->fono_contacto_movil_2);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6094)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::PS_6094, $this->ps_6094);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_5679)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::PS_5679, $this->ps_5679);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_2989)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::PS_2989, $this->ps_2989);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6753)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::PS_6753, $this->ps_6753);
if ($this->isColumnModified(UsuariosMcafeeMovistarNuevosPeer::PS_6759)) $criteria->add(UsuariosMcafeeMovistarNuevosPeer::PS_6759, $this->ps_6759);
return $criteria;
}
/**
* Builds a Criteria object containing the primary key for this object.
*
* Unlike buildCriteria() this method includes the primary key values regardless
* of whether or not they have been modified.
*
* @return Criteria The Criteria object containing value(s) for primary key(s).
*/
public function buildPkeyCriteria()
{
$criteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, $this->id);
return $criteria;
}
/**
* Returns the primary key for this object (row).
* @return int
*/
public function getPrimaryKey()
{
return $this->getId();
}
/**
* Generic method to set the primary key (id column).
*
* @param int $key Primary key.
* @return void
*/
public function setPrimaryKey($key)
{
$this->setId($key);
}
/**
* Returns true if the primary key for this object is null.
* @return boolean
*/
public function isPrimaryKeyNull()
{
return null === $this->getId();
}
/**
* Sets contents of passed object to values from current object.
*
* If desired, this method can also make copies of all associated (fkey referrers)
* objects.
*
* @param object $copyObj An object of UsuariosMcafeeMovistarNuevos (or compatible) type.
* @param boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row.
* @param boolean $makeNew Whether to reset autoincrement PKs and make the object new.
* @throws PropelException
*/
public function copyInto($copyObj, $deepCopy = false, $makeNew = true)
{
$copyObj->setIdMov($this->getIdMov());
$copyObj->setAreaTel($this->getAreaTel());
$copyObj->setRut($this->getRut());
$copyObj->setNombres($this->getNombres());
$copyObj->setCorreo($this->getCorreo());
$copyObj->setFonoContactoFijo1($this->getFonoContactoFijo1());
$copyObj->setFonoContactoFijo2($this->getFonoContactoFijo2());
$copyObj->setFonoContactoMovil1($this->getFonoContactoMovil1());
$copyObj->setFonoContactoMovil2($this->getFonoContactoMovil2());
$copyObj->setPs6094($this->getPs6094());
$copyObj->setPs5679($this->getPs5679());
$copyObj->setPs2989($this->getPs2989());
$copyObj->setPs6753($this->getPs6753());
$copyObj->setPs6759($this->getPs6759());
if ($makeNew) {
$copyObj->setNew(true);
$copyObj->setId(NULL); // this is a auto-increment column, so set to default value
}
}
/**
* Makes a copy of this object that will be inserted as a new row in table when saved.
* It creates a new object filling in the simple attributes, but skipping any primary
* keys that are defined for the table.
*
* If desired, this method can also make copies of all associated (fkey referrers)
* objects.
*
* @param boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row.
* @return UsuariosMcafeeMovistarNuevos Clone of current object.
* @throws PropelException
*/
public function copy($deepCopy = false)
{
// we use get_class(), because this might be a subclass
$clazz = get_class($this);
$copyObj = new $clazz();
$this->copyInto($copyObj, $deepCopy);
return $copyObj;
}
/**
* Returns a peer instance associated with this om.
*
* Since Peer classes are not to have any instance attributes, this method returns the
* same instance for all member of this class. The method could therefore
* be static, but this would prevent one from overriding the behavior.
*
* @return UsuariosMcafeeMovistarNuevosPeer
*/
public function getPeer()
{
if (self::$peer === null) {
self::$peer = new UsuariosMcafeeMovistarNuevosPeer();
}
return self::$peer;
}
/**
* Clears the current object and sets all attributes to their default values
*/
public function clear()
{
$this->id = null;
$this->id_mov = null;
$this->area_tel = null;
$this->rut = null;
$this->nombres = null;
$this->correo = null;
$this->fono_contacto_fijo_1 = null;
$this->fono_contacto_fijo_2 = null;
$this->fono_contacto_movil_1 = null;
$this->fono_contacto_movil_2 = null;
$this->ps_6094 = null;
$this->ps_5679 = null;
$this->ps_2989 = null;
$this->ps_6753 = null;
$this->ps_6759 = null;
$this->alreadyInSave = false;
$this->alreadyInValidation = false;
$this->alreadyInClearAllReferencesDeep = false;
$this->clearAllReferences();
$this->applyDefaultValues();
$this->resetModified();
$this->setNew(true);
$this->setDeleted(false);
}
/**
* Resets all references to other model objects or collections of model objects.
*
* This method is a user-space workaround for PHP's inability to garbage collect
* objects with circular references (even in PHP 5.3). This is currently necessary
* when using Propel in certain daemon or large-volume/high-memory operations.
*
* @param boolean $deep Whether to also clear the references on all referrer objects.
*/
public function clearAllReferences($deep = false)
{
if ($deep && !$this->alreadyInClearAllReferencesDeep) {
$this->alreadyInClearAllReferencesDeep = true;
$this->alreadyInClearAllReferencesDeep = false;
} // if ($deep)
}
/**
* return the string representation of this object
*
* @return string
*/
public function __toString()
{
return (string) $this->exportTo(UsuariosMcafeeMovistarNuevosPeer::DEFAULT_STRING_FORMAT);
}
/**
* return true is the object is in saving state
*
* @return boolean
*/
public function isAlreadyInSave()
{
return $this->alreadyInSave;
}
}
<?php
namespace AppBundle\Model\om;
use \BasePeer;
use \Criteria;
use \PDO;
use \PDOStatement;
use \Propel;
use \PropelException;
use \PropelPDO;
use AppBundle\Model\UsuariosMcafeeMovistarNuevos;
use AppBundle\Model\UsuariosMcafeeMovistarNuevosPeer;
use AppBundle\Model\map\UsuariosMcafeeMovistarNuevosTableMap;
abstract class BaseUsuariosMcafeeMovistarNuevosPeer
{
/** the default database name for this class */
const DATABASE_NAME = 'default';
/** the table name for this class */
const TABLE_NAME = 'usuarios_mcafee_movistar_nuevos';
/** the related Propel class for this table */
const OM_CLASS = 'AppBundle\\Model\\UsuariosMcafeeMovistarNuevos';
/** the related TableMap class for this table */
const TM_CLASS = 'AppBundle\\Model\\map\\UsuariosMcafeeMovistarNuevosTableMap';
/** The total number of columns. */
const NUM_COLUMNS = 15;
/** The number of lazy-loaded columns. */
const NUM_LAZY_LOAD_COLUMNS = 0;
/** The number of columns to hydrate (NUM_COLUMNS - NUM_LAZY_LOAD_COLUMNS) */
const NUM_HYDRATE_COLUMNS = 15;
/** the column name for the id field */
const ID = 'usuarios_mcafee_movistar_nuevos.id';
/** the column name for the id_mov field */
const ID_MOV = 'usuarios_mcafee_movistar_nuevos.id_mov';
/** the column name for the area_tel field */
const AREA_TEL = 'usuarios_mcafee_movistar_nuevos.area_tel';
/** the column name for the rut field */
const RUT = 'usuarios_mcafee_movistar_nuevos.rut';
/** the column name for the nombres field */
const NOMBRES = 'usuarios_mcafee_movistar_nuevos.nombres';
/** the column name for the correo field */
const CORREO = 'usuarios_mcafee_movistar_nuevos.correo';
/** the column name for the fono_contacto_fijo_1 field */
const FONO_CONTACTO_FIJO_1 = 'usuarios_mcafee_movistar_nuevos.fono_contacto_fijo_1';
/** the column name for the fono_contacto_fijo_2 field */
const FONO_CONTACTO_FIJO_2 = 'usuarios_mcafee_movistar_nuevos.fono_contacto_fijo_2';
/** the column name for the fono_contacto_movil_1 field */
const FONO_CONTACTO_MOVIL_1 = 'usuarios_mcafee_movistar_nuevos.fono_contacto_movil_1';
/** the column name for the fono_contacto_movil_2 field */
const FONO_CONTACTO_MOVIL_2 = 'usuarios_mcafee_movistar_nuevos.fono_contacto_movil_2';
/** the column name for the ps_6094 field */
const PS_6094 = 'usuarios_mcafee_movistar_nuevos.ps_6094';
/** the column name for the ps_5679 field */
const PS_5679 = 'usuarios_mcafee_movistar_nuevos.ps_5679';
/** the column name for the ps_2989 field */
const PS_2989 = 'usuarios_mcafee_movistar_nuevos.ps_2989';
/** the column name for the ps_6753 field */
const PS_6753 = 'usuarios_mcafee_movistar_nuevos.ps_6753';
/** the column name for the ps_6759 field */
const PS_6759 = 'usuarios_mcafee_movistar_nuevos.ps_6759';
/** The default string format for model objects of the related table **/
const DEFAULT_STRING_FORMAT = 'YAML';
/**
* An identity map to hold any loaded instances of UsuariosMcafeeMovistarNuevos objects.
* This must be public so that other peer classes can access this when hydrating from JOIN
* queries.
* @var array UsuariosMcafeeMovistarNuevos[]
*/
public static $instances = array();
/**
* holds an array of fieldnames
*
* first dimension keys are the type constants
* e.g. UsuariosMcafeeMovistarNuevosPeer::$fieldNames[UsuariosMcafeeMovistarNuevosPeer::TYPE_PHPNAME][0] = 'Id'
*/
protected static $fieldNames = array (
BasePeer::TYPE_PHPNAME => array ('Id', 'IdMov', 'AreaTel', 'Rut', 'Nombres', 'Correo', 'FonoContactoFijo1', 'FonoContactoFijo2', 'FonoContactoMovil1', 'FonoContactoMovil2', 'Ps6094', 'Ps5679', 'Ps2989', 'Ps6753', 'Ps6759', ),
BasePeer::TYPE_STUDLYPHPNAME => array ('id', 'idMov', 'areaTel', 'rut', 'nombres', 'correo', 'fonoContactoFijo1', 'fonoContactoFijo2', 'fonoContactoMovil1', 'fonoContactoMovil2', 'ps6094', 'ps5679', 'ps2989', 'ps6753', 'ps6759', ),
BasePeer::TYPE_COLNAME => array (UsuariosMcafeeMovistarNuevosPeer::ID, UsuariosMcafeeMovistarNuevosPeer::ID_MOV, UsuariosMcafeeMovistarNuevosPeer::AREA_TEL, UsuariosMcafeeMovistarNuevosPeer::RUT, UsuariosMcafeeMovistarNuevosPeer::NOMBRES, UsuariosMcafeeMovistarNuevosPeer::CORREO, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2, UsuariosMcafeeMovistarNuevosPeer::PS_6094, UsuariosMcafeeMovistarNuevosPeer::PS_5679, UsuariosMcafeeMovistarNuevosPeer::PS_2989, UsuariosMcafeeMovistarNuevosPeer::PS_6753, UsuariosMcafeeMovistarNuevosPeer::PS_6759, ),
BasePeer::TYPE_RAW_COLNAME => array ('ID', 'ID_MOV', 'AREA_TEL', 'RUT', 'NOMBRES', 'CORREO', 'FONO_CONTACTO_FIJO_1', 'FONO_CONTACTO_FIJO_2', 'FONO_CONTACTO_MOVIL_1', 'FONO_CONTACTO_MOVIL_2', 'PS_6094', 'PS_5679', 'PS_2989', 'PS_6753', 'PS_6759', ),
BasePeer::TYPE_FIELDNAME => array ('id', 'id_mov', 'area_tel', 'rut', 'nombres', 'correo', 'fono_contacto_fijo_1', 'fono_contacto_fijo_2', 'fono_contacto_movil_1', 'fono_contacto_movil_2', 'ps_6094', 'ps_5679', 'ps_2989', 'ps_6753', 'ps_6759', ),
BasePeer::TYPE_NUM => array (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, )
);
/**
* holds an array of keys for quick access to the fieldnames array
*
* first dimension keys are the type constants
* e.g. UsuariosMcafeeMovistarNuevosPeer::$fieldNames[BasePeer::TYPE_PHPNAME]['Id'] = 0
*/
protected static $fieldKeys = array (
BasePeer::TYPE_PHPNAME => array ('Id' => 0, 'IdMov' => 1, 'AreaTel' => 2, 'Rut' => 3, 'Nombres' => 4, 'Correo' => 5, 'FonoContactoFijo1' => 6, 'FonoContactoFijo2' => 7, 'FonoContactoMovil1' => 8, 'FonoContactoMovil2' => 9, 'Ps6094' => 10, 'Ps5679' => 11, 'Ps2989' => 12, 'Ps6753' => 13, 'Ps6759' => 14, ),
BasePeer::TYPE_STUDLYPHPNAME => array ('id' => 0, 'idMov' => 1, 'areaTel' => 2, 'rut' => 3, 'nombres' => 4, 'correo' => 5, 'fonoContactoFijo1' => 6, 'fonoContactoFijo2' => 7, 'fonoContactoMovil1' => 8, 'fonoContactoMovil2' => 9, 'ps6094' => 10, 'ps5679' => 11, 'ps2989' => 12, 'ps6753' => 13, 'ps6759' => 14, ),
BasePeer::TYPE_COLNAME => array (UsuariosMcafeeMovistarNuevosPeer::ID => 0, UsuariosMcafeeMovistarNuevosPeer::ID_MOV => 1, UsuariosMcafeeMovistarNuevosPeer::AREA_TEL => 2, UsuariosMcafeeMovistarNuevosPeer::RUT => 3, UsuariosMcafeeMovistarNuevosPeer::NOMBRES => 4, UsuariosMcafeeMovistarNuevosPeer::CORREO => 5, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1 => 6, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2 => 7, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1 => 8, UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2 => 9, UsuariosMcafeeMovistarNuevosPeer::PS_6094 => 10, UsuariosMcafeeMovistarNuevosPeer::PS_5679 => 11, UsuariosMcafeeMovistarNuevosPeer::PS_2989 => 12, UsuariosMcafeeMovistarNuevosPeer::PS_6753 => 13, UsuariosMcafeeMovistarNuevosPeer::PS_6759 => 14, ),
BasePeer::TYPE_RAW_COLNAME => array ('ID' => 0, 'ID_MOV' => 1, 'AREA_TEL' => 2, 'RUT' => 3, 'NOMBRES' => 4, 'CORREO' => 5, 'FONO_CONTACTO_FIJO_1' => 6, 'FONO_CONTACTO_FIJO_2' => 7, 'FONO_CONTACTO_MOVIL_1' => 8, 'FONO_CONTACTO_MOVIL_2' => 9, 'PS_6094' => 10, 'PS_5679' => 11, 'PS_2989' => 12, 'PS_6753' => 13, 'PS_6759' => 14, ),
BasePeer::TYPE_FIELDNAME => array ('id' => 0, 'id_mov' => 1, 'area_tel' => 2, 'rut' => 3, 'nombres' => 4, 'correo' => 5, 'fono_contacto_fijo_1' => 6, 'fono_contacto_fijo_2' => 7, 'fono_contacto_movil_1' => 8, 'fono_contacto_movil_2' => 9, 'ps_6094' => 10, 'ps_5679' => 11, 'ps_2989' => 12, 'ps_6753' => 13, 'ps_6759' => 14, ),
BasePeer::TYPE_NUM => array (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, )
);
/**
* Translates a fieldname to another type
*
* @param string $name field name
* @param string $fromType One of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM
* @param string $toType One of the class type constants
* @return string translated name of the field.
* @throws PropelException - if the specified name could not be found in the fieldname mappings.
*/
public static function translateFieldName($name, $fromType, $toType)
{
$toNames = UsuariosMcafeeMovistarNuevosPeer::getFieldNames($toType);
$key = isset(UsuariosMcafeeMovistarNuevosPeer::$fieldKeys[$fromType][$name]) ? UsuariosMcafeeMovistarNuevosPeer::$fieldKeys[$fromType][$name] : null;
if ($key === null) {
throw new PropelException("'$name' could not be found in the field names of type '$fromType'. These are: " . print_r(UsuariosMcafeeMovistarNuevosPeer::$fieldKeys[$fromType], true));
}
return $toNames[$key];
}
/**
* Returns an array of field names.
*
* @param string $type The type of fieldnames to return:
* One of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME
* BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM
* @return array A list of field names
* @throws PropelException - if the type is not valid.
*/
public static function getFieldNames($type = BasePeer::TYPE_PHPNAME)
{
if (!array_key_exists($type, UsuariosMcafeeMovistarNuevosPeer::$fieldNames)) {
throw new PropelException('Method getFieldNames() expects the parameter $type to be one of the class constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. ' . $type . ' was given.');
}
return UsuariosMcafeeMovistarNuevosPeer::$fieldNames[$type];
}
/**
* Convenience method which changes table.column to alias.column.
*
* Using this method you can maintain SQL abstraction while using column aliases.
* <code>
* $c->addAlias("alias1", TablePeer::TABLE_NAME);
* $c->addJoin(TablePeer::alias("alias1", TablePeer::PRIMARY_KEY_COLUMN), TablePeer::PRIMARY_KEY_COLUMN);
* </code>
* @param string $alias The alias for the current table.
* @param string $column The column name for current table. (i.e. UsuariosMcafeeMovistarNuevosPeer::COLUMN_NAME).
* @return string
*/
public static function alias($alias, $column)
{
return str_replace(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME.'.', $alias.'.', $column);
}
/**
* Add all the columns needed to create a new object.
*
* Note: any columns that were marked with lazyLoad="true" in the
* XML schema will not be added to the select list and only loaded
* on demand.
*
* @param Criteria $criteria object containing the columns to add.
* @param string $alias optional table alias
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function addSelectColumns(Criteria $criteria, $alias = null)
{
if (null === $alias) {
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::ID);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::ID_MOV);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::RUT);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::NOMBRES);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::CORREO);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::PS_6094);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::PS_5679);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::PS_2989);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::PS_6753);
$criteria->addSelectColumn(UsuariosMcafeeMovistarNuevosPeer::PS_6759);
} else {
$criteria->addSelectColumn($alias . '.id');
$criteria->addSelectColumn($alias . '.id_mov');
$criteria->addSelectColumn($alias . '.area_tel');
$criteria->addSelectColumn($alias . '.rut');
$criteria->addSelectColumn($alias . '.nombres');
$criteria->addSelectColumn($alias . '.correo');
$criteria->addSelectColumn($alias . '.fono_contacto_fijo_1');
$criteria->addSelectColumn($alias . '.fono_contacto_fijo_2');
$criteria->addSelectColumn($alias . '.fono_contacto_movil_1');
$criteria->addSelectColumn($alias . '.fono_contacto_movil_2');
$criteria->addSelectColumn($alias . '.ps_6094');
$criteria->addSelectColumn($alias . '.ps_5679');
$criteria->addSelectColumn($alias . '.ps_2989');
$criteria->addSelectColumn($alias . '.ps_6753');
$criteria->addSelectColumn($alias . '.ps_6759');
}
}
/**
* Returns the number of rows matching criteria.
*
* @param Criteria $criteria
* @param boolean $distinct Whether to select only distinct columns; deprecated: use Criteria->setDistinct() instead.
* @param PropelPDO $con
* @return int Number of matching rows.
*/
public static function doCount(Criteria $criteria, $distinct = false, PropelPDO $con = null)
{
// we may modify criteria, so copy it first
$criteria = clone $criteria;
// We need to set the primary table name, since in the case that there are no WHERE columns
// it will be impossible for the BasePeer::createSelectSql() method to determine which
// tables go into the FROM clause.
$criteria->setPrimaryTableName(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME);
if ($distinct && !in_array(Criteria::DISTINCT, $criteria->getSelectModifiers())) {
$criteria->setDistinct();
}
if (!$criteria->hasSelectClause()) {
UsuariosMcafeeMovistarNuevosPeer::addSelectColumns($criteria);
}
$criteria->clearOrderByColumns(); // ORDER BY won't ever affect the count
$criteria->setDbName(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME); // Set the correct dbName
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
// BasePeer returns a PDOStatement
$stmt = BasePeer::doCount($criteria, $con);
if ($row = $stmt->fetch(PDO::FETCH_NUM)) {
$count = (int) $row[0];
} else {
$count = 0; // no rows returned; we infer that means 0 matches.
}
$stmt->closeCursor();
return $count;
}
/**
* Selects one object from the DB.
*
* @param Criteria $criteria object used to create the SELECT statement.
* @param PropelPDO $con
* @return UsuariosMcafeeMovistarNuevos
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doSelectOne(Criteria $criteria, PropelPDO $con = null)
{
$critcopy = clone $criteria;
$critcopy->setLimit(1);
$objects = UsuariosMcafeeMovistarNuevosPeer::doSelect($critcopy, $con);
if ($objects) {
return $objects[0];
}
return null;
}
/**
* Selects several row from the DB.
*
* @param Criteria $criteria The Criteria object used to build the SELECT statement.
* @param PropelPDO $con
* @return array Array of selected Objects
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doSelect(Criteria $criteria, PropelPDO $con = null)
{
return UsuariosMcafeeMovistarNuevosPeer::populateObjects(UsuariosMcafeeMovistarNuevosPeer::doSelectStmt($criteria, $con));
}
/**
* Prepares the Criteria object and uses the parent doSelect() method to execute a PDOStatement.
*
* Use this method directly if you want to work with an executed statement directly (for example
* to perform your own object hydration).
*
* @param Criteria $criteria The Criteria object used to build the SELECT statement.
* @param PropelPDO $con The connection to use
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
* @return PDOStatement The executed PDOStatement object.
* @see BasePeer::doSelect()
*/
public static function doSelectStmt(Criteria $criteria, PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
if (!$criteria->hasSelectClause()) {
$criteria = clone $criteria;
UsuariosMcafeeMovistarNuevosPeer::addSelectColumns($criteria);
}
// Set the correct dbName
$criteria->setDbName(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
// BasePeer returns a PDOStatement
return BasePeer::doSelect($criteria, $con);
}
/**
* Adds an object to the instance pool.
*
* Propel keeps cached copies of objects in an instance pool when they are retrieved
* from the database. In some cases -- especially when you override doSelect*()
* methods in your stub classes -- you may need to explicitly add objects
* to the cache in order to ensure that the same objects are always returned by doSelect*()
* and retrieveByPK*() calls.
*
* @param UsuariosMcafeeMovistarNuevos $obj A UsuariosMcafeeMovistarNuevos object.
* @param string $key (optional) key to use for instance map (for performance boost if key was already calculated externally).
*/
public static function addInstanceToPool($obj, $key = null)
{
if (Propel::isInstancePoolingEnabled()) {
if ($key === null) {
$key = (string) $obj->getId();
} // if key === null
UsuariosMcafeeMovistarNuevosPeer::$instances[$key] = $obj;
}
}
/**
* Removes an object from the instance pool.
*
* Propel keeps cached copies of objects in an instance pool when they are retrieved
* from the database. In some cases -- especially when you override doDelete
* methods in your stub classes -- you may need to explicitly remove objects
* from the cache in order to prevent returning objects that no longer exist.
*
* @param mixed $value A UsuariosMcafeeMovistarNuevos object or a primary key value.
*
* @return void
* @throws PropelException - if the value is invalid.
*/
public static function removeInstanceFromPool($value)
{
if (Propel::isInstancePoolingEnabled() && $value !== null) {
if (is_object($value) && $value instanceof UsuariosMcafeeMovistarNuevos) {
$key = (string) $value->getId();
} elseif (is_scalar($value)) {
// assume we've been passed a primary key
$key = (string) $value;
} else {
$e = new PropelException("Invalid value passed to removeInstanceFromPool(). Expected primary key or UsuariosMcafeeMovistarNuevos object; got " . (is_object($value) ? get_class($value) . ' object.' : var_export($value,true)));
throw $e;
}
unset(UsuariosMcafeeMovistarNuevosPeer::$instances[$key]);
}
} // removeInstanceFromPool()
/**
* Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.
*
* For tables with a single-column primary key, that simple pkey value will be returned. For tables with
* a multi-column primary key, a serialize()d version of the primary key will be returned.
*
* @param string $key The key (@see getPrimaryKeyHash()) for this instance.
* @return UsuariosMcafeeMovistarNuevos Found object or null if 1) no instance exists for specified key or 2) instance pooling has been disabled.
* @see getPrimaryKeyHash()
*/
public static function getInstanceFromPool($key)
{
if (Propel::isInstancePoolingEnabled()) {
if (isset(UsuariosMcafeeMovistarNuevosPeer::$instances[$key])) {
return UsuariosMcafeeMovistarNuevosPeer::$instances[$key];
}
}
return null; // just to be explicit
}
/**
* Clear the instance pool.
*
* @return void
*/
public static function clearInstancePool($and_clear_all_references = false)
{
if ($and_clear_all_references) {
foreach (UsuariosMcafeeMovistarNuevosPeer::$instances as $instance) {
$instance->clearAllReferences(true);
}
}
UsuariosMcafeeMovistarNuevosPeer::$instances = array();
}
/**
* Method to invalidate the instance pool of all tables related to usuarios_mcafee_movistar_nuevos
* by a foreign key with ON DELETE CASCADE
*/
public static function clearRelatedInstancePool()
{
}
/**
* Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.
*
* For tables with a single-column primary key, that simple pkey value will be returned. For tables with
* a multi-column primary key, a serialize()d version of the primary key will be returned.
*
* @param array $row PropelPDO resultset row.
* @param int $startcol The 0-based offset for reading from the resultset row.
* @return string A string version of PK or null if the components of primary key in result array are all null.
*/
public static function getPrimaryKeyHashFromRow($row, $startcol = 0)
{
// If the PK cannot be derived from the row, return null.
if ($row[$startcol] === null) {
return null;
}
return (string) $row[$startcol];
}
/**
* Retrieves the primary key from the DB resultset row
* For tables with a single-column primary key, that simple pkey value will be returned. For tables with
* a multi-column primary key, an array of the primary key columns will be returned.
*
* @param array $row PropelPDO resultset row.
* @param int $startcol The 0-based offset for reading from the resultset row.
* @return mixed The primary key of the row
*/
public static function getPrimaryKeyFromRow($row, $startcol = 0)
{
return (int) $row[$startcol];
}
/**
* The returned array will contain objects of the default type or
* objects that inherit from the default.
*
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function populateObjects(PDOStatement $stmt)
{
$results = array();
// set the class once to avoid overhead in the loop
$cls = UsuariosMcafeeMovistarNuevosPeer::getOMClass();
// populate the object(s)
while ($row = $stmt->fetch(PDO::FETCH_NUM)) {
$key = UsuariosMcafeeMovistarNuevosPeer::getPrimaryKeyHashFromRow($row, 0);
if (null !== ($obj = UsuariosMcafeeMovistarNuevosPeer::getInstanceFromPool($key))) {
// We no longer rehydrate the object, since this can cause data loss.
// See http://www.propelorm.org/ticket/509
// $obj->hydrate($row, 0, true); // rehydrate
$results[] = $obj;
} else {
$obj = new $cls();
$obj->hydrate($row);
$results[] = $obj;
UsuariosMcafeeMovistarNuevosPeer::addInstanceToPool($obj, $key);
} // if key exists
}
$stmt->closeCursor();
return $results;
}
/**
* Populates an object of the default type or an object that inherit from the default.
*
* @param array $row PropelPDO resultset row.
* @param int $startcol The 0-based offset for reading from the resultset row.
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
* @return array (UsuariosMcafeeMovistarNuevos object, last column rank)
*/
public static function populateObject($row, $startcol = 0)
{
$key = UsuariosMcafeeMovistarNuevosPeer::getPrimaryKeyHashFromRow($row, $startcol);
if (null !== ($obj = UsuariosMcafeeMovistarNuevosPeer::getInstanceFromPool($key))) {
// We no longer rehydrate the object, since this can cause data loss.
// See http://www.propelorm.org/ticket/509
// $obj->hydrate($row, $startcol, true); // rehydrate
$col = $startcol + UsuariosMcafeeMovistarNuevosPeer::NUM_HYDRATE_COLUMNS;
} else {
$cls = UsuariosMcafeeMovistarNuevosPeer::OM_CLASS;
$obj = new $cls();
$col = $obj->hydrate($row, $startcol);
UsuariosMcafeeMovistarNuevosPeer::addInstanceToPool($obj, $key);
}
return array($obj, $col);
}
/**
* Returns the TableMap related to this peer.
* This method is not needed for general use but a specific application could have a need.
* @return TableMap
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function getTableMap()
{
return Propel::getDatabaseMap(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME)->getTable(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME);
}
/**
* Add a TableMap instance to the database for this peer class.
*/
public static function buildTableMap()
{
$dbMap = Propel::getDatabaseMap(BaseUsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
if (!$dbMap->hasTable(BaseUsuariosMcafeeMovistarNuevosPeer::TABLE_NAME)) {
$dbMap->addTableObject(new \AppBundle\Model\map\UsuariosMcafeeMovistarNuevosTableMap());
}
}
/**
* The class that the Peer will make instances of.
*
*
* @return string ClassName
*/
public static function getOMClass($row = 0, $colnum = 0)
{
return UsuariosMcafeeMovistarNuevosPeer::OM_CLASS;
}
/**
* Performs an INSERT on the database, given a UsuariosMcafeeMovistarNuevos or Criteria object.
*
* @param mixed $values Criteria or UsuariosMcafeeMovistarNuevos object containing data that is used to create the INSERT statement.
* @param PropelPDO $con the PropelPDO connection to use
* @return mixed The new primary key.
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doInsert($values, PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
if ($values instanceof Criteria) {
$criteria = clone $values; // rename for clarity
} else {
$criteria = $values->buildCriteria(); // build Criteria from UsuariosMcafeeMovistarNuevos object
}
if ($criteria->containsKey(UsuariosMcafeeMovistarNuevosPeer::ID) && $criteria->keyContainsValue(UsuariosMcafeeMovistarNuevosPeer::ID) ) {
throw new PropelException('Cannot insert a value for auto-increment primary key ('.UsuariosMcafeeMovistarNuevosPeer::ID.')');
}
// Set the correct dbName
$criteria->setDbName(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
try {
// use transaction because $criteria could contain info
// for more than one table (I guess, conceivably)
$con->beginTransaction();
$pk = BasePeer::doInsert($criteria, $con);
$con->commit();
} catch (Exception $e) {
$con->rollBack();
throw $e;
}
return $pk;
}
/**
* Performs an UPDATE on the database, given a UsuariosMcafeeMovistarNuevos or Criteria object.
*
* @param mixed $values Criteria or UsuariosMcafeeMovistarNuevos object containing data that is used to create the UPDATE statement.
* @param PropelPDO $con The connection to use (specify PropelPDO connection object to exert more control over transactions).
* @return int The number of affected rows (if supported by underlying database driver).
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doUpdate($values, PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
$selectCriteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
if ($values instanceof Criteria) {
$criteria = clone $values; // rename for clarity
$comparison = $criteria->getComparison(UsuariosMcafeeMovistarNuevosPeer::ID);
$value = $criteria->remove(UsuariosMcafeeMovistarNuevosPeer::ID);
if ($value) {
$selectCriteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, $value, $comparison);
} else {
$selectCriteria->setPrimaryTableName(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME);
}
} else { // $values is UsuariosMcafeeMovistarNuevos object
$criteria = $values->buildCriteria(); // gets full criteria
$selectCriteria = $values->buildPkeyCriteria(); // gets criteria w/ primary key(s)
}
// set the correct dbName
$criteria->setDbName(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
return BasePeer::doUpdate($selectCriteria, $criteria, $con);
}
/**
* Deletes all rows from the usuarios_mcafee_movistar_nuevos table.
*
* @param PropelPDO $con the connection to use
* @return int The number of affected rows (if supported by underlying database driver).
* @throws PropelException
*/
public static function doDeleteAll(PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
$affectedRows = 0; // initialize var to track total num of affected rows
try {
// use transaction because $criteria could contain info
// for more than one table or we could emulating ON DELETE CASCADE, etc.
$con->beginTransaction();
$affectedRows += BasePeer::doDeleteAll(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME, $con, UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
// Because this db requires some delete cascade/set null emulation, we have to
// clear the cached instance *after* the emulation has happened (since
// instances get re-added by the select statement contained therein).
UsuariosMcafeeMovistarNuevosPeer::clearInstancePool();
UsuariosMcafeeMovistarNuevosPeer::clearRelatedInstancePool();
$con->commit();
return $affectedRows;
} catch (Exception $e) {
$con->rollBack();
throw $e;
}
}
/**
* Performs a DELETE on the database, given a UsuariosMcafeeMovistarNuevos or Criteria object OR a primary key value.
*
* @param mixed $values Criteria or UsuariosMcafeeMovistarNuevos object or primary key or array of primary keys
* which is used to create the DELETE statement
* @param PropelPDO $con the connection to use
* @return 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.
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doDelete($values, PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_WRITE);
}
if ($values instanceof Criteria) {
// invalidate the cache for all objects of this type, since we have no
// way of knowing (without running a query) what objects should be invalidated
// from the cache based on this Criteria.
UsuariosMcafeeMovistarNuevosPeer::clearInstancePool();
// rename for clarity
$criteria = clone $values;
} elseif ($values instanceof UsuariosMcafeeMovistarNuevos) { // it's a model object
// invalidate the cache for this single object
UsuariosMcafeeMovistarNuevosPeer::removeInstanceFromPool($values);
// create criteria based on pk values
$criteria = $values->buildPkeyCriteria();
} else { // it's a primary key, or an array of pks
$criteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, (array) $values, Criteria::IN);
// invalidate the cache for this object(s)
foreach ((array) $values as $singleval) {
UsuariosMcafeeMovistarNuevosPeer::removeInstanceFromPool($singleval);
}
}
// Set the correct dbName
$criteria->setDbName(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$affectedRows = 0; // initialize var to track total num of affected rows
try {
// use transaction because $criteria could contain info
// for more than one table or we could emulating ON DELETE CASCADE, etc.
$con->beginTransaction();
$affectedRows += BasePeer::doDelete($criteria, $con);
UsuariosMcafeeMovistarNuevosPeer::clearRelatedInstancePool();
$con->commit();
return $affectedRows;
} catch (Exception $e) {
$con->rollBack();
throw $e;
}
}
/**
* Validates all modified columns of given UsuariosMcafeeMovistarNuevos object.
* If parameter $columns is either a single column name or an array of column names
* than only those columns are validated.
*
* NOTICE: This does not apply to primary or foreign keys for now.
*
* @param UsuariosMcafeeMovistarNuevos $obj The object to validate.
* @param mixed $cols Column name or array of column names.
*
* @return mixed TRUE if all columns are valid or the error message of the first invalid column.
*/
public static function doValidate($obj, $cols = null)
{
$columns = array();
if ($cols) {
$dbMap = Propel::getDatabaseMap(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$tableMap = $dbMap->getTable(UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME);
if (! is_array($cols)) {
$cols = array($cols);
}
foreach ($cols as $colName) {
if ($tableMap->hasColumn($colName)) {
$get = 'get' . $tableMap->getColumn($colName)->getPhpName();
$columns[$colName] = $obj->$get();
}
}
} else {
}
return BasePeer::doValidate(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, UsuariosMcafeeMovistarNuevosPeer::TABLE_NAME, $columns);
}
/**
* Retrieve a single object by pkey.
*
* @param int $pk the primary key.
* @param PropelPDO $con the connection to use
* @return UsuariosMcafeeMovistarNuevos
*/
public static function retrieveByPK($pk, PropelPDO $con = null)
{
if (null !== ($obj = UsuariosMcafeeMovistarNuevosPeer::getInstanceFromPool((string) $pk))) {
return $obj;
}
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
$criteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, $pk);
$v = UsuariosMcafeeMovistarNuevosPeer::doSelect($criteria, $con);
return !empty($v) > 0 ? $v[0] : null;
}
/**
* Retrieve multiple objects by pkey.
*
* @param array $pks List of primary keys
* @param PropelPDO $con the connection to use
* @return UsuariosMcafeeMovistarNuevos[]
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function retrieveByPKs($pks, PropelPDO $con = null)
{
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
$objs = null;
if (empty($pks)) {
$objs = array();
} else {
$criteria = new Criteria(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME);
$criteria->add(UsuariosMcafeeMovistarNuevosPeer::ID, $pks, Criteria::IN);
$objs = UsuariosMcafeeMovistarNuevosPeer::doSelect($criteria, $con);
}
return $objs;
}
} // BaseUsuariosMcafeeMovistarNuevosPeer
// This is the static code needed to register the TableMap for this table with the main Propel class.
//
BaseUsuariosMcafeeMovistarNuevosPeer::buildTableMap();
<?php
namespace AppBundle\Model\om;
use \Criteria;
use \Exception;
use \ModelCriteria;
use \PDO;
use \Propel;
use \PropelException;
use \PropelObjectCollection;
use \PropelPDO;
use AppBundle\Model\UsuariosMcafeeMovistarNuevos;
use AppBundle\Model\UsuariosMcafeeMovistarNuevosPeer;
use AppBundle\Model\UsuariosMcafeeMovistarNuevosQuery;
/**
* @method UsuariosMcafeeMovistarNuevosQuery orderById($order = Criteria::ASC) Order by the id column
* @method UsuariosMcafeeMovistarNuevosQuery orderByIdMov($order = Criteria::ASC) Order by the id_mov column
* @method UsuariosMcafeeMovistarNuevosQuery orderByAreaTel($order = Criteria::ASC) Order by the area_tel column
* @method UsuariosMcafeeMovistarNuevosQuery orderByRut($order = Criteria::ASC) Order by the rut column
* @method UsuariosMcafeeMovistarNuevosQuery orderByNombres($order = Criteria::ASC) Order by the nombres column
* @method UsuariosMcafeeMovistarNuevosQuery orderByCorreo($order = Criteria::ASC) Order by the correo column
* @method UsuariosMcafeeMovistarNuevosQuery orderByFonoContactoFijo1($order = Criteria::ASC) Order by the fono_contacto_fijo_1 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByFonoContactoFijo2($order = Criteria::ASC) Order by the fono_contacto_fijo_2 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByFonoContactoMovil1($order = Criteria::ASC) Order by the fono_contacto_movil_1 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByFonoContactoMovil2($order = Criteria::ASC) Order by the fono_contacto_movil_2 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByPs6094($order = Criteria::ASC) Order by the ps_6094 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByPs5679($order = Criteria::ASC) Order by the ps_5679 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByPs2989($order = Criteria::ASC) Order by the ps_2989 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByPs6753($order = Criteria::ASC) Order by the ps_6753 column
* @method UsuariosMcafeeMovistarNuevosQuery orderByPs6759($order = Criteria::ASC) Order by the ps_6759 column
*
* @method UsuariosMcafeeMovistarNuevosQuery groupById() Group by the id column
* @method UsuariosMcafeeMovistarNuevosQuery groupByIdMov() Group by the id_mov column
* @method UsuariosMcafeeMovistarNuevosQuery groupByAreaTel() Group by the area_tel column
* @method UsuariosMcafeeMovistarNuevosQuery groupByRut() Group by the rut column
* @method UsuariosMcafeeMovistarNuevosQuery groupByNombres() Group by the nombres column
* @method UsuariosMcafeeMovistarNuevosQuery groupByCorreo() Group by the correo column
* @method UsuariosMcafeeMovistarNuevosQuery groupByFonoContactoFijo1() Group by the fono_contacto_fijo_1 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByFonoContactoFijo2() Group by the fono_contacto_fijo_2 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByFonoContactoMovil1() Group by the fono_contacto_movil_1 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByFonoContactoMovil2() Group by the fono_contacto_movil_2 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByPs6094() Group by the ps_6094 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByPs5679() Group by the ps_5679 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByPs2989() Group by the ps_2989 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByPs6753() Group by the ps_6753 column
* @method UsuariosMcafeeMovistarNuevosQuery groupByPs6759() Group by the ps_6759 column
*
* @method UsuariosMcafeeMovistarNuevosQuery leftJoin($relation) Adds a LEFT JOIN clause to the query
* @method UsuariosMcafeeMovistarNuevosQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method UsuariosMcafeeMovistarNuevosQuery innerJoin($relation) Adds a INNER JOIN clause to the query
*
* @method UsuariosMcafeeMovistarNuevos findOne(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarNuevos matching the query
* @method UsuariosMcafeeMovistarNuevos findOneOrCreate(PropelPDO $con = null) Return the first UsuariosMcafeeMovistarNuevos matching the query, or a new UsuariosMcafeeMovistarNuevos object populated from the query conditions when no match is found
*
* @method UsuariosMcafeeMovistarNuevos findOneByIdMov(int $id_mov) Return the first UsuariosMcafeeMovistarNuevos filtered by the id_mov column
* @method UsuariosMcafeeMovistarNuevos findOneByAreaTel(int $area_tel) Return the first UsuariosMcafeeMovistarNuevos filtered by the area_tel column
* @method UsuariosMcafeeMovistarNuevos findOneByRut(int $rut) Return the first UsuariosMcafeeMovistarNuevos filtered by the rut column
* @method UsuariosMcafeeMovistarNuevos findOneByNombres(string $nombres) Return the first UsuariosMcafeeMovistarNuevos filtered by the nombres column
* @method UsuariosMcafeeMovistarNuevos findOneByCorreo(string $correo) Return the first UsuariosMcafeeMovistarNuevos filtered by the correo column
* @method UsuariosMcafeeMovistarNuevos findOneByFonoContactoFijo1(int $fono_contacto_fijo_1) Return the first UsuariosMcafeeMovistarNuevos filtered by the fono_contacto_fijo_1 column
* @method UsuariosMcafeeMovistarNuevos findOneByFonoContactoFijo2(int $fono_contacto_fijo_2) Return the first UsuariosMcafeeMovistarNuevos filtered by the fono_contacto_fijo_2 column
* @method UsuariosMcafeeMovistarNuevos findOneByFonoContactoMovil1(int $fono_contacto_movil_1) Return the first UsuariosMcafeeMovistarNuevos filtered by the fono_contacto_movil_1 column
* @method UsuariosMcafeeMovistarNuevos findOneByFonoContactoMovil2(int $fono_contacto_movil_2) Return the first UsuariosMcafeeMovistarNuevos filtered by the fono_contacto_movil_2 column
* @method UsuariosMcafeeMovistarNuevos findOneByPs6094(int $ps_6094) Return the first UsuariosMcafeeMovistarNuevos filtered by the ps_6094 column
* @method UsuariosMcafeeMovistarNuevos findOneByPs5679(int $ps_5679) Return the first UsuariosMcafeeMovistarNuevos filtered by the ps_5679 column
* @method UsuariosMcafeeMovistarNuevos findOneByPs2989(int $ps_2989) Return the first UsuariosMcafeeMovistarNuevos filtered by the ps_2989 column
* @method UsuariosMcafeeMovistarNuevos findOneByPs6753(int $ps_6753) Return the first UsuariosMcafeeMovistarNuevos filtered by the ps_6753 column
* @method UsuariosMcafeeMovistarNuevos findOneByPs6759(int $ps_6759) Return the first UsuariosMcafeeMovistarNuevos filtered by the ps_6759 column
*
* @method array findById(int $id) Return UsuariosMcafeeMovistarNuevos objects filtered by the id column
* @method array findByIdMov(int $id_mov) Return UsuariosMcafeeMovistarNuevos objects filtered by the id_mov column
* @method array findByAreaTel(int $area_tel) Return UsuariosMcafeeMovistarNuevos objects filtered by the area_tel column
* @method array findByRut(int $rut) Return UsuariosMcafeeMovistarNuevos objects filtered by the rut column
* @method array findByNombres(string $nombres) Return UsuariosMcafeeMovistarNuevos objects filtered by the nombres column
* @method array findByCorreo(string $correo) Return UsuariosMcafeeMovistarNuevos objects filtered by the correo column
* @method array findByFonoContactoFijo1(int $fono_contacto_fijo_1) Return UsuariosMcafeeMovistarNuevos objects filtered by the fono_contacto_fijo_1 column
* @method array findByFonoContactoFijo2(int $fono_contacto_fijo_2) Return UsuariosMcafeeMovistarNuevos objects filtered by the fono_contacto_fijo_2 column
* @method array findByFonoContactoMovil1(int $fono_contacto_movil_1) Return UsuariosMcafeeMovistarNuevos objects filtered by the fono_contacto_movil_1 column
* @method array findByFonoContactoMovil2(int $fono_contacto_movil_2) Return UsuariosMcafeeMovistarNuevos objects filtered by the fono_contacto_movil_2 column
* @method array findByPs6094(int $ps_6094) Return UsuariosMcafeeMovistarNuevos objects filtered by the ps_6094 column
* @method array findByPs5679(int $ps_5679) Return UsuariosMcafeeMovistarNuevos objects filtered by the ps_5679 column
* @method array findByPs2989(int $ps_2989) Return UsuariosMcafeeMovistarNuevos objects filtered by the ps_2989 column
* @method array findByPs6753(int $ps_6753) Return UsuariosMcafeeMovistarNuevos objects filtered by the ps_6753 column
* @method array findByPs6759(int $ps_6759) Return UsuariosMcafeeMovistarNuevos objects filtered by the ps_6759 column
*/
abstract class BaseUsuariosMcafeeMovistarNuevosQuery extends ModelCriteria
{
/**
* Initializes internal state of BaseUsuariosMcafeeMovistarNuevosQuery object.
*
* @param string $dbName The dabase name
* @param string $modelName The phpName of a model, e.g. 'Book'
* @param string $modelAlias The alias for the model in this query, e.g. 'b'
*/
public function __construct($dbName = null, $modelName = null, $modelAlias = null)
{
if (null === $dbName) {
$dbName = 'default';
}
if (null === $modelName) {
$modelName = 'AppBundle\\Model\\UsuariosMcafeeMovistarNuevos';
}
parent::__construct($dbName, $modelName, $modelAlias);
}
/**
* Returns a new UsuariosMcafeeMovistarNuevosQuery object.
*
* @param string $modelAlias The alias of a model in the query
* @param UsuariosMcafeeMovistarNuevosQuery|Criteria $criteria Optional Criteria to build the query from
*
* @return UsuariosMcafeeMovistarNuevosQuery
*/
public static function create($modelAlias = null, $criteria = null)
{
if ($criteria instanceof UsuariosMcafeeMovistarNuevosQuery) {
return $criteria;
}
$query = new UsuariosMcafeeMovistarNuevosQuery(null, null, $modelAlias);
if ($criteria instanceof Criteria) {
$query->mergeWith($criteria);
}
return $query;
}
/**
* 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.
*
* <code>
* $obj = $c->findPk(12, $con);
* </code>
*
* @param mixed $key Primary key to use for the query
* @param PropelPDO $con an optional connection object
*
* @return UsuariosMcafeeMovistarNuevos|UsuariosMcafeeMovistarNuevos[]|mixed the result, formatted by the current formatter
*/
public function findPk($key, $con = null)
{
if ($key === null) {
return null;
}
if ((null !== ($obj = UsuariosMcafeeMovistarNuevosPeer::getInstanceFromPool((string) $key))) && !$this->formatter) {
// the object is already in the instance pool
return $obj;
}
if ($con === null) {
$con = Propel::getConnection(UsuariosMcafeeMovistarNuevosPeer::DATABASE_NAME, Propel::CONNECTION_READ);
}
$this->basePreSelect($con);
if ($this->formatter || $this->modelAlias || $this->with || $this->select
|| $this->selectColumns || $this->asColumns || $this->selectModifiers
|| $this->map || $this->having || $this->joins) {
return $this->findPkComplex($key, $con);
} else {
return $this->findPkSimple($key, $con);
}
}
/**
* Alias of findPk to use instance pooling
*
* @param mixed $key Primary key to use for the query
* @param PropelPDO $con A connection object
*
* @return UsuariosMcafeeMovistarNuevos A model object, or null if the key is not found
* @throws PropelException
*/
public function findOneById($key, $con = null)
{
return $this->findPk($key, $con);
}
/**
* Find object by primary key using raw SQL to go fast.
* Bypass doSelect() and the object formatter by using generated code.
*
* @param mixed $key Primary key to use for the query
* @param PropelPDO $con A connection object
*
* @return UsuariosMcafeeMovistarNuevos A model object, or null if the key is not found
* @throws PropelException
*/
protected function findPkSimple($key, $con)
{
$sql = 'SELECT `id`, `id_mov`, `area_tel`, `rut`, `nombres`, `correo`, `fono_contacto_fijo_1`, `fono_contacto_fijo_2`, `fono_contacto_movil_1`, `fono_contacto_movil_2`, `ps_6094`, `ps_5679`, `ps_2989`, `ps_6753`, `ps_6759` FROM `usuarios_mcafee_movistar_nuevos` WHERE `id` = :p0';
try {
$stmt = $con->prepare($sql);
$stmt->bindValue(':p0', $key, PDO::PARAM_INT);
$stmt->execute();
} catch (Exception $e) {
Propel::log($e->getMessage(), Propel::LOG_ERR);
throw new PropelException(sprintf('Unable to execute SELECT statement [%s]', $sql), $e);
}
$obj = null;
if ($row = $stmt->fetch(PDO::FETCH_NUM)) {
$obj = new UsuariosMcafeeMovistarNuevos();
$obj->hydrate($row);
UsuariosMcafeeMovistarNuevosPeer::addInstanceToPool($obj, (string) $key);
}
$stmt->closeCursor();
return $obj;
}
/**
* Find object by primary key.
*
* @param mixed $key Primary key to use for the query
* @param PropelPDO $con A connection object
*
* @return UsuariosMcafeeMovistarNuevos|UsuariosMcafeeMovistarNuevos[]|mixed the result, formatted by the current formatter
*/
protected function findPkComplex($key, $con)
{
// As the query uses a PK condition, no limit(1) is necessary.
$criteria = $this->isKeepQuery() ? clone $this : $this;
$stmt = $criteria
->filterByPrimaryKey($key)
->doSelect($con);
return $criteria->getFormatter()->init($criteria)->formatOne($stmt);
}
/**
* Find objects by primary key
* <code>
* $objs = $c->findPks(array(12, 56, 832), $con);
* </code>
* @param array $keys Primary keys to use for the query
* @param PropelPDO $con an optional connection object
*
* @return PropelObjectCollection|UsuariosMcafeeMovistarNuevos[]|mixed the list of results, formatted by the current formatter
*/
public function findPks($keys, $con = null)
{
if ($con === null) {
$con = Propel::getConnection($this->getDbName(), Propel::CONNECTION_READ);
}
$this->basePreSelect($con);
$criteria = $this->isKeepQuery() ? clone $this : $this;
$stmt = $criteria
->filterByPrimaryKeys($keys)
->doSelect($con);
return $criteria->getFormatter()->init($criteria)->format($stmt);
}
/**
* Filter the query by primary key
*
* @param mixed $key Primary key to use for the query
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPrimaryKey($key)
{
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $key, Criteria::EQUAL);
}
/**
* Filter the query by a list of primary keys
*
* @param array $keys The list of primary key to use for the query
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPrimaryKeys($keys)
{
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $keys, Criteria::IN);
}
/**
* Filter the query on the id column
*
* Example usage:
* <code>
* $query->filterById(1234); // WHERE id = 1234
* $query->filterById(array(12, 34)); // WHERE id IN (12, 34)
* $query->filterById(array('min' => 12)); // WHERE id >= 12
* $query->filterById(array('max' => 12)); // WHERE id <= 12
* </code>
*
* @param 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterById($id = null, $comparison = null)
{
if (is_array($id)) {
$useMinMax = false;
if (isset($id['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $id['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($id['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $id['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $id, $comparison);
}
/**
* Filter the query on the id_mov column
*
* Example usage:
* <code>
* $query->filterByIdMov(1234); // WHERE id_mov = 1234
* $query->filterByIdMov(array(12, 34)); // WHERE id_mov IN (12, 34)
* $query->filterByIdMov(array('min' => 12)); // WHERE id_mov >= 12
* $query->filterByIdMov(array('max' => 12)); // WHERE id_mov <= 12
* </code>
*
* @param mixed $idMov 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByIdMov($idMov = null, $comparison = null)
{
if (is_array($idMov)) {
$useMinMax = false;
if (isset($idMov['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID_MOV, $idMov['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($idMov['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID_MOV, $idMov['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID_MOV, $idMov, $comparison);
}
/**
* Filter the query on the area_tel column
*
* Example usage:
* <code>
* $query->filterByAreaTel(1234); // WHERE area_tel = 1234
* $query->filterByAreaTel(array(12, 34)); // WHERE area_tel IN (12, 34)
* $query->filterByAreaTel(array('min' => 12)); // WHERE area_tel >= 12
* $query->filterByAreaTel(array('max' => 12)); // WHERE area_tel <= 12
* </code>
*
* @param mixed $areaTel 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByAreaTel($areaTel = null, $comparison = null)
{
if (is_array($areaTel)) {
$useMinMax = false;
if (isset($areaTel['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL, $areaTel['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($areaTel['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL, $areaTel['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::AREA_TEL, $areaTel, $comparison);
}
/**
* Filter the query on the rut column
*
* Example usage:
* <code>
* $query->filterByRut(1234); // WHERE rut = 1234
* $query->filterByRut(array(12, 34)); // WHERE rut IN (12, 34)
* $query->filterByRut(array('min' => 12)); // WHERE rut >= 12
* $query->filterByRut(array('max' => 12)); // WHERE rut <= 12
* </code>
*
* @param mixed $rut 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByRut($rut = null, $comparison = null)
{
if (is_array($rut)) {
$useMinMax = false;
if (isset($rut['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::RUT, $rut['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($rut['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::RUT, $rut['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::RUT, $rut, $comparison);
}
/**
* Filter the query on the nombres column
*
* Example usage:
* <code>
* $query->filterByNombres('fooValue'); // WHERE nombres = 'fooValue'
* $query->filterByNombres('%fooValue%'); // WHERE nombres LIKE '%fooValue%'
* </code>
*
* @param string $nombres The value to use as filter.
* Accepts wildcards (* and % trigger a LIKE)
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByNombres($nombres = null, $comparison = null)
{
if (null === $comparison) {
if (is_array($nombres)) {
$comparison = Criteria::IN;
} elseif (preg_match('/[\%\*]/', $nombres)) {
$nombres = str_replace('*', '%', $nombres);
$comparison = Criteria::LIKE;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::NOMBRES, $nombres, $comparison);
}
/**
* Filter the query on the correo column
*
* Example usage:
* <code>
* $query->filterByCorreo('fooValue'); // WHERE correo = 'fooValue'
* $query->filterByCorreo('%fooValue%'); // WHERE correo LIKE '%fooValue%'
* </code>
*
* @param string $correo The value to use as filter.
* Accepts wildcards (* and % trigger a LIKE)
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByCorreo($correo = null, $comparison = null)
{
if (null === $comparison) {
if (is_array($correo)) {
$comparison = Criteria::IN;
} elseif (preg_match('/[\%\*]/', $correo)) {
$correo = str_replace('*', '%', $correo);
$comparison = Criteria::LIKE;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::CORREO, $correo, $comparison);
}
/**
* Filter the query on the fono_contacto_fijo_1 column
*
* Example usage:
* <code>
* $query->filterByFonoContactoFijo1(1234); // WHERE fono_contacto_fijo_1 = 1234
* $query->filterByFonoContactoFijo1(array(12, 34)); // WHERE fono_contacto_fijo_1 IN (12, 34)
* $query->filterByFonoContactoFijo1(array('min' => 12)); // WHERE fono_contacto_fijo_1 >= 12
* $query->filterByFonoContactoFijo1(array('max' => 12)); // WHERE fono_contacto_fijo_1 <= 12
* </code>
*
* @param mixed $fonoContactoFijo1 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByFonoContactoFijo1($fonoContactoFijo1 = null, $comparison = null)
{
if (is_array($fonoContactoFijo1)) {
$useMinMax = false;
if (isset($fonoContactoFijo1['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1, $fonoContactoFijo1['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($fonoContactoFijo1['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1, $fonoContactoFijo1['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_1, $fonoContactoFijo1, $comparison);
}
/**
* Filter the query on the fono_contacto_fijo_2 column
*
* Example usage:
* <code>
* $query->filterByFonoContactoFijo2(1234); // WHERE fono_contacto_fijo_2 = 1234
* $query->filterByFonoContactoFijo2(array(12, 34)); // WHERE fono_contacto_fijo_2 IN (12, 34)
* $query->filterByFonoContactoFijo2(array('min' => 12)); // WHERE fono_contacto_fijo_2 >= 12
* $query->filterByFonoContactoFijo2(array('max' => 12)); // WHERE fono_contacto_fijo_2 <= 12
* </code>
*
* @param mixed $fonoContactoFijo2 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByFonoContactoFijo2($fonoContactoFijo2 = null, $comparison = null)
{
if (is_array($fonoContactoFijo2)) {
$useMinMax = false;
if (isset($fonoContactoFijo2['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2, $fonoContactoFijo2['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($fonoContactoFijo2['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2, $fonoContactoFijo2['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_FIJO_2, $fonoContactoFijo2, $comparison);
}
/**
* Filter the query on the fono_contacto_movil_1 column
*
* Example usage:
* <code>
* $query->filterByFonoContactoMovil1(1234); // WHERE fono_contacto_movil_1 = 1234
* $query->filterByFonoContactoMovil1(array(12, 34)); // WHERE fono_contacto_movil_1 IN (12, 34)
* $query->filterByFonoContactoMovil1(array('min' => 12)); // WHERE fono_contacto_movil_1 >= 12
* $query->filterByFonoContactoMovil1(array('max' => 12)); // WHERE fono_contacto_movil_1 <= 12
* </code>
*
* @param mixed $fonoContactoMovil1 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByFonoContactoMovil1($fonoContactoMovil1 = null, $comparison = null)
{
if (is_array($fonoContactoMovil1)) {
$useMinMax = false;
if (isset($fonoContactoMovil1['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1, $fonoContactoMovil1['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($fonoContactoMovil1['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1, $fonoContactoMovil1['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_1, $fonoContactoMovil1, $comparison);
}
/**
* Filter the query on the fono_contacto_movil_2 column
*
* Example usage:
* <code>
* $query->filterByFonoContactoMovil2(1234); // WHERE fono_contacto_movil_2 = 1234
* $query->filterByFonoContactoMovil2(array(12, 34)); // WHERE fono_contacto_movil_2 IN (12, 34)
* $query->filterByFonoContactoMovil2(array('min' => 12)); // WHERE fono_contacto_movil_2 >= 12
* $query->filterByFonoContactoMovil2(array('max' => 12)); // WHERE fono_contacto_movil_2 <= 12
* </code>
*
* @param mixed $fonoContactoMovil2 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByFonoContactoMovil2($fonoContactoMovil2 = null, $comparison = null)
{
if (is_array($fonoContactoMovil2)) {
$useMinMax = false;
if (isset($fonoContactoMovil2['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2, $fonoContactoMovil2['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($fonoContactoMovil2['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2, $fonoContactoMovil2['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::FONO_CONTACTO_MOVIL_2, $fonoContactoMovil2, $comparison);
}
/**
* Filter the query on the ps_6094 column
*
* Example usage:
* <code>
* $query->filterByPs6094(1234); // WHERE ps_6094 = 1234
* $query->filterByPs6094(array(12, 34)); // WHERE ps_6094 IN (12, 34)
* $query->filterByPs6094(array('min' => 12)); // WHERE ps_6094 >= 12
* $query->filterByPs6094(array('max' => 12)); // WHERE ps_6094 <= 12
* </code>
*
* @param mixed $ps6094 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPs6094($ps6094 = null, $comparison = null)
{
if (is_array($ps6094)) {
$useMinMax = false;
if (isset($ps6094['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6094, $ps6094['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($ps6094['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6094, $ps6094['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6094, $ps6094, $comparison);
}
/**
* Filter the query on the ps_5679 column
*
* Example usage:
* <code>
* $query->filterByPs5679(1234); // WHERE ps_5679 = 1234
* $query->filterByPs5679(array(12, 34)); // WHERE ps_5679 IN (12, 34)
* $query->filterByPs5679(array('min' => 12)); // WHERE ps_5679 >= 12
* $query->filterByPs5679(array('max' => 12)); // WHERE ps_5679 <= 12
* </code>
*
* @param mixed $ps5679 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPs5679($ps5679 = null, $comparison = null)
{
if (is_array($ps5679)) {
$useMinMax = false;
if (isset($ps5679['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_5679, $ps5679['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($ps5679['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_5679, $ps5679['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_5679, $ps5679, $comparison);
}
/**
* Filter the query on the ps_2989 column
*
* Example usage:
* <code>
* $query->filterByPs2989(1234); // WHERE ps_2989 = 1234
* $query->filterByPs2989(array(12, 34)); // WHERE ps_2989 IN (12, 34)
* $query->filterByPs2989(array('min' => 12)); // WHERE ps_2989 >= 12
* $query->filterByPs2989(array('max' => 12)); // WHERE ps_2989 <= 12
* </code>
*
* @param mixed $ps2989 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPs2989($ps2989 = null, $comparison = null)
{
if (is_array($ps2989)) {
$useMinMax = false;
if (isset($ps2989['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_2989, $ps2989['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($ps2989['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_2989, $ps2989['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_2989, $ps2989, $comparison);
}
/**
* Filter the query on the ps_6753 column
*
* Example usage:
* <code>
* $query->filterByPs6753(1234); // WHERE ps_6753 = 1234
* $query->filterByPs6753(array(12, 34)); // WHERE ps_6753 IN (12, 34)
* $query->filterByPs6753(array('min' => 12)); // WHERE ps_6753 >= 12
* $query->filterByPs6753(array('max' => 12)); // WHERE ps_6753 <= 12
* </code>
*
* @param mixed $ps6753 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPs6753($ps6753 = null, $comparison = null)
{
if (is_array($ps6753)) {
$useMinMax = false;
if (isset($ps6753['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6753, $ps6753['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($ps6753['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6753, $ps6753['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6753, $ps6753, $comparison);
}
/**
* Filter the query on the ps_6759 column
*
* Example usage:
* <code>
* $query->filterByPs6759(1234); // WHERE ps_6759 = 1234
* $query->filterByPs6759(array(12, 34)); // WHERE ps_6759 IN (12, 34)
* $query->filterByPs6759(array('min' => 12)); // WHERE ps_6759 >= 12
* $query->filterByPs6759(array('max' => 12)); // WHERE ps_6759 <= 12
* </code>
*
* @param mixed $ps6759 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.
* @param string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function filterByPs6759($ps6759 = null, $comparison = null)
{
if (is_array($ps6759)) {
$useMinMax = false;
if (isset($ps6759['min'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6759, $ps6759['min'], Criteria::GREATER_EQUAL);
$useMinMax = true;
}
if (isset($ps6759['max'])) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6759, $ps6759['max'], Criteria::LESS_EQUAL);
$useMinMax = true;
}
if ($useMinMax) {
return $this;
}
if (null === $comparison) {
$comparison = Criteria::IN;
}
}
return $this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::PS_6759, $ps6759, $comparison);
}
/**
* Exclude object from result
*
* @param UsuariosMcafeeMovistarNuevos $usuariosMcafeeMovistarNuevos Object to remove from the list of results
*
* @return UsuariosMcafeeMovistarNuevosQuery The current query, for fluid interface
*/
public function prune($usuariosMcafeeMovistarNuevos = null)
{
if ($usuariosMcafeeMovistarNuevos) {
$this->addUsingAlias(UsuariosMcafeeMovistarNuevosPeer::ID, $usuariosMcafeeMovistarNuevos->getId(), Criteria::NOT_EQUAL);
}
return $this;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment