Liferay 6.2-ce-ga5

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

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

public class MDRRuleLocalServiceImpl
extends MDRRuleLocalServiceBaseImpl


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, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
MDRRuleLocalServiceImpl()
           
 
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 typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule copyRule(long ruleId, long ruleGroupId, ServiceContext serviceContext)
           
 MDRRule copyRule(MDRRule rule, long ruleGroupId, ServiceContext serviceContext)
           
 void deleteRule(long ruleId)
           
 void deleteRule(MDRRule rule)
           
 void deleteRules(long ruleGroupId)
           
 MDRRule fetchRule(long ruleId)
           
 MDRRule getRule(long ruleId)
           
 List<MDRRule> getRules(long ruleGroupId)
           
 List<MDRRule> getRules(long ruleGroupId, int start, int end)
           
 int getRulesCount(long ruleGroupId)
           
 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.MDRRuleLocalServiceBaseImpl
addMDRRule, afterPropertiesSet, createMDRRule, deleteMDRRule, deleteMDRRule, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRule, fetchMDRRuleByUuidAndCompanyId, fetchMDRRuleByUuidAndGroupId, getBeanIdentifier, getCounterLocalService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRule, getMDRRuleByUuidAndCompanyId, getMDRRuleByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRules, getMDRRulesCount, 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, updateMDRRule
 
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

MDRRuleLocalServiceImpl

public MDRRuleLocalServiceImpl()
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

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

copyRule

public MDRRule copyRule(long ruleId,
                        long ruleGroupId,
                        ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

copyRule

public MDRRule copyRule(MDRRule rule,
                        long ruleGroupId,
                        ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteRule

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

deleteRule

@SystemEvent(type=1)
public void deleteRule(MDRRule rule)
                throws SystemException
Throws:
SystemException

deleteRules

public void deleteRules(long ruleGroupId)
                 throws SystemException
Throws:
SystemException

fetchRule

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

getRule

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

getRules

public List<MDRRule> getRules(long ruleGroupId)
                       throws SystemException
Throws:
SystemException

getRules

public List<MDRRule> getRules(long ruleGroupId,
                              int start,
                              int end)
                       throws SystemException
Throws:
SystemException

getRulesCount

public int getRulesCount(long ruleGroupId)
                  throws SystemException
Throws:
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