public class PolicyAccountServiceImpl extends EModelService<PolicyAccount> implements PolicyAccountService
dao| 构造器和说明 |
|---|
PolicyAccountServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, dbo, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, getConfigName, 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, selectFirst, selectFirst, update$comp, $domain, $logined, $uid, $user, $UUID, append, append, join, parseModel, parseRecordsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitable, 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, updatepublic List<com.jfinal.plugin.activerecord.Record> getDefPolicys(String moduleCode)
PolicyAccountServicegetDefPolicys 在接口中 PolicyAccountServicepublic PolicyAccount modify(PolicyAccount acc)
PolicyAccountServicemodify 在接口中 PolicyAccountServicepublic void exportIn(String json)
PolicyAccountServiceexportIn 在接口中 PolicyAccountServicepublic PolicyAccount getPolicy(String code)
PolicyAccountServicegetPolicy 在接口中 PolicyAccountServicepublic PolicyAccount getPolicyDef(String code)
PolicyAccountServicegetPolicyDef 在接口中 PolicyAccountServicepublic void removes(String ids)
PolicyAccountServiceremoves 在接口中 PolicyAccountServicepublic void removeDefPolicy(String code)
PolicyAccountServiceremoveDefPolicy 在接口中 PolicyAccountServicepublic List<com.jfinal.plugin.activerecord.Record> getGlobals(String code)
PolicyAccountServicegetGlobals 在接口中 PolicyAccountServicepublic void cleanGlobals(String code, String doms)
PolicyAccountServicecleanGlobals 在接口中 PolicyAccountServiceCopyright © 2023. All rights reserved.