@Service public class AlteracaoDotacaoOrdemService extends br.inf.thema.erp.infra.service.ManutencaoService<AlteracaoDotacaoVo>
Modifier and Type | Field and Description |
---|---|
private AlterarDotacoesTipoProcessoDao |
alterarDotacoesTipoProcessoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AlteracaoDotacaoOrdemService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<AlteracaoDotacaoVo> |
getDao() |
void |
inserir(AlteracaoDotacaoVo entidade) |
java.util.List<AlteracaoDotacaoVo> |
recuperarAlteracaoDotacaoOrdem(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
salvar(AlteracaoDotacaoVo entidade) |
private static final long serialVersionUID
@Autowired private AlterarDotacoesTipoProcessoDao alterarDotacoesTipoProcessoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AlteracaoDotacaoVo> getDao()
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void inserir(AlteracaoDotacaoVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
inserir
in interface br.inf.thema.erp.infra.Manutencao<AlteracaoDotacaoVo>
inserir
in class br.inf.thema.erp.infra.service.ManutencaoService<AlteracaoDotacaoVo>
br.inf.thema.erp.infra.exception.ErpException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void salvar(AlteracaoDotacaoVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
salvar
in interface br.inf.thema.erp.infra.Manutencao<AlteracaoDotacaoVo>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<AlteracaoDotacaoVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<AlteracaoDotacaoVo> recuperarAlteracaoDotacaoOrdem(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException