com.liferay.portlet.mobiledevicerules.service.impl
Class MDRActionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRActionLocalService
public class MDRActionLocalServiceImpl
- extends MDRActionLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl |
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, 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)
|
void |
deleteAction(MDRAction action)
|
void |
deleteActions(long ruleGroupInstanceId)
|
MDRAction |
fetchAction(long actionId)
|
MDRAction |
getAction(long actionId)
|
List<MDRAction> |
getActions(long ruleGroupInstanceId)
|
List<MDRAction> |
getActions(long ruleGroupInstanceId,
int start,
int end)
|
int |
getActionsCount(long ruleGroupInstanceId)
|
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.MDRActionLocalServiceBaseImpl |
addMDRAction, afterPropertiesSet, createMDRAction, deleteMDRAction, deleteMDRAction, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRAction, getBeanIdentifier, getCounterLocalService, getMDRAction, getMDRActionByUuidAndGroupId, getMDRActionLocalService, getMDRActionPersistence, getMDRActions, getMDRActionsCount, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, 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, updateMDRAction, updateMDRAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRActionLocalServiceImpl
public MDRActionLocalServiceImpl()
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 SystemException
- Throws:
SystemException
deleteAction
public void deleteAction(MDRAction action)
throws SystemException
- Throws:
SystemException
deleteActions
public void deleteActions(long ruleGroupInstanceId)
throws SystemException
- Throws:
SystemException
fetchAction
public MDRAction fetchAction(long actionId)
throws SystemException
- Throws:
SystemException
getAction
public MDRAction getAction(long actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getActions
public List<MDRAction> getActions(long ruleGroupInstanceId)
throws SystemException
- Throws:
SystemException
getActions
public List<MDRAction> getActions(long ruleGroupInstanceId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getActionsCount
public int getActionsCount(long ruleGroupInstanceId)
throws SystemException
- Throws:
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