Documentation

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

const_values

public mixed const_values = []

database

public mixed database = \config\Config::DB_DEFAULT

Properties

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

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

getDBDriver()

public static getDBDriver() : mixed

getDBTable()

public static getDBTable() : mixed

getTable()

public getTable() : mixed

hasField()

public static hasField(mixed $field) : mixed
Parameters
$field : mixed

insert_or_select()

Funcao que insere ou seleciona se existe

public insert_or_select([mixed $where = [] ]) : null|Entity
Parameters
$where : mixed = []
Return values
null|Entity

insert_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
bool

securityInsert()

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
self

setCodigoBarras()

Set the value of codigoBarras

public setCodigoBarras(mixed $codigoBarras) : self
Parameters
$codigoBarras : mixed
Return values
self

setCodigoRetorno()

Set the value of codigoRetorno

public setCodigoRetorno(mixed $codigoRetorno) : self
Parameters
$codigoRetorno : mixed
Return values
self

setDataHoraRetorno()

Set the value of dataHoraRetorno

public setDataHoraRetorno(mixed $dataHoraRetorno) : self
Parameters
$dataHoraRetorno : mixed
Return values
self

setDataVecto()

Set the value of DataVecto

public setDataVecto(mixed $DataVecto) : self
Parameters
$DataVecto : mixed
Return values
self

setDtPagamento()

Set the value of dtPagamento

public setDtPagamento(mixed $dtPagamento) : self
Parameters
$dtPagamento : mixed
Return values
self

setEstornoData()

Set the value of estornoData

public setEstornoData(mixed $estornoData) : self
Parameters
$estornoData : mixed
Return values
self

setEstornoidUsuario()

Set the value of estornoidUsuario

public setEstornoidUsuario(mixed $estornoidUsuario) : self
Parameters
$estornoidUsuario : mixed
Return values
self

setIdContasPagar()

Set the value of idContasPagar

public setIdContasPagar(mixed $idContasPagar) : self
Parameters
$idContasPagar : mixed
Return values
self

setIdEntidade()

Set the value of idEntidade

public setIdEntidade(mixed $idEntidade) : self
Parameters
$idEntidade : mixed
Return values
self

setIdEntidadeBanco()

Set the value of idEntidadeBanco

public setIdEntidadeBanco(mixed $idEntidadeBanco) : self
Parameters
$idEntidadeBanco : mixed
Return values
self

setIdRemessaPag()

Set the value of idRemessaPag

public setIdRemessaPag(mixed $idRemessaPag) : self
Parameters
$idRemessaPag : mixed
Return values
self

setIdRemessaPagItem()

Set the value of idRemessaPagItem

public setIdRemessaPagItem(mixed $idRemessaPagItem) : self
Parameters
$idRemessaPagItem : mixed
Return values
self

setIdTipoPagamento()

Set the value of idTipoPagamento

public setIdTipoPagamento(mixed $idTipoPagamento) : self
Parameters
$idTipoPagamento : mixed
Return values
self

setIdUsuario()

Set the value of idUsuario

public setIdUsuario(mixed $idUsuario) : self
Parameters
$idUsuario : mixed
Return values
self

setInfosBancoDestino()

Set the value of infosBancoDestino

public setInfosBancoDestino(mixed $infosBancoDestino) : self
Parameters
$infosBancoDestino : mixed
Return values
self

setStatusRetorno()

Set the value of statusRetorno

public setStatusRetorno(mixed $statusRetorno) : self
Parameters
$statusRetorno : mixed
Return values
self

setVlrPagar()

Set the value of VlrPagar

public setVlrPagar(mixed $VlrPagar) : self
Parameters
$VlrPagar : mixed
Return values
self

update()

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
bool

where()

Rudimentary ORM functions

public static where([mixed $where = [] ][, mixed $select = '*' ]) : Collection
Parameters
$where : mixed = []
$select : mixed = '*'
Return values
Collection

        
On this page

Search results