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
74a4e9e0
Commit
74a4e9e0
authored
Jun 11, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correccion modelos
parent
48b5bc7f
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3418 additions
and
0 deletions
+3418
-0
src/AppBundle/Model/McafeeTransaccion.php
src/AppBundle/Model/McafeeTransaccion.php
+1
-0
src/AppBundle/Model/McafeeTransaccionPendiente.php
src/AppBundle/Model/McafeeTransaccionPendiente.php
+1
-0
src/AppBundle/Model/UsuariosMcafeeMovistarNuevos.php
src/AppBundle/Model/UsuariosMcafeeMovistarNuevos.php
+9
-0
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosPeer.php
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosPeer.php
+9
-0
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosQuery.php
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosQuery.php
+9
-0
src/AppBundle/Model/map/UsuariosMcafeeMovistarNuevosTableMap.php
...Bundle/Model/map/UsuariosMcafeeMovistarNuevosTableMap.php
+70
-0
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevos.php
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevos.php
+1587
-0
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevosPeer.php
...pBundle/Model/om/BaseUsuariosMcafeeMovistarNuevosPeer.php
+831
-0
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevosQuery.php
...Bundle/Model/om/BaseUsuariosMcafeeMovistarNuevosQuery.php
+901
-0
No files found.
src/AppBundle/Model/McafeeTransaccion.php
View file @
74a4e9e0
...
@@ -11,6 +11,7 @@ class McafeeTransaccion extends BaseMcafeeTransaccion
...
@@ -11,6 +11,7 @@ class McafeeTransaccion extends BaseMcafeeTransaccion
const
TIPO_CANCELAR_SUS
=
3
;
const
TIPO_CANCELAR_SUS
=
3
;
const
TIPO_ACTUALIZA_PERF
=
4
;
const
TIPO_ACTUALIZA_PERF
=
4
;
const
TIPO_DESCONTAR_LICS
=
5
;
const
TIPO_DESCONTAR_LICS
=
5
;
const
TIPO_USUARIO_NUEVO_LICENCIA_MOVISTAR
=
6
;
const
ESTADO_NO_ENVIADA
=
0
;
const
ESTADO_NO_ENVIADA
=
0
;
const
ESTADO_SUCCESS
=
1
;
const
ESTADO_SUCCESS
=
1
;
...
...
src/AppBundle/Model/McafeeTransaccionPendiente.php
View file @
74a4e9e0
...
@@ -13,6 +13,7 @@ class McafeeTransaccionPendiente extends BaseMcafeeTransaccionPendiente
...
@@ -13,6 +13,7 @@ class McafeeTransaccionPendiente extends BaseMcafeeTransaccionPendiente
const
TIPO_CANCELAR_SUS
=
3
;
const
TIPO_CANCELAR_SUS
=
3
;
const
TIPO_ACTUALIZA_PERF
=
4
;
const
TIPO_ACTUALIZA_PERF
=
4
;
const
TIPO_DESCONTAR_LICS
=
5
;
const
TIPO_DESCONTAR_LICS
=
5
;
const
TIPO_USUARIO_NUEVO_LICENCIA_MOVISTAR
=
6
;
const
ESTADO_PENDIENTE
=
0
;
//Transaccion pendiente que buscara la tarea.
const
ESTADO_PENDIENTE
=
0
;
//Transaccion pendiente que buscara la tarea.
const
ESTADO_DESECHADA
=
1
;
//Transaccion que despues de ciertos intentos se desecho.
const
ESTADO_DESECHADA
=
1
;
//Transaccion que despues de ciertos intentos se desecho.
...
...
src/AppBundle/Model/UsuariosMcafeeMovistarNuevos.php
0 → 100644
View file @
74a4e9e0
<?php
namespace
AppBundle\Model
;
use
AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevos
;
class
UsuariosMcafeeMovistarNuevos
extends
BaseUsuariosMcafeeMovistarNuevos
{
}
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosPeer.php
0 → 100644
View file @
74a4e9e0
<?php
namespace
AppBundle\Model
;
use
AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevosPeer
;
class
UsuariosMcafeeMovistarNuevosPeer
extends
BaseUsuariosMcafeeMovistarNuevosPeer
{
}
src/AppBundle/Model/UsuariosMcafeeMovistarNuevosQuery.php
0 → 100644
View file @
74a4e9e0
<?php
namespace
AppBundle\Model
;
use
AppBundle\Model\om\BaseUsuariosMcafeeMovistarNuevosQuery
;
class
UsuariosMcafeeMovistarNuevosQuery
extends
BaseUsuariosMcafeeMovistarNuevosQuery
{
}
src/AppBundle/Model/map/UsuariosMcafeeMovistarNuevosTableMap.php
0 → 100644
View file @
74a4e9e0
<?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
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevos.php
0 → 100644
View file @
74a4e9e0
This diff is collapsed.
Click to expand it.
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevosPeer.php
0 → 100644
View file @
74a4e9e0
This diff is collapsed.
Click to expand it.
src/AppBundle/Model/om/BaseUsuariosMcafeeMovistarNuevosQuery.php
0 → 100644
View file @
74a4e9e0
This diff is collapsed.
Click to expand it.
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