Liferay 7.0-ce-m6

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

Packages that use MDRAction
com.liferay.portal.kernel.mobile.device.rulegroup   
com.liferay.portal.kernel.mobile.device.rulegroup.action   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.persistence   
 

Uses of MDRAction in com.liferay.portal.kernel.mobile.device.rulegroup
 

Method parameters in com.liferay.portal.kernel.mobile.device.rulegroup with type arguments of type MDRAction
static void ActionHandlerManagerUtil.applyActions(List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ActionHandlerManager.applyActions(List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of MDRAction in com.liferay.portal.kernel.mobile.device.rulegroup.action
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup.action with parameters of type MDRAction
 void ActionHandler.applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

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

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

Methods in com.liferay.portlet.mobiledevicerules.model that return MDRAction
 MDRAction MDRActionWrapper.getWrappedMDRAction()
          Deprecated. As of 6.1.0, replaced by MDRActionWrapper.getWrappedModel()
 MDRAction MDRActionWrapper.getWrappedModel()
           
 MDRAction MDRActionWrapper.toEscapedModel()
           
 MDRAction MDRActionModel.toEscapedModel()
           
 MDRAction MDRActionWrapper.toUnescapedModel()
           
 MDRAction MDRActionModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model that return types with arguments of type MDRAction
 List<MDRAction> MDRRuleGroupInstanceWrapper.getActions()
           
 List<MDRAction> MDRRuleGroupInstance.getActions()
           
 CacheModel<MDRAction> MDRActionWrapper.toCacheModel()
           
 CacheModel<MDRAction> MDRActionModel.toCacheModel()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRAction
 int MDRActionWrapper.compareTo(MDRAction mdrAction)
           
 int MDRActionModel.compareTo(MDRAction mdrAction)
           
static MDRActionSoap MDRActionSoap.toSoapModel(MDRAction model)
           
static MDRActionSoap[] MDRActionSoap.toSoapModels(MDRAction[] models)
           
static MDRActionSoap[][] MDRActionSoap.toSoapModels(MDRAction[][] models)
           
 

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

Constructors in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRAction
MDRActionWrapper(MDRAction mdrAction)
           
 

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

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRAction
static MDRAction MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRAction MDRActionLocalServiceWrapper.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRAction MDRActionLocalService.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
static MDRAction MDRActionLocalServiceUtil.createMDRAction(long actionId)
          Creates a new m d r action with the primary key.
 MDRAction MDRActionLocalServiceWrapper.createMDRAction(long actionId)
          Creates a new m d r action with the primary key.
 MDRAction MDRActionLocalService.createMDRAction(long actionId)
          Creates a new m d r action with the primary key.
static MDRAction MDRActionLocalServiceUtil.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
 MDRAction MDRActionLocalServiceWrapper.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
 MDRAction MDRActionLocalService.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
static MDRAction MDRActionLocalServiceUtil.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionLocalServiceWrapper.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionLocalService.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
static MDRAction MDRActionLocalServiceUtil.fetchAction(long actionId)
           
static MDRAction MDRActionServiceUtil.fetchAction(long actionId)
           
 MDRAction MDRActionService.fetchAction(long actionId)
           
 MDRAction MDRActionServiceWrapper.fetchAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.fetchAction(long actionId)
           
 MDRAction MDRActionLocalService.fetchAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.fetchMDRAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.fetchMDRAction(long actionId)
           
 MDRAction MDRActionLocalService.fetchMDRAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.fetchMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalServiceWrapper.fetchMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalService.fetchMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
static MDRAction MDRActionLocalServiceUtil.getAction(long actionId)
           
static MDRAction MDRActionServiceUtil.getAction(long actionId)
           
 MDRAction MDRActionService.getAction(long actionId)
           
 MDRAction MDRActionServiceWrapper.getAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.getAction(long actionId)
           
 MDRAction MDRActionLocalService.getAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.getMDRAction(long actionId)
          Returns the m d r action with the primary key.
 MDRAction MDRActionLocalServiceWrapper.getMDRAction(long actionId)
          Returns the m d r action with the primary key.
 MDRAction MDRActionLocalService.getMDRAction(long actionId)
          Returns the m d r action with the primary key.
static MDRAction MDRActionLocalServiceUtil.getMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalServiceWrapper.getMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalService.getMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
static MDRAction MDRActionLocalServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRAction MDRActionLocalServiceWrapper.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRAction MDRActionLocalService.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return types with arguments of type MDRAction
static List<MDRAction> MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId)
           
 List<MDRAction> MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId)
           
 List<MDRAction> MDRActionLocalService.getActions(long ruleGroupInstanceId)
           
static List<MDRAction> MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId, int start, int end)
           
 List<MDRAction> MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId, int start, int end)
           
 List<MDRAction> MDRActionLocalService.getActions(long ruleGroupInstanceId, int start, int end)
           
static List<MDRAction> MDRActionLocalServiceUtil.getMDRActions(int start, int end)
          Returns a range of all the m d r actions.
 List<MDRAction> MDRActionLocalServiceWrapper.getMDRActions(int start, int end)
          Returns a range of all the m d r actions.
 List<MDRAction> MDRActionLocalService.getMDRActions(int start, int end)
          Returns a range of all the m d r actions.
