com.liferay.portlet.mobiledevicerules.service.impl
Class MDRActionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRActionServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, MDRActionService
public class MDRActionServiceImpl
- extends MDRActionServiceBaseImpl
| Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRActionServiceBaseImpl |
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService |
|
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)
|
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 com.liferay.portlet.mobiledevicerules.service.base.MDRActionServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getModelClass, getModelClassName, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRActionServiceImpl
public MDRActionServiceImpl()
addAction
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
addAction
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteAction
public void deleteAction(long actionId)
throws PortalException
- Throws:
PortalException
fetchAction
public MDRAction fetchAction(long actionId)
throws PortalException
- Throws:
PortalException
getAction
public MDRAction getAction(long actionId)
throws PortalException
- Throws:
PortalException
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException