@Service public class ImplementoService extends br.inf.thema.erp.infra.service.ManutencaoService<Implemento>
Modifier and Type | Field and Description |
---|---|
private ImplementoDao |
implementoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ImplementoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<Implemento> |
getDao() |
java.util.List<Implemento> |
recuperarBemNaoIncluido(java.lang.Long bem)
Método que retorna uma lista dos implementos para um bem
|
private static final long serialVersionUID
@Autowired private ImplementoDao implementoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<Implemento> getDao()
public java.util.List<Implemento> recuperarBemNaoIncluido(java.lang.Long bem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
bem
- ErpServiceException