@Service public class ItemManutencaoService extends br.inf.thema.erp.infra.service.ManutencaoService<ItemManutencaoVo>
Modifier and Type | Field and Description |
---|---|
private ItemManutencaoDao |
itemManutencaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItemManutencaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ItemManutencaoVo> |
getDao() |
java.util.Map<java.lang.String,java.lang.Object> |
obtemDadosPneu(java.lang.Long codigoPneu) |
java.util.Map<java.lang.String,java.lang.Object> |
obtemDadosProduto(java.lang.Long produto) |
private static final long serialVersionUID
@Autowired private ItemManutencaoDao itemManutencaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItemManutencaoVo> getDao()
public java.util.Map<java.lang.String,java.lang.Object> obtemDadosProduto(java.lang.Long produto) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.Map<java.lang.String,java.lang.Object> obtemDadosPneu(java.lang.Long codigoPneu) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException