激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,a√天堂中文官网8

<ul id="buwfs"><strike id="buwfs"><strong id="buwfs"></strong></strike></ul>
    <output id="buwfs"></output>
  • <dfn id="buwfs"><source id="buwfs"></source></dfn>
      <dfn id="buwfs"><td id="buwfs"></td></dfn>
      <div id="buwfs"><small id="buwfs"></small></div>
      <dfn id="buwfs"><source id="buwfs"></source></dfn>
      1. <dfn id="buwfs"><td id="buwfs"></td></dfn>
        始創(chuàng)于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊有禮 登錄
        • 掛牌上市企業(yè)
        • 60秒人工響應
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補償
        全部產(chǎn)品
        您的位置: 網(wǎng)站首頁 > 幫助中心>文章內容

        Oracle ADF基于AM的兩種回滾寫法及切換行事件(附代碼)

        發(fā)布時間:  2012/8/31 17:31:50

        在進行行編輯時,難免會遇到切換行的時候。
        此時就要友好進行提示是否保存當前行數(shù)據(jù)再切換等等。

        則需要有切換行事件,PopUp彈出  確定時提交  取消時回滾。

        af:table組件有selectionListener屬性, 默認情況下

        都是 selectionListener="#{bindings.[VO名].collectionModel.makeCurrent}"
        -
         

        現(xiàn)在如果需要獲取換行的動作 則要在自己的managebean方法寫此方法

        如: selectionListener="#{pageFlowScope.[VO名].tableSelectionListener}" 其中pageFlowScope是我的managebean的生命周期,tableSelectionListener是我定義的 獲取selectionListener的監(jiān)聽方法

        1.public void tableSelectionListener(SelectionEvent selectionEvent,ViewObjectImpl vo) throws Exception { 
        2. 
        3.  Row currentRow = vo.getCurrentRow(); 
        4.  String Id = (String)(currentRow.getAttribute("Id"));  5.  if("-1".equals(Id))  6.  { 
        7.      RichPopup continuePop = (RichPopup)JSFUtils.findComponentInRoot("confirm2");  8.      RichPopup.PopupHints ph = new RichPopup.PopupHints();   9.      continuePop.show(ph); 
        10.      return;  11.  } 
        12.  GenericTableSelectionHandler.makeCurrent(selectionEvent); 
        13.} 
        此處校驗如果該行是新增行狀態(tài)的話,則會彈出Popup

        GenericTableSelectionHandler.makeCurrent(selectionEvent);寫的位置也很重要

        <>如果寫在函數(shù)的最初,則獲取到currentRow為切換后的行,www.linuxidc.com 在此句之前執(zhí)行的currentRow都為切換行之前的currentRow.

        代碼中JSFUitls.findComponentInRoot("confirm2")為找到 id為confirm2的組件

        UI上是這么寫的:

        <af:popup autoCancel="enabled" id="afterCommit" animate="default"
                                                              contentDelivery="lazyUncached">
                                                        <af:dialog title="請確認" type="none" id="d2">
                                                            <af:activeOutputText value="是否保存?" id="aot2"/>
                                                            <f:facet name="buttonBar">
                                                                <af:group id="g2">
                                                                    <af:commandButton text="確定" id="cb3111"
                                                                                      actionListener="#{pageFlowScope.[自己的MB].makeSureButtonAction}"/>
                                                                    <af:commandButton text="取消" id="cb4"
                                                                                      actionListener="#{pageFlowScope.[自己的MB].makeNoButtonAction}"/>
                                                                </af:group>
                                                            </f:facet>
                                                        </af:dialog>
                                                    </af:popup>

         

        確定走makeSureButtonAction,取消走makeNoButtonAction

        確定就把am提交。取消則回滾。

        介紹兩種回滾方式:

        1。數(shù)據(jù)庫回滾,am.getDBTransaction().rollback();通過得到am的dbtransaction的回滾方法 界面上的值也會回滾成數(shù)據(jù)庫的值

        2. 同樣是數(shù)據(jù)庫的回滾 am.getDBTransaction().createPreparedStatement("commit", 1).getConnection().rollback();

        與1的區(qū)別為界面上的值是不會回滾成數(shù)據(jù)庫的值的,仍然保留更改過的值


        本文出自:億恩科技【mszdt.com】

        服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

      2. 您可能在找
      3. 億恩北京公司:
      4. 經(jīng)營性ICP/ISP證:京B2-20150015
      5. 億恩鄭州公司:
      6. 經(jīng)營性ICP/ISP/IDC證:豫B1.B2-20060070
      7. 億恩南昌公司:
      8. 經(jīng)營性ICP/ISP證:贛B2-20080012
      9. 服務器/云主機 24小時售后服務電話:0371-60135900
      10. 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
      11. 專注服務器托管17年
        掃掃關注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區(qū)翠竹街1號總部企業(yè)基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網(wǎng)安備41019702002023號
          0
         
         
         
         

        0371-60135900
        7*24小時客服服務熱線