Descripción del Modelo de Datos VentaInfoSolicitud
VentaInfoSolicitud
Licenciado bajo la Licencia Apache, Versión 2.0; Usted no puede usar este archivo excepto en conformidad con la Licencia. Usted puede obtener una copia de la Licencia en: http://www.php.net/license/3_01.txt. A menos que sea requerido por la ley aplicable o acordado por escrito, el software Distribuido bajo la licencia se distribuye en una "AS IS" o "COMO ESTA" BASE, SIN GARANTÍAS NI CONDICIONES DE NINGÚN TIPO, expresas o implícitas. Consulte la Licencia para los permisos y Limitaciones bajo la Licencia.
| package | Modelos\Datos\ventasinformacion |
|---|---|
| author | Kevin Fonseca Isaza |
| author | SICAM 20180612 |
| copyright | 2018 Cámara de Comercio de Santa Marta para el Magdalena |
| license | PHP License 3.01 |
| version | 201809281015 |
| link | modelos/datos/ventasinformacion/VentaInfoSolicitud/ |
| inherited_from | \ModeloDatos |
activos() : Array
Arrayde Objetos VentasInfoSolicitudesactualizar(integer $ventaInfoSolicitudID, integer $categoriaID, String $ventaInfoSolicitudCODIGO, String $ventaInfoSolicitudTITULO, \Texto $ventaInfoSolicitudDESCRIPCION, \Url $ventaInfoSolicitudURL, String $ventaInfoSolicitudESTADO) : integer
integerIdentificador del Registro de VentasInfoSolicitudes
integerIdentificador de la Categoria
StringCódigo de VentasInfoSolicitudes
StringTitulo de VentasInfoSolicitudes
\TextoDescripción de VentasInfoSolicitudes
\UrlUrl del archivo asociado al VentasInfoSolicitudes
StringEstado del registro de VentasInfoSolicitudes
integercantidad de registros actualziados en la operacioncambiarEstado(integer $ventaInfoSolicitudID, String $ventaInfoSolicitudESTADO) : integer
integerIdentificador del registro
StringNuevo estado del registro.
integerCantidad de registros desactivadosdatos(integer $ventaInfoSolicitudID) : \Objeto
integer
\ObjetoVentaInfoSolicituddatosCompletos(integer $ventaInfoSolicitudID) : \Objeto
integer
\ObjetoVentaInfoSolicituddatosTabla($ventaInfoSolicitudID)
datosTabla2($ventaInfoSolicitudID = null)
desactivar(integer $ventaInfoSolicitudID) : integer
integerIdentificador del registro
integerCantidad de registros desactivadoseliminar(integer $ventaInfoSolicitudID) : integer
integerIdentificador del registro ha eliminar.
integerCantidad de registros eliminadosguardar(integer $PersonaID, $ventaInfoTipoClienteID, integer $ventasInfoSolicitudOTRAPERSONA, $ventaInfoSolicitudMATRICULA, $ventaInfoSolicitudCOMENTARIO, String $ventaInfoSolicitudESTADO, $ventaInfoSolicitudUSRCREO, $ventaInfoSolicitudFCHCREADO, $ventaInfoSolicitudUSREDITO, $ventaInfoSolicitudFCHEDITADO, $ventaInfoSolicitudCONSECUTIVO) : integer
integerIdentificador de la persona
integeridentificador de persona
StringEstado del registro de VentasInfoSolicitudes
integercon el Identificador del Registro VentasInfoSolicitudesguardarTelemercadeo($PersonaID, $ventaInfoTipoClienteID, $ventasInfoSolicitudOTRAPERSONA, $ventaInfoSolicitudMATRICULA, $ventaInfoSolicitudCOMENTARIO, $ventaInfoSolicitudESTADO, $ventaInfoSolicitudUSRCREO, $ventaInfoSolicitudFCHCREADO, $ventaInfoSolicitudUSREDITO, $ventaInfoSolicitudFCHEDITADO, $ventaInfoSolicitudCONSECUTIVO, $colaboradorID)
reactivar(integer $ventaInfoSolicitudID) : integer
integerIdentificador del registro
integerCantidad de registros reactivadostodos() : Array
Si no se envia el estado devuelve todos los registros sin importar su estado.
Arrayde Objetos VentasInfoSolicitudesACTIVO = 'ACTIVO'
DESACTIVO = 'DESACTIVO'
SUSPENDIDO = 'SUSPENDIDO'