@Service public class IndicacaoEmpresaService extends br.inf.thema.erp.infra.service.ManutencaoService<IndicacaoEmpresaVo>
Modifier and Type | Field and Description |
---|---|
private IndicacaoEmpresaDao |
indicacaoEmpresaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
IndicacaoEmpresaService() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
aceitarEmpresaLicitacao(java.lang.Long sequencia,
java.lang.String motivoMovimento) |
br.inf.thema.erp.infra.dao.ManutencaoDao<IndicacaoEmpresaVo> |
getDao() |
java.util.Map<java.lang.String,java.lang.Object> |
liberarEmpresaLicitacao(java.lang.Long sequencia,
java.lang.String motivoMovimento) |
java.util.Map<java.lang.String,java.lang.Object> |
reabrirEmpresaLicitacao(java.lang.Long sequencia,
java.lang.String motivoMovimento) |
java.util.Map<java.lang.String,java.lang.Object> |
rejeitarEmpresaLicitacao(java.lang.Long sequencia,
java.lang.String motivoMovimento) |
private static final long serialVersionUID
@Autowired private IndicacaoEmpresaDao indicacaoEmpresaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<IndicacaoEmpresaVo> getDao()
public java.util.Map<java.lang.String,java.lang.Object> liberarEmpresaLicitacao(java.lang.Long sequencia, java.lang.String motivoMovimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.Map<java.lang.String,java.lang.Object> aceitarEmpresaLicitacao(java.lang.Long sequencia, java.lang.String motivoMovimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.Map<java.lang.String,java.lang.Object> rejeitarEmpresaLicitacao(java.lang.Long sequencia, java.lang.String motivoMovimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.Map<java.lang.String,java.lang.Object> reabrirEmpresaLicitacao(java.lang.Long sequencia, java.lang.String motivoMovimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException