@Service
public class DownloadService
extends <any>
Modifier and Type | Field and Description |
---|---|
private DownloadDao |
downloadDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
DownloadService() |
Modifier and Type | Method and Description |
---|---|
void |
ajustaTamanho(DownloadVo entidade) |
java.util.List<DownloadVo> |
buscaDocumentosComIn(java.lang.String valorIn) |
<any> |
getDao() |
java.util.List<DownloadVo> |
getDownloadCategoria() |
java.lang.Long |
getProximaOrdemInserir() |
private static final long serialVersionUID
@Autowired private DownloadDao downloadDao
public <any> getDao()
public java.util.List<DownloadVo> getDownloadCategoria() throws ErpServiceException
ErpServiceException
public java.util.List<DownloadVo> buscaDocumentosComIn(java.lang.String valorIn) throws ErpServiceException
ErpServiceException
public java.lang.Long getProximaOrdemInserir() throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void ajustaTamanho(DownloadVo entidade) throws ErpDaoException
ErpDaoException