Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRActionLocalServiceBaseImpl
          extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRActionLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, MDRActionLocalService

public class MDRActionLocalServiceImpl
extends MDRActionLocalServiceBaseImpl


Field Summary
 
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, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
MDRActionLocalServiceImpl()
           
 
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, dynamicQueryCount, fetchMDRAction, fetchMDRActionByUuidAndCompanyId, fetchMDRActionByUuidAndGroupId, getBeanIdentifier, getCounterLocalService, getMDRAction, getMDRActionByUuidAndCompanyId, getMDRActionByUuidAndGroupId, getMDRActionLocalService, getMDRActionPersistence, getMDRActions, getMDRActionsCount, getMDRActionService, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, 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, updateMDRAction
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRActionLocalServiceImpl

public MDRActionLocalServiceImpl()
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 SystemException
Throws:
SystemException

deleteAction

@SystemEvent(type=1)
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

Liferay 6.2-ce-ga5