📄 portfolioporttype.java.svn-base
字号:
/**
* PortfolioPortType.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package ase.assignment.sts.ws.portfolio;
public interface PortfolioPortType extends java.rmi.Remote {
public ase.assignment.sts.ws.beans.PortfolioEntity findById(int porId) throws java.rmi.RemoteException;
public ase.assignment.sts.ws.beans.PortfolioEntity[] getAllPortfolios(java.lang.String username) throws java.rmi.RemoteException;
public void delete(int porId) throws java.rmi.RemoteException;
public void create(ase.assignment.sts.ws.beans.PortfolioEntity entity) throws java.rmi.RemoteException;
public void update(ase.assignment.sts.ws.beans.PortfolioEntity entity) throws java.rmi.RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -