|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.mobiledevicerules.service.MDRActionServiceWrapper
@ProviderType public class MDRActionServiceWrapper
Provides a wrapper for MDRActionService.
MDRActionService| Constructor Summary | |
|---|---|
MDRActionServiceWrapper(MDRActionService mdrActionService)
|
|
| Method Summary | |
|---|---|
MDRAction |
addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
void |
deleteAction(long actionId)
|
MDRAction |
fetchAction(long actionId)
|
MDRAction |
getAction(long actionId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MDRActionService |
getWrappedMDRActionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
MDRActionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMDRActionService(MDRActionService mdrActionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService) |
void |
setWrappedService(MDRActionService mdrActionService)
|
MDRAction |
updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
updateAction(long actionId,
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 MDRActionServiceWrapper(MDRActionService mdrActionService)
| Method Detail |
|---|
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
addAction in interface MDRActionServicePortalException
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
addAction in interface MDRActionServicePortalException
public void deleteAction(long actionId)
throws PortalException
deleteAction in interface MDRActionServicePortalException
public MDRAction fetchAction(long actionId)
throws PortalException
fetchAction in interface MDRActionServicePortalException
public MDRAction getAction(long actionId)
throws PortalException
getAction in interface MDRActionServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface MDRActionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MDRActionServicebeanIdentifier - the Spring bean ID for this bean
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
updateAction in interface MDRActionServicePortalException
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
updateAction in interface MDRActionServicePortalException@Deprecated public MDRActionService getWrappedMDRActionService()
getWrappedService()
@Deprecated public void setWrappedMDRActionService(MDRActionService mdrActionService)
setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRActionService)
public MDRActionService getWrappedService()
getWrappedService in interface ServiceWrapper<MDRActionService>public void setWrappedService(MDRActionService mdrActionService)
setWrappedService in interface ServiceWrapper<MDRActionService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||