@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 MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
copyRuleGroup
in interface MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
fetchRuleGroup
in interface MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public MDRRuleGroup getRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
getRuleGroup
in interface MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public 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 MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public int getRuleGroupsCount(long[] groupIds)
getRuleGroupsCount
in interface MDRRuleGroupService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MDRRuleGroupService
public java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
getRuleGroups
in interface MDRRuleGroupService
public void deleteRuleGroup(long ruleGroupId) throws com.liferay.portal.kernel.exception.PortalException
deleteRuleGroup
in interface MDRRuleGroupService
com.liferay.portal.kernel.exception.PortalException
public 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>