public class RelatorioComprasTempPublicService
extends java.lang.Object
implements br.inf.thema.erp.integracao.materiais.service.compras.RelatorioComprasTempPublicService
Modifier and Type | Field and Description |
---|---|
private RelatorioComprasTempDao |
relatorioComprasTempDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
RelatorioComprasTempPublicService() |
Modifier and Type | Method and Description |
---|---|
void |
inserir(br.inf.thema.erp.integracao.materiais.entidade.compras.RelatorioComprasTemp entidade) |
void |
limparTemporaria() |
private static final long serialVersionUID
@Autowired private RelatorioComprasTempDao relatorioComprasTempDao
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void limparTemporaria() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
limparTemporaria
in interface br.inf.thema.erp.integracao.materiais.service.compras.RelatorioComprasTempPublicService
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void inserir(br.inf.thema.erp.integracao.materiais.entidade.compras.RelatorioComprasTemp entidade) throws br.inf.thema.erp.infra.exception.ErpException
inserir
in interface br.inf.thema.erp.integracao.materiais.service.compras.RelatorioComprasTempPublicService
br.inf.thema.erp.infra.exception.ErpException