com.liferay.client.soap.portlet.dynamicdatalists.service.http
Class Portlet_DDL_DDLRecordSetServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.dynamicdatalists.service.http.Portlet_DDL_DDLRecordSetServiceSoapBindingStub
- All Implemented Interfaces:
- DDLRecordSetServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_DDL_DDLRecordSetServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements DDLRecordSetServiceSoap
| 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 |
DDLRecordSetSoap |
addRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteRecordSet(long recordSetId)
|
DDLRecordSetSoap |
getRecordSet(long recordSetId)
|
DDLRecordSetSoap |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSetSoap |
updateRecordSet(long recordSetId,
long ddmStructureId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSetSoap |
updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
ServiceContext serviceContext)
|
| 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_DDL_DDLRecordSetServiceSoapBindingStub
public Portlet_DDL_DDLRecordSetServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DDL_DDLRecordSetServiceSoapBindingStub
public Portlet_DDL_DDLRecordSetServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DDL_DDLRecordSetServiceSoapBindingStub
public Portlet_DDL_DDLRecordSetServiceSoapBindingStub(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
addRecordSet
public DDLRecordSetSoap addRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addRecordSet in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException
deleteRecordSet
public void deleteRecordSet(long recordSetId)
throws java.rmi.RemoteException
- Specified by:
deleteRecordSet in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException
getRecordSet
public DDLRecordSetSoap getRecordSet(long recordSetId)
throws java.rmi.RemoteException
- Specified by:
getRecordSet in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException
updateMinDisplayRows
public DDLRecordSetSoap updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateMinDisplayRows in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException
updateRecordSet
public DDLRecordSetSoap updateRecordSet(long recordSetId,
long ddmStructureId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateRecordSet in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException
updateRecordSet
public DDLRecordSetSoap updateRecordSet(long groupId,
long ddmStructureId,
java.lang.String recordSetKey,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateRecordSet in interface DDLRecordSetServiceSoap
- Throws:
java.rmi.RemoteException