@ProviderType
public class DDLRecordSetServiceSoap
extends java.lang.Object
DDLRecordSetServiceUtil service utility. The
static methods of this class calls the same methods of the service utility.
However, the signatures are different because it is difficult for SOAP to
support certain types.
ServiceBuilder follows certain rules in translating the methods. For example,
if the method in the service utility returns a List, that
is translated to an array of DDLRecordSetSoap.
If the method in the service utility returns a
DDLRecordSet, that is translated to a
DDLRecordSetSoap. Methods that SOAP cannot
safely wire are skipped.
The benefits of using the SOAP utility is that it is cross platform compatible. SOAP allows different languages like Java, .NET, C++, PHP, and even Perl, to call the generated services. One drawback of SOAP is that it is slow because it needs to serialize all calls into a text format (XML).
You can see a list of services at http://localhost:8080/api/axis. Set the property axis.servlet.hosts.allowed in portal.properties to configure security.
The SOAP utility is only generated for remote services.
DDLRecordSetServiceHttp,
DDLRecordSetSoap,
DDLRecordSetServiceUtil| Constructor and Description |
|---|
DDLRecordSetServiceSoap() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portlet.dynamicdatalists.model.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,
com.liferay.portal.service.ServiceContext serviceContext) |
static void |
deleteRecordSet(long recordSetId) |
static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap |
getRecordSet(long recordSetId) |
static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap[] |
search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap[] |
search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator) |
static int |
searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope) |
static int |
searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator) |
static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap |
updateMinDisplayRows(long recordSetId,
int minDisplayRows,
com.liferay.portal.service.ServiceContext serviceContext) |
static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap |
updateRecordSet(long recordSetId,
long ddmStructureId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
com.liferay.portal.service.ServiceContext serviceContext) |
static com.liferay.portlet.dynamicdatalists.model.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,
com.liferay.portal.service.ServiceContext serviceContext) |
public static com.liferay.portlet.dynamicdatalists.model.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,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static void deleteRecordSet(long recordSetId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap getRecordSet(long recordSetId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap[] search(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap[] search(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static int searchCount(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static int searchCount(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap updateMinDisplayRows(long recordSetId,
int minDisplayRows,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.DDLRecordSetSoap updateRecordSet(long recordSetId,
long ddmStructureId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int minDisplayRows,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic static com.liferay.portlet.dynamicdatalists.model.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,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteException