@ProviderType public class MDRRuleGroupServiceWrapper extends java.lang.Object implements MDRRuleGroupService, 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,
ServiceContext serviceContext) |
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext) |
void |
deleteRuleGroup(long ruleGroupId) |
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId) |
java.util.List<MDRRuleGroup> |
getRuleGroups(long[] groupIds,
int start,
int end) |
int |
getRuleGroupsCount(long[] groupIds) |
MDRRuleGroupService |
getWrappedMDRRuleGroupService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MDRRuleGroupService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService) |
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,
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, ServiceContext serviceContext) throws PortalException
addRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException
copyRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic void deleteRuleGroup(long ruleGroupId)
throws PortalException
deleteRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException
fetchRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleGroupServicepublic MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException
getRuleGroup in interface MDRRuleGroupServicePortalExceptionpublic java.util.List<MDRRuleGroup> getRuleGroups(long[] groupIds, int start, int end)
getRuleGroups in interface MDRRuleGroupServicepublic int getRuleGroupsCount(long[] groupIds)
getRuleGroupsCount in interface MDRRuleGroupServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleGroupServicebeanIdentifier - the Spring bean ID for this beanpublic MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
updateRuleGroup in interface MDRRuleGroupServicePortalException@Deprecated public MDRRuleGroupService getWrappedMDRRuleGroupService()
getWrappedService()@Deprecated public void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService)public MDRRuleGroupService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleGroupService>public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
setWrappedService in interface ServiceWrapper<MDRRuleGroupService>