public interface MDRRuleGroupServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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[] |
getRuleGroups(long[] groupIds,
int start,
int end) |
int |
getRuleGroupsCount(long[] groupIds) |
MDRRuleGroupSoap |
updateRuleGroup(long ruleGroupId,
java.lang.String[] nameMapLanguageIds,
java.lang.String[] nameMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
ServiceContext serviceContext) |
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
java.rmi.RemoteExceptionMDRRuleGroupSoap copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteRuleGroup(long ruleGroupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMDRRuleGroupSoap fetchRuleGroup(long ruleGroupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMDRRuleGroupSoap getRuleGroup(long ruleGroupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getRuleGroupsCount(long[] groupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMDRRuleGroupSoap[] getRuleGroups(long[] groupIds, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMDRRuleGroupSoap 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
java.rmi.RemoteException