com.liferay.portlet.mobiledevicerules.service
Class MDRRuleGroupServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<MDRRuleGroupService>, MDRRuleGroupService
public class MDRRuleGroupServiceWrapper
- extends Object
- implements MDRRuleGroupService, ServiceWrapper<MDRRuleGroupService>
This class is a wrapper for MDRRuleGroupService
.
- See Also:
MDRRuleGroupService
Method Summary |
MDRRuleGroup |
addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
void |
deleteRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
getRuleGroup(long ruleGroupId)
|
MDRRuleGroupService |
getWrappedMDRRuleGroupService()
Deprecated. Renamed to getWrappedService() |
MDRRuleGroupService |
getWrappedService()
|
void |
setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService) |
void |
setWrappedService(MDRRuleGroupService mdrRuleGroupService)
|
MDRRuleGroup |
updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupServiceWrapper
public MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
addRuleGroup
public MDRRuleGroup addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
copyRuleGroup
public MDRRuleGroup copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
copyRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
deleteRuleGroup
public void deleteRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Specified by:
deleteRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
fetchRuleGroup
public MDRRuleGroup fetchRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Specified by:
fetchRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
getRuleGroup
public MDRRuleGroup getRuleGroup(long ruleGroupId)
throws PortalException,
SystemException
- Specified by:
getRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
updateRuleGroup
public MDRRuleGroup updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRuleGroup
in interface MDRRuleGroupService
- Throws:
PortalException
SystemException
getWrappedMDRRuleGroupService
public MDRRuleGroupService getWrappedMDRRuleGroupService()
- Deprecated. Renamed to
getWrappedService()
setWrappedMDRRuleGroupService
public void setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService)
getWrappedService
public MDRRuleGroupService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<MDRRuleGroupService>
setWrappedService
public void setWrappedService(MDRRuleGroupService mdrRuleGroupService)
- Specified by:
setWrappedService
in interface ServiceWrapper<MDRRuleGroupService>