@Repository public class ModulosServicoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<ModulosServico>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ModulosServicoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
apagarPorTipoServico(java.lang.Long tipoServico) |
java.lang.Long |
consultaSeExisteSuperior(java.lang.Long sequencia) |
java.lang.Long |
consultaSeExisteTipoServico(java.lang.Long codigo) |
java.util.List<ModulosServico> |
getListaSuperior(java.lang.Long tipoServico) |
java.util.List<ModulosServicoVo> |
getParametrosLinhasEconomicidade(java.lang.Long tipoServico,
java.lang.Long movimento) |
apagar, ativarControleRegistro, desativarControleRegistro, inserir, localizar, localizar, recuperar, recuperar, reSeleciona, retornarTodos, salvar, setVariaveisDeSessao
delete, delete, executeProcedure, executeProcedure, getTransactionManager, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForObject, queryForObject, queryForObject, setTransactionManager, update, update
private static final long serialVersionUID
@Autowired public ModulosServicoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.lang.Long consultaSeExisteSuperior(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ModulosServico> getListaSuperior(java.lang.Long tipoServico) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void apagarPorTipoServico(java.lang.Long tipoServico) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long consultaSeExisteTipoServico(java.lang.Long codigo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ModulosServicoVo> getParametrosLinhasEconomicidade(java.lang.Long tipoServico, java.lang.Long movimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException