@Service public class PepsProdutoAlmoxConsultaService extends br.inf.thema.erp.infra.service.ManutencaoService<ProdutoPepsVo>
Modifier and Type | Field and Description |
---|---|
private ProdutoPepsDao |
produtoPepsDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PepsProdutoAlmoxConsultaService() |
Modifier and Type | Method and Description |
---|---|
void |
apagar(ProdutoPepsVo entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoPepsVo> |
getDao() |
void |
inserir(ProdutoPepsVo entidade) |
java.util.List<ProdutoPepsVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
salvar(ProdutoPepsVo entidade) |
private static final long serialVersionUID
@Autowired private ProdutoPepsDao produtoPepsDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ProdutoPepsVo> getDao()
public java.util.List<ProdutoPepsVo> 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<ProdutoPepsVo>
recuperar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoPepsVo>
br.inf.thema.erp.infra.exception.ErpException
public void salvar(ProdutoPepsVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
salvar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoPepsVo>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoPepsVo>
br.inf.thema.erp.infra.exception.ErpException
public void apagar(ProdutoPepsVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
apagar
in interface br.inf.thema.erp.infra.Manutencao<ProdutoPepsVo>
apagar
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoPepsVo>
br.inf.thema.erp.infra.exception.ErpException
public void inserir(ProdutoPepsVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
inserir
in interface br.inf.thema.erp.infra.Manutencao<ProdutoPepsVo>
inserir
in class br.inf.thema.erp.infra.service.ManutencaoService<ProdutoPepsVo>
br.inf.thema.erp.infra.exception.ErpException