com.liferay.client.soap.portlet.mobiledevicerules.service.http
Interface MDRRuleGroupServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_MDR_MDRRuleGroupServiceSoapBindingImpl, Portlet_MDR_MDRRuleGroupServiceSoapBindingStub
public interface MDRRuleGroupServiceSoap
- extends java.rmi.Remote
|
Method Summary |
MDRRuleGroupSoap |
addRuleGroup(long groupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
ServiceContext serviceContext)
|
MDRRuleGroupSoap |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroup(long ruleGroupId)
|
MDRRuleGroupSoap |
fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroupSoap |
getRuleGroup(long ruleGroupId)
|
MDRRuleGroupSoap |
updateRuleGroup(long ruleGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
ServiceContext serviceContext)
|
addRuleGroup
MDRRuleGroupSoap addRuleGroup(long groupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
copyRuleGroup
MDRRuleGroupSoap copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteRuleGroup
void deleteRuleGroup(long ruleGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
fetchRuleGroup
MDRRuleGroupSoap fetchRuleGroup(long ruleGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRuleGroup
MDRRuleGroupSoap getRuleGroup(long ruleGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateRuleGroup
MDRRuleGroupSoap updateRuleGroup(long ruleGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException