CentroCustoEntity
extends Entity
in package
Table of Contents
Constants
- auditlog = ['exclude_fields' => ['DataHora']]
- Allowed keys: 'exclude_fields': <...> 'object_rel': <...>
- const_values = []
- database = \config\Config::DB_DEFAULT
- db_table = 'finan_centrocusto'
- pk_field = 'idCentroCusto'
- sanitize = ['ordem' => 'onlyNumber']
- Estrutura = ['key' => 'rule']
- security = ['select' => 'core\EntitySecurity::securitySelect', 'delete' => 'core\EntitySecurity::securityDelete', 'update' => 'core\EntitySecurity::securityUpdate', 'insert' => 'core\EntitySecurity::securityInsert']
- Allowed keys: 'select': <...> 'update': <...> 'delete': <...> 'insert': <...>
- tracking = true
- validations = ['classificacao' => ['required' => 'O campo Classificação é obrigatório.'], 'nomeCentroCusto' => ['required' => 'O campo Nome da Conta é obrigatório.'], 'tipoDiretoIndireto' => ['required' => 'O campo Tipo Custo/Receita é obrigatório.'], 'idCentroCusto' => ['required' => 'O campo Centro Gerencial é obrigatório.']]
- Estrutura = ['key' => ['keyRule' => 'Rule message']]
Properties
- $classificacao : mixed
- $DataHora : mixed
- $idCentroCusto : mixed
- $idSubCatPlanoConta : mixed
- $idUsuario : mixed
- $nomeCentroCusto : mixed
- $ordem : mixed
- $TipoBP : mixed
- $TipoCaixa : mixed
- $tipoDiretoIndireto : mixed
- $TipoDRE : mixed
Methods
- __construct() : mixed
- delete() : mixed
- delete_where() : mixed
- getAuditlog() : mixed
- getClassificacao() : mixed
- Get the value of classificacao
- getConst() : mixed
- getConstObj() : mixed
- getDatabase() : mixed
- getDataHora() : mixed
- Get the value of DataHora
- getDBDriver() : mixed
- getDBTable() : mixed
- getIdCentroCusto() : mixed
- Get the value of idCentroCusto
- getIdSubCatPlanoConta() : mixed
- Get the value of idSubCatPlanoConta
- getIdUsuario() : mixed
- Get the value of idUsuario
- getNomeCentroCusto() : mixed
- Get the value of nomeCentroCusto
- getOrdem() : mixed
- Get the value of ordem
- getTable() : mixed
- getTipoBP() : mixed
- Get the value of TipoBP
- getTipoCaixa() : mixed
- Get the value of TipoCaixa
- getTipoDiretoIndireto() : mixed
- Get the value of tipoDiretoIndireto
- getTipoDRE() : mixed
- Get the value of TipoDRE
- 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
- setClassificacao() : self
- Set the value of classificacao
- setDataHora() : self
- Set the value of DataHora
- setIdCentroCusto() : self
- Set the value of idCentroCusto
- setIdSubCatPlanoConta() : self
- Set the value of idSubCatPlanoConta
- setIdUsuario() : self
- Set the value of idUsuario
- setNomeCentroCusto() : self
- Set the value of nomeCentroCusto
- setOrdem() : self
- Set the value of ordem
- setTipoBP() : self
- Set the value of TipoBP
- setTipoCaixa() : self
- Set the value of TipoCaixa
- setTipoDiretoIndireto() : self
- Set the value of tipoDiretoIndireto
- setTipoDRE() : self
- Set the value of TipoDRE
- 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
= ['exclude_fields' => ['DataHora']]
const_values
public
mixed
const_values
= []
database
public
mixed
database
= \config\Config::DB_DEFAULT
db_table
public
mixed
db_table
= 'finan_centrocusto'
pk_field
public
mixed
pk_field
= 'idCentroCusto'
sanitize
Estrutura = ['key' => 'rule']
public
mixed
sanitize
= ['ordem' => 'onlyNumber']
security
Allowed keys: 'select': <...> 'update': <...> 'delete': <...> 'insert': <...>
public
mixed
security
= ['select' => 'core\EntitySecurity::securitySelect', 'delete' => 'core\EntitySecurity::securityDelete', 'update' => 'core\EntitySecurity::securityUpdate', 'insert' => 'core\EntitySecurity::securityInsert']
tracking
public
mixed
tracking
= true
validations
Estrutura = ['key' => ['keyRule' => 'Rule message']]
public
mixed
validations
= ['classificacao' => ['required' => 'O campo Classificação é obrigatório.'], 'nomeCentroCusto' => ['required' => 'O campo Nome da Conta é obrigatório.'], 'tipoDiretoIndireto' => ['required' => 'O campo Tipo Custo/Receita é obrigatório.'], 'idCentroCusto' => ['required' => 'O campo Centro Gerencial é obrigatório.']]
Properties
$classificacao
private
mixed
$classificacao
$DataHora
private
mixed
$DataHora
$idCentroCusto
private
mixed
$idCentroCusto
$idSubCatPlanoConta
private
mixed
$idSubCatPlanoConta
$idUsuario
private
mixed
$idUsuario
$nomeCentroCusto
private
mixed
$nomeCentroCusto
$ordem
private
mixed
$ordem
$TipoBP
private
mixed
$TipoBP
$TipoCaixa
private
mixed
$TipoCaixa
$tipoDiretoIndireto
private
mixed
$tipoDiretoIndireto
$TipoDRE
private
mixed
$TipoDRE
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
getClassificacao()
Get the value of classificacao
public
getClassificacao() : 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
getDataHora()
Get the value of DataHora
public
getDataHora() : mixed
getDBDriver()
public
static getDBDriver() : mixed
getDBTable()
public
static getDBTable() : mixed
getIdCentroCusto()
Get the value of idCentroCusto
public
getIdCentroCusto() : mixed
getIdSubCatPlanoConta()
Get the value of idSubCatPlanoConta
public
getIdSubCatPlanoConta() : mixed
getIdUsuario()
Get the value of idUsuario
public
getIdUsuario() : mixed
getNomeCentroCusto()
Get the value of nomeCentroCusto
public
getNomeCentroCusto() : mixed
getOrdem()
Get the value of ordem
public
getOrdem() : mixed
getTable()
public
getTable() : mixed
getTipoBP()
Get the value of TipoBP
public
getTipoBP() : mixed
getTipoCaixa()
Get the value of TipoCaixa
public
getTipoCaixa() : mixed
getTipoDiretoIndireto()
Get the value of tipoDiretoIndireto
public
getTipoDiretoIndireto() : mixed
getTipoDRE()
Get the value of TipoDRE
public
getTipoDRE() : 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
setClassificacao()
Set the value of classificacao
public
setClassificacao(mixed $classificacao) : self
Parameters
- $classificacao : mixed
Return values
selfsetDataHora()
Set the value of DataHora
public
setDataHora(mixed $DataHora) : self
Parameters
- $DataHora : mixed
Return values
selfsetIdCentroCusto()
Set the value of idCentroCusto
public
setIdCentroCusto(mixed $idCentroCusto) : self
Parameters
- $idCentroCusto : mixed
Return values
selfsetIdSubCatPlanoConta()
Set the value of idSubCatPlanoConta
public
setIdSubCatPlanoConta(mixed $idSubCatPlanoConta) : self
Parameters
- $idSubCatPlanoConta : mixed
Return values
selfsetIdUsuario()
Set the value of idUsuario
public
setIdUsuario(mixed $idUsuario) : self
Parameters
- $idUsuario : mixed
Return values
selfsetNomeCentroCusto()
Set the value of nomeCentroCusto
public
setNomeCentroCusto(mixed $nomeCentroCusto) : self
Parameters
- $nomeCentroCusto : mixed
Return values
selfsetOrdem()
Set the value of ordem
public
setOrdem(mixed $ordem) : self
Parameters
- $ordem : mixed
Return values
selfsetTipoBP()
Set the value of TipoBP
public
setTipoBP(mixed $TipoBP) : self
Parameters
- $TipoBP : mixed
Return values
selfsetTipoCaixa()
Set the value of TipoCaixa
public
setTipoCaixa(mixed $TipoCaixa) : self
Parameters
- $TipoCaixa : mixed
Return values
selfsetTipoDiretoIndireto()
Set the value of tipoDiretoIndireto
public
setTipoDiretoIndireto(mixed $tipoDiretoIndireto) : self
Parameters
- $tipoDiretoIndireto : mixed
Return values
selfsetTipoDRE()
Set the value of TipoDRE
public
setTipoDRE(mixed $TipoDRE) : self
Parameters
- $TipoDRE : 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 = '*'