ContaBancariaRemessaItemEntity
extends Entity
in package
Table of Contents
Constants
- auditlog = []
- Allowed keys: 'exclude_fields': <...> 'object_rel': <...>
- const_values = []
- database = \config\Config::DB_DEFAULT
- db_table = 'finan_contasbancarias_remessa_pag_item'
- pk_field = 'idRemessaPagItem'
- sanitize = []
- security = []
- Allowed keys: 'select': <...> 'update': <...> 'delete': <...> 'insert': <...>
- tracking = true
- validations = []
Properties
- $autenticacao : mixed
- $codigoBarras : mixed
- $codigoRetorno : mixed
- $dataHoraRetorno : mixed
- $DataVecto : mixed
- $dtPagamento : mixed
- $estornoData : mixed
- $estornoidUsuario : mixed
- $idContasPagar : mixed
- $idEntidade : mixed
- $idEntidadeBanco : mixed
- $idRemessaPag : mixed
- $idRemessaPagItem : mixed
- $idTipoPagamento : mixed
- $idUsuario : mixed
- $infosBancoDestino : mixed
- $statusRetorno : mixed
- $VlrPagar : mixed
Methods
- __construct() : mixed
- delete() : mixed
- delete_where() : mixed
- getAuditlog() : mixed
- getAutenticacao() : mixed
- Get the value of autenticacao
- getCodigoBarras() : mixed
- Get the value of codigoBarras
- getCodigoRetorno() : mixed
- Get the value of codigoRetorno
- getConst() : mixed
- getConstObj() : mixed
- getDatabase() : mixed
- getDataHoraRetorno() : mixed
- Get the value of dataHoraRetorno
- getDataVecto() : mixed
- Get the value of DataVecto
- getDBDriver() : mixed
- getDBTable() : mixed
- getDtPagamento() : mixed
- Get the value of dtPagamento
- getEstornoData() : mixed
- Get the value of estornoData
- getEstornoidUsuario() : mixed
- Get the value of estornoidUsuario
- getIdContasPagar() : mixed
- Get the value of idContasPagar
- getIdEntidade() : mixed
- Get the value of idEntidade
- getIdEntidadeBanco() : mixed
- Get the value of idEntidadeBanco
- getIdRemessaPag() : mixed
- Get the value of idRemessaPag
- getIdRemessaPagItem() : mixed
- Get the value of idRemessaPagItem
- getIdTipoPagamento() : mixed
- Get the value of idTipoPagamento
- getIdUsuario() : mixed
- Get the value of idUsuario
- getInfosBancoDestino() : mixed
- Get the value of infosBancoDestino
- getStatusRetorno() : mixed
- Get the value of statusRetorno
- getTable() : mixed
- getVlrPagar() : mixed
- Get the value of VlrPagar
- hasField() : mixed
- insert() : null|Entity
- insert_or_select() : null|Entity
- Funcao que insere ou seleciona se existe
- insert_or_update() : array<string|int, mixed>
- Funcao que insere ou atualiza uma entidade no banco de dados
- securityDelete() : bool
- securityInsert() : bool
- securitySelect() : array<string|int, mixed>
- securityUpdate() : bool
- setAutenticacao() : self
- Set the value of autenticacao
- setCodigoBarras() : self
- Set the value of codigoBarras
- setCodigoRetorno() : self
- Set the value of codigoRetorno
- setDataHoraRetorno() : self
- Set the value of dataHoraRetorno
- setDataVecto() : self
- Set the value of DataVecto
- setDtPagamento() : self
- Set the value of dtPagamento
- setEstornoData() : self
- Set the value of estornoData
- setEstornoidUsuario() : self
- Set the value of estornoidUsuario
- setIdContasPagar() : self
- Set the value of idContasPagar
- setIdEntidade() : self
- Set the value of idEntidade
- setIdEntidadeBanco() : self
- Set the value of idEntidadeBanco
- setIdRemessaPag() : self
- Set the value of idRemessaPag
- setIdRemessaPagItem() : self
- Set the value of idRemessaPagItem
- setIdTipoPagamento() : self
- Set the value of idTipoPagamento
- setIdUsuario() : self
- Set the value of idUsuario
- setInfosBancoDestino() : self
- Set the value of infosBancoDestino
- setStatusRetorno() : self
- Set the value of statusRetorno
- setVlrPagar() : self
- Set the value of VlrPagar
- update() : mixed
- A função update pode atualizar uma Entity já instanciada, desde que a chave primária esteja setada, ou pode atualizar uma Entity vazia informando o valor da chave primária no segundo parâmetro (pk_value)
- validateFields() : bool
- where() : Collection
- Rudimentary ORM functions
Constants
auditlog
Allowed keys: 'exclude_fields': <...> 'object_rel': <...>
public
mixed
auditlog
= []
const_values
public
mixed
const_values
= []
database
public
mixed
database
= \config\Config::DB_DEFAULT
db_table
public
mixed
db_table
= 'finan_contasbancarias_remessa_pag_item'
pk_field
public
mixed
pk_field
= 'idRemessaPagItem'
sanitize
public
mixed
sanitize
= []
security
Allowed keys: 'select': <...> 'update': <...> 'delete': <...> 'insert': <...>
public
mixed
security
= []
tracking
public
mixed
tracking
= true
validations
public
mixed
validations
= []
Properties
$autenticacao
private
mixed
$autenticacao
$codigoBarras
private
mixed
$codigoBarras
$codigoRetorno
private
mixed
$codigoRetorno
$dataHoraRetorno
private
mixed
$dataHoraRetorno
$DataVecto
private
mixed
$DataVecto
$dtPagamento
private
mixed
$dtPagamento
$estornoData
private
mixed
$estornoData
$estornoidUsuario
private
mixed
$estornoidUsuario
$idContasPagar
private
mixed
$idContasPagar
$idEntidade
private
mixed
$idEntidade
$idEntidadeBanco
private
mixed
$idEntidadeBanco
$idRemessaPag
private
mixed
$idRemessaPag
$idRemessaPagItem
private
mixed
$idRemessaPagItem
$idTipoPagamento
private
mixed
$idTipoPagamento
$idUsuario
private
mixed
$idUsuario
$infosBancoDestino
private
mixed
$infosBancoDestino
$statusRetorno
private
mixed
$statusRetorno
$VlrPagar
private
mixed
$VlrPagar
Methods
__construct()
public
__construct([array<string|int, mixed> $values = [] ]) : mixed
Parameters
- $values : array<string|int, mixed> = []
delete()
public
delete(mixed $motivo) : mixed
Parameters
- $motivo : mixed
delete_where()
public
static delete_where(mixed $motivo[, mixed $where = [] ]) : mixed
Parameters
- $motivo : mixed
- $where : mixed = []
getAuditlog()
public
getAuditlog([string|null $key = null ]) : mixed
Parameters
- $key : string|null = null
getAutenticacao()
Get the value of autenticacao
public
getAutenticacao() : mixed
getCodigoBarras()
Get the value of codigoBarras
public
getCodigoBarras() : mixed
getCodigoRetorno()
Get the value of codigoRetorno
public
getCodigoRetorno() : mixed
getConst()
public
static getConst(string $field[, mixed $const_value = null ]) : mixed
Parameters
- $field : string
- $const_value : mixed = null
getConstObj()
public
static getConstObj(string $field[, mixed $const_value = null ]) : mixed
Parameters
- $field : string
- $const_value : mixed = null
getDatabase()
public
getDatabase() : mixed
getDataHoraRetorno()
Get the value of dataHoraRetorno
public
getDataHoraRetorno() : mixed
getDataVecto()
Get the value of DataVecto
public
getDataVecto() : mixed
getDBDriver()
public
static getDBDriver() : mixed
getDBTable()
public
static getDBTable() : mixed
getDtPagamento()
Get the value of dtPagamento
public
getDtPagamento() : mixed
getEstornoData()
Get the value of estornoData
public
getEstornoData() : mixed
getEstornoidUsuario()
Get the value of estornoidUsuario
public
getEstornoidUsuario() : mixed
getIdContasPagar()
Get the value of idContasPagar
public
getIdContasPagar() : mixed
getIdEntidade()
Get the value of idEntidade
public
getIdEntidade() : mixed
getIdEntidadeBanco()
Get the value of idEntidadeBanco
public
getIdEntidadeBanco() : mixed
getIdRemessaPag()
Get the value of idRemessaPag
public
getIdRemessaPag() : mixed
getIdRemessaPagItem()
Get the value of idRemessaPagItem
public
getIdRemessaPagItem() : mixed
getIdTipoPagamento()
Get the value of idTipoPagamento
public
getIdTipoPagamento() : mixed
getIdUsuario()
Get the value of idUsuario
public
getIdUsuario() : mixed
getInfosBancoDestino()
Get the value of infosBancoDestino
public
getInfosBancoDestino() : mixed
getStatusRetorno()
Get the value of statusRetorno
public
getStatusRetorno() : mixed
getTable()
public
getTable() : mixed
getVlrPagar()
Get the value of VlrPagar
public
getVlrPagar() : mixed
hasField()
public
static hasField(mixed $field) : mixed
Parameters
- $field : mixed
insert()
public
insert() : null|Entity
Return values
null|Entityinsert_or_select()
Funcao que insere ou seleciona se existe
public
insert_or_select([mixed $where = [] ]) : null|Entity
Parameters
- $where : mixed = []
Return values
null|Entityinsert_or_update()
Funcao que insere ou atualiza uma entidade no banco de dados
public
insert_or_update([mixed $where = [] ][, mixed $update_fields = ['*'] ]) : array<string|int, mixed>
Parameters
- $where : mixed = []
- $update_fields : mixed = ['*']
Return values
array<string|int, mixed>securityDelete()
public
securityDelete(mixed $table, mixed $where) : bool
Parameters
- $table : mixed
- $where : mixed
Return values
boolsecurityInsert()
public
securityInsert(mixed $fields) : bool
Parameters
- $fields : mixed
Return values
bool —return 'true' if the security function didn't find any security issue and 'false' otherwise
securitySelect()
public
securitySelect(mixed $table, mixed $fields, mixed $where) : array<string|int, mixed>
Parameters
- $table : mixed
- $fields : mixed
- $where : mixed
Return values
array<string|int, mixed> —return an array with information to be appended in the SQL select
securityUpdate()
public
securityUpdate(mixed $fields, mixed $where) : bool
Parameters
- $fields : mixed
- $where : mixed
Return values
bool —return 'true' if the security function didn't find any security issue and 'false' otherwise
setAutenticacao()
Set the value of autenticacao
public
setAutenticacao(mixed $autenticacao) : self
Parameters
- $autenticacao : mixed
Return values
selfsetCodigoBarras()
Set the value of codigoBarras
public
setCodigoBarras(mixed $codigoBarras) : self
Parameters
- $codigoBarras : mixed
Return values
selfsetCodigoRetorno()
Set the value of codigoRetorno
public
setCodigoRetorno(mixed $codigoRetorno) : self
Parameters
- $codigoRetorno : mixed
Return values
selfsetDataHoraRetorno()
Set the value of dataHoraRetorno
public
setDataHoraRetorno(mixed $dataHoraRetorno) : self
Parameters
- $dataHoraRetorno : mixed
Return values
selfsetDataVecto()
Set the value of DataVecto
public
setDataVecto(mixed $DataVecto) : self
Parameters
- $DataVecto : mixed
Return values
selfsetDtPagamento()
Set the value of dtPagamento
public
setDtPagamento(mixed $dtPagamento) : self
Parameters
- $dtPagamento : mixed
Return values
selfsetEstornoData()
Set the value of estornoData
public
setEstornoData(mixed $estornoData) : self
Parameters
- $estornoData : mixed
Return values
selfsetEstornoidUsuario()
Set the value of estornoidUsuario
public
setEstornoidUsuario(mixed $estornoidUsuario) : self
Parameters
- $estornoidUsuario : mixed
Return values
selfsetIdContasPagar()
Set the value of idContasPagar
public
setIdContasPagar(mixed $idContasPagar) : self
Parameters
- $idContasPagar : mixed
Return values
selfsetIdEntidade()
Set the value of idEntidade
public
setIdEntidade(mixed $idEntidade) : self
Parameters
- $idEntidade : mixed
Return values
selfsetIdEntidadeBanco()
Set the value of idEntidadeBanco
public
setIdEntidadeBanco(mixed $idEntidadeBanco) : self
Parameters
- $idEntidadeBanco : mixed
Return values
selfsetIdRemessaPag()
Set the value of idRemessaPag
public
setIdRemessaPag(mixed $idRemessaPag) : self
Parameters
- $idRemessaPag : mixed
Return values
selfsetIdRemessaPagItem()
Set the value of idRemessaPagItem
public
setIdRemessaPagItem(mixed $idRemessaPagItem) : self
Parameters
- $idRemessaPagItem : mixed
Return values
selfsetIdTipoPagamento()
Set the value of idTipoPagamento
public
setIdTipoPagamento(mixed $idTipoPagamento) : self
Parameters
- $idTipoPagamento : mixed
Return values
selfsetIdUsuario()
Set the value of idUsuario
public
setIdUsuario(mixed $idUsuario) : self
Parameters
- $idUsuario : mixed
Return values
selfsetInfosBancoDestino()
Set the value of infosBancoDestino
public
setInfosBancoDestino(mixed $infosBancoDestino) : self
Parameters
- $infosBancoDestino : mixed
Return values
selfsetStatusRetorno()
Set the value of statusRetorno
public
setStatusRetorno(mixed $statusRetorno) : self
Parameters
- $statusRetorno : mixed
Return values
selfsetVlrPagar()
Set the value of VlrPagar
public
setVlrPagar(mixed $VlrPagar) : self
Parameters
- $VlrPagar : mixed
Return values
selfupdate()
A função update pode atualizar uma Entity já instanciada, desde que a chave primária esteja setada, ou pode atualizar uma Entity vazia informando o valor da chave primária no segundo parâmetro (pk_value)
public
update(array<string|int, mixed> $values[, mixed $pk_value = null ]) : mixed
Parameters
- $values : array<string|int, mixed>
- $pk_value : mixed = null
validateFields()
public
validateFields([array<string|int, mixed> $fields = [] ]) : bool
Parameters
- $fields : array<string|int, mixed> = []
Return values
boolwhere()
Rudimentary ORM functions
public
static where([mixed $where = [] ][, mixed $select = '*' ]) : Collection
Parameters
- $where : mixed = []
- $select : mixed = '*'