@Service public class ObraVistoriaService 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 |
---|
ObraVistoriaService() |
Modifier and Type | Method and Description |
---|---|
void |
alteraSituacaoDiario(java.lang.Long sequencia,
java.lang.Long obra,
java.lang.String situacao) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVistoriaVo> |
getDao() |
private static final long serialVersionUID
@Autowired private ObraVistoriaDao obraVistoriaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVistoriaVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void alteraSituacaoDiario(java.lang.Long sequencia, java.lang.Long obra, java.lang.String situacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException