Descripción del Modelo de Datos VentaInfoNotificacion
VentaInfoNotificacion
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 | 201809271016 |
| link | modelos/datos/ventasinformacion/VentaInfoNotificacion/ |
| inherited_from | \ModeloDatos |
activos() : Array
Arrayde Objetos VentasInfoNotificacionesactualizar(integer $ventaInfoNotificacionID, integer $categoriaID, String $ventaInfoNotificacionCODIGO, String $ventaInfoNotificacionTITULO, \Texto $ventaInfoNotificacionDESCRIPCION, \Url $ventaInfoNotificacionURL, String $ventaInfoNotificacionESTADO) : integer
integerIdentificador del Registro de VentasInfoNotificaciones
integerIdentificador de la Categoria
StringCódigo de VentasInfoNotificaciones
StringTitulo de VentasInfoNotificaciones
\TextoDescripción de VentasInfoNotificaciones
\UrlUrl del archivo asociado al VentasInfoNotificaciones
StringEstado del registro de VentasInfoNotificaciones
integercantidad de registros actualziados en la operacioncambiarEstado(integer $ventaInfoNotificacionID, String $ventaInfoNotificacionESTADO) : integer
integerIdentificador del registro
StringNuevo estado del registro.
integerCantidad de registros desactivadosdatos(integer $ventaInfoNotificacionID) : \Objeto
integer
\ObjetoVentaInfoNotificaciondatosCompletos(integer $ventaInfoNotificacionID) : \Objeto
integer
\ObjetoVentaInfoNotificaciondesactivar(integer $ventaInfoNotificacionID) : integer
integerIdentificador del registro
integerCantidad de registros desactivadoseliminar(integer $ventaInfoNotificacionID) : integer
integerIdentificador del registro ha eliminar.
integerCantidad de registros eliminadosguardar(integer $categoriaID, String $ventaInfoNotificacionCODIGO, String $ventaInfoNotificacionTITULO, \Texto $ventaInfoNotificacionDESCRIPCION, \Url $ventaInfoNotificacionURL, String $ventaInfoNotificacionESTADO) : integer
integerIdentificador de la Categoria
StringCódigo de VentasInfoNotificaciones
StringTitulo de VentasInfoNotificaciones
\TextoDescripción de VentasInfoNotificaciones
\UrlUrl del archivo asociado al VentasInfoNotificaciones
StringEstado del registro de VentasInfoNotificaciones
integercon el Identificador del Registro VentasInfoNotificacionesreactivar(integer $ventaInfoNotificacionID) : integer
integerIdentificador del registro
integerCantidad de registros reactivadostodos(String $ventaInfoNotificacionESTADO = null) : Array
Si no se envia el estado devuelve todos los registros sin importar su estado.
String
Arrayde Objetos VentasInfoNotificacionesACTIVO = 'ACTIVO'
DESACTIVO = 'DESACTIVO'
SUSPENDIDO = 'SUSPENDIDO'