@Service public class ArquivoTombamentoBensService extends br.inf.thema.erp.infra.service.ManutencaoService<ArquivoTombamentoBensVo>
Modifier and Type | Field and Description |
---|---|
private ArquivoTombamentoBensDao |
arquivoTombamentoBensDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ArquivoTombamentoBensService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ArquivoTombamentoBensVo> |
getDao() |
java.util.List<ArquivoTombamentoBensVo> |
recuperarDadosParaArquivoTombamentoBens(java.lang.Long nota,
java.lang.Long produto,
java.lang.String codigo) |
private static final long serialVersionUID
@Autowired private ArquivoTombamentoBensDao arquivoTombamentoBensDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ArquivoTombamentoBensVo> getDao()
public java.util.List<ArquivoTombamentoBensVo> recuperarDadosParaArquivoTombamentoBens(java.lang.Long nota, java.lang.Long produto, java.lang.String codigo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException