@Service public class TipoCombustivelService extends br.inf.thema.erp.infra.service.ManutencaoService<TipoCombustivelVo>
TipoCombustivel
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TipoCombustivelDao |
tipoCombustivelDao |
Constructor and Description |
---|
TipoCombustivelService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<TipoCombustivelVo> |
getDao() |
java.util.List<TipoCombustivel> |
recuperarLista() |
TipoCombustivelVo |
recuperarTipoCombustivelPorBomba(java.lang.Long bomba) |
private static final long serialVersionUID
@Autowired private TipoCombustivelDao tipoCombustivelDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TipoCombustivelVo> getDao()
public TipoCombustivelVo recuperarTipoCombustivelPorBomba(java.lang.Long bomba) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TipoCombustivel> recuperarLista() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException