Liferay 7.0-ce-m3

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

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

public class MDRRuleGroupLocalServiceImpl
extends MDRRuleGroupLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mdrRuleGroupFinder, mdrRuleGroupInstanceLocalService, mdrRuleGroupInstancePersistence, mdrRuleGroupInstanceService, mdrRuleGroupLocalService, mdrRuleGroupPersistence, mdrRuleGroupService, mdrRuleLocalService, mdrRulePersistence, mdrRuleService, persistedModelLocalServiceRegistry, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MDRRuleGroupLocalServiceImpl()
           
 
Method Summary
 MDRRuleGroup addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 void deleteRuleGroup(long ruleGroupId)
           
 void deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 void deleteRuleGroups(long groupId)
           
 MDRRuleGroup fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup getRuleGroup(long ruleGroupId)
           
 List<MDRRuleGroup> getRuleGroups(long groupId)
           
 List<MDRRuleGroup> getRuleGroups(long groupId, int start, int end)
           
 int getRuleGroupsCount(long groupId)
           
 List<MDRRuleGroup> search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by search(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 int searchByKeywordsCount(long groupId, String keywords, boolean andOperator)
          Deprecated. As of 6.2.0, replaced by searchByKeywordsCount(long, String, LinkedHashMap, boolean)
 int searchByKeywordsCount(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int searchCount(long groupId, String name, boolean andOperator)
          Deprecated. As of 6.2.0, replaced by searchCount(long, String, LinkedHashMap, boolean)
 int searchCount(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 MDRRuleGroup updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.mobiledevicerules.service.base.MDRRuleGroupLocalServiceBaseImpl
addMDRRuleGroup, afterPropertiesSet, createMDRRuleGroup, deleteMDRRuleGroup, deleteMDRRuleGroup, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMDRRuleGroup, fetchMDRRuleGroupByUuidAndGroupId, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getExportActionableDynamicQuery, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMDRRuleGroup, getMDRRuleGroupByUuidAndGroupId, getMDRRuleGroupFinder, getMDRRuleGroupInstanceLocalService, getMDRRuleGroupInstancePersistence, getMDRRuleGroupInstanceService, getMDRRuleGroupLocalService, getMDRRuleGroupPersistence, getMDRRuleGroups, getMDRRuleGroupsByUuidAndCompanyId, getMDRRuleGroupsByUuidAndCompanyId, getMDRRuleGroupsCount, getMDRRuleGroupService, getMDRRuleLocalService, getMDRRulePersistence, getMDRRuleService, getModelClass, getModelClassName, getPersistedModel, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMDRRuleGroupFinder, setMDRRuleGroupInstanceLocalService, setMDRRuleGroupInstancePersistence, setMDRRuleGroupInstanceService, setMDRRuleGroupLocalService, setMDRRuleGroupPersistence, setMDRRuleGroupService, setMDRRuleLocalService, setMDRRulePersistence, setMDRRuleService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMDRRuleGroup
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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 MDRRuleGroup addRuleGroup(long groupId,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 ServiceContext serviceContext)
                          throws PortalException
Throws:
PortalException

copyRuleGroup

public MDRRuleGroup copyRuleGroup(long ruleGroupId,
                                  long groupId,
                                  ServiceContext serviceContext)
                           throws PortalException
Throws:
PortalException

copyRuleGroup

public MDRRuleGroup copyRuleGroup(MDRRuleGroup ruleGroup,
                                  long groupId,
                                  ServiceContext serviceContext)
                           throws PortalException
Throws:
PortalException

deleteRuleGroup

public void deleteRuleGroup(long ruleGroupId)

deleteRuleGroup

@SystemEvent(action=1,
             type=1)
public void deleteRuleGroup(MDRRuleGroup ruleGroup)

deleteRuleGroups

public void deleteRuleGroups(long groupId)

fetchRuleGroup

public MDRRuleGroup fetchRuleGroup(long ruleGroupId)

getRuleGroup

public MDRRuleGroup getRuleGroup(long ruleGroupId)
                          throws PortalException
Throws:
PortalException

getRuleGroups

public List<MDRRuleGroup> getRuleGroups(long groupId)

getRuleGroups

public List<MDRRuleGroup> getRuleGroups(long groupId,
                                        int start,
                                        int end)

getRuleGroupsCount

public int getRuleGroupsCount(long groupId)

search

@Deprecated
public List<MDRRuleGroup> search(long groupId,
                                            String name,
                                            boolean andOperator,
                                            int start,
                                            int end)
Deprecated. As of 6.2.0, replaced by search(long, String, LinkedHashMap, boolean, int, int)


search

public List<MDRRuleGroup> search(long groupId,
                                 String name,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator,
                                 int start,
                                 int end)

searchByKeywords

@Deprecated
public List<MDRRuleGroup> searchByKeywords(long groupId,
                                                      String keywords,
                                                      boolean andOperator,
                                                      int start,
                                                      int end)
Deprecated. As of 6.2.0, replaced by searchByKeywords(long, String, LinkedHashMap, boolean, int, int)


searchByKeywords

public List<MDRRuleGroup> searchByKeywords(long groupId,
                                           String keywords,
                                           LinkedHashMap<String,Object> params,
                                           boolean andOperator,
                                           int start,
                                           int end)

searchByKeywordsCount

@Deprecated
public int searchByKeywordsCount(long groupId,
                                            String keywords,
                                            boolean andOperator)
Deprecated. As of 6.2.0, replaced by searchByKeywordsCount(long, String, LinkedHashMap, boolean)


searchByKeywordsCount

public int searchByKeywordsCount(long groupId,
                                 String keywords,
                                 LinkedHashMap<String,Object> params,
                                 boolean andOperator)

searchCount

@Deprecated
public int searchCount(long groupId,
                                  String name,
                                  boolean andOperator)
Deprecated. As of 6.2.0, replaced by searchCount(long, String, LinkedHashMap, boolean)


searchCount

public int searchCount(long groupId,
                       String name,
                       LinkedHashMap<String,Object> params,
                       boolean andOperator)

updateRuleGroup

public MDRRuleGroup updateRuleGroup(long ruleGroupId,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    ServiceContext serviceContext)
                             throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3