Liferay 6.2-ce-ga5

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

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

public class MDRActionServiceImpl
extends MDRActionServiceBaseImpl


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, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
MDRActionServiceImpl()
           
 
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, getResourceLocalService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceLocalService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, 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 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

Liferay 6.2-ce-ga5