@Service public class ObservacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<Observacao>
Modifier and Type | Field and Description |
---|---|
private ObservacaoDao |
observacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ObservacaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<Observacao> |
getDao() |
java.util.List<Observacao> |
recuperarPorNumeroTotal(java.lang.Long numeroTotal) |
private static final long serialVersionUID
@Autowired private ObservacaoDao observacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<Observacao> getDao()
public java.util.List<Observacao> recuperarPorNumeroTotal(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException