@ProviderType public class MDRRuleGroupServiceWrapper extends java.lang.Object implements MDRRuleGroupService, com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupService>
MDRRuleGroupService.MDRRuleGroupService| Constructor and Description |
|---|
MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService) |
| Modifier and Type | Method and Description |
|---|---|
MDRRuleGroup |
addRuleGroup(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
java.util.List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end) |
int |
getRuleGroupsCount(long[] groupIds) |
MDRRuleGroupService |
getWrappedService() |
void |
setWrappedService(MDRRuleGroupService mdrRuleGroupService) |
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
public MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
copyRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteRuleGroup(long ruleGroupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
fetchRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MDRRuleGroupServicepublic MDRRuleGroup getRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
getRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
getRuleGroups in interface MDRRuleGroupServicepublic int getRuleGroupsCount(long[] groupIds)
getRuleGroupsCount in interface MDRRuleGroupServicepublic MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateRuleGroup in interface MDRRuleGroupServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MDRRuleGroupService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupService>public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MDRRuleGroupService>