Package com.exedosoft.plat

Examples of com.exedosoft.plat.Transaction.rollback()


        return NO_FORWARD;
      }
      this.setEchoValue(I18n.instance().get("翻译完成!"));

    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    } finally {
      t.end();
    }
View Full Code Here


      deleteRubbish(instance,"DO_BO_Delete");
      ///清楚缓存
      CacheFactory.getCacheData().put(instance.getUid(), null);
   
    } catch (ExedoException e) {
      t.rollback();
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    t.end();
  }
View Full Code Here

          export.exportBO(sb, biBO);
        }
      }
      t.end();
    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    }

    sb.append("</export>");
   
View Full Code Here

      }

      t.end();
    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    }
    setEchoValue(I18n.instance().get("复制成功,请点击左侧树节点进行操作!"));

    return DEFAULT_FORWARD;
View Full Code Here

       
       
      }
      t.end();
    } catch (Exception e) {
      t.rollback();
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    return DEFAULT_FORWARD;
View Full Code Here

      DOImport imp = new DOImport();
      imp.importXml("", fileName.toString());
    } catch (Exception e) {

      t.rollback();
      // TODO Auto-generated catch block
      e.printStackTrace();
    } finally {
      t.end();
    }
View Full Code Here

      paras.putValue("salience", "5");
      paras.putValue("bouid", biService.getValue("bouid"));
      this.service.invokeUpdate(paras);
      t.end();
    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    }
    this.setEchoValue(I18n.instance().get("成功生成规则!"));
    return DEFAULT_FORWARD;
View Full Code Here

        boServiceRule.getDInsertService().invokeUpdate(bi);
      }
      t.end();
      return biNewService;
    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
      return null;
    }
  }
View Full Code Here

      }
      this.setEchoValue(I18n.instance().get("翻译完成!"));

      t.end();
    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    }

    this.setEchoValue(I18n.instance().get("导入成功!"));
View Full Code Here

      genePaneAndGrid( aService, gridSupportMore, geneATable +  "_insert",insert);



    } catch (Exception e) {
      t.rollback();
      e.printStackTrace();
    } finally {
      t.end();
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.