@Scope(value="session")
@Controller(value="integracaoFolhaPreEmpenhosM")
public class IntegracaoFolhaPreEmpenhosMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private FolhaEmpenhoService |
folhaEmpenhoService |
private java.util.List<javax.faces.model.SelectItem> |
listaReferencia |
private java.util.List<javax.faces.model.SelectItem> |
listaTipoConsolidacao |
private java.util.List<javax.faces.model.SelectItem> |
listaTipoFolha |
private MensagemUtil |
mensagem |
private static long |
serialVersionUID |
private TipoFolhaContabilidadeService |
tipoFolhaContabilidadeService |
Constructor and Description |
---|
IntegracaoFolhaPreEmpenhosMBean() |
Modifier and Type | Method and Description |
---|---|
void |
buscaReferenciaFolha(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeReferenia(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeTipoFolha(javax.faces.event.AjaxBehaviorEvent event) |
void |
executarIntegracao() |
java.util.List<javax.faces.model.SelectItem> |
getListaReferencia() |
java.util.List<javax.faces.model.SelectItem> |
getListaTipoConsolidacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaTipoFolha() |
boolean |
getMostraBarraNavegacao() |
boolean |
getMostraForm() |
BaseService |
getService() |
void |
inicializaPrograma() |
void |
init() |
void |
limpar() |
java.lang.Boolean |
preRelatorio(Permissao programa) |
private static final long serialVersionUID
@Autowired private FolhaEmpenhoService folhaEmpenhoService
@Autowired private TipoFolhaContabilidadeService tipoFolhaContabilidadeService
private java.util.List<javax.faces.model.SelectItem> listaTipoFolha
private java.util.List<javax.faces.model.SelectItem> listaTipoConsolidacao
private java.util.List<javax.faces.model.SelectItem> listaReferencia
private MensagemUtil mensagem
public BaseService getService()
public void init() throws ErpException
ErpException
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaTipoFolha()
public java.util.List<javax.faces.model.SelectItem> getListaTipoConsolidacao()
public java.util.List<javax.faces.model.SelectItem> getListaReferencia()
public java.lang.Boolean preRelatorio(Permissao programa)
public boolean getMostraForm()
public boolean getMostraBarraNavegacao()
public void limpar()
public void changeTipoFolha(javax.faces.event.AjaxBehaviorEvent event)
public void executarIntegracao()
public void buscaReferenciaFolha(javax.faces.event.AjaxBehaviorEvent event)
public void changeReferenia(javax.faces.event.AjaxBehaviorEvent event)