|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.mobiledevicerules.service.MDRRuleServiceWrapper
@ProviderType public class MDRRuleServiceWrapper
Provides a wrapper for MDRRuleService.
MDRRuleService| Constructor Summary | |
|---|---|
MDRRuleServiceWrapper(MDRRuleService 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)
|
MDRRule |
fetchRule(long ruleId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MDRRule |
getRule(long ruleId)
|
MDRRuleService |
getWrappedMDRRuleService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
MDRRuleService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMDRRuleService(MDRRuleService mdrRuleService)
Deprecated. As of 6.1.0, replaced by 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 |
| Constructor Detail |
|---|
public MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
| Method Detail |
|---|
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException
addRule in interface MDRRuleServicePortalException
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
addRule in interface MDRRuleServicePortalException
public void deleteRule(long ruleId)
throws PortalException
deleteRule in interface MDRRuleServicePortalException
public MDRRule fetchRule(long ruleId)
throws PortalException
fetchRule in interface MDRRuleServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleService
public MDRRule getRule(long ruleId)
throws PortalException
getRule in interface MDRRuleServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MDRRuleServicebeanIdentifier - the Spring bean ID for this bean
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
updateRule in interface MDRRuleServicePortalException
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
updateRule in interface MDRRuleServicePortalException@Deprecated public MDRRuleService getWrappedMDRRuleService()
getWrappedService()
@Deprecated public void setWrappedMDRRuleService(MDRRuleService mdrRuleService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)
public MDRRuleService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRRuleService>public void setWrappedService(MDRRuleService mdrRuleService)
setWrappedService in interface ServiceWrapper<MDRRuleService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||