static List<MDRAction> MDRActionLocalServiceUtil.getMDRActionsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalServiceWrapper.getMDRActionsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalService.getMDRActionsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the m d r actions matching the UUID and company.
static List<MDRAction> MDRActionLocalServiceUtil.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalServiceWrapper.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalService.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRAction
static MDRAction MDRActionLocalServiceUtil.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRAction MDRActionLocalServiceWrapper.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRAction MDRActionLocalService.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
static void MDRActionLocalServiceUtil.deleteAction(MDRAction action)
           
 void MDRActionLocalServiceWrapper.deleteAction(MDRAction action)
           
 void MDRActionLocalService.deleteAction(MDRAction action)
           
static MDRAction MDRActionLocalServiceUtil.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionLocalServiceWrapper.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionLocalService.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
static MDRAction MDRActionLocalServiceUtil.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRAction MDRActionLocalServiceWrapper.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRAction MDRActionLocalService.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.mobiledevicerules.service with type arguments of type MDRAction
static List<MDRAction> MDRActionLocalServiceUtil.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalServiceWrapper.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 List<MDRAction> MDRActionLocalService.getMDRActionsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns a range of m d r actions matching the UUID and company.
 

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

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRAction
 MDRAction MDRActionPersistence.create(long actionId)
          Creates a new m d r action with the primary key.
static MDRAction MDRActionUtil.create(long actionId)
          Creates a new m d r action with the primary key.
 MDRAction MDRActionPersistence.fetchByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or returns null if it could not be found.
static MDRAction MDRActionUtil.fetchByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or returns null if it could not be found.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found.
static MDRAction MDRActionUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found.
 MDRAction MDRActionPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MDRAction MDRActionUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MDRAction MDRActionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.findByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.
static MDRAction MDRActionUtil.findByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction[] MDRActionUtil.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction[] MDRActionPersistence.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction[] MDRActionUtil.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.findByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found.
static MDRAction MDRActionUtil.findByUUID_G(String uuid, long groupId)
          Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found.
 MDRAction MDRActionPersistence.findByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction[] MDRActionPersistence.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
static MDRAction[] MDRActionUtil.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.remove(long actionId)
          Removes the m d r action with the primary key from the database.
static MDRAction MDRActionUtil.remove(long actionId)
          Removes the m d r action with the primary key from the database.
 MDRAction MDRActionPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the m d r action where uuid = ? and groupId = ? from the database.
static MDRAction MDRActionUtil.removeByUUID_G(String uuid, long groupId)
          Removes the m d r action where uuid = ? and groupId = ? from the database.
static MDRAction MDRActionUtil.update(MDRAction mdrAction)
           
static MDRAction MDRActionUtil.update(MDRAction mdrAction, ServiceContext serviceContext)
           
 MDRAction MDRActionPersistence.updateImpl(MDRAction mdrAction)
           
static MDRAction MDRActionUtil.updateImpl(MDRAction mdrAction)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRAction
 Map<Serializable,MDRAction> MDRActionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,MDRAction> MDRActionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<MDRAction> MDRActionPersistence.findAll()
          Returns all the m d r actions.
static List<MDRAction> MDRActionUtil.findAll()
          Returns all the m d r actions.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end)
          Returns a range of all the m d r actions.
static List<MDRAction> MDRActionUtil.findAll(int start, int end)
          Returns a range of all the m d r actions.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions.
static List<MDRAction> MDRActionUtil.findAll(int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions.
 List<MDRAction> MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId)
          Returns all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end)
          Returns a range of all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end)
          Returns a range of all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the m d r actions where uuid = ? and companyId = ?.
static List<MDRAction> MDRActionUtil.findByUuid_C(String uuid, long companyId)
          Returns all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r actions where uuid = ? and companyId = ?.
static List<MDRAction> MDRActionUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
static List<MDRAction> MDRActionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid(String uuid)
          Returns all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findByUuid(String uuid)
          Returns all the m d r actions where uuid = ?.
 List<MDRAction> MDRActionPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the m d r actions where uuid = ?.
 List<MDRAction> MDRActionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MDRAction> orderByComparator)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRAction
 void MDRActionPersistence.cacheResult(MDRAction mdrAction)
          Caches the m d r action in the entity cache if it is enabled.
static void MDRActionUtil.cacheResult(MDRAction mdrAction)
          Caches the m d r action in the entity cache if it is enabled.
static void MDRActionUtil.clearCache(MDRAction mdrAction)
           
static MDRAction MDRActionUtil.update(MDRAction mdrAction)
           
static MDRAction MDRActionUtil.update(MDRAction mdrAction, ServiceContext serviceContext)
           
 MDRAction MDRActionPersistence.updateImpl(MDRAction mdrAction)
           
static MDRAction MDRActionUtil.updateImpl(MDRAction mdrAction)
           
 

Method parameters in com.liferay.portlet.mobiledevicerules.service.persistence with type arguments of type MDRAction
 void MDRActionPersistence.cacheResult(List<MDRAction> mdrActions)
          Caches the m d r actions in the entity cache if it is enabled.
static void MDRActionUtil.cacheResult(List<MDRAction> mdrActions)
          Caches the m d r actions in the entity cache if it is enabled.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions.
static List<MDRAction> MDRActionUtil.findAll(int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction[] MDRActionUtil.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
static List<MDRAction> MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction MDRActionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction[] MDRActionPersistence.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
static MDRAction[] MDRActionUtil.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
static List<MDRAction> MDRActionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.findByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_First(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistence.findByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_Last(String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction[] MDRActionPersistence.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
static MDRAction[] MDRActionUtil.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator<MDRAction> orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 List<MDRAction> MDRActionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MDRAction> orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
static List<MDRAction> MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MDRAction> orderByComparator)
           
 


Liferay 7.0-ce-m6