@Service
public class AudespService
extends br.inf.thema.erp.infra.service.ManutencaoService<br.inf.thema.erp.padrao.entidades.Entidade>
Modifier and Type | Field and Description |
---|---|
private AudespDao |
audespDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AudespService() |
Modifier and Type | Method and Description |
---|---|
void |
consisteRegistro(java.lang.Long origem,
java.lang.Long chave) |
br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.padrao.entidades.Entidade> |
getDao() |
private static final long serialVersionUID
@Autowired private AudespDao audespDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<br.inf.thema.erp.padrao.entidades.Entidade> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void consisteRegistro(java.lang.Long origem, java.lang.Long chave) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException