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

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleLocalServiceBaseImpl
      extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.mobiledevicerules.service.MDRRuleLocalService

public class MDRRuleLocalServiceImpl
extends MDRRuleLocalServiceBaseImpl

Author:
Edward C. Han

Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleLocalServiceBaseImpl
counterLocalService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MDRRuleLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.mobiledevicerules.model.MDRRule addRule(long ruleGroupId, 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.MDRRule addRule(long ruleGroupId, 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)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(long ruleId, long ruleGroupId, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule, long ruleGroupId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteRule(long ruleId)
           
 void deleteRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule)
           
 void deleteRules(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRule fetchRule(long ruleId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRule getRule(long ruleId)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId, int start, int end)
           
 int getRulesCount(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRule updateRule(long ruleId, 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.MDRRule updateRule(long ruleId, 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.MDRRuleLocalServiceBaseImpl
addMDRRule, afterPropertiesSet, createMDRRule, deleteMDRRule, deleteMDRRule, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRule, getBeanIdentifier, getCounterLocalService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRule, getMDRRuleByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRules, getMDRRulesCount, 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, updateMDRRule, updateMDRRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleLocalServiceImpl

public MDRRuleLocalServiceImpl()
Method Detail

addRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule addRule(long ruleGroupId,
                                                                   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

addRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule addRule(long ruleGroupId,
                                                                   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

copyRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(long ruleId,
                                                                    long ruleGroupId,
                                                                    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

copyRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule copyRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule,
                                                                    long ruleGroupId,
                                                                    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

deleteRule

public void deleteRule(long ruleId)
                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteRule

public void deleteRule(com.liferay.portlet.mobiledevicerules.model.MDRRule rule)
                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteRules

public void deleteRules(long ruleGroupId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule fetchRule(long ruleId)
                                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule getRule(long ruleId)
                                                            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

getRules

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRules

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRule> getRules(long ruleGroupId,
                                                                                    int start,
                                                                                    int end)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRulesCount

public int getRulesCount(long ruleGroupId)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule updateRule(long ruleId,
                                                                      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

updateRule

public com.liferay.portlet.mobiledevicerules.model.MDRRule updateRule(long ruleId,
                                                                      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