@Service
public class FechamentoContabilMensalService
extends <any>
Modifier and Type | Field and Description |
---|---|
private FechamentoContabilMensalDao |
fechamentoContabilMensalDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
FechamentoContabilMensalService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
aberturaMensal(java.lang.String exercicio)
Metodo que realiza a abertura
|
java.util.HashMap<java.lang.String,java.lang.Object> |
buscaUltimo()
Metodo busca ultimo
|
java.lang.String |
fechamentoMensal(java.lang.String exercicio)
Metodo que realiza o fechamento
|
<any> |
getDao() |
java.lang.String |
testaMes(java.lang.String exercicio)
Metodo que realiza a verificação do exercicio
|
private static final long serialVersionUID
@Autowired private FechamentoContabilMensalDao fechamentoContabilMensalDao
public <any> getDao()
public java.lang.String fechamentoMensal(java.lang.String exercicio) throws ErpServiceException
exercicio,
- procedimentoErpServiceException
public java.lang.String aberturaMensal(java.lang.String exercicio) throws ErpServiceException
exercicio,
- procedimentoErpServiceException
public java.lang.String testaMes(java.lang.String exercicio) throws ErpServiceException
exercicio,
- procedimentoErpServiceException
public java.util.HashMap<java.lang.String,java.lang.Object> buscaUltimo() throws ErpServiceException
ErpServiceException