|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.mobiledevicerules.service.MDRActionServiceWrapper
public class MDRActionServiceWrapper
This class is 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. Renamed to getWrappedService() |
MDRActionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMDRActionService(MDRActionService mdrActionService)
Deprecated. Renamed to 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 MDRActionService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MDRActionService
beanIdentifier
- the Spring bean ID for this beanpublic MDRAction addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext) throws PortalException, SystemException
addAction
in interface MDRActionService
PortalException
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 MDRActionService
PortalException
SystemException
public void deleteAction(long actionId) throws PortalException, SystemException
deleteAction
in interface MDRActionService
PortalException
SystemException
public MDRAction fetchAction(long actionId) throws PortalException, SystemException
fetchAction
in interface MDRActionService
PortalException
SystemException
public MDRAction getAction(long actionId) throws PortalException, SystemException
getAction
in interface MDRActionService
PortalException
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 MDRActionService
PortalException
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 MDRActionService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |