Liferay 6.2-ce-ga5

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.portal.mobile.device.rulegroup   
com.liferay.portal.mobile.device.rulegroup.action.impl   
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.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
 void ActionHandlerManager.applyActions(List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void ActionHandlerManagerUtil.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.portal.mobile.device.rulegroup
 

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

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

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

Methods in com.liferay.portal.mobile.device.rulegroup.action.impl with parameters of type MDRAction
 void BaseRedirectActionHandler.applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ThemeModificationActionHandler.applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void LayoutTemplateModificationActionHandler.applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected abstract  String BaseRedirectActionHandler.getURL(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  String SimpleRedirectActionHandler.getURL(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  String SiteRedirectActionHandler.getURL(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

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

Methods in com.liferay.portlet.mobiledevicerules.lar with parameters of type MDRAction
protected  void MDRActionStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, MDRAction action)
           
protected  void MDRActionStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, MDRAction action)
           
 String MDRActionStagedModelDataHandler.getDisplayName(MDRAction action)
           
protected  void MDRActionStagedModelDataHandler.validateLayout(Element actionElement, MDRAction action)
           
 

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 MDRActionModel.toEscapedModel()
           
 MDRAction MDRActionWrapper.toEscapedModel()
           
 MDRAction MDRActionModel.toUnescapedModel()
           
 MDRAction MDRActionWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type MDRAction
 int MDRActionModel.compareTo(MDRAction mdrAction)
           
 int MDRActionWrapper.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.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement MDRAction
 class MDRActionBaseImpl
          The extended model base implementation for the MDRAction service.
 class MDRActionImpl
           
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return MDRAction
 MDRAction MDRActionCacheModel.toEntityModel()
           
 MDRAction MDRActionModelImpl.toEscapedModel()
           
static MDRAction MDRActionModelImpl.toModel(MDRActionSoap 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 MDRAction
 List<MDRAction> MDRRuleGroupInstanceImpl.getActions()
           
 CacheModel<MDRAction> MDRActionModelImpl.toCacheModel()
           
static List<MDRAction> MDRActionModelImpl.toModels(MDRActionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl with parameters of type MDRAction
 int MDRActionModelImpl.compareTo(MDRAction mdrAction)
           
 

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

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRAction
 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)
           
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 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, String typeSettings, 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)
           
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 MDRActionLocalService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 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.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 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.createMDRAction(long actionId)
          Creates a new m d r action with the primary key.
 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(long actionId)
          Deletes the m d r action with the primary key 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.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionServiceWrapper.fetchAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.fetchAction(long actionId)
           
static MDRAction MDRActionServiceUtil.fetchAction(long actionId)
           
 MDRAction MDRActionService.fetchAction(long actionId)
           
 MDRAction MDRActionLocalService.fetchAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.fetchAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.fetchMDRAction(long actionId)
           
 MDRAction MDRActionLocalService.fetchMDRAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.fetchMDRAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.fetchMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 MDRAction MDRActionLocalService.fetchMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
static MDRAction MDRActionLocalServiceUtil.fetchMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 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.fetchMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionServiceWrapper.getAction(long actionId)
           
 MDRAction MDRActionLocalServiceWrapper.getAction(long actionId)
           
static MDRAction MDRActionServiceUtil.getAction(long actionId)
           
 MDRAction MDRActionService.getAction(long actionId)
           
 MDRAction MDRActionLocalService.getAction(long actionId)
           
static MDRAction MDRActionLocalServiceUtil.getAction(long actionId)
           
 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.getMDRAction(long actionId)
          Returns the m d r action with the primary key.
 MDRAction MDRActionLocalServiceWrapper.getMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 MDRAction MDRActionLocalService.getMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
static MDRAction MDRActionLocalServiceUtil.getMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 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.getMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 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)
           
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 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, String typeSettings, 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)
           
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 MDRActionLocalService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 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.
static MDRAction MDRActionLocalServiceUtil.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
 List<MDRAction> MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId)
           
 List<MDRAction> MDRActionLocalService.getActions(long ruleGroupInstanceId)
           
