@Service public class DocumentoParticipanteService extends br.inf.thema.erp.infra.service.ManutencaoService<DocumentoParticipante>
Modifier and Type | Field and Description |
---|---|
private DocumentoParticipanteDao |
documentoParticipanteDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
DocumentoParticipanteService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentoParticipante> |
getDao() |
void |
inserirDocumento(java.lang.Long inscricao,
java.lang.Long licitacao) |
private static final long serialVersionUID
@Autowired private DocumentoParticipanteDao documentoParticipanteDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentoParticipante> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void inserirDocumento(java.lang.Long inscricao, java.lang.Long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException