Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup

Packages that use MDRRuleGroup
com.liferay.portlet.mobiledevicerules.action   
com.liferay.portlet.mobiledevicerules.lar   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.http   
com.liferay.portlet.mobiledevicerules.service.impl   
com.liferay.portlet.mobiledevicerules.service.permission   
com.liferay.portlet.mobiledevicerules.service.persistence   
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.action
 

Methods in com.liferay.portlet.mobiledevicerules.action that return MDRRuleGroup
protected  MDRRuleGroup EditRuleGroupAction.copyRuleGroup(ActionRequest actionRequest)
           
protected  MDRRuleGroup EditRuleGroupAction.updateRuleGroup(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.mobiledevicerules.action with parameters of type MDRRuleGroup
protected  String EditRuleGroupAction.getRedirect(ActionRequest actionRequest, ActionResponse actionResponse, MDRRuleGroup ruleGroup)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.lar
 

Methods in com.liferay.portlet.mobiledevicerules.lar with parameters of type MDRRuleGroup
protected  void MDRRuleGroupStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, MDRRuleGroup ruleGroup)
           
protected  void MDRRuleGroupStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, MDRRuleGroup ruleGroup)
           
 String MDRRuleGroupStagedModelDataHandler.getDisplayName(MDRRuleGroup ruleGroup)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.model
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement MDRRuleGroup
 class MDRRuleGroupWrapper
           This class is a wrapper for MDRRuleGroup.
 

