@Repository
public class DespesaDetalheDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DespesaDetalheDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
anoMesFechamento(java.lang.String exercicio,
java.lang.String codigoAdministracao) |
java.util.List<DespesaDetalhe> |
recuperaMesFechado(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<DespesaDetalhe> |
recuperarDetalheComFechamentoContabil(DespesaEmpenhoVo var) |
java.util.List<DespesaDetalhe> |
recuperarDetalheSemFechamentoContabil(DespesaEmpenhoVo var) |
private static final long serialVersionUID
@Autowired public DespesaDetalheDao(@Qualifier(value="contabilidadeSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.lang.String anoMesFechamento(java.lang.String exercicio, java.lang.String codigoAdministracao) throws ErpDaoException
ErpDaoException
public java.util.List<DespesaDetalhe> recuperaMesFechado(java.util.Map<java.lang.String,java.lang.Object> where) throws ErpDaoException
ErpDaoException
public java.util.List<DespesaDetalhe> recuperarDetalheSemFechamentoContabil(DespesaEmpenhoVo var) throws ErpDaoException
ErpDaoException
public java.util.List<DespesaDetalhe> recuperarDetalheComFechamentoContabil(DespesaEmpenhoVo var) throws ErpDaoException
ErpDaoException