Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl
          extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, MDRRuleService

public class MDRRuleServiceImpl
extends MDRRuleServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl
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
MDRRuleServiceImpl()
           
 
Method Summary
 MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRRule addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 void deleteRule(long ruleId)
           
 MDRRule fetchRule(long ruleId)
           
 MDRRule getRule(long ruleId)
           
 MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRRule updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleServiceBaseImpl
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

MDRRuleServiceImpl

public MDRRuleServiceImpl()
Method Detail

addRule

public MDRRule addRule(long ruleGroupId,
                       Map<Locale,String> nameMap,
                       Map<Locale,String> descriptionMap,
                       String type,
                       String typeSettings,
                       ServiceContext serviceContext)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

addRule

@JSONWebService(mode=IGNORE)
public MDRRule addRule(long ruleGroupId,
                                                Map<Locale,String> nameMap,
                                                Map<Locale,String> descriptionMap,
                                                String type,
                                                UnicodeProperties typeSettings,
                                                ServiceContext serviceContext)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

deleteRule

public void deleteRule(long ruleId)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

fetchRule

public MDRRule fetchRule(long ruleId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getRule

public MDRRule getRule(long ruleId)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

updateRule

public MDRRule updateRule(long ruleId,
                          Map<Locale,String> nameMap,
                          Map<Locale,String> descriptionMap,
                          String type,
                          String typeSettings,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

updateRule

public MDRRule updateRule(long ruleId,
                          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