Methods in com.liferay.portlet.mobiledevicerules.model that return MDRRuleGroup
 MDRRuleGroup MDRRuleGroupInstance.getRuleGroup()
           
 MDRRuleGroup MDRRuleGroupInstanceWrapper.getRuleGroup()
           
 MDRRuleGroup MDRRuleGroupWrapper.getWrappedMDRRuleGroup()
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupWrapper.getWrappedModel()
 MDRRuleGroup MDRRuleGroupWrapper.getWrappedModel()
           
 MDRRuleGroup MDRRuleGroupModel.toEscapedModel()
           
 MDRRuleGroup MDRRuleGroupWrapper.toEscapedModel()
           
 MDRRuleGroup MDRRuleGroupModel.toUnescapedModel()
           
 MDRRuleGroup MDRRuleGroupWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model that return types with arguments of type MDRRuleGroup
 CacheModel<MDRRuleGroup> MDRRuleGroupModel.toCacheModel()
           
 CacheModel<MDRRuleGroup> MDRRuleGroupWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRuleGroup
 int MDRRuleGroupModel.compareTo(MDRRuleGroup mdrRuleGroup)
           
 int MDRRuleGroupWrapper.compareTo(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroupSoap MDRRuleGroupSoap.toSoapModel(MDRRuleGroup model)
           
static MDRRuleGroupSoap[] MDRRuleGroupSoap.toSoapModels(MDRRuleGroup[] models)
           
static MDRRuleGroupSoap[][] MDRRuleGroupSoap.toSoapModels(MDRRuleGroup[][] models)
           
 

Method parameters in com.liferay.portlet.mobiledevicerules.model with type arguments of type MDRRuleGroup
static MDRRuleGroupSoap[] MDRRuleGroupSoap.toSoapModels(List<MDRRuleGroup> models)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRRuleGroup
MDRRuleGroupWrapper(MDRRuleGroup mdrRuleGroup)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement MDRRuleGroup
 class MDRRuleGroupBaseImpl
          The extended model base implementation for the MDRRuleGroup service.
 class MDRRuleGroupImpl
           
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return MDRRuleGroup
 MDRRuleGroup MDRRuleGroupInstanceImpl.getRuleGroup()
           
 MDRRuleGroup MDRRuleGroupCacheModel.toEntityModel()
           
 MDRRuleGroup MDRRuleGroupModelImpl.toEscapedModel()
           
static MDRRuleGroup MDRRuleGroupModelImpl.toModel(MDRRuleGroupSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return types with arguments of type MDRRuleGroup
 CacheModel<MDRRuleGroup> MDRRuleGroupModelImpl.toCacheModel()
           
static List<MDRRuleGroup> MDRRuleGroupModelImpl.toModels(MDRRuleGroupSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl with parameters of type MDRRuleGroup
 int MDRRuleGroupModelImpl.compareTo(MDRRuleGroup mdrRuleGroup)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroup
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalService.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalService.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceWrapper.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupService.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupServiceUtil.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalService.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceWrapper.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupService.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupServiceUtil.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalService.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.createMDRRuleGroup(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalService.createMDRRuleGroup(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.createMDRRuleGroup(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.fetchMDRRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalService.fetchMDRRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.fetchMDRRuleGroup(long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.fetchMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalService.fetchMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.fetchMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalService.fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalService.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupServiceWrapper.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupService.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.fetchRuleGroup(long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupServiceUtil.fetchRuleGroup(long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalService.getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.getMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalService.getMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalService.getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalService.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupServiceWrapper.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupService.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.getRuleGroup(long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupServiceUtil.getRuleGroup(long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalService.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalService.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceWrapper.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupService.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupServiceUtil.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service that return types with arguments of type MDRRuleGroup
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupLocalService.getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.getRuleGroups(long groupId)
           
 List<MDRRuleGroup> MDRRuleGroupLocalService.getRuleGroups(long groupId)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.getRuleGroups(long groupId)
           
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.getRuleGroups(long groupId, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalService.getRuleGroups(long groupId, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.getRuleGroups(long groupId, int start, int end)
           
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceUtil.search(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalService.search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalService.search(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceWrapper.search(long, String, LinkedHashMap, boolean, int, int)
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalService.search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceUtil.searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalService.searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalService.searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceWrapper.searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
static List<MDRRuleGroup> MDRRuleGroupLocalServiceUtil.searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalService.searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceWrapper.searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroup
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalService.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalService.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
static void MDRRuleGroupLocalServiceUtil.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 void MDRRuleGroupLocalService.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 void MDRRuleGroupLocalServiceWrapper.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
static MDRRuleGroup MDRRuleGroupLocalServiceUtil.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalService.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalServiceWrapper.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service.base
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroup
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.createMDRRuleGroup(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.fetchMDRRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.fetchMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.fetchMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroup(long ruleGroupId)
          Returns the m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r rule group with the matching UUID and company.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroupByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r rule group matching the UUID and group.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return types with arguments of type MDRRuleGroup
 List<MDRRuleGroup> MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroups(int start, int end)
          Returns a range of all the m d r rule groups.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroup
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service.http
 

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRRuleGroup
static MDRRuleGroup MDRRuleGroupServiceHttp.addRuleGroup(HttpPrincipal httpPrincipal, long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupServiceHttp.copyRuleGroup(HttpPrincipal httpPrincipal, long ruleGroupId, long groupId, ServiceContext serviceContext)
           
static MDRRuleGroup MDRRuleGroupServiceHttp.fetchRuleGroup(HttpPrincipal httpPrincipal, long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupServiceHttp.getRuleGroup(HttpPrincipal httpPrincipal, long ruleGroupId)
           
static MDRRuleGroup MDRRuleGroupServiceHttp.updateRuleGroup(HttpPrincipal httpPrincipal, long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service.impl
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return MDRRuleGroup
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceImpl.addRuleGroup(long groupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceImpl.copyRuleGroup(long ruleGroupId, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupServiceImpl.fetchRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupServiceImpl.getRuleGroup(long ruleGroupId)
           
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupServiceImpl.updateRuleGroup(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return types with arguments of type MDRRuleGroup
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.getRuleGroups(long groupId)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.getRuleGroups(long groupId, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.search(long groupId, String name, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceImpl.search(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.search(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.searchByKeywords(long groupId, String keywords, boolean andOperator, int start, int end)
          Deprecated. As of 6.2.0, replaced by MDRRuleGroupLocalServiceImpl.searchByKeywords(long, String, LinkedHashMap, boolean, int, int)
 List<MDRRuleGroup> MDRRuleGroupLocalServiceImpl.searchByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl with parameters of type MDRRuleGroup
 MDRRuleGroup MDRRuleGroupLocalServiceImpl.copyRuleGroup(MDRRuleGroup ruleGroup, long groupId, ServiceContext serviceContext)
           
 void MDRRuleGroupLocalServiceImpl.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service.permission
 

Methods in com.liferay.portlet.mobiledevicerules.service.permission with parameters of type MDRRuleGroup
 void MDRRuleGroupPermission.check(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
static void MDRRuleGroupPermissionUtil.check(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
 void MDRRuleGroupPermissionImpl.check(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
 boolean MDRRuleGroupPermission.contains(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
static boolean MDRRuleGroupPermissionUtil.contains(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
 boolean MDRRuleGroupPermissionImpl.contains(PermissionChecker permissionChecker, MDRRuleGroup ruleGroup, String actionId)
           
 

Uses of MDRRuleGroup in com.liferay.portlet.mobiledevicerules.service.persistence
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRuleGroup
 MDRRuleGroup MDRRuleGroupPersistence.create(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
static MDRRuleGroup MDRRuleGroupUtil.create(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.create(long ruleGroupId)
          Creates a new m d r rule group with the primary key.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or returns null if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.fetchByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or returns null if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or returns null if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group with the primary key or returns null if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRRuleGroup MDRRuleGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.filterFindByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?.
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByGroupId_PrevAndNext(long ruleGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByPrimaryKey(long ruleGroupId)
          Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group with the primary key or throws a NoSuchModelException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByUuid_C_PrevAndNext(long ruleGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistence.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
static MDRRuleGroup MDRRuleGroupUtil.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup MDRRuleGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistence.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
static MDRRuleGroup[] MDRRuleGroupUtil.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
 MDRRuleGroup[] MDRRuleGroupPersistenceImpl.findByUuid_PrevAndNext(long ruleGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?.
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByGroupId_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByUuid_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 MDRRuleGroup MDRRuleGroupPersistence.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
static MDRRuleGroup MDRRuleGroupUtil.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.remove(long ruleGroupId)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
static MDRRuleGroup MDRRuleGroupUtil.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the m d r rule group where uuid = ? and groupId = ? from the database.
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.removeImpl(MDRRuleGroup mdrRuleGroup)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.toUnwrappedModel(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupPersistence.updateImpl(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.updateImpl(MDRRuleGroup mdrRuleGroup)
           
 MDRRuleGroup MDRRuleGroupPersistenceImpl.updateImpl(MDRRuleGroup mdrRuleGroup)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRRuleGroup
 List<MDRRuleGroup> MDRRuleGroupPersistence.filterFindByGroupId(long groupId)
          Returns all the m d r rule groups that the user has permission to view where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.filterFindByGroupId(long groupId)
          Returns all the m d r rule groups that the user has permission to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the m d r rule groups that the user has permission to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups that the user has permission to view where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups that the user has permission to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups that the user has permission to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findAll()
          Returns all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupUtil.findAll()
          Returns all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findAll()
          Returns all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findAll(int start, int end)
          Returns a range of all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupUtil.findAll(int start, int end)
          Returns a range of all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findAll(int start, int end)
          Returns a range of all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups.
static List<MDRRuleGroup> MDRRuleGroupFinderUtil.findByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinder.findByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinderImpl.findByG_N(long groupId, String[] names, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
static List<MDRRuleGroup> MDRRuleGroupFinderUtil.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 List<MDRRuleGroup> MDRRuleGroupFinder.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
 List<MDRRuleGroup> MDRRuleGroupFinderImpl.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator)
           
static List<MDRRuleGroup> MDRRuleGroupFinderUtil.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinder.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinderImpl.findByG_N(long groupId, String name, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByGroupId(long groupId)
          Returns all the m d r rule groups where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByGroupId(long groupId)
          Returns all the m d r rule groups where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByGroupId(long groupId)
          Returns all the m d r rule groups where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the m d r rule groups where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where groupId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where groupId = ?.
static List<MDRRuleGroup> MDRRuleGroupFinderUtil.findByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinder.findByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupFinderImpl.findByKeywords(long groupId, String keywords, LinkedHashMap<String,Object> params, int start, int end)
           
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the m d r rule groups where uuid = ? and companyId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid_C(String uuid, long companyId)
          Returns all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ? and companyId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid(String uuid)
          Returns all the m d r rule groups where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid(String uuid)
          Returns all the m d r rule groups where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid(String uuid)
          Returns all the m d r rule groups where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r rule groups where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ?.
 List<MDRRuleGroup> MDRRuleGroupPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r rule groups where uuid = ?.
static List<MDRRuleGroup> MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MDRRuleGroup> MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MDRRuleGroup> MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRuleGroup
 void MDRRuleGroupPersistence.cacheResult(MDRRuleGroup mdrRuleGroup)
          Caches the m d r rule group in the entity cache if it is enabled.
static void MDRRuleGroupUtil.cacheResult(MDRRuleGroup mdrRuleGroup)
          Caches the m d r rule group in the entity cache if it is enabled.
 void MDRRuleGroupPersistenceImpl.cacheResult(MDRRuleGroup mdrRuleGroup)
          Caches the m d r rule group in the entity cache if it is enabled.
protected  void MDRRuleGroupPersistenceImpl.cacheUniqueFindersCache(MDRRuleGroup mdrRuleGroup)
           
static void MDRRuleGroupUtil.clearCache(MDRRuleGroup mdrRuleGroup)
           
 void MDRRuleGroupPersistenceImpl.clearCache(MDRRuleGroup mdrRuleGroup)
          Clears the cache for the m d r rule group.
protected  void MDRRuleGroupPersistenceImpl.clearUniqueFindersCache(MDRRuleGroup mdrRuleGroup)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByGroupId_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.getByUuid_PrevAndNext(Session session, MDRRuleGroup mdrRuleGroup, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.removeImpl(MDRRuleGroup mdrRuleGroup)
           
protected  MDRRuleGroup MDRRuleGroupPersistenceImpl.toUnwrappedModel(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup, ServiceContext serviceContext)
           
 MDRRuleGroup MDRRuleGroupPersistence.updateImpl(MDRRuleGroup mdrRuleGroup)
           
static MDRRuleGroup MDRRuleGroupUtil.updateImpl(MDRRuleGroup mdrRuleGroup)
           
 MDRRuleGroup MDRRuleGroupPersistenceImpl.updateImpl(MDRRuleGroup mdrRuleGroup)
           
 

Method parameters in com.liferay.portlet.mobiledevicerules.service.persistence with type arguments of type MDRRuleGroup
 void MDRRuleGroupPersistence.cacheResult(List<MDRRuleGroup> mdrRuleGroups)
          Caches the m d r rule groups in the entity cache if it is enabled.
static void MDRRuleGroupUtil.cacheResult(List<MDRRuleGroup> mdrRuleGroups)
          Caches the m d r rule groups in the entity cache if it is enabled.
 void MDRRuleGroupPersistenceImpl.cacheResult(List<MDRRuleGroup> mdrRuleGroups)
          Caches the m d r rule groups in the entity cache if it is enabled.
 void MDRRuleGroupPersistenceImpl.clearCache(List<MDRRuleGroup> mdrRuleGroups)
           
 


Liferay 6.2-ce-ga5