com.liferay.portlet.mobiledevicerules.service.impl
Class MDRActionLocalServiceImpl
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl
com.liferay.portlet.mobiledevicerules.service.impl.MDRActionLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.mobiledevicerules.service.MDRActionLocalService
public class MDRActionLocalServiceImpl
- extends MDRActionLocalServiceBaseImpl
- Author:
- Edward C. Han
| 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 |
com.liferay.portlet.mobiledevicerules.model.MDRAction |
addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.mobiledevicerules.model.MDRAction |
addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
deleteAction(long actionId)
|
void |
deleteAction(com.liferay.portlet.mobiledevicerules.model.MDRAction action)
|
void |
deleteActions(long ruleGroupInstanceId)
|
com.liferay.portlet.mobiledevicerules.model.MDRAction |
fetchAction(long actionId)
|
com.liferay.portlet.mobiledevicerules.model.MDRAction |
getAction(long actionId)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRAction> |
getActions(long ruleGroupInstanceId)
|
java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRAction> |
getActions(long ruleGroupInstanceId,
int start,
int end)
|
int |
getActionsCount(long ruleGroupInstanceId)
|
com.liferay.portlet.mobiledevicerules.model.MDRAction |
updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.mobiledevicerules.model.MDRAction |
updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
|
| Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl |
addMDRAction, afterPropertiesSet, createMDRAction, deleteMDRAction, deleteMDRAction, destroy, 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 com.liferay.portlet.mobiledevicerules.model.MDRAction addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addAction
public com.liferay.portlet.mobiledevicerules.model.MDRAction addAction(long ruleGroupInstanceId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAction
public void deleteAction(long actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteAction
public void deleteAction(com.liferay.portlet.mobiledevicerules.model.MDRAction action)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteActions
public void deleteActions(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchAction
public com.liferay.portlet.mobiledevicerules.model.MDRAction fetchAction(long actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAction
public com.liferay.portlet.mobiledevicerules.model.MDRAction getAction(long actionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getActions
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRAction> getActions(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActions
public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRAction> getActions(long ruleGroupInstanceId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActionsCount
public int getActionsCount(long ruleGroupInstanceId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAction
public com.liferay.portlet.mobiledevicerules.model.MDRAction updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAction
public com.liferay.portlet.mobiledevicerules.model.MDRAction updateAction(long actionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String type,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException