com.liferay.client.soap.portlet.softwarecatalog.service.http
Class Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.softwarecatalog.service.http.Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
- All Implemented Interfaces:
- SCFrameworkVersionServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements SCFrameworkVersionServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
SCFrameworkVersionSoap |
addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersionSoap |
getFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersionSoap[] |
getFrameworkVersions(long groupId,
boolean active)
|
SCFrameworkVersionSoap[] |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
SCFrameworkVersionSoap |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
|
Methods inherited from class org.apache.axis.client.Stub |
_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, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
public Portlet_SC_SCFrameworkVersionServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
public Portlet_SC_SCFrameworkVersionServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_SC_SCFrameworkVersionServiceSoapBindingStub
public Portlet_SC_SCFrameworkVersionServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addFrameworkVersion
public SCFrameworkVersionSoap addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addFrameworkVersion
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException
deleteFrameworkVersion
public void deleteFrameworkVersion(long frameworkVersionId)
throws java.rmi.RemoteException
- Specified by:
deleteFrameworkVersion
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException
getFrameworkVersion
public SCFrameworkVersionSoap getFrameworkVersion(long frameworkVersionId)
throws java.rmi.RemoteException
- Specified by:
getFrameworkVersion
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException
getFrameworkVersions
public SCFrameworkVersionSoap[] getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getFrameworkVersions
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException
getFrameworkVersions
public SCFrameworkVersionSoap[] getFrameworkVersions(long groupId,
boolean active)
throws java.rmi.RemoteException
- Specified by:
getFrameworkVersions
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException
updateFrameworkVersion
public SCFrameworkVersionSoap updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
throws java.rmi.RemoteException
- Specified by:
updateFrameworkVersion
in interface SCFrameworkVersionServiceSoap
- Throws:
java.rmi.RemoteException