public class ListViewSvcPortStub extends org.apache.axis.client.Stub implements IListViewContract
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description | 
|---|
| ListViewSvcPortStub() | 
| ListViewSvcPortStub(javax.xml.rpc.Service service) | 
| ListViewSvcPortStub(URL endpointURL,
                   javax.xml.rpc.Service service) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSelectionByIndex(Integer hwnd,
                   Integer index) | 
| void | addSelectionByName(Integer hwnd,
                  String item) | 
| protected org.apache.axis.client.Call | createCall() | 
| void | deselectAll(Integer hwnd) | 
| String[] | getItemNames(Integer hwnd) | 
| Integer | getItemsCount(Integer hwnd) | 
| Integer | getSelectedIndex(Integer hwnd) | 
| String | getSelectedItem(Integer hwnd) | 
| String[] | getSelectedItems(Integer hwnd) | 
| void | removeSelectionByIndex(Integer hwnd,
                      Integer index) | 
| void | removeSelectionByName(Integer hwnd,
                     String item) | 
| void | selectAll(Integer hwnd) | 
| void | selectByIndex(Integer hwnd,
             Integer index) | 
| void | selectByName(Integer hwnd,
            String item) | 
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic ListViewSvcPortStub()
                    throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ListViewSvcPortStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ListViewSvcPortStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic void addSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
addSelectionByIndex in interface IListViewContractRemoteExceptionpublic void addSelectionByName(Integer hwnd, String item) throws RemoteException
addSelectionByName in interface IListViewContractRemoteExceptionprotected org.apache.axis.client.Call createCall()
                                          throws RemoteException
RemoteExceptionpublic void deselectAll(Integer hwnd) throws RemoteException
deselectAll in interface IListViewContractRemoteExceptionpublic String[] getItemNames(Integer hwnd) throws RemoteException
getItemNames in interface IListViewContractRemoteExceptionpublic Integer getItemsCount(Integer hwnd) throws RemoteException
getItemsCount in interface IListViewContractRemoteExceptionpublic Integer getSelectedIndex(Integer hwnd) throws RemoteException
getSelectedIndex in interface IListViewContractRemoteExceptionpublic String getSelectedItem(Integer hwnd) throws RemoteException
getSelectedItem in interface IListViewContractRemoteExceptionpublic String[] getSelectedItems(Integer hwnd) throws RemoteException
getSelectedItems in interface IListViewContractRemoteExceptionpublic void removeSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
removeSelectionByIndex in interface IListViewContractRemoteExceptionpublic void removeSelectionByName(Integer hwnd, String item) throws RemoteException
removeSelectionByName in interface IListViewContractRemoteExceptionpublic void selectAll(Integer hwnd) throws RemoteException
selectAll in interface IListViewContractRemoteExceptionpublic void selectByIndex(Integer hwnd, Integer index) throws RemoteException
selectByIndex in interface IListViewContractRemoteExceptionpublic void selectByName(Integer hwnd, String item) throws RemoteException
selectByName in interface IListViewContractRemoteExceptionCopyright © 2013. All rights reserved.