com.liferay.portlet.mobiledevicerules.service
Class MDRRuleServiceWrapper
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.MDRRuleServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<MDRRuleService>, MDRRuleService
public class MDRRuleServiceWrapper
- extends Object
- implements MDRRuleService, ServiceWrapper<MDRRuleService>
This class is a wrapper for MDRRuleService
.
- See Also:
MDRRuleService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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)
|
MDRRule |
fetchRule(long ruleId)
|
MDRRule |
getRule(long ruleId)
|
MDRRuleService |
getWrappedMDRRuleService()
Deprecated. Renamed to getWrappedService() |
MDRRuleService |
getWrappedService()
|
void |
setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService) |
void |
setWrappedService(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
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedMDRRuleService
public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)
getWrappedService
public MDRRuleService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<MDRRuleService>
setWrappedService
public void setWrappedService(MDRRuleService mdrRuleService)
- Specified by:
setWrappedService
in interface ServiceWrapper<MDRRuleService>