| 程序包 | 说明 |
|---|---|
| net.ibizsys.model.app.dataentity | |
| net.ibizsys.model.dataentity.service | |
| net.ibizsys.model.testing |
| 限定符和类型 | 方法和说明 |
|---|---|
IPSDEServiceAPIMethod |
PSAppDEMethodImpl.getPSDEServiceAPIMethod() |
IPSDEServiceAPIMethod |
IPSAppDEMethod.getPSDEServiceAPIMethod()
获取服务接口方法
|
IPSDEServiceAPIMethod |
PSAppDEMethodImpl.getPSDEServiceAPIMethodMust() |
IPSDEServiceAPIMethod |
IPSAppDEMethod.getPSDEServiceAPIMethodMust()
获取服务接口方法,不存在时抛出异常
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PSAppDEMethodImpl.setPSDEServiceAPIMethod(IPSDEServiceAPIMethod psdeserviceapimethod) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PSDEServiceAPIMethodImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
IPSDEServiceAPIMethod |
PSDEServiceAPIRSImpl.getPSDEServiceAPIMethod(java.lang.Object objKey,
boolean bTryMode) |
IPSDEServiceAPIMethod |
PSDEServiceAPIImpl.getPSDEServiceAPIMethod(java.lang.Object objKey,
boolean bTryMode) |
IPSDEServiceAPIMethod |
IPSDEServiceAPIRS.getPSDEServiceAPIMethod(java.lang.Object objKey,
boolean bTryMode)
获取接口方法集合的指定项
|
IPSDEServiceAPIMethod |
IPSDEServiceAPI.getPSDEServiceAPIMethod(java.lang.Object objKey,
boolean bTryMode)
获取接口方法集合的指定项
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<IPSDEServiceAPIMethod> |
PSDEServiceAPIRSImpl.getPSDEServiceAPIMethods() |
java.util.List<IPSDEServiceAPIMethod> |
PSDEServiceAPIImpl.getPSDEServiceAPIMethods() |
java.util.List<IPSDEServiceAPIMethod> |
IPSDEServiceAPIRS.getPSDEServiceAPIMethods()
获取接口方法集合
|
java.util.List<IPSDEServiceAPIMethod> |
IPSDEServiceAPI.getPSDEServiceAPIMethods()
获取接口方法集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PSDEServiceAPIRSImpl.setPSDEServiceAPIMethods(java.util.List<IPSDEServiceAPIMethod> list) |
void |
PSDEServiceAPIImpl.setPSDEServiceAPIMethods(java.util.List<IPSDEServiceAPIMethod> list) |
void |
IPSDEServiceAPIRS.setPSDEServiceAPIMethods(java.util.List<IPSDEServiceAPIMethod> list)
设置接口方法集合
|
void |
IPSDEServiceAPI.setPSDEServiceAPIMethods(java.util.List<IPSDEServiceAPIMethod> list)
设置接口方法集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
IPSDEServiceAPIMethod |
PSSysTestCase2Impl.getPSDEServiceAPIMethod() |
IPSDEServiceAPIMethod |
IPSDESAMethodTestCase.getPSDEServiceAPIMethod()
获取实体服务接口方法
|
IPSDEServiceAPIMethod |
PSSysTestCase2Impl.getPSDEServiceAPIMethodMust() |
IPSDEServiceAPIMethod |
IPSDESAMethodTestCase.getPSDEServiceAPIMethodMust()
获取实体服务接口方法,不存在时抛出异常
|