@Service public class ObraListaService extends br.inf.thema.erp.infra.service.ManutencaoService<ObraLista>
Modifier and Type | Field and Description |
---|---|
private ObraListaDao |
obraListaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ObraListaService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ObraLista> |
getDao() |
java.util.List<ObraLista> |
recuperarListaPorIdentificacao(java.lang.String identificacao) |
java.util.List<ObraLista> |
recuperarListaPorIdentificacaoVisualizaObr(java.lang.String identificacao) |
ObraLista |
recuperarPorCodigo(java.lang.Long codigo) |
private static final long serialVersionUID
@Autowired private ObraListaDao obraListaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ObraLista> getDao()
public java.util.List<ObraLista> recuperarListaPorIdentificacao(java.lang.String identificacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ObraLista> recuperarListaPorIdentificacaoVisualizaObr(java.lang.String identificacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public ObraLista recuperarPorCodigo(java.lang.Long codigo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException