@Repository
public class DownloadDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DownloadDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
ajustaTamanho(DownloadVo entidade) |
java.util.List<DownloadVo> |
buscaDocumentosComIn(java.lang.String valorIn) |
java.util.List<DownloadVo> |
getDownloadCategoria() |
java.lang.Long |
getProximaOrdemInserir() |
private static final long serialVersionUID
@Autowired public DownloadDao(@Qualifier(value="portalSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<DownloadVo> getDownloadCategoria() throws ErpDaoException
ErpDaoException
public java.lang.Long getProximaOrdemInserir() throws ErpDaoException
ErpDaoException
public java.util.List<DownloadVo> buscaDocumentosComIn(java.lang.String valorIn) throws ErpDaoException
ErpDaoException
public void ajustaTamanho(DownloadVo entidade) throws ErpDaoException
ErpDaoException