@Service public class OrcamentoObraItemService extends br.inf.thema.erp.infra.service.ManutencaoService<OrcamentoObraItemVo>
Modifier and Type | Field and Description |
---|---|
private OrcamentoObraItemDao |
orcamentoObraItemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
OrcamentoObraItemService() |
Modifier and Type | Method and Description |
---|---|
void |
atualizaOrcamentoHierarquia(java.lang.Long orcamento) |
br.inf.thema.erp.infra.dao.ManutencaoDao<OrcamentoObraItemVo> |
getDao() |
private static final long serialVersionUID
@Autowired private OrcamentoObraItemDao orcamentoObraItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<OrcamentoObraItemVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void atualizaOrcamentoHierarquia(java.lang.Long orcamento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException