com.liferay.portlet.mobiledevicerules.service.impl
Class MDRActionServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRActionServiceBaseImpl
          extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRActionServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portlet.mobiledevicerules.service.MDRActionService

public class MDRActionServiceImpl
extends MDRActionServiceBaseImpl

Author:
Edward C. Han

Field Summary
 
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
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
MDRActionServiceImpl()
           
 
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)
           
 com.liferay.portlet.mobiledevicerules.model.MDRAction fetchAction(long actionId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRAction getAction(long actionId)
           
 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.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 com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRActionServiceImpl

public MDRActionServiceImpl()
Method Detail

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.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

fetchAction

public com.liferay.portlet.mobiledevicerules.model.MDRAction fetchAction(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

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

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