@Controller(value="fechamentoContabilAnualM")
@Scope(value="session")
public class FechamentoContabilAnualMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private FechamentoContabilAnualService |
fechamentoContabilAnualService |
private MensagemUtil |
msgFechamento |
private java.lang.String |
retorno |
private static long |
serialVersionUID |
Constructor and Description |
---|
FechamentoContabilAnualMBean() |
Modifier and Type | Method and Description |
---|---|
void |
aberturaAnual() |
void |
buscaUltimo() |
void |
changeExercicio(javax.faces.event.AjaxBehaviorEvent event) |
void |
fechamentoAnual() |
boolean |
getMostraBarraNavegacao() |
java.lang.String |
getRetorno() |
BaseService |
getService() |
void |
init() |
void |
setRetorno(java.lang.String retorno) |
private static final long serialVersionUID
@Autowired private FechamentoContabilAnualService fechamentoContabilAnualService
private java.lang.String retorno
private MensagemUtil msgFechamento
public BaseService getService()
public void init() throws ErpException
ErpException
public void changeExercicio(javax.faces.event.AjaxBehaviorEvent event)
public void fechamentoAnual()
public void aberturaAnual()
public void buscaUltimo()
public java.lang.String getRetorno()
public void setRetorno(java.lang.String retorno)
public boolean getMostraBarraNavegacao()