Descripción del Modelo de Datos VentaInfoRango
VentaInfoRango
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 | 201809271004 |
| link | modelos/datos/ventasinformacion/VentaInfoRango/ |
| inherited_from | \ModeloDatos |
activos() : Array
Arrayde Objetos VentasInfoRangosactualizar(integer $ventaInfoRangoID, integer $categoriaID, String $ventaInfoRangoCODIGO, String $ventaInfoRangoTITULO, \Texto $ventaInfoRangoDESCRIPCION, \Url $ventaInfoRangoURL, String $ventaInfoRangoESTADO) : integer
integerIdentificador del Registro de VentasInfoRangos
integerIdentificador de la Categoria
StringCódigo de VentasInfoRangos
StringTitulo de VentasInfoRangos
\TextoDescripción de VentasInfoRangos
\UrlUrl del archivo asociado al VentasInfoRangos
StringEstado del registro de VentasInfoRangos
integercantidad de registros actualziados en la operacioncambiarEstado(integer $ventaInfoRangoID, String $ventaInfoRangoESTADO) : integer
integerIdentificador del registro
StringNuevo estado del registro.
integerCantidad de registros desactivadosdatos(integer $ventaInfoRangoID) : \Objeto
integer
\ObjetoVentaInfoRangodatosCompletos(integer $ventaInfoRangoID) : \Objeto
integer
\ObjetoVentaInfoRangodesactivar(integer $ventaInfoRangoID) : integer
integerIdentificador del registro
integerCantidad de registros desactivadoseliminar(integer $ventaInfoRangoID) : integer
integerIdentificador del registro ha eliminar.
integerCantidad de registros eliminadosguardar(integer $categoriaID, String $ventaInfoRangoCODIGO, String $ventaInfoRangoTITULO, \Texto $ventaInfoRangoDESCRIPCION, \Url $ventaInfoRangoURL, String $ventaInfoRangoESTADO) : integer
integerIdentificador de la Categoria
StringCódigo de VentasInfoRangos
StringTitulo de VentasInfoRangos
\TextoDescripción de VentasInfoRangos
\UrlUrl del archivo asociado al VentasInfoRangos
StringEstado del registro de VentasInfoRangos
integercon el Identificador del Registro VentasInfoRangosreactivar(integer $ventaInfoRangoID) : integer
integerIdentificador del registro
integerCantidad de registros reactivadostodos(String $ventaInfoRangoESTADO = null) : Array
Si no se envia el estado devuelve todos los registros sin importar su estado.
String
Arrayde Objetos VentasInfoRangostodosRangos() : Array
Arrayde Objetos VentasInfoAlcancesACTIVO = 'ACTIVO'
DESACTIVO = 'DESACTIVO'
SUSPENDIDO = 'SUSPENDIDO'