@Service public class TabelaPrecoService extends br.inf.thema.erp.infra.service.ManutencaoService<TabelaPrecoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TabelaPrecoDao |
tabelaPrecoDao |
Constructor and Description |
---|
TabelaPrecoService() |
Modifier and Type | Method and Description |
---|---|
void |
excluirTabelaPreco(java.lang.Long origem,
java.lang.String exercicio,
java.lang.String mes) |
br.inf.thema.erp.infra.dao.ManutencaoDao<TabelaPrecoVo> |
getDao() |
void |
importarEmLoteTransacional(java.util.List<TabelaPrecoVo> entidades) |
java.util.List<TabelaPrecoVo> |
obterListaClassePorOrigemExercicioMes(java.lang.Long origem,
java.lang.String exercicio,
java.lang.String mes) |
java.util.List<TabelaPrecoVo> |
obterListaExercicioPorOrigem(java.lang.Long origem) |
java.util.List<TabelaPrecoVo> |
obterListaMesPorOrigemExercicio(java.lang.Long origem,
java.lang.String exercicio) |
java.util.List<TabelaPrecoVo> |
obterListaTipoPorOrigemExercicioMesClasse(java.lang.Long origem,
java.lang.String exercicio,
java.lang.String mes,
java.lang.String codigoClasse) |
private static final long serialVersionUID
@Autowired private TabelaPrecoDao tabelaPrecoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TabelaPrecoVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void importarEmLoteTransacional(java.util.List<TabelaPrecoVo> entidades) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TabelaPrecoVo> obterListaExercicioPorOrigem(java.lang.Long origem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TabelaPrecoVo> obterListaMesPorOrigemExercicio(java.lang.Long origem, java.lang.String exercicio) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TabelaPrecoVo> obterListaClassePorOrigemExercicioMes(java.lang.Long origem, java.lang.String exercicio, java.lang.String mes) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TabelaPrecoVo> obterListaTipoPorOrigemExercicioMesClasse(java.lang.Long origem, java.lang.String exercicio, java.lang.String mes, java.lang.String codigoClasse) 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 excluirTabelaPreco(java.lang.Long origem, java.lang.String exercicio, java.lang.String mes) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException