| 程序包 | 说明 |
|---|---|
| itez.plat.main.service | |
| itez.plat.main.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.jfinal.plugin.activerecord.Record> |
PolicyService.getDetails(PolicyServiceImpl.POLICYS type)
返回指定策略的明细列表
|
void |
PolicyService.modify(PolicyServiceImpl.POLICYS type,
EPara paras)
新增或修改指定策略
|
void |
PolicyService.remove(PolicyServiceImpl.POLICYS type,
String code)
删除指定策略
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PolicyServiceImpl.POLICYS |
PolicyServiceImpl.POLICYS.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PolicyServiceImpl.POLICYS[] |
PolicyServiceImpl.POLICYS.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.jfinal.plugin.activerecord.Record> |
PolicyServiceImpl.getDetails(PolicyServiceImpl.POLICYS type) |
void |
PolicyServiceImpl.modify(PolicyServiceImpl.POLICYS type,
EPara paras) |
void |
PolicyServiceImpl.remove(PolicyServiceImpl.POLICYS type,
String code) |
Copyright © 2023. All rights reserved.