@Service public class TcersTabelasService extends br.inf.thema.erp.infra.service.ManutencaoService<TcersTabelas>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TcersTabelasDao |
tcersTabelasDao |
Constructor and Description |
---|
TcersTabelasService() |
Modifier and Type | Method and Description |
---|---|
void |
excluiIdMedicao(java.lang.Long identificadorobra,
java.lang.Long identificadorMedicao) |
int |
existeTcersTabelas(java.lang.Long baseLegal) |
br.inf.thema.erp.infra.dao.ManutencaoDao<TcersTabelas> |
getDao() |
void |
insereIdMedicao(java.lang.Long identificadorobra,
java.lang.Long identificadorMedicao,
java.lang.Long idexterno) |
java.util.List<TcersTabelasVo> |
recuperaCodigoPorChaveOrigem(java.lang.String chaveOrigem,
java.lang.Long versao,
java.lang.Long tabela) |
java.util.List<TcersTabelas> |
recuperarTipoPorCodigoTabela(java.lang.Long codigo,
java.lang.Long tabela) |
java.util.List<TcersTabelas> |
recuperarTipoPorCodigoTabelaDocObra(java.lang.Long codigo,
java.lang.Long tabela) |
java.util.List<TcersTabelas> |
recuperarTipoPorCodigoTabelaOrigem(java.lang.Long codigo,
java.lang.Long tabela,
java.lang.String exercicio,
java.lang.Long numero) |
private static final long serialVersionUID
@Autowired private TcersTabelasDao tcersTabelasDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TcersTabelas> getDao()
public java.util.List<TcersTabelas> recuperarTipoPorCodigoTabela(java.lang.Long codigo, java.lang.Long tabela) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TcersTabelas> recuperarTipoPorCodigoTabelaDocObra(java.lang.Long codigo, java.lang.Long tabela) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TcersTabelas> recuperarTipoPorCodigoTabelaOrigem(java.lang.Long codigo, java.lang.Long tabela, java.lang.String exercicio, java.lang.Long numero) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TcersTabelasVo> recuperaCodigoPorChaveOrigem(java.lang.String chaveOrigem, java.lang.Long versao, java.lang.Long tabela) 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 insereIdMedicao(java.lang.Long identificadorobra, java.lang.Long identificadorMedicao, java.lang.Long idexterno) 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 excluiIdMedicao(java.lang.Long identificadorobra, java.lang.Long identificadorMedicao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public int existeTcersTabelas(java.lang.Long baseLegal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException