@Service public class LicitacaoVinculoService extends br.inf.thema.erp.infra.service.ManutencaoService<LicitacaoVinculoVo>
Modifier and Type | Field and Description |
---|---|
private LicitacaoVinculoDao |
licitacaoVinculoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
LicitacaoVinculoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<LicitacaoVinculoVo> |
getDao() |
java.lang.Boolean |
getRegistroExistente(java.lang.Long licitacao,
java.lang.Long licitacaoVinculada) |
private static final long serialVersionUID
@Autowired private LicitacaoVinculoDao licitacaoVinculoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<LicitacaoVinculoVo> getDao()
public java.lang.Boolean getRegistroExistente(java.lang.Long licitacao, java.lang.Long licitacaoVinculada) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException