public class FornecedorPublicService
extends java.lang.Object
implements br.inf.thema.erp.integracao.materiais.service.compras.FornecedorPublicService
Modifier and Type | Field and Description |
---|---|
private FornecedorDao |
fornecedorDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
FornecedorPublicService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.integracao.materiais.entidade.compras.eletronicas.Fornecedor> |
getDao() |
void |
notificaDocumentos(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
removeDocRecusado(java.lang.Long inscricao) |
private static final long serialVersionUID
@Autowired private FornecedorDao fornecedorDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.integracao.materiais.entidade.compras.eletronicas.Fornecedor> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void notificaDocumentos(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
notificaDocumentos
in interface br.inf.thema.erp.integracao.materiais.service.compras.FornecedorPublicService
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void removeDocRecusado(java.lang.Long inscricao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
removeDocRecusado
in interface br.inf.thema.erp.integracao.materiais.service.compras.FornecedorPublicService
br.inf.thema.erp.infra.service.exception.ErpServiceException