@Service public class LinhasItemLicitacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<LinhasItemLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private LinhasItemLicitacaoDao |
linhasItemLicitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
LinhasItemLicitacaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<LinhasItemLicitacaoVo> |
getDao() |
void |
preExcluirLinhaPlanilha(java.lang.Long linha,
java.lang.Long tipo) |
java.util.List<LinhasItemLicitacaoVo> |
recuperaFormulaLinha(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
validaLinhaModuloItemLicitacao(LinhasItemLicitacaoVo entidade) |
private static final long serialVersionUID
@Autowired private LinhasItemLicitacaoDao linhasItemLicitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<LinhasItemLicitacaoVo> getDao()
public java.util.List<LinhasItemLicitacaoVo> recuperaFormulaLinha(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
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void validaLinhaModuloItemLicitacao(LinhasItemLicitacaoVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void preExcluirLinhaPlanilha(java.lang.Long linha, java.lang.Long tipo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException