@Service public class ObraVistoriaExternoService extends br.inf.thema.erp.infra.service.ManutencaoService<ObraVistoriaVo>
Modifier and Type | Field and Description |
---|---|
private ObraVistoriaDao |
obraVistoriaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ObraVistoriaExternoService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ObraVistoriaVo> |
consultarListaObraExterno(java.util.Map<java.lang.String,java.lang.Object> where) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVistoriaVo> |
getDao() |
java.util.List<ObraVistoriaVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<ObraVistoriaVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private ObraVistoriaDao obraVistoriaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVistoriaVo> getDao()
public java.util.List<ObraVistoriaVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.exception.ErpException
localizar
in interface br.inf.thema.erp.infra.Manutencao<ObraVistoriaVo>
localizar
in class br.inf.thema.erp.infra.service.ManutencaoService<ObraVistoriaVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<ObraVistoriaVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.exception.ErpException
recuperar
in interface br.inf.thema.erp.infra.Manutencao<ObraVistoriaVo>
recuperar
in class br.inf.thema.erp.infra.service.ManutencaoService<ObraVistoriaVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<ObraVistoriaVo> consultarListaObraExterno(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException