Descripción del Modelo de Datos VentaInfoDatoSolicitado
VentaInfoDatoSolicitado
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 | ANDERSON HENRY ARIZA CAMACHO |
| author | SICAM 20180612 |
| copyright | 2018 Cámara de Comercio de Santa Marta para el Magdalena |
| license | PHP License 3.01 |
| version | 201809280805 |
| link | modelos/datos/ventasinformacion/VentaInfoDatoSolicitado/ |
| inherited_from | \ModeloDatos |
activos() : Array
Arrayde Objetos VentasInfoDatosSolicitadosactualizar(integer $ventaInfoDatoSolicitadoID, integer $categoriaID, String $ventaInfoDatoSolicitadoCODIGO, String $ventaInfoDatoSolicitadoTITULO, \Texto $ventaInfoDatoSolicitadoDESCRIPCION, \Url $ventaInfoDatoSolicitadoURL, String $ventaInfoDatoSolicitadoESTADO) : integer
integerIdentificador del Registro de VentasInfoDatosSolicitados
integerIdentificador de la Categoria
StringCódigo de VentasInfoDatosSolicitados
StringTitulo de VentasInfoDatosSolicitados
\TextoDescripción de VentasInfoDatosSolicitados
\UrlUrl del archivo asociado al VentasInfoDatosSolicitados
StringEstado del registro de VentasInfoDatosSolicitados
integercantidad de registros actualziados en la operacioncambiarEstado(integer $ventaInfoDatoSolicitadoID, String $ventaInfoDatoSolicitadoESTADO) : integer
integerIdentificador del registro
StringNuevo estado del registro.
integerCantidad de registros desactivadosdatos($ventaInfoFiltroID) : \Objeto
\ObjetoVentaInfoDatoSolicitadodatosCompletos($ventaInfoFiltroID = null) : \Objeto
\ObjetoVentaInfoDatoSolicitadodesactivar(integer $ventaInfoDatoSolicitadoID) : integer
integerIdentificador del registro
integerCantidad de registros desactivadoseliminar(integer $ventaInfoDatoSolicitadoID) : integer
integerIdentificador del registro ha eliminar.
integerCantidad de registros eliminadosguardar($ventaInfoFiltroID, $ventaInfoDatoID, $ventasInfoDatoSolicitadoDESCINFOREQUERIDA) : integer
integercon el Identificador del Registro VentasInfoDatosSolicitadosreactivar(integer $ventaInfoDatoSolicitadoID) : integer
integerIdentificador del registro
integerCantidad de registros reactivadostodos(String $ventaInfoDatoSolicitadoESTADO = null) : Array
Si no se envia el estado devuelve todos los registros sin importar su estado.
String
Arrayde Objetos VentasInfoDatosSolicitadosACTIVO = 'ACTIVO'
DESACTIVO = 'DESACTIVO'
SUSPENDIDO = 'SUSPENDIDO'