|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.servlet.relatorio.PPA_LinhaPrograma.RelatorioPPALinhaProgramaService
public class RelatorioPPALinhaProgramaService
Classe de acoplamento do relatorio PPA por Linha de Acao e Programa com o sistema E-car
Arvore de chamada de Metodos ::
RelatorioPPAServlet
generatePPA
generateBeans
geraPrevisao
Field Summary | |
---|---|
private CalcularTotalVisitor |
calcularTotal
Calcula os totais na tabela de resumo do relatorio PPA |
private static java.lang.Long |
codEstruturaLinhaAcao
|
private java.lang.Character |
CONSTANTE_IND_ATIVO
|
private java.lang.Long |
CONSTANTE_PERIODO_EXERCICIO
|
private java.util.ArrayList<PPA_LinhaAcaoBean> |
dados
Dados do relatorio |
private java.util.List<ExercicioExe> |
listaExercicios
Listagem de exercicios do periodo |
private org.apache.log4j.Logger |
logger
Log da classe |
private javax.servlet.http.HttpServletRequest |
request
Requisicao |
private java.math.BigDecimal |
totalGeral1
|
private java.math.BigDecimal |
totalGeral2
|
private java.math.BigDecimal |
totalGeral3
|
private java.math.BigDecimal |
totalGeral4
|
Constructor Summary | |
---|---|
private |
RelatorioPPALinhaProgramaService()
|
Method Summary | |
---|---|
private java.util.ArrayList<PPA_LinhaAcaoBean> |
generateBeans(java.util.Collection itens)
Dispara servicos para gerar os beans do relatorio PPA |
java.util.ArrayList<PPA_LinhaAcaoBean> |
generatePPA()
Recupera dados e dispara actions para geracao do relatorio |
private void |
gerarContador()
|
private void |
getDados()
Retorna itens para geracao do relatorio PPA |
static RelatorioPPALinhaProgramaService |
getInstance(javax.servlet.http.HttpServletRequest paramRequest)
Retorna instancia da classe RelatorioPPAProgramaService com parametro de entrada request |
private java.math.BigDecimal[] |
getPrevisao(ItemEstruturaIett itemEstrut)
Gera os totais valores da tabela para o item na tabela do relatorio de PPA |
java.math.BigDecimal |
getTotalGeral()
|
java.math.BigDecimal |
getTotalGeral1()
|
java.math.BigDecimal |
getTotalGeral2()
|
java.math.BigDecimal |
getTotalGeral3()
|
java.math.BigDecimal |
getTotalGeral4()
|
private void |
loadExerciciosValidos()
Carrega exercicios do periodo de 2008 - 2011 |
private java.util.Set |
reordenarLinhaAcao(java.util.Collection list)
Reordena Colecao de elementos de acordo com objeto Comparator |
private java.util.Set |
reordenarPrograma(java.util.Collection list)
Reordena Colecao de elementos de acordo com objeto Comparator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.log4j.Logger logger
private javax.servlet.http.HttpServletRequest request
private static final java.lang.Long codEstruturaLinhaAcao
private java.util.ArrayList<PPA_LinhaAcaoBean> dados
private final java.lang.Long CONSTANTE_PERIODO_EXERCICIO
private final java.lang.Character CONSTANTE_IND_ATIVO
private java.util.List<ExercicioExe> listaExercicios
private final CalcularTotalVisitor calcularTotal
private java.math.BigDecimal totalGeral1
private java.math.BigDecimal totalGeral2
private java.math.BigDecimal totalGeral3
private java.math.BigDecimal totalGeral4
Constructor Detail |
---|
private RelatorioPPALinhaProgramaService()
Method Detail |
---|
public static RelatorioPPALinhaProgramaService getInstance(javax.servlet.http.HttpServletRequest paramRequest)
paramRequest
-
public java.util.ArrayList<PPA_LinhaAcaoBean> generatePPA()
public java.math.BigDecimal getTotalGeral1()
public java.math.BigDecimal getTotalGeral2()
public java.math.BigDecimal getTotalGeral3()
public java.math.BigDecimal getTotalGeral4()
public java.math.BigDecimal getTotalGeral()
private void gerarContador()
private void loadExerciciosValidos()
private void getDados()
periodoIni
- periodoFim
- private java.util.Set reordenarPrograma(java.util.Collection list)
list
- listagem
private java.util.Set reordenarLinhaAcao(java.util.Collection list)
list
- listagem
private java.util.ArrayList<PPA_LinhaAcaoBean> generateBeans(java.util.Collection itens) throws java.lang.Exception
itemPrograma
- Item de nivel de acao referencial
java.lang.Exception
private java.math.BigDecimal[] getPrevisao(ItemEstruturaIett itemEstrut) throws ECARException
Item
- estrutura
ECARException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |