public interface PolicyAccountService extends IModelService<PolicyAccount>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cleanGlobals(String code,
String doms)
清除指定租户的自定义方案
|
void |
exportIn(String json)
导入方案
|
List<com.jfinal.plugin.activerecord.Record> |
getDefPolicys(String moduleCode)
获取账号模型方案列表(包括默认方案,主要用于后台管理)
|
List<com.jfinal.plugin.activerecord.Record> |
getGlobals(String code)
返回全局方案设置
|
PolicyAccount |
getPolicy(String code)
获取指定方案
|
PolicyAccount |
getPolicyDef(String code)
获取指定的预置方案
|
PolicyAccount |
modify(PolicyAccount acc)
添加或修改方案
|
void |
removeDefPolicy(String code)
删除预置方案
|
void |
removes(String ids)
删除方案
|
able, batchSave, batchUpdate, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, paginate, paginate, removeRepeat, save, saveOrUpdate, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, updateList<com.jfinal.plugin.activerecord.Record> getDefPolicys(String moduleCode)
moduleCode - PolicyAccount modify(PolicyAccount acc)
acc - void removes(String ids)
acc - void removeDefPolicy(String code)
code - void exportIn(String json)
json - PolicyAccount getPolicy(String code)
code - PolicyAccount getPolicyDef(String code)
code - List<com.jfinal.plugin.activerecord.Record> getGlobals(String code)
code - Copyright © 2023. All rights reserved.