| 程序包 | 说明 |
|---|---|
| net.ibizsys.model.app | |
| net.ibizsys.model.app.dataentity |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PSAppMethodDTOImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
IPSAppMethodDTO |
PSApplicationImpl.getPSAppMethodDTO(java.lang.Object objKey,
boolean bTryMode) |
IPSAppMethodDTO |
IPSApplication.getPSAppMethodDTO(java.lang.Object objKey,
boolean bTryMode)
获取应用方法DTO集合的指定项
|
IPSAppMethodDTO |
PSAppMethodDTOFieldImpl.getRefPSAppMethodDTO() |
IPSAppMethodDTO |
IPSAppMethodDTOField.getRefPSAppMethodDTO()
获取引用应用方法DTO对象
|
IPSAppMethodDTO |
PSAppMethodDTOFieldImpl.getRefPSAppMethodDTOMust() |
IPSAppMethodDTO |
IPSAppMethodDTOField.getRefPSAppMethodDTOMust()
获取引用应用方法DTO对象,不存在时抛出异常
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<IPSAppMethodDTO> |
PSApplicationImpl.getAllPSAppMethodDTOs() |
java.util.List<IPSAppMethodDTO> |
IPSApplication.getAllPSAppMethodDTOs()
获取应用方法DTO集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PSAppMethodDTOFieldImpl.setRefPSAppMethodDTO(IPSAppMethodDTO refpsappmethoddto) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PSApplicationImpl.setPSAppMethodDTOs(java.util.List<IPSAppMethodDTO> list) |
void |
IPSApplication.setPSAppMethodDTOs(java.util.List<IPSAppMethodDTO> list)
设置应用方法DTO集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
IPSAppMethodDTO |
PSAppDEMethodDTOImpl.getSrcPSAppMethodDTO() |
IPSAppMethodDTO |
IPSAppDEMethodDTO.getSrcPSAppMethodDTO()
获取源应用DTO
|
IPSAppMethodDTO |
PSAppDEMethodDTOImpl.getSrcPSAppMethodDTOMust() |
IPSAppMethodDTO |
IPSAppDEMethodDTO.getSrcPSAppMethodDTOMust()
获取源应用DTO,不存在时抛出异常
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PSAppDEMethodDTOImpl.setSrcPSAppMethodDTO(IPSAppMethodDTO srcpsappmethoddto) |