com.liferay.portlet.mobiledevicerules.service
Class MDRRuleServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleServiceWrapper
- All Implemented Interfaces:
- MDRRuleService
public class MDRRuleServiceWrapper
- extends Object
- implements MDRRuleService
This class is a wrapper for MDRRuleService.
- See Also:
MDRRuleService
|
Method Summary |
MDRRule |
addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
void |
deleteRule(long ruleId)
|
void |
deleteRule(MDRRule rule)
|
MDRRule |
fetchRule(long ruleId)
|
MDRRule |
getRule(long ruleId)
|
MDRRuleService |
getWrappedMDRRuleService()
|
void |
setWrappedMDRRuleService(MDRRuleService mdrRuleService)
|
MDRRule |
updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleServiceWrapper
public MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
addRule
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRule in interface MDRRuleService
- Throws:
PortalException
SystemException
addRule
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRule in interface MDRRuleService
- Throws:
PortalException
SystemException
deleteRule
public void deleteRule(long ruleId)
throws PortalException,
SystemException
- Specified by:
deleteRule in interface MDRRuleService
- Throws:
PortalException
SystemException
deleteRule
public void deleteRule(MDRRule rule)
throws PortalException,
SystemException
- Specified by:
deleteRule in interface MDRRuleService
- Throws:
PortalException
SystemException
fetchRule
public MDRRule fetchRule(long ruleId)
throws PortalException,
SystemException
- Specified by:
fetchRule in interface MDRRuleService
- Throws:
PortalException
SystemException
getRule
public MDRRule getRule(long ruleId)
throws PortalException,
SystemException
- Specified by:
getRule in interface MDRRuleService
- Throws:
PortalException
SystemException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRule in interface MDRRuleService
- Throws:
PortalException
SystemException
updateRule
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateRule in interface MDRRuleService
- Throws:
PortalException
SystemException
getWrappedMDRRuleService
public MDRRuleService getWrappedMDRRuleService()
setWrappedMDRRuleService
public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)