@Service public class ServicoChamadoService extends br.inf.thema.erp.infra.service.ManutencaoService<ServicoChamado>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private ServicoChamadoDao |
servicoChamadoDao |
Constructor and Description |
---|
ServicoChamadoService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
gerarOrdemServico(java.lang.Long sequencia,
java.lang.String servicos,
java.lang.Long prioridade,
java.lang.String reclame,
java.lang.String solucao) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ServicoChamado> |
getDao() |
void |
importaServicosVersao(java.lang.Long chamado) |
void |
reabreServicoChamado(java.lang.Long servico,
java.lang.Long chamado) |
private static final long serialVersionUID
@Autowired private ServicoChamadoDao servicoChamadoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ServicoChamado> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public java.lang.String gerarOrdemServico(java.lang.Long sequencia, java.lang.String servicos, java.lang.Long prioridade, java.lang.String reclame, java.lang.String solucao) 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 reabreServicoChamado(java.lang.Long servico, java.lang.Long chamado) 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 importaServicosVersao(java.lang.Long chamado) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException