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, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, 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, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, 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,
SystemException
- Throws:
PortalException
SystemException
addAction
public MDRAction addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteAction
public void deleteAction(long actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
fetchAction
public MDRAction fetchAction(long actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAction
public MDRAction getAction(long actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateAction
public MDRAction updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException