@Service public class ArquivoCompraAudespService extends br.inf.thema.erp.infra.service.ManutencaoService<ArquivoCompraAudesp>
Modifier and Type | Field and Description |
---|---|
private ArquivoCompraAudespDao |
arquivoCompraAudespDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ArquivoCompraAudespService() |
Modifier and Type | Method and Description |
---|---|
void |
atualizarSituacao(java.lang.Long sequencia,
java.lang.Long situacao,
java.lang.Long usuarioCorrente) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ArquivoCompraAudesp> |
getDao() |
private static final long serialVersionUID
@Autowired private ArquivoCompraAudespDao arquivoCompraAudespDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ArquivoCompraAudesp> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void atualizarSituacao(java.lang.Long sequencia, java.lang.Long situacao, java.lang.Long usuarioCorrente) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException