com.liferay.client.soap.portlet.dynamicdatalists.service.http
Interface DDLRecordSetServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_DDL_DDLRecordSetServiceSoapBindingImpl, Portlet_DDL_DDLRecordSetServiceSoapBindingStub
public interface DDLRecordSetServiceSoap
- extends java.rmi.Remote
|
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)
|
addRecordSet
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
- Throws:
java.rmi.RemoteException
deleteRecordSet
void deleteRecordSet(long recordSetId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRecordSet
DDLRecordSetSoap getRecordSet(long recordSetId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateMinDisplayRows
DDLRecordSetSoap updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateRecordSet
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
- Throws:
java.rmi.RemoteException
updateRecordSet
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
- Throws:
java.rmi.RemoteException