@Repository
public class LdoProgramaDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LdoProgramaDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
LdoPrograma |
recuperaClassificacao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<LdoPrograma> |
recuperarProgramaPorNumeroLdo(java.lang.Long numeroLdo) |
private static final long serialVersionUID
@Autowired public LdoProgramaDao(@Qualifier(value="contabilidadeSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<LdoPrograma> recuperarProgramaPorNumeroLdo(java.lang.Long numeroLdo) throws ErpDaoException
ErpDaoException
public LdoPrograma recuperaClassificacao(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpDaoException
ErpDaoException