@Service public class ServicosVersaoService extends br.inf.thema.erp.infra.service.ManutencaoService<ServicosVersao>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private ServicosVersaoDao |
servicosVersaoDao |
Constructor and Description |
---|
ServicosVersaoService() |
Modifier and Type | Method and Description |
---|---|
void |
copiaServicosVersao(java.lang.Long versao,
java.lang.Long versaoCopia) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ServicosVersao> |
getDao() |
private static final long serialVersionUID
@Autowired private ServicosVersaoDao servicosVersaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ServicosVersao> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void copiaServicosVersao(java.lang.Long versao, java.lang.Long versaoCopia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException