|
Liferay 6.2-ce-ga4 | |||||||||
| 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 String getBeanIdentifier()
getBeanIdentifier in interface MDRActionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface MDRActionServicebeanIdentifier - the Spring bean ID for this bean
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
addAction in interface MDRActionServicePortalException
SystemException
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
addAction in interface MDRActionServicePortalException
SystemException
public void deleteAction(long actionId)
throws PortalException,
SystemException
deleteAction in interface MDRActionServicePortalException
SystemException
public MDRAction fetchAction(long actionId)
throws PortalException,
SystemException
fetchAction in interface MDRActionServicePortalException
SystemException
public MDRAction getAction(long actionId)
throws PortalException,
SystemException
getAction in interface MDRActionServicePortalException
SystemException
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateAction in interface MDRActionServicePortalException
SystemException
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateAction in interface MDRActionServicePortalException
SystemExceptionpublic MDRActionService getWrappedMDRActionService()
getWrappedService()
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 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||