public abstract class DictComponent extends java.lang.Object implements IBiz
构造器和说明 |
---|
DictComponent() |
限定符和类型 | 方法和说明 |
---|---|
void |
AfterDictObjSaveAsync(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore wrap,
top.daxian1218.dust.db.dict.DictObj obj) |
void |
AfterDictObjSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore menuStore,
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 menuStore,
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 menuStore) |
protected void |
bindMasterDetail(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore store,
top.daxian1218.dust.db.dict.DictObj obj,
java.lang.Boolean query)
绑定主从关系,暂时只支持一主多从关系。
|
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> obj) |
protected com.alibaba.fastjson.JSONObject |
getConditionInput(top.daxian1218.dust.db.dict.DictObj dictObj)
获取固定条件的录入
假设字段为col, 则json的key映射为 )col -> col大于 (col -> col小于 ]col -> col大于等于 [col -> col小于等于 #col -> col等于null或者不等于null,取决于value是true(不等于null),还是false(等于null) =col -> col等于 ! |
protected top.daxian1218.dust.service.security.DustUser |
getCurrentUser() |
protected java.lang.String[] |
getRoles() |
protected java.lang.String |
getSqlWhere(top.daxian1218.dust.db.base.IDataAdapter adapter,
top.daxian1218.dust.db.dict.DictObj dictObj) |
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> obj) |
java.util.List<top.daxian1218.dust.db.dict.DictObj> |
Save(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore store)
保存
|
java.util.List<top.daxian1218.dust.db.dict.DictObj> |
SearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore store) |
protected void |
SearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore store,
top.daxian1218.dust.db.dict.DictObj obj) |
void |
updateRelationKeys(top.daxian1218.dust.db.base.IDataAdapter adapter,
MenuStore store,
top.daxian1218.dust.db.dict.DictObj obj) |
protected top.daxian1218.dust.service.security.DustUser getCurrentUser()
protected java.lang.String[] getRoles()
public boolean BeforeSaveAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)
BeforeSaveAsync
在接口中 IBiz
public void ImportData(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> obj)
ImportData
在接口中 IBiz
public void ExportData(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, java.util.List<top.daxian1218.dust.db.dict.DictObj> obj)
ExportData
在接口中 IBiz
public boolean BeforeDictObjSaveAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict, top.daxian1218.dust.db.dict.DictObj obj)
BeforeDictObjSaveAsync
在接口中 IBiz
public java.util.List<top.daxian1218.dust.db.dict.DictObj> Save(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore store)
IBiz
public void AfterDictObjSaveAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore wrap, top.daxian1218.dust.db.dict.DictObj obj)
AfterDictObjSaveAsync
在接口中 IBiz
public void AfterSaveAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)
AfterSaveAsync
在接口中 IBiz
public boolean BeforeDictObjSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore, top.daxian1218.dust.db.dict.DictObj obj)
BeforeDictObjSearchAsync
在接口中 IBiz
public boolean BeforeSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore)
BeforeSearchAsync
在接口中 IBiz
public java.util.List<top.daxian1218.dust.db.dict.DictObj> SearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore store)
SearchAsync
在接口中 IBiz
protected void SearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore store, top.daxian1218.dust.db.dict.DictObj obj)
protected void bindMasterDetail(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore store, top.daxian1218.dust.db.dict.DictObj obj, java.lang.Boolean query)
public void updateRelationKeys(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore store, top.daxian1218.dust.db.dict.DictObj obj)
public void AfterDictObjSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore menuStore, top.daxian1218.dust.db.dict.DictObj obj)
AfterDictObjSearchAsync
在接口中 IBiz
public void AfterSearchAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, MenuStore dict)
AfterSearchAsync
在接口中 IBiz
public void HandleDataRightAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, top.daxian1218.dust.db.dict.DictObj obj)
HandleDataRightAsync
在接口中 IBiz
public 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)
GetUserCondition
在接口中 IBiz
public java.lang.Object DoActionAsync(top.daxian1218.dust.db.base.IDataAdapter adapter, java.lang.String actionCode, MenuStore input)
DoActionAsync
在接口中 IBiz
protected java.lang.String getSqlWhere(top.daxian1218.dust.db.base.IDataAdapter adapter, top.daxian1218.dust.db.dict.DictObj dictObj)
protected com.alibaba.fastjson.JSONObject getConditionInput(top.daxian1218.dust.db.dict.DictObj dictObj)
dictObj
-