@Service
public class PNCPService
extends br.inf.thema.erp.infra.service.ManutencaoService
Modifier and Type | Field and Description |
---|---|
private PNCPDao |
pNCPDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PNCPService() |
Modifier and Type | Method and Description |
---|---|
void |
consisteId(java.lang.Long licitacao,
java.lang.String id) |
void |
consisteRegistro(java.lang.String tipo,
java.lang.Long origem,
java.lang.Long identificador,
java.lang.String justificativa) |
void |
consisteRegistroItemPca(java.lang.String tipo,
java.lang.Long origem,
java.lang.Long administracao,
java.lang.String exercicio,
java.lang.Long numero,
java.lang.Long item,
java.lang.String justificativa) |
br.inf.thema.erp.infra.dao.ManutencaoDao |
getDao() |
private static final long serialVersionUID
@Autowired private PNCPDao pNCPDao
public br.inf.thema.erp.infra.dao.ManutencaoDao getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void consisteRegistro(java.lang.String tipo, java.lang.Long origem, java.lang.Long identificador, java.lang.String justificativa) 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 consisteRegistroItemPca(java.lang.String tipo, java.lang.Long origem, java.lang.Long administracao, java.lang.String exercicio, java.lang.Long numero, java.lang.Long item, java.lang.String justificativa) 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 consisteId(java.lang.Long licitacao, java.lang.String id) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException