Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smsManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
smsManager
Commits
fd3badf8
Commit
fd3badf8
authored
Jun 18, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
normalizacion modelos
parent
796ae3ea
Changes
43
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
2045 additions
and
89 deletions
+2045
-89
app/propel/generated-schemas/default_reversed_schema.xml
app/propel/generated-schemas/default_reversed_schema.xml
+71
-12
src/AppBundle/Model/map/AgenteWebcallTableMap.php
src/AppBundle/Model/map/AgenteWebcallTableMap.php
+17
-0
src/AppBundle/Model/map/BackendUsuarioTableMap.php
src/AppBundle/Model/map/BackendUsuarioTableMap.php
+17
-0
src/AppBundle/Model/map/BackendusuarioBackendrolTableMap.php
src/AppBundle/Model/map/BackendusuarioBackendrolTableMap.php
+17
-0
src/AppBundle/Model/map/BatchsmsTableMap.php
src/AppBundle/Model/map/BatchsmsTableMap.php
+17
-0
src/AppBundle/Model/map/EmailingTableMap.php
src/AppBundle/Model/map/EmailingTableMap.php
+17
-0
src/AppBundle/Model/map/EnvioEmailTableMap.php
src/AppBundle/Model/map/EnvioEmailTableMap.php
+17
-0
src/AppBundle/Model/map/McafeeTransaccionPendienteTableMap.php
...ppBundle/Model/map/McafeeTransaccionPendienteTableMap.php
+17
-0
src/AppBundle/Model/map/McafeeTransaccionTableMap.php
src/AppBundle/Model/map/McafeeTransaccionTableMap.php
+17
-0
src/AppBundle/Model/map/McafeeUltimoProcesoMigracionTableMap.php
...Bundle/Model/map/McafeeUltimoProcesoMigracionTableMap.php
+17
-0
src/AppBundle/Model/map/NotificacionEmailTableMap.php
src/AppBundle/Model/map/NotificacionEmailTableMap.php
+17
-0
src/AppBundle/Model/map/SmsTableMap.php
src/AppBundle/Model/map/SmsTableMap.php
+17
-0
src/AppBundle/Model/map/TrackingTableMap.php
src/AppBundle/Model/map/TrackingTableMap.php
+17
-0
src/AppBundle/Model/map/UsuarioMcafeeTableMap.php
src/AppBundle/Model/map/UsuarioMcafeeTableMap.php
+19
-0
src/AppBundle/Model/om/BaseAgenteWebcall.php
src/AppBundle/Model/om/BaseAgenteWebcall.php
+25
-0
src/AppBundle/Model/om/BaseAgenteWebcallQuery.php
src/AppBundle/Model/om/BaseAgenteWebcallQuery.php
+65
-0
src/AppBundle/Model/om/BaseBackendUsuario.php
src/AppBundle/Model/om/BaseBackendUsuario.php
+25
-0
src/AppBundle/Model/om/BaseBackendUsuarioQuery.php
src/AppBundle/Model/om/BaseBackendUsuarioQuery.php
+65
-0
src/AppBundle/Model/om/BaseBackendusuarioBackendrol.php
src/AppBundle/Model/om/BaseBackendusuarioBackendrol.php
+25
-0
src/AppBundle/Model/om/BaseBackendusuarioBackendrolQuery.php
src/AppBundle/Model/om/BaseBackendusuarioBackendrolQuery.php
+65
-0
src/AppBundle/Model/om/BaseBatchsms.php
src/AppBundle/Model/om/BaseBatchsms.php
+25
-0
src/AppBundle/Model/om/BaseBatchsmsQuery.php
src/AppBundle/Model/om/BaseBatchsmsQuery.php
+65
-0
src/AppBundle/Model/om/BaseEmailing.php
src/AppBundle/Model/om/BaseEmailing.php
+25
-0
src/AppBundle/Model/om/BaseEmailingQuery.php
src/AppBundle/Model/om/BaseEmailingQuery.php
+65
-0
src/AppBundle/Model/om/BaseEnvioEmail.php
src/AppBundle/Model/om/BaseEnvioEmail.php
+25
-0
src/AppBundle/Model/om/BaseEnvioEmailQuery.php
src/AppBundle/Model/om/BaseEnvioEmailQuery.php
+65
-0
src/AppBundle/Model/om/BaseMcafeeTransaccion.php
src/AppBundle/Model/om/BaseMcafeeTransaccion.php
+25
-0
src/AppBundle/Model/om/BaseMcafeeTransaccionPendiente.php
src/AppBundle/Model/om/BaseMcafeeTransaccionPendiente.php
+25
-0
src/AppBundle/Model/om/BaseMcafeeTransaccionPendienteQuery.php
...ppBundle/Model/om/BaseMcafeeTransaccionPendienteQuery.php
+65
-0
src/AppBundle/Model/om/BaseMcafeeTransaccionQuery.php
src/AppBundle/Model/om/BaseMcafeeTransaccionQuery.php
+65
-0
src/AppBundle/Model/om/BaseMcafeeUltimoProcesoMigracion.php
src/AppBundle/Model/om/BaseMcafeeUltimoProcesoMigracion.php
+25
-0
src/AppBundle/Model/om/BaseMcafeeUltimoProcesoMigracionQuery.php
...Bundle/Model/om/BaseMcafeeUltimoProcesoMigracionQuery.php
+65
-0
src/AppBundle/Model/om/BaseNotificacionEmail.php
src/AppBundle/Model/om/BaseNotificacionEmail.php
+25
-0
src/AppBundle/Model/om/BaseNotificacionEmailQuery.php
src/AppBundle/Model/om/BaseNotificacionEmailQuery.php
+65
-0
src/AppBundle/Model/om/BaseSms.php
src/AppBundle/Model/om/BaseSms.php
+25
-0
src/AppBundle/Model/om/BaseSmsQuery.php
src/AppBundle/Model/om/BaseSmsQuery.php
+65
-0
src/AppBundle/Model/om/BaseTracking.php
src/AppBundle/Model/om/BaseTracking.php
+25
-0
src/AppBundle/Model/om/BaseTrackingQuery.php
src/AppBundle/Model/om/BaseTrackingQuery.php
+65
-0
src/AppBundle/Model/om/BaseUsuarioMcafee.php
src/AppBundle/Model/om/BaseUsuarioMcafee.php
+393
-24
src/AppBundle/Model/om/BaseUsuarioMcafeePeer.php
src/AppBundle/Model/om/BaseUsuarioMcafeePeer.php
+19
-14
src/AppBundle/Model/om/BaseUsuarioMcafeeQuery.php
src/AppBundle/Model/om/BaseUsuarioMcafeeQuery.php
+178
-1
src/AppBundle/Resources/config/default_reversed_schema.xml
src/AppBundle/Resources/config/default_reversed_schema.xml
+81
-37
web/test01sms.csv
web/test01sms.csv
+0
-1
No files found.
app/propel/generated-schemas/default_reversed_schema.xml
View file @
fd3badf8
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--Autogenerated by PropelSchemaReverseTask class.-->
<!--Autogenerated by PropelSchemaReverseTask class.-->
<database
name=
"default"
defaultIdMethod=
"native"
namespace=
"AppBundle\Model"
>
<database
name=
"default"
defaultIdMethod=
"native"
>
<table
name=
"agente_webcall"
phpName=
"AgenteWebcall"
idMethod=
"native"
>
<table
name=
"agente_webcall"
phpName=
"AgenteWebcall"
idMethod=
"native"
>
<column
name=
"awe_id"
phpName=
"AweId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"awe_id"
phpName=
"AweId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"awe_nombres"
phpName=
"AweNombres"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"awe_nombres"
phpName=
"AweNombres"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
...
@@ -78,17 +78,6 @@
...
@@ -78,17 +78,6 @@
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
</table>
</table>
<table
name=
"campaign"
phpName=
"Campaign"
idMethod=
"native"
>
<column
name=
"ca_id"
phpName=
"CaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ca_mensaje"
phpName=
"CaMensaje"
type=
"LONGVARCHAR"
required=
"true"
/>
<column
name=
"ca_estado"
phpName=
"CaEstado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<column
name=
"ca_eliminado"
phpName=
"CaEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<column
name=
"created_at"
phpName=
"CreatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"updated_at"
phpName=
"UpdatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
...
@@ -187,6 +176,23 @@
...
@@ -187,6 +176,23 @@
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
</table>
</table>
<table
name=
"mcafee_ultimo_proceso_creacion"
phpName=
"McafeeUltimoProcesoCreacion"
idMethod=
"native"
>
<column
name=
"muc_id"
phpName=
"MucId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umn_id"
phpName=
"UltimoUmnId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_procesados"
phpName=
"MucCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_pendientes"
phpName=
"MucCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"created_at"
phpName=
"CreatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"updated_at"
phpName=
"UpdatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<foreign-key
foreignTable=
"usuarios_mcafee_movistar_nuevos"
name=
"fk_idx_usuario_movistar_nuevo"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umn_id"
foreign=
"id"
/>
</foreign-key>
<index
name=
"fk_idx_usuario_movistar_nuevo_idx"
>
<index-column
name=
"ultimo_umn_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_migracion"
phpName=
"McafeeUltimoProcesoMigracion"
idMethod=
"native"
>
<table
name=
"mcafee_ultimo_proceso_migracion"
phpName=
"McafeeUltimoProcesoMigracion"
idMethod=
"native"
>
<column
name=
"mup_id"
phpName=
"MupId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"mup_id"
phpName=
"MupId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"true"
/>
...
@@ -204,6 +210,23 @@
...
@@ -204,6 +210,23 @@
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
</table>
</table>
<table
name=
"mcafee_ultimo_proceso_normalizacion"
phpName=
"McafeeUltimoProcesoNormalizacion"
idMethod=
"native"
>
<column
name=
"mun_id"
phpName=
"MunId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_procesados"
phpName=
"MunCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_pendientes"
phpName=
"MunCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"created_at"
phpName=
"CreatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"updated_at"
phpName=
"UpdatedAt"
type=
"TIMESTAMP"
required=
"false"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_ultimo_umc_id_normla"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_ultimo_umc_id_normla_idx"
>
<index-column
name=
"ultimo_umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"notificacion_email"
phpName=
"NotificacionEmail"
idMethod=
"native"
>
<table
name=
"notificacion_email"
phpName=
"NotificacionEmail"
idMethod=
"native"
>
<column
name=
"nem_id"
phpName=
"NemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"nem_id"
phpName=
"NemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
...
@@ -331,6 +354,7 @@
...
@@ -331,6 +354,7 @@
<column
name=
"umc_permite_email"
phpName=
"UmcPermiteEmail"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"true"
/>
<column
name=
"umc_permite_email"
phpName=
"UmcPermiteEmail"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"true"
/>
<column
name=
"umc_fecha_desuscripcion_email"
phpName=
"UmcFechaDesuscripcionEmail"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"umc_fecha_desuscripcion_email"
phpName=
"UmcFechaDesuscripcionEmail"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"umc_movil"
phpName=
"UmcMovil"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_movil"
phpName=
"UmcMovil"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_fijo"
phpName=
"UmcFijo"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_customer_id"
phpName=
"UmcCustomerId"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"umc_customer_id"
phpName=
"UmcCustomerId"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"umc_eliminado"
phpName=
"UmcEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_eliminado"
phpName=
"UmcEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_permite_sms"
phpName=
"UmcPermiteSms"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"true"
/>
<column
name=
"umc_permite_sms"
phpName=
"UmcPermiteSms"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"true"
/>
...
@@ -339,6 +363,12 @@
...
@@ -339,6 +363,12 @@
<index
name=
"indice_umc_movistar_any"
>
<index
name=
"indice_umc_movistar_any"
>
<index-column
name=
"umc_movistar_any"
/>
<index-column
name=
"umc_movistar_any"
/>
</index>
</index>
<index
name=
"indice_fecha_creacion"
>
<index-column
name=
"created_at"
/>
</index>
<index
name=
"indice_mcafee_mail"
>
<index-column
name=
"umc_mcafee_email"
/>
</index>
<vendor
type=
"mysql"
>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
...
@@ -380,6 +410,35 @@
...
@@ -380,6 +410,35 @@
<index
name=
"ccid"
>
<index
name=
"ccid"
>
<index-column
name=
"Ccid"
/>
<index-column
name=
"Ccid"
/>
</index>
</index>
<index
name=
"correo"
>
<index-column
name=
"Email_Address"
/>
</index>
<index
name=
"activty"
>
<index-column
name=
"License_Activity"
/>
</index>
<index
name=
"tipo"
>
<index-column
name=
"Device_Type"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuarios_mcafee_movistar_nuevos"
phpName=
"UsuariosMcafeeMovistarNuevos"
idMethod=
"native"
>
<column
name=
"id"
phpName=
"Id"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"id_mov"
phpName=
"IdMov"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"area_tel"
phpName=
"AreaTel"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"rut"
phpName=
"Rut"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nombres"
phpName=
"Nombres"
type=
"VARCHAR"
size=
"45"
required=
"false"
/>
<column
name=
"correo"
phpName=
"Correo"
type=
"VARCHAR"
size=
"64"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_1"
phpName=
"FonoContactoFijo1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_2"
phpName=
"FonoContactoFijo2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_1"
phpName=
"FonoContactoMovil1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_2"
phpName=
"FonoContactoMovil2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6094"
phpName=
"Ps6094"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_5679"
phpName=
"Ps5679"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_2989"
phpName=
"Ps2989"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6753"
phpName=
"Ps6753"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6759"
phpName=
"Ps6759"
type=
"INTEGER"
required=
"false"
/>
<vendor
type=
"mysql"
>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</vendor>
...
...
src/AppBundle/Model/map/AgenteWebcallTableMap.php
View file @
fd3badf8
...
@@ -62,4 +62,21 @@ class AgenteWebcallTableMap extends TableMap
...
@@ -62,4 +62,21 @@ class AgenteWebcallTableMap extends TableMap
{
{
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// AgenteWebcallTableMap
}
// AgenteWebcallTableMap
src/AppBundle/Model/map/BackendUsuarioTableMap.php
View file @
fd3badf8
...
@@ -61,4 +61,21 @@ class BackendUsuarioTableMap extends TableMap
...
@@ -61,4 +61,21 @@ class BackendUsuarioTableMap extends TableMap
$this
->
addRelation
(
'BackendusuarioBackendrol'
,
'AppBundle\\Model\\BackendusuarioBackendrol'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'bus_id'
=>
'bus_id'
,
),
null
,
null
,
'BackendusuarioBackendrols'
);
$this
->
addRelation
(
'BackendusuarioBackendrol'
,
'AppBundle\\Model\\BackendusuarioBackendrol'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'bus_id'
=>
'bus_id'
,
),
null
,
null
,
'BackendusuarioBackendrols'
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// BackendUsuarioTableMap
}
// BackendUsuarioTableMap
src/AppBundle/Model/map/BackendusuarioBackendrolTableMap.php
View file @
fd3badf8
...
@@ -58,4 +58,21 @@ class BackendusuarioBackendrolTableMap extends TableMap
...
@@ -58,4 +58,21 @@ class BackendusuarioBackendrolTableMap extends TableMap
$this
->
addRelation
(
'BackendUsuario'
,
'AppBundle\\Model\\BackendUsuario'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'bus_id'
=>
'bus_id'
,
),
null
,
null
);
$this
->
addRelation
(
'BackendUsuario'
,
'AppBundle\\Model\\BackendUsuario'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'bus_id'
=>
'bus_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// BackendusuarioBackendrolTableMap
}
// BackendusuarioBackendrolTableMap
src/AppBundle/Model/map/BatchsmsTableMap.php
View file @
fd3badf8
...
@@ -71,4 +71,21 @@ class BatchsmsTableMap extends TableMap
...
@@ -71,4 +71,21 @@ class BatchsmsTableMap extends TableMap
$this
->
addRelation
(
'Sms'
,
'AppBundle\\Model\\Sms'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'batchsms_id'
=>
'batchsms_id'
,
),
null
,
null
,
'Smss'
);
$this
->
addRelation
(
'Sms'
,
'AppBundle\\Model\\Sms'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'batchsms_id'
=>
'batchsms_id'
,
),
null
,
null
,
'Smss'
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// BatchsmsTableMap
}
// BatchsmsTableMap
src/AppBundle/Model/map/EmailingTableMap.php
View file @
fd3badf8
...
@@ -71,4 +71,21 @@ class EmailingTableMap extends TableMap
...
@@ -71,4 +71,21 @@ class EmailingTableMap extends TableMap
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'ema_id'
=>
'ema_id'
,
),
null
,
null
,
'EnvioEmails'
);
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'ema_id'
=>
'ema_id'
,
),
null
,
null
,
'EnvioEmails'
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// EmailingTableMap
}
// EmailingTableMap
src/AppBundle/Model/map/EnvioEmailTableMap.php
View file @
fd3badf8
...
@@ -72,4 +72,21 @@ class EnvioEmailTableMap extends TableMap
...
@@ -72,4 +72,21 @@ class EnvioEmailTableMap extends TableMap
$this
->
addRelation
(
'Tracking'
,
'AppBundle\\Model\\Tracking'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'eem_id'
=>
'eem_id'
,
),
null
,
null
,
'Trackings'
);
$this
->
addRelation
(
'Tracking'
,
'AppBundle\\Model\\Tracking'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'eem_id'
=>
'eem_id'
,
),
null
,
null
,
'Trackings'
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// EnvioEmailTableMap
}
// EnvioEmailTableMap
src/AppBundle/Model/map/McafeeTransaccionPendienteTableMap.php
View file @
fd3badf8
...
@@ -60,4 +60,21 @@ class McafeeTransaccionPendienteTableMap extends TableMap
...
@@ -60,4 +60,21 @@ class McafeeTransaccionPendienteTableMap extends TableMap
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// McafeeTransaccionPendienteTableMap
}
// McafeeTransaccionPendienteTableMap
src/AppBundle/Model/map/McafeeTransaccionTableMap.php
View file @
fd3badf8
...
@@ -66,4 +66,21 @@ class McafeeTransaccionTableMap extends TableMap
...
@@ -66,4 +66,21 @@ class McafeeTransaccionTableMap extends TableMap
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// McafeeTransaccionTableMap
}
// McafeeTransaccionTableMap
src/AppBundle/Model/map/McafeeUltimoProcesoMigracionTableMap.php
View file @
fd3badf8
...
@@ -59,4 +59,21 @@ class McafeeUltimoProcesoMigracionTableMap extends TableMap
...
@@ -59,4 +59,21 @@ class McafeeUltimoProcesoMigracionTableMap extends TableMap
$this
->
addRelation
(
'UsuariosMcafeeMovistarMigrar'
,
'AppBundle\\Model\\UsuariosMcafeeMovistarMigrar'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'ultimo_umc_id'
=>
'id'
,
),
null
,
null
);
$this
->
addRelation
(
'UsuariosMcafeeMovistarMigrar'
,
'AppBundle\\Model\\UsuariosMcafeeMovistarMigrar'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'ultimo_umc_id'
=>
'id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// McafeeUltimoProcesoMigracionTableMap
}
// McafeeUltimoProcesoMigracionTableMap
src/AppBundle/Model/map/NotificacionEmailTableMap.php
View file @
fd3badf8
...
@@ -76,4 +76,21 @@ class NotificacionEmailTableMap extends TableMap
...
@@ -76,4 +76,21 @@ class NotificacionEmailTableMap extends TableMap
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'eem_id'
=>
'eem_id'
,
),
null
,
null
);
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'eem_id'
=>
'eem_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// NotificacionEmailTableMap
}
// NotificacionEmailTableMap
src/AppBundle/Model/map/SmsTableMap.php
View file @
fd3badf8
...
@@ -69,4 +69,21 @@ class SmsTableMap extends TableMap
...
@@ -69,4 +69,21 @@ class SmsTableMap extends TableMap
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// SmsTableMap
}
// SmsTableMap
src/AppBundle/Model/map/TrackingTableMap.php
View file @
fd3badf8
...
@@ -69,4 +69,21 @@ class TrackingTableMap extends TableMap
...
@@ -69,4 +69,21 @@ class TrackingTableMap extends TableMap
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
$this
->
addRelation
(
'UsuarioMcafee'
,
'AppBundle\\Model\\UsuarioMcafee'
,
RelationMap
::
MANY_TO_ONE
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// TrackingTableMap
}
// TrackingTableMap
src/AppBundle/Model/map/UsuarioMcafeeTableMap.php
View file @
fd3badf8
...
@@ -58,6 +58,7 @@ class UsuarioMcafeeTableMap extends TableMap
...
@@ -58,6 +58,7 @@ class UsuarioMcafeeTableMap extends TableMap
$this
->
addColumn
(
'umc_permite_email'
,
'UmcPermiteEmail'
,
'BOOLEAN'
,
false
,
1
,
true
);
$this
->
addColumn
(
'umc_permite_email'
,
'UmcPermiteEmail'
,
'BOOLEAN'
,
false
,
1
,
true
);
$this
->
addColumn
(
'umc_fecha_desuscripcion_email'
,
'UmcFechaDesuscripcionEmail'
,
'TIMESTAMP'
,
false
,
null
,
null
);
$this
->
addColumn
(
'umc_fecha_desuscripcion_email'
,
'UmcFechaDesuscripcionEmail'
,
'TIMESTAMP'
,
false
,
null
,
null
);
$this
->
addColumn
(
'umc_movil'
,
'UmcMovil'
,
'VARCHAR'
,
false
,
200
,
null
);
$this
->
addColumn
(
'umc_movil'
,
'UmcMovil'
,
'VARCHAR'
,
false
,
200
,
null
);
$this
->
addColumn
(
'umc_fijo'
,
'UmcFijo'
,
'VARCHAR'
,
false
,
200
,
null
);
$this
->
addColumn
(
'umc_customer_id'
,
'UmcCustomerId'
,
'VARCHAR'
,
false
,
250
,
null
);
$this
->
addColumn
(
'umc_customer_id'
,
'UmcCustomerId'
,
'VARCHAR'
,
false
,
250
,
null
);
$this
->
addColumn
(
'umc_eliminado'
,
'UmcEliminado'
,
'BOOLEAN'
,
false
,
1
,
null
);
$this
->
addColumn
(
'umc_eliminado'
,
'UmcEliminado'
,
'BOOLEAN'
,
false
,
1
,
null
);
$this
->
addColumn
(
'umc_permite_sms'
,
'UmcPermiteSms'
,
'BOOLEAN'
,
true
,
1
,
true
);
$this
->
addColumn
(
'umc_permite_sms'
,
'UmcPermiteSms'
,
'BOOLEAN'
,
true
,
1
,
true
);
...
@@ -74,8 +75,26 @@ class UsuarioMcafeeTableMap extends TableMap
...
@@ -74,8 +75,26 @@ class UsuarioMcafeeTableMap extends TableMap
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'EnvioEmails'
);
$this
->
addRelation
(
'EnvioEmail'
,
'AppBundle\\Model\\EnvioEmail'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'EnvioEmails'
);
$this
->
addRelation
(
'McafeeTransaccion'
,
'AppBundle\\Model\\McafeeTransaccion'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'McafeeTransaccions'
);
$this
->
addRelation
(
'McafeeTransaccion'
,
'AppBundle\\Model\\McafeeTransaccion'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'McafeeTransaccions'
);
$this
->
addRelation
(
'McafeeTransaccionPendiente'
,
'AppBundle\\Model\\McafeeTransaccionPendiente'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'McafeeTransaccionPendientes'
);
$this
->
addRelation
(
'McafeeTransaccionPendiente'
,
'AppBundle\\Model\\McafeeTransaccionPendiente'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'McafeeTransaccionPendientes'
);
$this
->
addRelation
(
'McafeeUltimoProcesoNormalizacion'
,
'AppBundle\\Model\\McafeeUltimoProcesoNormalizacion'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'ultimo_umc_id'
,
),
null
,
null
,
'McafeeUltimoProcesoNormalizacions'
);
$this
->
addRelation
(
'Sms'
,
'AppBundle\\Model\\Sms'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'Smss'
);
$this
->
addRelation
(
'Sms'
,
'AppBundle\\Model\\Sms'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'Smss'
);
$this
->
addRelation
(
'Tracking'
,
'AppBundle\\Model\\Tracking'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'Trackings'
);
$this
->
addRelation
(
'Tracking'
,
'AppBundle\\Model\\Tracking'
,
RelationMap
::
ONE_TO_MANY
,
array
(
'umc_id'
=>
'umc_id'
,
),
null
,
null
,
'Trackings'
);
}
// buildRelations()
}
// buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public
function
getBehaviors
()
{
return
array
(
'timestampable'
=>
array
(
'create_column'
=>
'created_at'
,
'update_column'
=>
'updated_at'
,
'disable_updated_at'
=>
'false'
,
),
);
}
// getBehaviors()
}
// UsuarioMcafeeTableMap
}
// UsuarioMcafeeTableMap
src/AppBundle/Model/om/BaseAgenteWebcall.php
View file @
fd3badf8
...
@@ -685,8 +685,19 @@ abstract class BaseAgenteWebcall extends BaseObject implements Persistent
...
@@ -685,8 +685,19 @@ abstract class BaseAgenteWebcall extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
AgenteWebcallPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
AgenteWebcallPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
AgenteWebcallPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1341,4 +1352,18 @@ abstract class BaseAgenteWebcall extends BaseObject implements Persistent
...
@@ -1341,4 +1352,18 @@ abstract class BaseAgenteWebcall extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return AgenteWebcall The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
AgenteWebcallPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseAgenteWebcallQuery.php
View file @
fd3badf8
...
@@ -631,4 +631,69 @@ abstract class BaseAgenteWebcallQuery extends ModelCriteria
...
@@ -631,4 +631,69 @@ abstract class BaseAgenteWebcallQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
AgenteWebcallPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
AgenteWebcallPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
AgenteWebcallPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
AgenteWebcallPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
AgenteWebcallPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return AgenteWebcallQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
AgenteWebcallPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseBackendUsuario.php
View file @
fd3badf8
...
@@ -659,8 +659,19 @@ abstract class BaseBackendUsuario extends BaseObject implements Persistent
...
@@ -659,8 +659,19 @@ abstract class BaseBackendUsuario extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
BackendUsuarioPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
BackendUsuarioPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
BackendUsuarioPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1609,4 +1620,18 @@ abstract class BaseBackendUsuario extends BaseObject implements Persistent
...
@@ -1609,4 +1620,18 @@ abstract class BaseBackendUsuario extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return BackendUsuario The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
BackendUsuarioPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseBackendUsuarioQuery.php
View file @
fd3badf8
...
@@ -631,4 +631,69 @@ abstract class BaseBackendUsuarioQuery extends ModelCriteria
...
@@ -631,4 +631,69 @@ abstract class BaseBackendUsuarioQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BackendUsuarioPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BackendUsuarioPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BackendUsuarioPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BackendUsuarioPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BackendUsuarioPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return BackendUsuarioQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BackendUsuarioPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseBackendusuarioBackendrol.php
View file @
fd3badf8
...
@@ -481,8 +481,19 @@ abstract class BaseBackendusuarioBackendrol extends BaseObject implements Persis
...
@@ -481,8 +481,19 @@ abstract class BaseBackendusuarioBackendrol extends BaseObject implements Persis
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
BackendusuarioBackendrolPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
BackendusuarioBackendrolPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
BackendusuarioBackendrolPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1201,4 +1212,18 @@ abstract class BaseBackendusuarioBackendrol extends BaseObject implements Persis
...
@@ -1201,4 +1212,18 @@ abstract class BaseBackendusuarioBackendrol extends BaseObject implements Persis
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return BackendusuarioBackendrol The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
BackendusuarioBackendrolPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseBackendusuarioBackendrolQuery.php
View file @
fd3badf8
...
@@ -590,4 +590,69 @@ abstract class BaseBackendusuarioBackendrolQuery extends ModelCriteria
...
@@ -590,4 +590,69 @@ abstract class BaseBackendusuarioBackendrolQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BackendusuarioBackendrolPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BackendusuarioBackendrolPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BackendusuarioBackendrolPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BackendusuarioBackendrolPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BackendusuarioBackendrolPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return BackendusuarioBackendrolQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BackendusuarioBackendrolPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseBatchsms.php
View file @
fd3badf8
...
@@ -1023,8 +1023,19 @@ abstract class BaseBatchsms extends BaseObject implements Persistent
...
@@ -1023,8 +1023,19 @@ abstract class BaseBatchsms extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
BatchsmsPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
BatchsmsPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
BatchsmsPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -2140,4 +2151,18 @@ abstract class BaseBatchsms extends BaseObject implements Persistent
...
@@ -2140,4 +2151,18 @@ abstract class BaseBatchsms extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return Batchsms The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
BatchsmsPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseBatchsmsQuery.php
View file @
fd3badf8
...
@@ -1130,4 +1130,69 @@ abstract class BaseBatchsmsQuery extends ModelCriteria
...
@@ -1130,4 +1130,69 @@ abstract class BaseBatchsmsQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BatchsmsPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BatchsmsPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BatchsmsPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
BatchsmsPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
BatchsmsPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return BatchsmsQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
BatchsmsPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseEmailing.php
View file @
fd3badf8
...
@@ -1023,8 +1023,19 @@ abstract class BaseEmailing extends BaseObject implements Persistent
...
@@ -1023,8 +1023,19 @@ abstract class BaseEmailing extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
EmailingPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
EmailingPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
EmailingPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -2140,4 +2151,18 @@ abstract class BaseEmailing extends BaseObject implements Persistent
...
@@ -2140,4 +2151,18 @@ abstract class BaseEmailing extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return Emailing The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
EmailingPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseEmailingQuery.php
View file @
fd3badf8
...
@@ -1130,4 +1130,69 @@ abstract class BaseEmailingQuery extends ModelCriteria
...
@@ -1130,4 +1130,69 @@ abstract class BaseEmailingQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
EmailingPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
EmailingPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
EmailingPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
EmailingPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
EmailingPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return EmailingQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
EmailingPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseEnvioEmail.php
View file @
fd3badf8
...
@@ -1053,8 +1053,19 @@ abstract class BaseEnvioEmail extends BaseObject implements Persistent
...
@@ -1053,8 +1053,19 @@ abstract class BaseEnvioEmail extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
EnvioEmailPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
EnvioEmailPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
EnvioEmailPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -2563,4 +2574,18 @@ abstract class BaseEnvioEmail extends BaseObject implements Persistent
...
@@ -2563,4 +2574,18 @@ abstract class BaseEnvioEmail extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return EnvioEmail The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
EnvioEmailPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseEnvioEmailQuery.php
View file @
fd3badf8
...
@@ -1207,4 +1207,69 @@ abstract class BaseEnvioEmailQuery extends ModelCriteria
...
@@ -1207,4 +1207,69 @@ abstract class BaseEnvioEmailQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
EnvioEmailPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
EnvioEmailPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
EnvioEmailPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
EnvioEmailPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
EnvioEmailPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return EnvioEmailQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
EnvioEmailPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseMcafeeTransaccion.php
View file @
fd3badf8
...
@@ -817,8 +817,19 @@ abstract class BaseMcafeeTransaccion extends BaseObject implements Persistent
...
@@ -817,8 +817,19 @@ abstract class BaseMcafeeTransaccion extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
McafeeTransaccionPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
McafeeTransaccionPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
McafeeTransaccionPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1622,4 +1633,18 @@ abstract class BaseMcafeeTransaccion extends BaseObject implements Persistent
...
@@ -1622,4 +1633,18 @@ abstract class BaseMcafeeTransaccion extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return McafeeTransaccion The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
McafeeTransaccionPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseMcafeeTransaccionPendiente.php
View file @
fd3badf8
...
@@ -583,8 +583,19 @@ abstract class BaseMcafeeTransaccionPendiente extends BaseObject implements Pers
...
@@ -583,8 +583,19 @@ abstract class BaseMcafeeTransaccionPendiente extends BaseObject implements Pers
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
McafeeTransaccionPendientePeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
McafeeTransaccionPendientePeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
McafeeTransaccionPendientePeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1286,4 +1297,18 @@ abstract class BaseMcafeeTransaccionPendiente extends BaseObject implements Pers
...
@@ -1286,4 +1297,18 @@ abstract class BaseMcafeeTransaccionPendiente extends BaseObject implements Pers
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return McafeeTransaccionPendiente The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
McafeeTransaccionPendientePeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseMcafeeTransaccionPendienteQuery.php
View file @
fd3badf8
...
@@ -643,4 +643,69 @@ abstract class BaseMcafeeTransaccionPendienteQuery extends ModelCriteria
...
@@ -643,4 +643,69 @@ abstract class BaseMcafeeTransaccionPendienteQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeTransaccionPendientePeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeTransaccionPendientePeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeTransaccionPendientePeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeTransaccionPendientePeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeTransaccionPendientePeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return McafeeTransaccionPendienteQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeTransaccionPendientePeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseMcafeeTransaccionQuery.php
View file @
fd3badf8
...
@@ -828,4 +828,69 @@ abstract class BaseMcafeeTransaccionQuery extends ModelCriteria
...
@@ -828,4 +828,69 @@ abstract class BaseMcafeeTransaccionQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeTransaccionPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeTransaccionPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeTransaccionPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeTransaccionPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeTransaccionPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return McafeeTransaccionQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeTransaccionPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseMcafeeUltimoProcesoMigracion.php
View file @
fd3badf8
...
@@ -544,8 +544,19 @@ abstract class BaseMcafeeUltimoProcesoMigracion extends BaseObject implements Pe
...
@@ -544,8 +544,19 @@ abstract class BaseMcafeeUltimoProcesoMigracion extends BaseObject implements Pe
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
McafeeUltimoProcesoMigracionPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1230,4 +1241,18 @@ abstract class BaseMcafeeUltimoProcesoMigracion extends BaseObject implements Pe
...
@@ -1230,4 +1241,18 @@ abstract class BaseMcafeeUltimoProcesoMigracion extends BaseObject implements Pe
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return McafeeUltimoProcesoMigracion The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseMcafeeUltimoProcesoMigracionQuery.php
View file @
fd3badf8
...
@@ -597,4 +597,69 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
...
@@ -597,4 +597,69 @@ abstract class BaseMcafeeUltimoProcesoMigracionQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeUltimoProcesoMigracionPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
McafeeUltimoProcesoMigracionPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
McafeeUltimoProcesoMigracionPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return McafeeUltimoProcesoMigracionQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
McafeeUltimoProcesoMigracionPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseNotificacionEmail.php
View file @
fd3badf8
...
@@ -1339,8 +1339,19 @@ abstract class BaseNotificacionEmail extends BaseObject implements Persistent
...
@@ -1339,8 +1339,19 @@ abstract class BaseNotificacionEmail extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
NotificacionEmailPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
NotificacionEmailPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
NotificacionEmailPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -2314,4 +2325,18 @@ abstract class BaseNotificacionEmail extends BaseObject implements Persistent
...
@@ -2314,4 +2325,18 @@ abstract class BaseNotificacionEmail extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return NotificacionEmail The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
NotificacionEmailPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseNotificacionEmailQuery.php
View file @
fd3badf8
...
@@ -1199,4 +1199,69 @@ abstract class BaseNotificacionEmailQuery extends ModelCriteria
...
@@ -1199,4 +1199,69 @@ abstract class BaseNotificacionEmailQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
NotificacionEmailPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
NotificacionEmailPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
NotificacionEmailPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
NotificacionEmailPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
NotificacionEmailPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return NotificacionEmailQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
NotificacionEmailPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseSms.php
View file @
fd3badf8
...
@@ -980,8 +980,19 @@ abstract class BaseSms extends BaseObject implements Persistent
...
@@ -980,8 +980,19 @@ abstract class BaseSms extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
SmsPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
SmsPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
SmsPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1891,4 +1902,18 @@ abstract class BaseSms extends BaseObject implements Persistent
...
@@ -1891,4 +1902,18 @@ abstract class BaseSms extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return Sms The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
SmsPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseSmsQuery.php
View file @
fd3badf8
...
@@ -1016,4 +1016,69 @@ abstract class BaseSmsQuery extends ModelCriteria
...
@@ -1016,4 +1016,69 @@ abstract class BaseSmsQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
SmsPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
SmsPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
SmsPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
SmsPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
SmsPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return SmsQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
SmsPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseTracking.php
View file @
fd3badf8
...
@@ -918,8 +918,19 @@ abstract class BaseTracking extends BaseObject implements Persistent
...
@@ -918,8 +918,19 @@ abstract class BaseTracking extends BaseObject implements Persistent
$ret
=
$this
->
preSave
(
$con
);
$ret
=
$this
->
preSave
(
$con
);
if
(
$isInsert
)
{
if
(
$isInsert
)
{
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
$ret
=
$ret
&&
$this
->
preInsert
(
$con
);
// timestampable behavior
if
(
!
$this
->
isColumnModified
(
TrackingPeer
::
CREATED_AT
))
{
$this
->
setCreatedAt
(
time
());
}
if
(
!
$this
->
isColumnModified
(
TrackingPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
else
{
}
else
{
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
$ret
=
$ret
&&
$this
->
preUpdate
(
$con
);
// timestampable behavior
if
(
$this
->
isModified
()
&&
!
$this
->
isColumnModified
(
TrackingPeer
::
UPDATED_AT
))
{
$this
->
setUpdatedAt
(
time
());
}
}
}
if
(
$ret
)
{
if
(
$ret
)
{
$affectedRows
=
$this
->
doSave
(
$con
);
$affectedRows
=
$this
->
doSave
(
$con
);
...
@@ -1829,4 +1840,18 @@ abstract class BaseTracking extends BaseObject implements Persistent
...
@@ -1829,4 +1840,18 @@ abstract class BaseTracking extends BaseObject implements Persistent
return
$this
->
alreadyInSave
;
return
$this
->
alreadyInSave
;
}
}
// timestampable behavior
/**
* Mark the current object so that the update date doesn't get updated during next save
*
* @return Tracking The current object (for fluent API support)
*/
public
function
keepUpdateDateUnchanged
()
{
$this
->
modifiedColumns
[]
=
TrackingPeer
::
UPDATED_AT
;
return
$this
;
}
}
}
src/AppBundle/Model/om/BaseTrackingQuery.php
View file @
fd3badf8
...
@@ -988,4 +988,69 @@ abstract class BaseTrackingQuery extends ModelCriteria
...
@@ -988,4 +988,69 @@ abstract class BaseTrackingQuery extends ModelCriteria
return
$this
;
return
$this
;
}
}
// timestampable behavior
/**
* Filter by the latest updated
*
* @param int $nbDays Maximum age of the latest update in days
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
recentlyUpdated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
TrackingPeer
::
UPDATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by update date desc
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
lastUpdatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
TrackingPeer
::
UPDATED_AT
);
}
/**
* Order by update date asc
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
firstUpdatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
TrackingPeer
::
UPDATED_AT
);
}
/**
* Filter by the latest created
*
* @param int $nbDays Maximum age of in days
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
recentlyCreated
(
$nbDays
=
7
)
{
return
$this
->
addUsingAlias
(
TrackingPeer
::
CREATED_AT
,
time
()
-
$nbDays
*
24
*
60
*
60
,
Criteria
::
GREATER_EQUAL
);
}
/**
* Order by create date desc
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
lastCreatedFirst
()
{
return
$this
->
addDescendingOrderByColumn
(
TrackingPeer
::
CREATED_AT
);
}
/**
* Order by create date asc
*
* @return TrackingQuery The current query, for fluid interface
*/
public
function
firstCreatedFirst
()
{
return
$this
->
addAscendingOrderByColumn
(
TrackingPeer
::
CREATED_AT
);
}
}
}
src/AppBundle/Model/om/BaseUsuarioMcafee.php
View file @
fd3badf8
This diff is collapsed.
Click to expand it.
src/AppBundle/Model/om/BaseUsuarioMcafeePeer.php
View file @
fd3badf8
This diff is collapsed.
Click to expand it.
src/AppBundle/Model/om/BaseUsuarioMcafeeQuery.php
View file @
fd3badf8
This diff is collapsed.
Click to expand it.
src/AppBundle/Resources/config/default_reversed_schema.xml
View file @
fd3badf8
This diff is collapsed.
Click to expand it.
web/test01sms.csv
deleted
100644 → 0
View file @
796ae3ea
https://www.seguridadtotalmcafee.cl/portal/7/MDY3MjUyNDA4MDAwMDY3NTN8MDUxMDIyNjE0MjlATVVMVElERVZJQ0VNQ0FGRUUzLkNM
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment