-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from anatelgovbr/utilidades_versao_2.1.0
Utilidades versao 2.1.0
- Loading branch information
Showing
112 changed files
with
28,024 additions
and
5,959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<? | ||
/** | ||
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO | ||
* | ||
* 09/12/2022 - criado por gustavos.colab | ||
* | ||
* Versão do Gerador de Código: 1.43.2 | ||
*/ | ||
|
||
require_once dirname(__FILE__).'/../../../SEI.php'; | ||
|
||
class MdUtlAdmIntegHeaderBD extends InfraBD { | ||
|
||
public function __construct(InfraIBanco $objInfraIBanco){ | ||
parent::__construct($objInfraIBanco); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<? | ||
/** | ||
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO | ||
* | ||
* 20/01/2023 - criado por gustavos.colab | ||
* | ||
* Versão do Gerador de Código: 1.43.2 | ||
*/ | ||
|
||
require_once dirname(__FILE__).'/../../../SEI.php'; | ||
|
||
class MdUtlAdmPrmGrUsuCargaBD extends InfraBD { | ||
|
||
public function __construct(InfraIBanco $objInfraIBanco){ | ||
parent::__construct($objInfraIBanco); | ||
} | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<? | ||
/** | ||
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO | ||
* | ||
* 09/12/2022 - criado por gustavos.colab | ||
* | ||
* Versão do Gerador de Código: 1.43.2 | ||
*/ | ||
|
||
require_once dirname(__FILE__).'/../../../SEI.php'; | ||
|
||
class MdUtlAdmIntegHeaderDTO extends InfraDTO { | ||
|
||
public function getStrNomeTabela() { | ||
return 'md_utl_adm_integ_header'; | ||
} | ||
|
||
public function montar() { | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_NUM, 'IdMdUtlAdmIntegHeader', 'id_md_utl_adm_integ_header'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_NUM, 'IdMdUtlAdmIntegracao', 'id_md_utl_adm_integracao'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Atributo', 'atributo'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Conteudo', 'conteudo'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'SinDadoConfidencial', 'sin_dado_confidencial'); | ||
|
||
$this->configurarPK('IdMdUtlAdmIntegHeader',InfraDTO::$TIPO_PK_NATIVA); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<? | ||
/** | ||
* TRIBUNAL REGIONAL FEDERAL DA 4ª REGIÃO | ||
* | ||
* 07/12/2022 - criado por gustavos.colab | ||
* | ||
* Versão do Gerador de Código: 1.43.2 | ||
*/ | ||
|
||
require_once dirname(__FILE__).'/../../../SEI.php'; | ||
|
||
class MdUtlAdmIntegParamDTO extends InfraDTO { | ||
|
||
public function getStrNomeTabela() { | ||
return 'md_utl_adm_integ_param'; | ||
} | ||
|
||
public function montar() { | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_NUM, 'IdMdUtlAdmIntegParam', 'id_md_utl_adm_integ_param'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_NUM, 'IdMdUtlAdmIntegracao', 'id_md_utl_adm_integracao'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Nome', 'nome'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'TpParametro', 'tp_parametro'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'NomeCampo', 'nome_campo'); | ||
|
||
$this->adicionarAtributoTabela(InfraDTO::$PREFIXO_STR, 'Identificador', 'identificador'); | ||
|
||
$this->configurarPK('IdMdUtlAdmIntegParam',InfraDTO::$TIPO_PK_NATIVA); | ||
|
||
} | ||
} |
Oops, something went wrong.