CompraServicoItemDAO
extends Model
Table of Contents
Methods
-
atualizar()
: mixed
-
buildSQL()
: mixed
-
checkDirectAccessSecurity()
: mixed
-
commit()
: mixed
-
consultarCompraProdutoFornecedorPDF()
: mixed
-
consultarCompraServicoItem()
: mixed
-
consultarCompraServicoItemDetalhesFinanceiro()
: mixed
-
consultarCompraServicoItemEmail()
: mixed
-
consultarRelatorioCompraServico()
: mixed
-
consultarServico()
: mixed
-
deletar()
: mixed
-
deletarCompraServicoItem()
: mixed
-
enableLogQuery()
: mixed
-
inserir()
: mixed
-
lastId()
: mixed
-
new()
: mixed
-
printSQL()
: mixed
-
replaceFields()
: bool
-
rollBack()
: mixed
-
rowCount()
: mixed
-
runQuery()
: mixed
-
runRAWSelect()
: mixed
-
select_for_update()
: mixed
-
selectBy()
: mixed
-
startTransaction()
: mixed
-
updateMany()
: mixed
-
checkDisableEntitySecurity()
: mixed
-
logQuery()
: mixed
-
pdo_execute_sql()
: mixed
atualizar()
public
atualizar(CompraServicoItemEntity $obj) : mixed
Parameters
-
$obj
: CompraServicoItemEntity
-
buildSQL()
public
buildSQL(SQL $sql) : mixed
Parameters
-
$sql
: SQL
-
checkDirectAccessSecurity()
public
static checkDirectAccessSecurity(mixed $pk, mixed $entity) : mixed
Parameters
-
$pk
: mixed
-
-
$entity
: mixed
-
commit()
public
commit() : mixed
consultarCompraProdutoFornecedorPDF()
public
consultarCompraProdutoFornecedorPDF(mixed $id_entrada) : mixed
Parameters
-
$id_entrada
: mixed
-
consultarCompraServicoItem()
public
consultarCompraServicoItem(mixed $id) : mixed
Parameters
-
$id
: mixed
-
consultarCompraServicoItemDetalhesFinanceiro()
public
consultarCompraServicoItemDetalhesFinanceiro(mixed $id) : mixed
Parameters
-
$id
: mixed
-
consultarCompraServicoItemEmail()
public
consultarCompraServicoItemEmail(mixed $id) : mixed
Parameters
-
$id
: mixed
-
consultarRelatorioCompraServico()
public
consultarRelatorioCompraServico([mixed $params = [] ]) : mixed
Parameters
-
$params
: mixed
= []
-
consultarServico()
public
consultarServico(mixed $id) : mixed
Parameters
-
$id
: mixed
-
deletar()
public
deletar(array<string|int, mixed> $where) : mixed
Parameters
-
$where
: array<string|int, mixed>
-
deletarCompraServicoItem()
public
deletarCompraServicoItem(mixed $id, mixed $motivo) : mixed
Parameters
-
$id
: mixed
-
-
$motivo
: mixed
-
enableLogQuery()
public
static enableLogQuery([bool $enable = true ]) : mixed
Parameters
-
$enable
: bool
= true
-
inserir()
public
inserir(CompraServicoItemEntity $obj) : mixed
Parameters
-
$obj
: CompraServicoItemEntity
-
lastId()
public
lastId() : mixed
new()
public
static new() : mixed
printSQL()
public
printSQL(SQL $sql[, bool $print = true ]) : mixed
Parameters
-
$sql
: SQL
-
-
$print
: bool
= true
-
replaceFields()
public
replaceFields(mixed &$sql_campos, mixed $cur_field, mixed $new_field) : bool
Parameters
-
$sql_campos
: mixed
-
-
$cur_field
: mixed
-
-
$new_field
: mixed
-
rollBack()
public
rollBack() : mixed
rowCount()
public
rowCount() : mixed
runQuery()
public
runQuery(SQL $sql) : mixed
Parameters
-
$sql
: SQL
-
runRAWSelect()
public
runRAWSelect(string $raw[, array<string|int, mixed> $values = [] ][, bool $fetchAll = false ][, array<string|int, mixed> $security_extra_fields = [] ][, bool $print = false ][, array<string|int, mixed> $database = Entity::database ][, string $security_only_for_this_table_or_alias = "" ]) : mixed
Parameters
-
$raw
: string
-
-
$values
: array<string|int, mixed>
= []
-
-
$fetchAll
: bool
= false
-
-
$security_extra_fields
: array<string|int, mixed>
= []
-
-
$print
: bool
= false
-
-
$database
: array<string|int, mixed>
= Entity::database
-
-
$security_only_for_this_table_or_alias
: string
= ""
-
select_for_update()
public
select_for_update(mixed $entity, mixed $select_fields, mixed $where_str, mixed $where_values[, mixed $join_str = "" ][, mixed $join_values = [] ]) : mixed
Parameters
-
$entity
: mixed
-
-
$select_fields
: mixed
-
-
$where_str
: mixed
-
-
$where_values
: mixed
-
-
$join_str
: mixed
= ""
-
-
$join_values
: mixed
= []
-
selectBy()
public
selectBy(array<string|int, mixed> $select, array<string|int, mixed> $where) : mixed
Parameters
-
$select
: array<string|int, mixed>
-
-
$where
: array<string|int, mixed>
-
startTransaction()
public
startTransaction() : mixed
updateMany()
public
updateMany(mixed $changes, mixed $id) : mixed
Parameters
-
$changes
: mixed
-
-
$id
: mixed
-
checkDisableEntitySecurity()
protected
checkDisableEntitySecurity() : mixed
logQuery()
protected
logQuery(string $sql, array<string|int, mixed> $values, int $query_type) : mixed
Parameters
-
$sql
: string
-
-
$values
: array<string|int, mixed>
-
-
$query_type
: int
-
pdo_execute_sql()
protected
pdo_execute_sql(array<string|int, mixed> $db_data_array, string $sql, array<string|int, mixed> $values, bool $fetchAll, int $query_type) : mixed
Parameters
-
$db_data_array
: array<string|int, mixed>
-
-
$sql
: string
-
-
$values
: array<string|int, mixed>
-
-
$fetchAll
: bool
-
-
$query_type
: int
-