@Service public class OrcamentoObraRestricaoService extends br.inf.thema.erp.infra.service.ManutencaoService<OrcamentoObraRestricaoVo>
Modifier and Type | Field and Description |
---|---|
private OrcamentoObraRestricaoDao |
orcamentoObraRestricaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
OrcamentoObraRestricaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<OrcamentoObraRestricaoVo> |
getDao() |
java.util.List<OrcamentoObraRestricaoVo> |
obterRestricoesPorObra(java.lang.Long sequenciaObra) |
private static final long serialVersionUID
@Autowired private OrcamentoObraRestricaoDao orcamentoObraRestricaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<OrcamentoObraRestricaoVo> getDao()
public java.util.List<OrcamentoObraRestricaoVo> obterRestricoesPorObra(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException