44454647484950
public void salvarSingleRow(){ this.singleRowEntity = this.demoService.salvarSingleRowEntity(singleRowEntity); } public void novoGridEntity(){ this.gridEdit = new GridEntity(); }
33343536373839
public SingleRowEntity obterSingleRowEntity() { List<SingleRowEntity> lista = singleRowEntityDataRepository.findAll(); if(!lista.isEmpty()){ return lista.get(0); } return new SingleRowEntity(); }