com.liferay.client.soap.portlet.dynamicdatalists.service.http
Class Portlet_DDL_DDLRecordSetServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.dynamicdatalists.service.http.Portlet_DDL_DDLRecordSetServiceSoapBindingImpl
All Implemented Interfaces:
DDLRecordSetServiceSoap, java.rmi.Remote

public class Portlet_DDL_DDLRecordSetServiceSoapBindingImpl
extends java.lang.Object
implements DDLRecordSetServiceSoap


Constructor Summary
Portlet_DDL_DDLRecordSetServiceSoapBindingImpl()
           
 
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)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_DDL_DDLRecordSetServiceSoapBindingImpl

public Portlet_DDL_DDLRecordSetServiceSoapBindingImpl()
Method Detail

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