|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object comum.database.Dao ecar.dao.TempCargaIettsBDDao
public class TempCargaIettsBDDao
DAO tempor�ria para carga/atualizacao em ItemEstruturaIetts
Field Summary | |
---|---|
private static int |
LONG
|
private static int |
STRING
|
Fields inherited from class comum.database.Dao |
---|
logBean, logger, loggerAuditoria, ORDEM_ASC, ORDEM_DESC, request, session |
Constructor Summary | |
---|---|
TempCargaIettsBDDao(javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
void |
efetuarCargaFinalidadesCOP()
Efetua a carga das finalidades das a��es do PPA 2008-2011 - dados importados do COP. |
void |
efetuarCargaIndicadoresProdutosCOP()
M�todo complementar para o m�todo efetuarCargaProdutosCOP(). |
void |
efetuarCargaIntegralizacaoDeCapitalDefault()
Efetuar carga do valor default ("N�o") para o atributo livre "Integraliza��o de Capital" dos itens de n�vel de a��o do PPA 2008-2011. |
void |
efetuarCargaItens()
Efetua carga de a��es para PPA 2008-2011, importando os dados do COP. |
void |
efetuarCargaPeriodoExercicios()
Efetua carga nas tabelas de PoderPeriodoExercicioPodPerExe, OrgaoPeriodoExercicioOrgPerExe e UnidadeOrcamentariaPeriodoExercicioUoPerExe, relacionando PoderPod, OrgaoOrg e UnidadeOrcamentariaUo com PeriodoExercicioPerExe 2008-2011. |
void |
efetuarCargaProdutosCOP()
M�todo referente ao mantis 12295 Carga de Produtos e respectivas metas f�sicas por local. |
void |
efetuarCargaValoresCOP()
Metodo para efetuar a carga de valores em EfItemEstPrevisaoEfiep conforme dados enviados pelo COP. |
void |
efetuarCargaValoresIndicadoresProdutosCOP()
|
void |
efetuarTotalizacaoIndicadoresProdutosCOP()
|
private UsuarioUsu |
getUsuarioGPSByOrgao(OrgaoOrg orgao)
M�todo somente usado em efetuarCargaItens() para retornar o usu�rio de um determinado �rg�o, seguindo planilha anexada no mantis 11861. |
private void |
lancarErro(java.lang.String mensagem)
Metodo para lancar Exce��o! |
java.util.List |
listarCargaProdutosCOP()
M�todo para listar os produtos do COP |
private void |
msg(java.lang.String mensagem)
Exibe uma mensagem no console... |
private java.lang.Object |
selectObjeto(java.lang.String objeto,
java.lang.String campoDeCondicao,
int tipoCampo,
java.lang.Object valorCampo,
org.hibernate.Session s)
Faz um select simples da classe "objeto", onde "campoDeCondicao" = "valorCampo". |
void |
setTipoAcoesPPA20082011()
Seta os Tipos de A��es do PPA 2008-2011 para a carga efetuada conforme a regra: Para a��es com o n�mero iniciado por 1 - Projeto (ex.: 1144) Para a��es com o n�mero iniciado por 2 - Atividade (ex.: 2079) Para a��es com o n�mero iniciado por 9 - Opera��es Especiais (ex.: 9084) |
Methods inherited from class comum.database.Dao |
---|
alterar, alterar, alterar, buscar, contar, contarLong, excluir, excluir, getSession, inicializarLogBean, listar, ordenaSet, pesquisar, pesquisarDuplos, salvar, salvar, salvarOuAlterar, salvarOuAlterar, setSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int STRING
private static int LONG
Constructor Detail |
---|
public TempCargaIettsBDDao(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
private void lancarErro(java.lang.String mensagem) throws ECARException
mensagem
-
ECARException
private void msg(java.lang.String mensagem)
mensagem
- private java.lang.Object selectObjeto(java.lang.String objeto, java.lang.String campoDeCondicao, int tipoCampo, java.lang.Object valorCampo, org.hibernate.Session s) throws ECARException
objeto
- campoDeCondicao
- tipoCampo
- valorCampo
-
ECARException
public void efetuarCargaItens() throws ECARException
ECARException
private UsuarioUsu getUsuarioGPSByOrgao(OrgaoOrg orgao) throws ECARException
orgao
-
ECARException
public void efetuarCargaPeriodoExercicios() throws ECARException
ECARException
public void setTipoAcoesPPA20082011() throws ECARException
ECARException
public void efetuarCargaValoresCOP() throws ECARException
ECARException
public void efetuarCargaFinalidadesCOP() throws ECARException
ECARException
public void efetuarCargaProdutosCOP() throws ECARException
ECARException
public void efetuarCargaIndicadoresProdutosCOP() throws ECARException
ECARException
public void efetuarCargaValoresIndicadoresProdutosCOP() throws ECARException
ECARException
public void efetuarTotalizacaoIndicadoresProdutosCOP() throws ECARException
ECARException
public java.util.List listarCargaProdutosCOP() throws ECARException
ECARException
public void efetuarCargaIntegralizacaoDeCapitalDefault() throws ECARException
ECARException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |