@Service public class ProdutoAlmoxConsultaService extends br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
Modifier and Type | Field and Description |
---|---|
private ProdutoAlmoxDao |
produtoAlmoxDao |
private ProdutoDao |
produtoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ProdutoAlmoxConsultaService() |
Modifier and Type | Method and Description |
---|---|
void |
apagar(ProdutoAlmoxVo entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoAlmoxVo> |
getDao() |
void |
inserir(ProdutoAlmoxVo entidade) |
java.util.List<ProdutoAlmoxVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<ProdutoAlmoxVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<ProdutoAlmoxVo> |
recuperarProdutoAlmoxConsumo(java.util.Map<java.lang.String,java.lang.Object> parametros)
Método que retorna os dados de Consumo de 1(um) Produto e 1(um) Almoxarifado especifico
|
void |
salvar(ProdutoAlmoxVo entidade) |
private static final long serialVersionUID
@Autowired private ProdutoAlmoxDao produtoAlmoxDao
@Autowired private ProdutoDao produtoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoAlmoxVo> getDao()
public java.util.List<ProdutoAlmoxVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.exception.ErpException
localizar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoAlmoxVo>
localizar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<ProdutoAlmoxVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.exception.ErpException
recuperar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoAlmoxVo>
recuperar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<ProdutoAlmoxVo> recuperarProdutoAlmoxConsumo(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.exception.ErpException
almoxarifado
- -> numero do Almoxarifadoproduto
- -> número do ProdutoErpDaoException
br.inf.thema.erp.infra.exception.ErpException
public void salvar(ProdutoAlmoxVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
salvar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoAlmoxVo>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
br.inf.thema.erp.infra.exception.ErpException
public void apagar(ProdutoAlmoxVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
apagar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoAlmoxVo>
apagar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
br.inf.thema.erp.infra.exception.ErpException
public void inserir(ProdutoAlmoxVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
inserir
in interface br.inf.thema.erp.infra.Manutencao<ProdutoAlmoxVo>
inserir
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoAlmoxVo>
br.inf.thema.erp.infra.exception.ErpException