public interface 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) |
boolean BeforeSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)
boolean BeforeDictObjSearchAsync(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 AfterSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)
boolean BeforeSaveAsync(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)
void AfterDictObjSaveAsync(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 ImportData(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)
void ExportData(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> objList)
void HandleDataRightAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, top.daxian1218.dust.db.dict.DictObj obj)
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)
java.util.List<top.daxian1218.dust.db.dict.DictObj> Save(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore)
adapter
- menuStore
- java.util.List<top.daxian1218.dust.db.dict.DictObj> SearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore)
java.lang.Object DoActionAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, java.lang.String actionCode, MenuStore input)