@Repository public class ItemTransferenciaAlmoxarifadoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<ItemTransferenciaAlmoxarifadoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ItemTransferenciaAlmoxarifadoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
preExcluirItemTransferencia(java.lang.String exercicio,
java.lang.Long numero) |
ItemTransferenciaAlmoxarifadoVo |
retornarDadosProdutoTransferencia(java.lang.Long produto,
java.lang.Long almoxOrigem,
java.lang.Long almoxDestino,
java.lang.String codigoLocal) |
java.util.List<ItemTransferenciaAlmoxarifadoVo> |
retornarItensPendentes(java.lang.Long sequenciaTransferencia) |
ParametrosItemTransferenciaAlmoxarifadoVo |
validaItemTransferencia(ParametrosItemTransferenciaAlmoxarifadoVo parametros) |
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 ItemTransferenciaAlmoxarifadoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public ParametrosItemTransferenciaAlmoxarifadoVo validaItemTransferencia(ParametrosItemTransferenciaAlmoxarifadoVo parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void preExcluirItemTransferencia(java.lang.String exercicio, java.lang.Long numero) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public ItemTransferenciaAlmoxarifadoVo retornarDadosProdutoTransferencia(java.lang.Long produto, java.lang.Long almoxOrigem, java.lang.Long almoxDestino, java.lang.String codigoLocal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ItemTransferenciaAlmoxarifadoVo> retornarItensPendentes(java.lang.Long sequenciaTransferencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException