|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.mobiledevicerules.service.MDRRuleServiceWrapper
public class MDRRuleServiceWrapper
This class is 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 String getBeanIdentifier()
getBeanIdentifier in interface MDRRuleServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MDRRuleServicebeanIdentifier - the Spring bean ID for this bean
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
addRule in interface MDRRuleServicePortalException
SystemException
public MDRRule addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
addRule in interface MDRRuleServicePortalException
SystemException
public void deleteRule(long ruleId)
throws PortalException,
SystemException
deleteRule in interface MDRRuleServicePortalException
SystemException
public MDRRule fetchRule(long ruleId)
throws PortalException,
SystemException
fetchRule in interface MDRRuleServicePortalException
SystemException
public MDRRule getRule(long ruleId)
throws PortalException,
SystemException
getRule in interface MDRRuleServicePortalException
SystemException
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRule in interface MDRRuleServicePortalException
SystemException
public MDRRule updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateRule in interface MDRRuleServicePortalException
SystemExceptionpublic MDRRuleService getWrappedMDRRuleService()
getWrappedService()
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 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||