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

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
      extended by com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService

public class MDRRuleGroupLocalServiceImpl
extends MDRRuleGroupLocalServiceBaseImpl

Author:
Edward C. Han

Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrActionLocalService, mdrActionPersistence, mdrActionService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MDRRuleGroupLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup, long groupId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteRuleGroup(long ruleGroupId)
           
 void deleteRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
           
 void deleteRuleGroups(long groupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId, int start, int end)
           
 int getRuleGroupsCount(long groupId)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(long groupId, java.lang.String name, boolean andOperator, int start, int end)
           
 java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> searchByKeywords(long groupId, java.lang.String keywords, boolean andOperator, int start, int end)
           
 int searchByKeywordsCount(long groupId, java.lang.String keywords, boolean andOperator)
           
 int searchCount(long groupId, java.lang.String name, boolean andOperator)
           
 com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(long ruleGroupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
addMDRRuleGroup, afterPropertiesSet, createMDRRuleGroup, deleteMDRRuleGroup, deleteMDRRuleGroup, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchMDRRuleGroup, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRActionLocalService, getMDRActionPersistence, getMDRActionService, getMDRRuleGroup, getMDRRuleGroupByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroups, getMDRRuleGroupsCount, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRActionLocalService, setMDRActionPersistence, setMDRActionService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroup, updateMDRRuleGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupLocalServiceImpl

public MDRRuleGroupLocalServiceImpl()
Method Detail

addRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup addRuleGroup(long groupId,
                                                                             java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                             java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                             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

copyRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(long ruleGroupId,
                                                                              long groupId,
                                                                              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

copyRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup copyRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup,
                                                                              long groupId,
                                                                              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

deleteRuleGroup

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

deleteRuleGroup

public void deleteRuleGroup(com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup ruleGroup)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteRuleGroups

public void deleteRuleGroups(long groupId)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup fetchRuleGroup(long ruleGroupId)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup getRuleGroup(long ruleGroupId)
                                                                      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

getRuleGroups

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> getRuleGroups(long groupId)
                                                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRuleGroups

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

getRuleGroupsCount

public int getRuleGroupsCount(long groupId)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

search

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> search(long groupId,
                                                                                       java.lang.String name,
                                                                                       boolean andOperator,
                                                                                       int start,
                                                                                       int end)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

searchByKeywords

public java.util.List<com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup> searchByKeywords(long groupId,
                                                                                                 java.lang.String keywords,
                                                                                                 boolean andOperator,
                                                                                                 int start,
                                                                                                 int end)
                                                                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

searchByKeywordsCount

public int searchByKeywordsCount(long groupId,
                                 java.lang.String keywords,
                                 boolean andOperator)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

searchCount

public int searchCount(long groupId,
                       java.lang.String name,
                       boolean andOperator)
                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRuleGroup

public com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup updateRuleGroup(long ruleGroupId,
                                                                                java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                                java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                                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