接口 IBiz

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void AfterDictObjSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, top.daxian1218.dust.db.dict.DictObj obj)  
      void AfterDictObjSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, top.daxian1218.dust.db.dict.DictObj obj)  
      void AfterSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)  
      void AfterSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)  
      boolean BeforeDictObjSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, top.daxian1218.dust.db.dict.DictObj obj)  
      boolean BeforeDictObjSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, top.daxian1218.dust.db.dict.DictObj obj)  
      boolean BeforeSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)  
      boolean BeforeSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)  
      java.lang.Object DoActionAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, java.lang.String actionCode, MenuStore input)  
      void ExportData​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)  
      top.daxian1218.dust.db.dict.condition.DictCondition GetUserCondition​(top.daxian1218.dust.db.base.IDataAdapter adapter, top.daxian1218.dust.db.dict.DictObj obj, java.lang.String columnName, java.lang.String columnValue)  
      void HandleDataRightAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, top.daxian1218.dust.db.dict.DictObj obj)  
      void ImportData​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)  
      java.util.List<top.daxian1218.dust.db.dict.DictObj> Save​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore)
      保存
      java.util.List<top.daxian1218.dust.db.dict.DictObj> SearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore)  
    • 方法详细资料

      • BeforeSearchAsync

        boolean BeforeSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                  MenuStore dict)
      • BeforeDictObjSearchAsync

        boolean BeforeDictObjSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                         MenuStore dict,
                                         top.daxian1218.dust.db.dict.DictObj obj)
      • AfterDictObjSearchAsync

        void AfterDictObjSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                     MenuStore dict,
                                     top.daxian1218.dust.db.dict.DictObj obj)
      • AfterSearchAsync

        void AfterSearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                              MenuStore dict)
      • BeforeSaveAsync

        boolean BeforeSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                MenuStore dict)
      • BeforeDictObjSaveAsync

        boolean BeforeDictObjSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                       MenuStore dict,
                                       top.daxian1218.dust.db.dict.DictObj obj)
      • AfterDictObjSaveAsync

        void AfterDictObjSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                   MenuStore dict,
                                   top.daxian1218.dust.db.dict.DictObj obj)
      • AfterSaveAsync

        void AfterSaveAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                            MenuStore dict)
      • ImportData

        void ImportData​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                        MenuStore dict,
                        java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)
      • ExportData

        void ExportData​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                        MenuStore dict,
                        java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)
      • HandleDataRightAsync

        void HandleDataRightAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                  top.daxian1218.dust.db.dict.DictObj obj)
      • GetUserCondition

        top.daxian1218.dust.db.dict.condition.DictCondition GetUserCondition​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                                                             top.daxian1218.dust.db.dict.DictObj obj,
                                                                             java.lang.String columnName,
                                                                             java.lang.String columnValue)
      • Save

        java.util.List<top.daxian1218.dust.db.dict.DictObj> Save​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                                                 MenuStore menuStore)
        保存
        参数:
        adapter -
        menuStore -
        返回:
      • SearchAsync

        java.util.List<top.daxian1218.dust.db.dict.DictObj> SearchAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                                                        MenuStore menuStore)
      • DoActionAsync

        java.lang.Object DoActionAsync​(top.daxian1218.dust.db.base.IDataAdapter adapter,
                                       java.lang.String actionCode,
                                       MenuStore input)