static List<MDRAction> MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId)
           
 List<MDRAction> MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId, int start, int end)
           
 List<MDRAction> MDRActionLocalService.getActions(long ruleGroupInstanceId, int start, int end)
           
static List<MDRAction> MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId, int start, int end)
           
 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.getMDRActions(int start, int end)
          Returns a range of all the m d r actions.
 

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRAction
 MDRAction MDRActionLocalServiceBaseImpl.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRAction MDRActionLocalServiceBaseImpl.createMDRAction(long actionId)
          Creates a new m d r action with the primary key.
 MDRAction MDRActionLocalServiceBaseImpl.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
 MDRAction MDRActionLocalServiceBaseImpl.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRAction MDRActionLocalServiceBaseImpl.fetchMDRAction(long actionId)
           
 MDRAction MDRActionLocalServiceBaseImpl.fetchMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 MDRAction MDRActionLocalServiceBaseImpl.fetchMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalServiceBaseImpl.getMDRAction(long actionId)
          Returns the m d r action with the primary key.
 MDRAction MDRActionLocalServiceBaseImpl.getMDRActionByUuidAndCompanyId(String uuid, long companyId)
          Returns the m d r action with the matching UUID and company.
 MDRAction MDRActionLocalServiceBaseImpl.getMDRActionByUuidAndGroupId(String uuid, long groupId)
          Returns the m d r action matching the UUID and group.
 MDRAction MDRActionLocalServiceBaseImpl.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.base that return types with arguments of type MDRAction
 List<MDRAction> MDRActionLocalServiceBaseImpl.getMDRActions(int start, int end)
          Returns a range of all the m d r actions.
 

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.http that return MDRAction
static MDRAction MDRActionServiceHttp.addAction(HttpPrincipal httpPrincipal, long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceHttp.addAction(HttpPrincipal httpPrincipal, long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceHttp.fetchAction(HttpPrincipal httpPrincipal, long actionId)
           
static MDRAction MDRActionServiceHttp.getAction(HttpPrincipal httpPrincipal, long actionId)
           
static MDRAction MDRActionServiceHttp.updateAction(HttpPrincipal httpPrincipal, long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceHttp.updateAction(HttpPrincipal httpPrincipal, long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return MDRAction
 MDRAction MDRActionServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceImpl.fetchAction(long actionId)
           
 MDRAction MDRActionLocalServiceImpl.fetchAction(long actionId)
           
 MDRAction MDRActionServiceImpl.getAction(long actionId)
           
 MDRAction MDRActionLocalServiceImpl.getAction(long actionId)
           
 MDRAction MDRActionServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, String typeSettings, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl that return types with arguments of type MDRAction
 List<MDRAction> MDRActionLocalServiceImpl.getActions(long ruleGroupInstanceId)
           
 List<MDRAction> MDRActionLocalServiceImpl.getActions(long ruleGroupInstanceId, int start, int end)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl with parameters of type MDRAction
 void MDRActionLocalServiceImpl.deleteAction(MDRAction action)
           
 

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 MDRActionPersistenceImpl.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 MDRActionPersistenceImpl.fetchByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or returns null if it could not be found.
 MDRAction MDRActionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistenceImpl.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistenceImpl.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator 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 MDRActionPersistenceImpl.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 MDRActionPersistenceImpl.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 orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator 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 MDRActionPersistenceImpl.findByPrimaryKey(long actionId)
          Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found.
 MDRAction MDRActionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r action with the primary key or throws a NoSuchModelException if it could not be found.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistenceImpl.findByRuleGroupInstanceId_First(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
static MDRAction MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction MDRActionPersistenceImpl.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator 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 orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?.
 MDRAction[] MDRActionPersistenceImpl.findByRuleGroupInstanceId_PrevAndNext(long actionId, long ruleGroupInstanceId, OrderByComparator 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 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 orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ? and companyId = ?.
 MDRAction MDRActionPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 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 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[] MDRActionPersistenceImpl.findByUuid_C_PrevAndNext(long actionId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator 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 MDRActionPersistenceImpl.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 orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
static MDRAction MDRActionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction MDRActionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last m d r action in the ordered set where uuid = ?.
 MDRAction[] MDRActionPersistence.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
 MDRAction[] MDRActionPersistenceImpl.findByUuid_PrevAndNext(long actionId, String uuid, OrderByComparator orderByComparator)
          Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?.
protected  MDRAction MDRActionPersistenceImpl.getByRuleGroupInstanceId_PrevAndNext(Session session, MDRAction mdrAction, long ruleGroupInstanceId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRAction MDRActionPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MDRAction mdrAction, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRAction MDRActionPersistenceImpl.getByUuid_PrevAndNext(Session session, MDRAction mdrAction, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 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 MDRActionPersistenceImpl.remove(long actionId)
          Removes the m d r action with the primary key from the database.
 MDRAction MDRActionPersistenceImpl.remove(Serializable primaryKey)
          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.
 MDRAction MDRActionPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the m d r action where uuid = ? and groupId = ? from the database.
protected  MDRAction MDRActionPersistenceImpl.removeImpl(MDRAction mdrAction)
           
protected  MDRAction MDRActionPersistenceImpl.toUnwrappedModel(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)
           
 MDRAction MDRActionPersistenceImpl.updateImpl(MDRAction mdrAction)
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return types with arguments of type MDRAction
 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> MDRActionPersistenceImpl.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> MDRActionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the m d r actions.
 List<MDRAction> MDRActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
static List<MDRAction> MDRActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the m d r actions.
 List<MDRAction> MDRActionPersistenceImpl.findAll(int start, int end, OrderByComparator 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> MDRActionPersistenceImpl.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> MDRActionPersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?.
 List<MDRAction> MDRActionPersistenceImpl.findByRuleGroupInstanceId(long ruleGroupInstanceId, int start, int end, OrderByComparator 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> MDRActionPersistenceImpl.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> MDRActionPersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?.
 List<MDRAction> MDRActionPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator 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> MDRActionPersistenceImpl.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> MDRActionPersistenceImpl.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 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 orderByComparator)
          Returns an ordered range of all the m d r actions where uuid = ?.
 List<MDRAction> MDRActionPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator 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 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.
 void MDRActionPersistenceImpl.cacheResult(MDRAction mdrAction)
          Caches the m d r action in the entity cache if it is enabled.
protected  void MDRActionPersistenceImpl.cacheUniqueFindersCache(MDRAction mdrAction)
           
static void MDRActionUtil.clearCache(MDRAction mdrAction)
           
 void MDRActionPersistenceImpl.clearCache(MDRAction mdrAction)
          Clears the cache for the m d r action.
protected  void MDRActionPersistenceImpl.clearUniqueFindersCache(MDRAction mdrAction)
           
protected  MDRAction MDRActionPersistenceImpl.getByRuleGroupInstanceId_PrevAndNext(Session session, MDRAction mdrAction, long ruleGroupInstanceId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRAction MDRActionPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MDRAction mdrAction, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRAction MDRActionPersistenceImpl.getByUuid_PrevAndNext(Session session, MDRAction mdrAction, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  MDRAction MDRActionPersistenceImpl.removeImpl(MDRAction mdrAction)
           
protected  MDRAction MDRActionPersistenceImpl.toUnwrappedModel(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)
           
 MDRAction MDRActionPersistenceImpl.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.
 void MDRActionPersistenceImpl.cacheResult(List<MDRAction> mdrActions)
          Caches the m d r actions in the entity cache if it is enabled.
 void MDRActionPersistenceImpl.clearCache(List<MDRAction> mdrActions)
           
 


Liferay 6.2-ce-ga5