@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) |
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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleGroupServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MDRRuleGroupServicebeanIdentifier - the Spring bean ID for this beanpublic 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, SystemException
addRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext) throws PortalException, SystemException
copyRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic void deleteRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
deleteRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic MDRRuleGroup fetchRuleGroup(long ruleGroupId) throws PortalException, SystemException
fetchRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic MDRRuleGroup getRuleGroup(long ruleGroupId) throws PortalException, SystemException
getRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic 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, SystemException
updateRuleGroup in interface MDRRuleGroupServicePortalExceptionSystemExceptionpublic MDRRuleGroupService getWrappedMDRRuleGroupService()
getWrappedService()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>